diff options
author | Julien Roy <julien@jroy.ca> | 2023-01-15 15:42:18 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-01-15 15:42:18 -0500 |
commit | 21aeb0503594581beae5651410ef266cfd67b282 (patch) | |
tree | 40b3aa900bdfd10f9e0bf4677662abc88ce3c767 /dev-libs/restinio/metadata.xml | |
parent | e80e1f2cae7cb75081c478f8293c1fad1e4a546a (diff) | |
download | MrRoy-Overlay-21aeb0503594581beae5651410ef266cfd67b282.tar.gz MrRoy-Overlay-21aeb0503594581beae5651410ef266cfd67b282.tar.bz2 MrRoy-Overlay-21aeb0503594581beae5651410ef266cfd67b282.zip |
dev-libs/restinio: new package, add 0.6.17
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-libs/restinio/metadata.xml')
-rw-r--r-- | dev-libs/restinio/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-libs/restinio/metadata.xml b/dev-libs/restinio/metadata.xml new file mode 100644 index 0000000..625fa20 --- /dev/null +++ b/dev-libs/restinio/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>julien@jroy.ca</email> + <name>Julien Roy</name> + </maintainer> + <longdescription>RESTinio is a header-only C++14 library that gives you an embedded HTTP/Websocket server. It is based on standalone version of ASIO and targeted primarily for asynchronous processing of HTTP-requests. </longdescription> + <upstream> + <changelog>https://github.com/Stiffstream/restinio/releases</changelog> + <doc>https://stiffstream.com/en/docs/restinio/0.6/</doc> + <bugs-to>https://github.com/Stiffstream/restinio/issues</bugs-to> + <remote-id type="github">Stiffstream/restinio</remote-id> + </upstream> +</pkgmetadata> |