mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
32 lines
1.1 KiB
XML
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>
|