Files
guru/dev-ml/cstruct/metadata.xml
Alain Emilia Anna Zscheile 6d60848ef4 dev-ml/*: add myself as maintainer to some packages
- also remove previous stale maintainer for packages now maintained by me
- and unmask these

Signed-off-by: Alain Emilia Anna Zscheile <fogti+devel@ytrizja.de>
Signed-off-by: David Roman <davidroman96@gmail.com>
2024-03-02 11:55:25 +01:00

28 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>fogti+devel@ytrizja.de</email>
<name>Alain Emilia Anna Zscheile</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>