File: control

package info (click to toggle)
libx12-parser-perl 0.80-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 248 kB
  • ctags: 39
  • sloc: perl: 432; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 1,065 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libx12-parser-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Robert James Clay <jame@rocasa.us>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libx12-parser-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libx12-parser-perl.git
Homepage: https://metacpan.org/release/X12
Testsuite: autopkgtest-pkg-perl

Package: libx12-parser-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl module for parsing X12 Transaction files
 The X12::Parser is a token based parser for parsing X12 transaction files.
 The parsing of transaction files requires the presence of configuration files
 for the different transaction types.
 .
 The following methods are available: new, parsefile, parse, closefile,
 get_next_loop, get_loop_segments, get_next_pos_loop,get_next_pos_level_loop,
 print_tree, get_segment_separator, and get_segment_separator.