You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/libwebsockets/metadata.xml

37 lines
1.7 KiB

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>jaco@uls.co.za</email>
<name>Jaco Kroon</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription>
libwebsockets is a C library for lightweight websocket clients and servers.
</longdescription>
<use>
<flag name="access-log">Support generating Apache-compatible access logs</flag>
<flag name="cgi">Include CGI (spawn process with network-connected stdin/out/err) APIs</flag>
<flag name="client">The client part of the library and libwebsockets-test-client</flag>
<flag name="generic-sessions">With the Generic Sessions plugin</flag>
<flag name="http2">Support the HTTP/2 protocol</flag>
<flag name="http-proxy">Support for rewriting HTTP proxying</flag>
<flag name="lejp">With the Lightweight JSON Parser</flag>
<flag name="libev">Support event loops via dev-libs/libev</flag>
<flag name="libevent">Support event loops via dev-libs/libevent</flag>
<flag name="libuv">Support asynchronous I/O via dev-libs/libuv</flag>
<flag name="peer-limits">Track peers and restrict resources a single peer can allocate</flag>
<flag name="server-status">Support json + jscript server monitoring</flag>
<flag name="smtp">Provide SMTP support</flag>
<flag name="socks5">Allow use of SOCKS5 proxy on client connections</flag>
<flag name="sqlite3">Require SQLITE3 support</flag>
<flag name="zip">Support serving pre-zipped files</flag>
</use>
<upstream>
<remote-id type="github">warmcat/libwebsockets</remote-id>
</upstream>
</pkgmetadata>