File: control

package info (click to toggle)
tinyexr 1.0.10%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,184 kB
  • sloc: cpp: 12,561; makefile: 110; sh: 18; ansic: 15
file content (34 lines) | stat: -rw-r--r-- 1,162 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
Source: tinyexr
Section: libs
Priority: optional
Maintainer: Timo Röhling <roehling@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 zlib1g-dev,
Homepage: https://github.com/syoyo/tinyexr
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/roehling/tinyexr.git
Vcs-Browser: https://salsa.debian.org/roehling/tinyexr

Package: libtinyexr-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libtinyexr1d (= ${binary:Version}), ${misc:Depends}
Description: C++ library to load and save OpenEXR images - development headers
 TinyEXR is a small library to load and save OpenEXR images. It supports
 the version 1 format and version 2 multi-part images, and it has partial
 support for version 2 deep images.
 .
 This package contains the development headers for C++

Package: libtinyexr1d
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ library to load and save OpenEXR images
 TinyEXR is a small library to load and save OpenEXR images. It supports
 the version 1 format and version 2 multi-part images, and it has partial
 support for version 2 deep images.