diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-02 20:46:22 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-02 20:46:22 +0000 |
| commit | cf786d149b14a3c2ff94eb31288fa70903522296 (patch) | |
| tree | 4a3d2c7bdcdbcfba1f23e4ba93a0e0bb3eae6874 /dev-ml/cstruct | |
| parent | 4074f66428fb80b420c673bfe9953d714c4cf38a (diff) | |
| download | baldeagleos-repo-cf786d149b14a3c2ff94eb31288fa70903522296.tar.gz baldeagleos-repo-cf786d149b14a3c2ff94eb31288fa70903522296.tar.xz baldeagleos-repo-cf786d149b14a3c2ff94eb31288fa70903522296.zip | |
Adding metadata
Diffstat (limited to 'dev-ml/cstruct')
| -rw-r--r-- | dev-ml/cstruct/metadata.xml | 44 |
1 files changed, 20 insertions, 24 deletions
diff --git a/dev-ml/cstruct/metadata.xml b/dev-ml/cstruct/metadata.xml index 08687284a906..7f83fcd480d7 100644 --- a/dev-ml/cstruct/metadata.xml +++ b/dev-ml/cstruct/metadata.xml @@ -1,28 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <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 + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + <description>co-maintainers welcome</description> + </maintainer> + <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> + <upstream> + <bugs-to>https://github.com/mirage/ocaml-cstruct/issues</bugs-to> + <doc>https://mirage.github.io/ocaml-cstruct/</doc> + </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> + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file |
