File: control

package info (click to toggle)
ruby-sdoc 2.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 968 kB
  • sloc: javascript: 4,455; ruby: 629; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 959 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
Source: ruby-sdoc
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-sdoc.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-sdoc
Homepage: https://github.com/voloko/sdoc
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-ruby

Package: ruby-sdoc
Architecture: all
Depends: ruby-json,
         ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: RDoc generator to build searchable HTML documentation for Ruby code
 This package provides extra generators and templates for the RDoc
 documentation tool for Ruby. Generated HTML documentation has a javascript
 search index, so the documentation is searchable without any server-side
 requirements other than a web server.