File: control

package info (click to toggle)
xsd 4.0.0-8.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 21,868 kB
  • sloc: cpp: 133,528; ansic: 13,666; makefile: 7,375; sh: 4,521; xml: 2,580; python: 8
file content (27 lines) | stat: -rw-r--r-- 1,034 bytes parent folder | download | duplicates (2)
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
Source: xsd
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Section: devel
Priority: optional
Build-Depends: debhelper (>= 9),
               libboost-date-time-dev,
               libboost-filesystem-dev,
               libboost-regex-dev,
               libxerces-c-dev,
               m4
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/debian/xsd
Vcs-Git: https://salsa.debian.org/debian/xsd.git
Homepage: http://codesynthesis.com

Package: xsdcxx
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: XML Data Binding for C++
 CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to
 C++ data binding compiler. Provided with an XML instance specification
 (XML Schema), it generates C++ classes that represent the given
 vocabulary as well as parsing and serialization code.
 You can then access the data stored in XML using types and functions
 that semantically correspond to your application domain rather than
 dealing with intricacies of reading and writing XML.