File: control

package info (click to toggle)
yard 0.9.37-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,720 kB
  • sloc: ruby: 31,354; javascript: 7,608; makefile: 21
file content (62 lines) | stat: -rw-r--r-- 2,116 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: yard
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Nussbaum <lucas@debian.org>,
           Cédric Boutillier <boutil@debian.org>,
           Paul van Tilburg <paulvt@debian.org>
Build-Depends: bundler,
               debhelper-compat (= 13),
               gem2deb (>= 1.6~),
               libjs-jquery,
               rake,
               ruby-asciidoctor,
               ruby-coveralls,
               ruby-gettext (>= 2.2.1~),
               ruby-rack,
               ruby-rackup,
               ruby-redcarpet,
               ruby-redcloth,
               ruby-rspec,
               ruby-webrick (>= 1.7.0)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/yard.git
Vcs-Browser: https://salsa.debian.org/ruby-team/yard
Homepage: https://yardoc.org
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: yard
Architecture: all
Depends: libjs-jquery,
         ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Recommends: graphviz,
            ruby-redcarpet
Suggests: bundler,
          ruby-asciidoctor,
          ruby-rack,
          ruby-rackup,
          ruby-redcloth,
          yard-doc
Description: Ruby documentation tool
 YARD is a documentation generation tool for the Ruby programming language.
 It enables the user to generate consistent, usable documentation that can be
 exported to a number of formats very easily, and also supports extending for
 custom Ruby constructs such as custom class level definitions.

Package: yard-doc
Architecture: all
Section: doc
Depends: libjs-jquery,
         ${misc:Depends}
Suggests: doc-base
Multi-Arch: foreign
Description: Ruby documentation tool - documentation
 YARD is a documentation generation tool for the Ruby programming language.
 It enables the user to generate consistent, usable documentation that can be
 exported to a number of formats very easily, and also supports extending for
 custom Ruby constructs such as custom class level definitions.
 .
 This package contains the documentation for YARD.