File: control

package info (click to toggle)
r-cran-commonmark 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,204 kB
  • sloc: ansic: 10,182; sh: 15; makefile: 6
file content (33 lines) | stat: -rw-r--r-- 1,159 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: r-cran-commonmark
Standards-Version: 4.7.3
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Andreas Tille <tille@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-commonmark
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-commonmark.git
Homepage: https://cran.r-project.org/package=commonmark
Rules-Requires-Root: no

Package: r-cran-commonmark
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: High Performance CommonMark and Github Markdown Rendering in R
 The CommonMark specification <https://github.github.com/gfm/> 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.