26 lines
786 B
Plaintext
26 lines
786 B
Plaintext
|
Source: puppet-strings
|
||
|
Section: ruby
|
||
|
Priority: optional
|
||
|
Maintainer: Kienan Stewart <kienan.stewart@burntworld.ca>
|
||
|
Build-Depends: debhelper (>= 10),
|
||
|
gem2deb,
|
||
|
git,
|
||
|
rake,
|
||
|
ruby-rgen,
|
||
|
yard
|
||
|
Standards-Version: 4.2.1
|
||
|
Homepage: https://github.com/puppetlabs/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: 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.
|