Files
guru/dev-R/commonmark/metadata.xml
Alessandro Barbieri 1d31c354c7 dev-R/*: improve metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-04-30 05:40:43 +02:00

25 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://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>
<longdescription lang="en">The CommonMark specification defines a rationalized version of markdown
syntax. This package uses the 'cmark' reference implementation for converting
markdown text into various formats including html, latex and groff man. In
addition it exposes the markdown parse tree in xml format. Also includes opt-in
support for GFM extensions including tables, autolinks, and strikethrough text.</longdescription>
<upstream>
<bugs-to>http://github.com/jeroen/commonmark/issues</bugs-to>
<doc lang="en">https://cran.r-project.org/web/packages/commonmark/commonmark.pdf</doc>
<changelog>https://cran.r-project.org/web/packages/commonmark/NEWS</changelog>
<maintainer>
<name>Jeroen Ooms</name>
<email>jeroen@berkeley.edu</email>
</maintainer>
<remote-id type="github">jeroen/commonmark</remote-id>
</upstream>
</pkgmetadata>