Files
guru/dev-ml/rpc/metadata.xml
Alessandro Barbieri 8ba1e8a9c8 dev-ml/*: improve metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-04-26 12:33:35 +02:00

32 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<use>
<flag name="async">Async interface</flag>
<flag name="html">html documentation generator</flag>
<flag name="js">Bindings for js_of_ocaml</flag>
</use>
<longdescription lang="en">`ocaml-rpc` is a library that provides remote procedure calls (RPC)
using XML or JSON as transport encodings, and multiple generators
for documentations, clients, servers, javascript bindings, python
bindings, ...
The transport mechanism itself is outside the scope of this library
as all conversions are from and to strings.
This is a dummy package installing the main library components.</longdescription>
<upstream>
<doc>https://mirage.github.io/ocaml-rpc/rpc</doc>
<bugs-to>https://github.com/mirage/ocaml-rpc/issues</bugs-to>
<remote-id type="github">mirage/ocaml-rpc</remote-id>
<maintainer>
<name>Thomas Gazagnaire</name>
<email>thomas@gazagnaire.org</email>
</maintainer>
</upstream>
</pkgmetadata>