2018-12-02 21:22:21 +00:00
|
|
|
Source: puppet-strings
|
|
|
|
Section: ruby
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Kienan Stewart <kienan.stewart@burntworld.ca>
|
2018-12-02 21:36:39 +00:00
|
|
|
Build-Depends: debhelper (>= 11),
|
2018-12-02 21:22:21 +00:00
|
|
|
gem2deb,
|
|
|
|
git,
|
|
|
|
rake,
|
|
|
|
ruby-rgen,
|
|
|
|
yard
|
|
|
|
Standards-Version: 4.2.1
|
|
|
|
Homepage: https://github.com/puppetlabs/puppet-strings
|
2018-12-04 23:43:52 +00:00
|
|
|
Vcs-Git: https://salsa.debian.org/kienan-guest/puppet-strings.git
|
|
|
|
Vcs-Browser: https://salsa.debian.org/kienan-guest/puppet-strings
|
2018-12-02 21:22:21 +00:00
|
|
|
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}
|
2018-12-05 00:34:00 +00:00
|
|
|
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.
|