mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
dev-ml/*: improve metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,19 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">mirage/ocaml-cstruct</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="async">provide Async Pipe and Bigstring support</flag>
|
||||
<flag name="lwt">provide Lwt variants of read/write functions</flag>
|
||||
<flag name="ppx">a PPX syntax extension</flag>
|
||||
<flag name="sexp">serialisers into s-expression format of Cstructs</flag>
|
||||
<flag name="unix">provide Unix variations of the read/write functions using file descriptors</flag>
|
||||
</use>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="async">provide Async Pipe and Bigstring support</flag>
|
||||
<flag name="lwt">provide Lwt variants of read/write functions</flag>
|
||||
<flag name="ppx">a PPX syntax extension</flag>
|
||||
<flag name="sexp">serialisers into s-expression format of Cstructs</flag>
|
||||
<flag name="unix">provide Unix variations of the read/write functions using file descriptors</flag>
|
||||
</use>
|
||||
<longdescription lang="en">Cstruct is a library and syntax extension to make it easier to access C-like
|
||||
structures directly from OCaml. It supports both reading and writing to these
|
||||
structures, and they are accessed via the `Bigarray` module.</longdescription>
|
||||
<upstream>
|
||||
<doc>https://mirage.github.io/ocaml-cstruct/</doc>
|
||||
<bugs-to>https://github.com/mirage/ocaml-cstruct/issues</bugs-to>
|
||||
<remote-id type="github">mirage/ocaml-cstruct</remote-id>
|
||||
<maintainer>
|
||||
<name>Anil Madhavapeddy</name>
|
||||
<email>anil@recoil.org</email>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user