File: control

package info (click to toggle)
slice 1.3.8-13
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 868 kB
  • ctags: 452
  • sloc: ansic: 3,310; perl: 2,263; sh: 869; makefile: 296; yacc: 127
file content (26 lines) | stat: -rw-r--r-- 1,094 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
25
26
Source: slice
Section: text
Priority: optional
Maintainer: Debian WML Packaging Team <pkg-wml-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9~)
Build-Depends-Indep: libbit-vector-perl,
                     perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-wml/slice.git
Vcs-Git: https://anonscm.debian.org/git/pkg-wml/slice.git
Homepage: http://web.archive.org/web/20041028021735/http://www.engelschall.com/sw/slice/
Testsuite: autopkgtest

Package: slice
Architecture: all
Depends: libbit-vector-perl,
         perl,
         ${misc:Depends},
         ${perl:Depends}
Description: Extract out pre-defined slices of an ASCII file
 The slice program reads an input file and divide its prepared ASCII contents
 into possibly overlapping slices. These slices are determined by enclosing
 blocks which are defined by begin and end delimiters which have to be
 already in the file. The final output gets calculated by a slice term
 consisting of slice names, set theory operators and optional round brackets.