diff options
author | Matthew Brewer <tomboy64@sina.cn> | 2015-10-16 14:31:35 +0200 |
---|---|---|
committer | Matthew Brewer <tomboy64@sina.cn> | 2015-10-17 13:11:13 +0200 |
commit | f379f261451d9a6bef0ee96e48a32249c2fffdee (patch) | |
tree | a7acfc0a5ae316ae2fc8dc4ab25e2bb722d71b53 /dev-ml/ocaml-cstruct/metadata.xml | |
parent | sys-libs/glibc: more upstream fixes (diff) | |
download | gentoo-f379f261451d9a6bef0ee96e48a32249c2fffdee.tar.gz gentoo-f379f261451d9a6bef0ee96e48a32249c2fffdee.tar.bz2 gentoo-f379f261451d9a6bef0ee96e48a32249c2fffdee.zip |
dev-ml/ocaml-cstruct: new ebuild
- needed as a transitive dependency of Libre S3 1.1 (net-misc/libres3)
- explicit support for MirageOS is not enabled
known issue: dev-ml/ocaml-cstruct-1.7.0 fails to build with USE=doc ( https://github.com/mirage/ocaml-cstruct/issues/73 )
Diffstat (limited to 'dev-ml/ocaml-cstruct/metadata.xml')
-rw-r--r-- | dev-ml/ocaml-cstruct/metadata.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-ml/ocaml-cstruct/metadata.xml b/dev-ml/ocaml-cstruct/metadata.xml new file mode 100644 index 000000000000..4913ab22f85c --- /dev/null +++ b/dev-ml/ocaml-cstruct/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ml</herd> + <herd>proxy-maintainers</herd> + <maintainer> + <email>tomboy64@sina.cn</email> + </maintainer> + <use> + <flag name="async">Support for asynchronous execution</flag> + <flag name="camlp4">Enable support for camlp4</flag> + <flag name="lwt">Enable threads via lwt</flag> + </use> +</pkgmetadata> |