File: control

package info (click to toggle)
libbusiness-edi-perl 0.05-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 12,952 kB
  • ctags: 1,356
  • sloc: perl: 41,054; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,410 bytes parent folder | download | duplicates (2)
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
31
32
33
34
Source: libbusiness-edi-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ben Webb <bjwebb67@googlemail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
                     libfile-find-rule-perl,
                     libjson-xs-perl,
                     liblist-moreutils-perl,
                     libtest-pod-perl,
                     libuniversal-require-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libbusiness-edi-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libbusiness-edi-perl.git
Homepage: https://metacpan.org/release/Business-EDI

Package: libbusiness-edi-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-pm-perl | perl (<< 5.19),
         libexporter-easy-perl,
         libfile-find-rule-perl,
         libjson-xs-perl,
         liblist-moreutils-perl,
         libuniversal-require-perl
Description: class for generating U.N. EDI interchange objects
 The focus of Business::EDI is to provide object based access to EDI messages
 and subelements. At present, the EDI input processed by Business::EDI objects
 is JSON from the edi4r ruby library, and there is no EDI output beyond the
 perl objects themselves.