diff options
author | David Seifert <soap@gentoo.org> | 2017-11-25 23:18:09 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-11-26 12:25:05 +0100 |
commit | f2f2b79cc7838110215a88a0a3eb1348f2cd9075 (patch) | |
tree | f11fa2895a19d593243e35131b7026bc7ec3448f /dev-lang | |
parent | dev-lang/maude: [QA] Consistent whitespace in metadata.xml (diff) | |
download | gentoo-f2f2b79cc7838110215a88a0a3eb1348f2cd9075.tar.gz gentoo-f2f2b79cc7838110215a88a0a3eb1348f2cd9075.tar.bz2 gentoo-f2f2b79cc7838110215a88a0a3eb1348f2cd9075.zip |
dev-lang/ocaml: [QA] Consistent whitespace in metadata.xml
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ocaml/metadata.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/dev-lang/ocaml/metadata.xml b/dev-lang/ocaml/metadata.xml index 720c6c5d8b36..cb5669927300 100644 --- a/dev-lang/ocaml/metadata.xml +++ b/dev-lang/ocaml/metadata.xml @@ -1,15 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>ml@gentoo.org</email> - <name>Gentoo ML Project</name> -</maintainer> - <use> - <flag name="flambda">Enables the Flambda optimizer: A new intermediate representation (introduced in ocaml 4.03) in the depths of the compiler designed to allow for better inlining.</flag> - <flag name="spacetime">Enables the Spacetime memory profiler. See https://caml.inria.fr/pub/docs/manual-ocaml/spacetime.html for more information.</flag> - </use> - <upstream> - <remote-id type="github">ocaml/ocaml</remote-id> - </upstream> + <maintainer type="project"> + <email>ml@gentoo.org</email> + <name>Gentoo ML Project</name> + </maintainer> + <use> + <flag name="flambda">Enables the Flambda optimizer: A new intermediate representation (introduced in ocaml 4.03) in the depths of the compiler designed to allow for better inlining.</flag> + <flag name="spacetime">Enables the Spacetime memory profiler. See https://caml.inria.fr/pub/docs/manual-ocaml/spacetime.html for more information.</flag> + </use> + <upstream> + <remote-id type="github">ocaml/ocaml</remote-id> + </upstream> </pkgmetadata> |