File: control

package info (click to toggle)
hachoir-parser 1.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,744 kB
  • ctags: 3,068
  • sloc: python: 30,776; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,261 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
27
Source: hachoir-parser
Section: python
Priority: optional
Maintainer: Michel Casabona <michel.casabona@free.fr>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>=9), python (>= 2.6.6-3~), cdbs (>= 0.4.90~), dh-python
Build-Depends-Indep: python-all
Standards-Version: 3.9.5
Homepage: http://bitbucket.org/haypo/hachoir/wiki/hachoir-parser
X-Python-Version: >= 2.4
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/hachoir-parser/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/hachoir-parser/trunk/

Package: python-hachoir-parser
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-hachoir-core (>= 1.3)
Description: Package of Hachoir parsers used to open binary files
 hachoir-parser is a package of most common file format parsers written for
 Hachoir framework. Not all parsers are complete, some are very good and other
 are poor: only parser first level of the tree for example.
 .
 A perfect parser have no "raw" field: with a perfect parser you are able to
 know *each* bit meaning. Some good (but not perfect ;-)) parsers:
  * Matroska video
  * Microsoft RIFF (AVI video, WAV audio, CDA file)
  * PNG picture
  * TAR and ZIP archive