blob: c381ccb75c20d1300869d70baf160c17b3a855c8 (
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
28
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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="cpe">cpe:/a:ulfius_project:ulfius</remote-id>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|