Files
guru/net-libs/ulfius/metadata.xml
Kurt Kanzenbach 31358a69f3 net-libs/ulfius: new package, add 2.7.10
Web Framework for REST Applications in C.

Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
2022-06-26 11:58:23 +02:00

28 lines
959 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>kurt@kmk-computers.de</email>
<name>Kurt Kanzenbach</name>
</maintainer>
<longdescription lang="en">
Web Framework for REST Applications in C.
Based on GNU Libmicrohttpd for the backend web server, Jansson for the json
manipulation library, and Libcurl for the http/smtp client API.
Used to facilitate creation of web applications in C programs with a small
memory footprint, as in embedded systems applications.
One can create webservices in HTTP or HTTPS mode, stream data, or implement
server websockets.
</longdescription>
<use>
<flag name="jansson">Jansson support for JSON</flag>
<flag name="websocket">websocket support</flag>
</use>
<upstream>
<remote-id type="github">babelouest/ulfius</remote-id>
</upstream>
</pkgmetadata>