File: control

package info (click to toggle)
ruby-org 0.9.12-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,812 kB
  • sloc: ruby: 3,044; lisp: 50; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,238 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
Source: ruby-org
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Per Andersson <avtobiff@gmail.com>,
           Jérémy Bobbio <lunar@debian.org>
Build-Depends: debhelper (>= 9),
               gem2deb,
               rake,
               ruby-rspec (>= 3),
               ruby-rubypants (>= 0.2.0-2~),
               ruby-tilt
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-org.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-org.git
Homepage: https://github.com/bdewey/org-ruby
XS-Ruby-Versions: all

Package: ruby-org
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-rubypants (>= 0.2.0-2~),
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: ruby-coderay
Description: Emacs org-mode parser for Ruby
 An Emacs org-mode parser written in Ruby. The most significant thing this
 library does today is convert org-mode files to HTML or Textile. Currently,
 you cannot do much to customize the conversion. The supplied textile
 conversion is optimized for extracting "content" from the orgfile as opposed
 to "metadata."