Files
guru/dev-ml/omd/metadata.xml
Alessandro Barbieri 8ba1e8a9c8 dev-ml/*: improve metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-04-26 12:33:35 +02:00

27 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">This Markdown library is implemented using only pure OCaml (including
I/O operations provided by the standard OCaml compiler distribution).
OMD is meant to be as faithful as possible to the original Markdown.
Additionally, OMD implements a few Github markdown features, an
extension mechanism, and some other features. Note that the opam
package installs both the OMD library and the command line tool `omd`.</longdescription>
<upstream>
<bugs-to>https://github.com/ocaml/omd/issues</bugs-to>
<remote-id type="github">ocaml/omd</remote-id>
<maintainer>
<name>Shon Feder</name>
<email>shon.feder@gmail.com</email>
</maintainer>
<maintainer>
<name>Raphael Sousa Santos</name>
<email>contact@raphaelss.com</email>
</maintainer>
</upstream>
</pkgmetadata>