File: control

package info (click to toggle)
svgpp 1.3.0%2Bdfsg1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,548 kB
  • sloc: cpp: 30,523; makefile: 165; python: 73; xml: 48; sh: 36
file content (69 lines) | stat: -rw-r--r-- 2,620 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
65
66
67
68
69
Source: svgpp
Maintainer: Anton Gladky <gladk@debian.org>
Section: libs
Priority: optional
Build-Depends: cmake,
               debhelper-compat (= 13),
               googletest,
               libagg2-dev (>=1:2.4.0),
               libboost-dev,
               libboost-system-dev,
               libboost-timer-dev,
               python3-sphinx-rtd-theme,
               python3-sphinx,
               sphinx-common
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian/svgpp
Vcs-Git: https://salsa.debian.org/debian/svgpp.git
Homepage: https://github.com/svgpp/svgpp

Package: libsvgpp-dev
Architecture: all
Section: libdevel
Depends: libboost-dev,
         libboost-system-dev,
         libboost-timer-dev,
         ${misc:Depends}
Description: SVG-framework with parsers for various syntaxes and adapters. Development files
 The library can be thought of as a framework, containing parsers for various
 SVG syntaxes, adapters that simplify handling of parsed data and a lot of
 other utilities and helpers for the most common tasks.  SVG++ features
 .
  * Is a header-only library
  * Can be used with any XML parser
  * Compile time configured - no virtual functions
  * Minimal runtime overhead - you pay only for what you get
  * Fully functional, conforming SVG viewers
  * Simple in-app SVG rasterizers
  * Import modules of vector editing software
  * Implementing path-only input of SVG format with minimal efforts
    in any graphics or math software
  * Compatible with C++03, but requires conforming implementation
 .
 The package contains the header development files.

Package: libsvgpp-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ${sphinxdoc:Depends},
         libjs-mathjax
Description: SVG-framework with parsers for various syntaxes and adapters. Documentation
 The library can be thought of as a framework, containing parsers for various
 SVG syntaxes, adapters that simplify handling of parsed data and a lot of
 other utilities and helpers for the most common tasks.  SVG++ features
 .
  * Is a header-only library
  * Can be used with any XML parser
  * Compile time configured - no virtual functions
  * Minimal runtime overhead - you pay only for what you get
  * Fully functional, conforming SVG viewers
  * Simple in-app SVG rasterizers
  * Import modules of vector editing software
  * Implementing path-only input of SVG format with minimal efforts
    in any graphics or math software
  * Compatible with C++03, but requires conforming implementation
 .
 The package contains the documentation.