Skip to content

Commit

Permalink
dev-ml/ocaml-fileutils: xml: maint, longdesc, use
Browse files Browse the repository at this point in the history
Add myself as proxymaint and add longdescription and use flag ocamlopt
to metadata.xml.

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Rafael Kitover <[email protected]>
Closes: gentoo#15421
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
rkitover authored and juippis committed Jun 24, 2020
1 parent edea879 commit bc9bc6a
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion dev-ml/ocaml-fileutils/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription>
POSIX-like file manipulation functions inspired by
GNU coreutils and filename manipulation functions
for OCaml.
</longdescription>
<maintainer type="person">
<email>[email protected]</email>
<name>Rafael Kitover</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<remote-id type="github">gildor478/ocaml-fileutils</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>

0 comments on commit bc9bc6a

Please sign in to comment.