diff options
Diffstat (limited to 'dev-ml/js_of_ocaml/metadata.xml')
-rw-r--r-- | dev-ml/js_of_ocaml/metadata.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-ml/js_of_ocaml/metadata.xml b/dev-ml/js_of_ocaml/metadata.xml deleted file mode 100644 index 0445c0093..000000000 --- a/dev-ml/js_of_ocaml/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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="lwt">lwt support</flag> - <flag name="ppx">a ppx syntax extension</flag> - <flag name="ppx-deriving-json">ppx_deriving_json</flag> - <flag name="toplevel">lib and tools to build an ocaml toplevel to javascript</flag> - <flag name="tyxml">tyxml support</flag> - </use> - <longdescription lang="en">Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js</longdescription> - <upstream> - <doc>https://ocsigen.org/js_of_ocaml/latest/manual/overview</doc> - <bugs-to>https://github.com/ocsigen/js_of_ocaml/issues</bugs-to> - <remote-id type="github">ocsigen/js_of_ocaml</remote-id> - </upstream> -</pkgmetadata> |