File: control

package info (click to toggle)
puppet-strings 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,116 kB
  • sloc: ruby: 5,789; makefile: 8
file content (28 lines) | stat: -rw-r--r-- 982 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
Source: puppet-strings
Section: ruby
Priority: optional
Maintainer: Kienan Stewart <kienan.stewart@burntworld.ca>
Build-Depends: debhelper (>= 11),
               gem2deb,
               git,
               rake,
               ruby-rgen,
               yard
Standards-Version: 4.2.1
Homepage: https://github.com/puppetlabs/puppet-strings
Vcs-Git: https://salsa.debian.org/kienan-guest/puppet-strings.git
Vcs-Browser: https://salsa.debian.org/kienan-guest/puppet-strings
XS-Ruby-Versions: all

Package: puppet-strings
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-rgen,
         yard,
         ${shlibs:Depends},
         ${misc:Depends}
Description: Tool to generate documentation from Puppet code and extensions
 Puppet Strings generates documentation for Puppet code and extensions written
 in Puppet and Ruby. Strings processes code and YARD-style code comments to
 create documentation in HTML, Markdown, or JSON formats.