File: control

package info (click to toggle)
rdtool 0.6.38-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 952 kB
  • ctags: 1,296
  • sloc: ruby: 8,213; lisp: 387; sh: 33; makefile: 16
file content (59 lines) | stat: -rw-r--r-- 2,012 bytes parent folder | download | duplicates (2)
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
Source: rdtool
Section: text
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: akira yamada <akira@debian.org>,
           Taku YASUI <tach@debian.org>
Build-Depends: debhelper (>= 9),
               gem2deb,
               racc
Standards-Version: 3.9.7
Homepage: https://uwabami.github.com/rdtool/
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/rdtool.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/rdtool.git
XS-Ruby-Versions: all

Package: rdtool
Architecture: all
Depends: ruby | ruby-interpreter,
         ruby-rd (= ${source:Version}),
         ${misc:Depends}
Description: RD document formatter
 RD is multipurpose documentation format created for documentating Ruby and
 output of Ruby world.
 .
 You can embed RD into Ruby script. And RD have neat syntax which help you
 to read document in Ruby script. On the other hand, RD have a feature for
 class reference.
 .
 RDtool is one of frontends of formatter for RD.  This package provides rd2
 command.

Package: ruby-rd
Section: ruby
Architecture: all
Depends: ${misc:Depends}
Description: RDTool library for Ruby - library
 RD is multipurpose documentation format created for documentating Ruby and
 output of Ruby world.
 .
 You can embed RD into Ruby script. And RD have neat syntax which help you
 to read document in Ruby script. On the other hand, RD have a feature for
 class reference.
 .
 This package contains a library which is used by RDTool.

Package: rdtool-elisp
Architecture: all
Depends: emacs | emacsen,
         ${misc:Depends}
Suggests: rdtool
Description: Emacs-lisp rd-mode for writing RD document
 RD is multipurpose documentation format created for documentating Ruby and
 output of Ruby world.
 .
 You can embed RD into Ruby script. And RD have neat syntax which help you
 to read document in Ruby script. On the other hand, RD have a feature for
 class reference.
 .
 This package provides Emacs major-mode for RD editing.