blob: d05e604ecc0ef3719c29667307d55cf1f74adfc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://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>
|