mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
27 lines
1.0 KiB
XML
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>
|