File: control

package info (click to toggle)
png%2B%2B 0.2.9-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,416 kB
  • ctags: 630
  • sloc: cpp: 3,070; makefile: 111; sh: 51
file content (22 lines) | stat: -rw-r--r-- 721 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
Source: png++
Priority: optional
Section: libs
Build-Depends: debhelper (>= 9),
 libpng-dev,
 doxygen,
 imagemagick,
Homepage: http://savannah.nongnu.org/projects/pngpp/
Standards-Version: 3.9.8
Maintainer: Jonas Smedegaard <dr@jones.dk>
Uploaders: Tobias Frost <tobi@debian.org>
Vcs-Git: https://anonscm.debian.org/git/collab-maint/png++.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/png++.git

Package: libpng++-dev
Section: libdevel
Architecture: all
Depends: ${misc:Depends},
 libpng-dev
Description: C++ interface to the PNG (Portable Network Graphics) library
 PNG++ aims to provide simple yet powerful C++ interface to libpng, the
 Portable Network Graphics (PNG) reference implementation library.