File: control

package info (click to toggle)
tinygltf 2.7.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,288 kB
  • sloc: cpp: 7,515; sh: 29; makefile: 22
file content (39 lines) | stat: -rw-r--r-- 1,237 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
Source: tinygltf
Priority: optional
Maintainer: Timo Röhling <roehling@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 catch <!nocheck>,
 cmake,
 libstb-dev,
 nlohmann-json3-dev,
Standards-Version: 4.6.2
Section: libs
Homepage: https://github.com/syoyo/tinygltf
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/tinygltf.git
Vcs-Browser: https://salsa.debian.org/debian/tinygltf

Package: libtinygltf-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libtinygltf2d (= ${binary:Version}),
         ${misc:Depends}
Description: glTF loader and saver library - header files
 glTF (GL Transmission Format) is a royalty-free specification
 for the efficient transmission and loading of 3D scenes and
 models by applications. TinyGLTF is a C++ implementation to
 load and save glTF data.
 .
 This package installs the header files for development.

Package: libtinygltf2d
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: glTF loader and saver library
 glTF (GL Transmission Format) is a royalty-free specification
 for the efficient transmission and loading of 3D scenes and
 models by applications. TinyGLTF is a C++ implementation to
 load and save glTF data.