File: control

package info (click to toggle)
dtfabric 20181128-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 704 kB
  • sloc: python: 4,647; sh: 120; makefile: 38
file content (50 lines) | stat: -rw-r--r-- 1,749 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: dtfabric
Section: python
Priority: optional
Maintainer: SZ Lin (林上智) <szlin@debian.org>
Build-Depends: debhelper (>= 12),
               dh-python,
               python-all, python3-all,
               python-setuptools, python3-setuptools,
               python-yaml, python3-yaml,
Standards-Version: 4.3.0
Homepage: https://github.com/libyal/dtfabric
Vcs-Git: https://salsa.debian.org/debian/dtfabric.git
Vcs-Browser: https://salsa.debian.org/debian/dtfabric
Testsuite: autopkgtest-pkg-python

Package: python-dtfabric
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python:Depends},
         python-yaml
Description: Tooling for data type and structure management - Python 2.x
 Data types fabric (dtFabric) is a proof-of-concept YAML-based
 definition language to specify format and data types.
 .
 Supported data types
 .
  Storage data types, such as integers, characters, structures
  Semantic data types, such as constants, enumerations
  Layout data types, such as format, vectors, trees
 .
 This package contains the Python 2 version of the package.

Package: python3-dtfabric
Architecture: all
Breaks: dtfabric (<< 20180808-1.1)
Replaces: dtfabric (<< 20180808-1.1)
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends},
         python3-yaml
Description: Tooling for data type and structure management - Python 3.x
 Data types fabric (dtFabric) is a proof-of-concept YAML-based
 definition language to specify format and data types.
 .
 Supported data types
 .
  Storage data types, such as integers, characters, structures
  Semantic data types, such as constants, enumerations
  Layout data types, such as format, vectors, trees
 .
 This package contains the Python 3 version of the package.