mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-ml/*: improve metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,16 +1,31 @@
|
||||
<?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>
|
||||
<upstream>
|
||||
<remote-id type="github">mirage/ocaml-rpc</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="async">Async interface</flag>
|
||||
<flag name="html">html documentation generator</flag>
|
||||
<flag name="js">Bindings for js_of_ocaml</flag>
|
||||
</use>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user