summaryrefslogtreecommitdiff
path: root/dev-R/commonmark/metadata.xml
blob: a80f789180cfed94d9f58eb2813c5c361b23d7de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="person">
  <email>lssndrbarbieri@gmail.com</email>
  <name>Alessandro Barbieri</name>
  <description>co-maintainers welcome</description>
 </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>
  <maintainer>
   <email>jeroen@berkeley.edu</email>
   <name>Jeroen Ooms</name>
  </maintainer>
  <changelog>https://cran.r-project.org/web/packages/commonmark/NEWS</changelog>
  <bugs-to>http://github.com/jeroen/commonmark/issues</bugs-to>
  <doc lang="en">https://cran.r-project.org/web/packages/commonmark/commonmark.pdf</doc>
 </upstream>
 <origin>gentoo-guru-overlay</origin>
</pkgmetadata>