File: control

package info (click to toggle)
tinyobjloader 2.0.0~rc13%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,488 kB
  • sloc: cpp: 7,029; python: 120; sh: 57; makefile: 45
file content (60 lines) | stat: -rw-r--r-- 1,565 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
51
52
53
54
55
56
57
58
59
60
Source: tinyobjloader
Priority: optional
Maintainer: Timo Röhling <roehling@debian.org>
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 libpython3-all-dev,
 pybind11-dev,
 pybuild-plugin-pyproject,
 python3-all-dev:any,
 python3-pybind11,
 python3-setuptools,
Standards-Version: 4.7.0
Section: libs
Homepage: https://github.com/tinyobjloader/tinyobjloader
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/tinyobjloader.git
Vcs-Browser: https://salsa.debian.org/debian/tinyobjloader
Description: Tiny but powerful wavefront OBJ loader
 tinyobjloader is a single file wavefront OBJ loader written
 in C++. It has no dependencies except the STL, and can parse
 over 10M polygons with moderate amounts of memory and time.

Package: libtinyobjloader-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libtinyobjloader2rc13 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: ${source:Synopsis} (header)
 ${source:Extended-Description}
 .
 This package provides the C++ header for development.

Package: libtinyobjloader2rc13
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: ${source:Synopsis}
 ${source:Extended-Description}

Package: python3-tinyobjloader
Section: python
Architecture: any
Provides:
 ${python3:Provides},
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: ${source:Synopsis} (Python 3 bindings)
 ${source:Extended-Description}
 .
 This package provides experimental Python 3 bindings.