File: control

package info (click to toggle)
ruby-github-markdown 0.6.9-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 276 kB
  • ctags: 325
  • sloc: ansic: 3,575; ruby: 96; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 1,028 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
Source: ruby-github-markdown
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper (>= 9),
               gem2deb,
               ruby-nokogiri
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-github-markdown.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-github-markdown.git
Homepage: http://github.github.com/github-flavored-markdown/
XS-Ruby-Versions: all

Package: ruby-github-markdown
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Markdown parser for GitHub.com
 This package provides the self-contained Markdown parser used GitHub, with all
 their custom extensions.
 .
 The differences with traditional Markdown are presented on this webpage:
 https://help.github.com/articles/github-flavored-markdown/