File: control

package info (click to toggle)
libzeep 3.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,404 kB
  • ctags: 3,470
  • sloc: cpp: 15,502; makefile: 118; xml: 45; ansic: 12
file content (66 lines) | stat: -rw-r--r-- 2,667 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
Source: libzeep
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Maarten L. Hekkelman <m.hekkelman@cmbi.ru.nl>,
           Andreas Tille <tille@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
               libboost-dev,
               libboost-filesystem-dev,
               libboost-system-dev,
               libboost-regex-dev,
               libboost-math-dev,
               libboost-thread-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/libzeep/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/libzeep/trunk/
Homepage: http://sourceforge.net/projects/libzeep/

Package: libzeep-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
         libzeep3.0v5 (= ${binary:Version}),
         libboost-dev,
         libboost-filesystem-dev,
         libboost-system-dev,
         libboost-regex-dev,
         libboost-thread-dev
Description: Development files for libzeep
 Libzeep is a C++ library providing a validating XML parser, XML DOM tree
 implementation, XPath 1.0 support and code to create SOAP/REST servers as
 well as a full web application framework.
 .
 libzeep was originally designed to create SOAP servers in C++ easily. The
 current incarnation provides a full validating XML parser creating a DOM tree
 that can be iterated using STL container like methods. The tree can be searched
 using XPath 1.0 queries.
 .
 There's also code to create SOAP and REST servers based allowing to export
 C++ methods as web services. And there's a full web application framework to
 create dynamic web sites in C++ and XHTML.
 .
 This specific package contains all files needed to develop new
 software using libzeep.

Package: libzeep3.0v5
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Conflicts: libzeep3.0
Replaces: libzeep3.0
Description: Library files for libzeep
 Libzeep is a C++ library providing a validating XML parser, XML DOM tree
 implementation, XPath 1.0 support and code to create SOAP/REST servers as
 well as a full web application framework.
 .
 libzeep was originally designed to create SOAP servers in C++ easily. The
 current incarnation provides a full validating XML parser creating a DOM tree
 that can be iterated using STL container like methods. The tree can be searched
 using XPath 1.0 queries.
 .
 There's also code to create SOAP and REST servers based allowing to export
 C++ methods as web services. And there's a full web application framework to
 create dynamic web sites in C++ and XHTML.
 .
 This package contains the shared library only.