File: control

package info (click to toggle)
ui-gxmlcpp 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,196 kB
  • ctags: 691
  • sloc: sh: 11,320; cpp: 3,514; makefile: 70
file content (89 lines) | stat: -rw-r--r-- 2,947 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Source: ui-gxmlcpp
Section: libs
Priority: optional
Maintainer: Stephan Sürken <absurd@debian.org>
Build-Depends: debhelper (>= 9),
               man-db (>= 2.5.1),
               autotools-dev (>= 20100122),
               libui-utilcpp-dev (>= 1.8.3-2~),
               libxml2-dev (>= 2.6.27),
               libxslt1-dev (>= 1.1.19),
               libboost-all-dev (>= 1.35),
               doxygen (>= 1.5.6),
               graphviz (>= 2.20.2)
Standards-Version: 3.9.5
Homepage: http://ui-gxmlcpp.sourceforge.net/
Vcs-Git: git://git.debian.org/git/collab-maint/ui-gxmlcpp.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/ui-gxmlcpp.git;a=summary

Package: libui-gxmlcpp5
Section: libs
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: High-level C++ wrapper library for libxml2/libxslt (run time)
 "ui-gxmlcpp" is a high-level C++ wrapper around libxml2 and
 libxslt. It might be a choice for if your needs are some subset
 of:
 .
  - XML DOM Tree parsing.
  - Basic read/write support from/to trees via XPath.
  - Serialization.
  - Stylesheets and stylesheet translation support.
  - XMLSchema and RelaxNG validation.
 .
 If your needs are "lower-level" (e.g., proper DOM tree API
 support or SAX parsing), "gdome2" or "xml++" will be the right
 choices.
 .
 This package provides run time support.

Package: libui-gxmlcpp-dev
Section: libdevel
Architecture: any
Conflicts: libsp-gxmlcpp-dev
Replaces: libsp-gxmlcpp-dev
Depends: ${misc:Depends},
         libui-gxmlcpp5 (= ${binary:Version}),
         libxml2-dev,
         libxslt1-dev,
         libboost-all-dev (>= 1.35)
Description: High-level C++ wrapper library for libxml2/libxslt (development)
 "ui-gxmlcpp" is a high-level C++ wrapper around libxml2 and
 libxslt. It might be a choice for if your needs are some subset
 of:
 .
  - XML DOM Tree parsing.
  - Basic read/write support from/to trees via XPath.
  - Serialization.
  - Stylesheets and stylesheet translation support.
  - XMLSchema and RelaxNG validation.
 .
 If your needs are "lower-level" (e.g., proper DOM tree API
 support or SAX parsing), "gdome2" or "xml++" will be the right
 choices.
 .
 This package provides all files needed for development.

Package: libui-gxmlcpp5-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends},
         libui-gxmlcpp5 (= ${binary:Version})
Description: High-level C++ wrapper library for libxml2/libxslt (debug)
 "ui-gxmlcpp" is a high-level C++ wrapper around libxml2 and
 libxslt. It might be a choice for if your needs are some subset
 of:
 .
  - XML DOM Tree parsing.
  - Basic read/write support from/to trees via XPath.
  - Serialization.
  - Stylesheets and stylesheet translation support.
  - XMLSchema and RelaxNG validation.
 .
 If your needs are "lower-level" (e.g., proper DOM tree API
 support or SAX parsing), "gdome2" or "xml++" will be the right
 choices.
 .
 This package provides debug support.