File: control

package info (click to toggle)
python-kaitaistruct 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: python: 545; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,159 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
28
29
30
31
Source: python-kaitaistruct
Maintainer: William Blough <bblough@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-setuptools,
               python3-wheel
Standards-Version: 4.7.2
Homepage: https://kaitai.io
Vcs-Git: https://salsa.debian.org/debian/python-kaitaistruct.git
Vcs-Browser: https://salsa.debian.org/debian/python-kaitaistruct

Package: python3-kaitaistruct
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Kaitai Struct declarative parser generator for binary data (python3)
 This library implements Kaitai Struct API for Python.
 .
 Kaitai Struct is a declarative language used for describe various
 binary data structures, laid out in files or in memory: i.e. binary
 file formats, network stream packet formats, etc.
 .
 It is similar to Python's construct and Construct3, but it is
 language-agnostic. The format description is done in YAML-based .ksy
 format, which then can be compiled into a wide range of target
 languages.
 .
 This is the Python3 package.