1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libdata-flow-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryanryan52@gmail.com>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Data-Flow/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-flow-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-flow-perl/
Build-Depends: debhelper (>= 7)
Package: libdata-flow-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl extension for simple-minded recipe-controlled build of data
Data::Flow allows you to define recipes for building data. A recipe
contains all of the rules for determining the value of the data involved
based on a set of defaults and/or interreactions with other pieces of
data in an automated fashion. You can define any or all of:
- default values
- prerequisites (other fields that must have values before the field
in question can be determined)
- subroutines to build the field data given all requirements
|