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
|
Source: librinci-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Joenio Costa <joenio@colivre.coop.br>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
perl
Build-Depends-Indep: libdata-sah-normalize-perl <!nocheck>,
libdefhash-perl (>= 1.0.6) <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/librinci-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/librinci-perl.git
Homepage: https://metacpan.org/release/Rinci
Rules-Requires-Root: no
Package: librinci-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libdata-sah-normalize-perl
Recommends: libdefhash-perl (>= 1.0.6)
Description: module that provides a language-neutral metadata for your code
Rinci is a set of extensible, language-neutral metadata
specifications for your code. Rinci allows various helper tools, from code
generator to web middleware to documentation generator to other protocols, to
act on your code, making your life easier as a programmer.
.
Rinci is geared towards dynamic scripting languages like Perl, Python, Ruby,
PHP, JavaScript, but is not limited to those languages.
|