File: control

package info (click to toggle)
draco 1.5.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 66,416 kB
  • sloc: cpp: 52,236; python: 279; javascript: 49; sh: 47; makefile: 20
file content (64 lines) | stat: -rw-r--r-- 1,972 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
61
62
63
64
Source: draco
Section: libs
Priority: optional
Maintainer: Timo Röhling <roehling@debian.org>
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 googletest,
 libeigen3-dev (>= 3.4),
 libstb-dev,
 libtinygltf-dev,
 nlohmann-json3-dev,
Homepage: https://github.com/google/draco
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/roehling/draco.git
Vcs-Browser: https://salsa.debian.org/roehling/draco
Description: Library for compressing 3D geometric meshes and point clouds
 Draco is a library for compressing and decompressing 3D geometric meshes
 and point clouds. It is intended to improve the storage and transmission
 of 3D graphics.
 .
 Draco is designed and built for compression efficiency and speed. The code
 supports compressing points, connectivity information, texture coordinates,
 color information, normals, and any other generic attributes associated with
 geometry. With Draco, applications using 3D graphics can be significantly
 smaller without compromising visual fidelity. For users, this means apps can
 now be downloaded faster, 3D graphics in the browser can load quicker, and VR
 and AR scenes can now be transmitted with a fraction of the bandwidth and
 rendered quickly.


Package: draco
Section: graphics
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Encoder and decoder for 3D geometric meshes and point clouds
 ${source:Extended-Description}
 .
 This package provides command line tools to compress and decompress files
 using Draco.

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

Package: libdraco-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 libdraco9 (= ${binary:Version}),
Description: ${source:Synopsis} (headers)
 ${source:Extended-Description}
 .
 This package provides the development headers for the library.