summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Kitover <rkitover@gmail.com>2020-06-12 03:18:29 +0000
committerJoonas Niilola <juippis@gentoo.org>2020-06-24 13:25:33 +0300
commit4f065399f833906fb55b214693bab8cd96a82fac (patch)
tree2334c169004fb22296a3023141ec50bea13f4100 /dev-ml/stdlib-shims/metadata.xml
parentdune.eclass: new eclass (diff)
downloadgentoo-4f065399f833906fb55b214693bab8cd96a82fac.tar.gz
gentoo-4f065399f833906fb55b214693bab8cd96a82fac.tar.bz2
gentoo-4f065399f833906fb55b214693bab8cd96a82fac.zip
dev-ml/stdlib-shims: new package 0.2.0
This is a dependency of dev-ml/ocaml-fileutils-0.6.2. Using the new dune.eclass. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Rafael Kitover <rkitover@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-ml/stdlib-shims/metadata.xml')
-rw-r--r--dev-ml/stdlib-shims/metadata.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-ml/stdlib-shims/metadata.xml b/dev-ml/stdlib-shims/metadata.xml
new file mode 100644
index 000000000000..bf7379a1dd2b
--- /dev/null
+++ b/dev-ml/stdlib-shims/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription>
+ Compatibility library for OCaml compilers before 4.08 to allow calling
+ Pervasives module functions on Stdlib, which is the API in newer compilers.
+ Does not add newer Stdlib functions.
+ </longdescription>
+ <maintainer type="person">
+ <email>rkitover@gmail.com</email>
+ <name>Rafael Kitover</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">ocaml/stdlib-shims</remote-id>
+ </upstream>
+ <use>
+ <flag name="ocamlopt">
+ Whether the OCaml native code compiler is used. Must be set globally and
+ match dev-lang/ocaml.
+ </flag>
+ </use>
+</pkgmetadata>