summaryrefslogtreecommitdiff
path: root/debian/control
blob: 949fcb71a24d604804e3752dfe50f7164be5967e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: xsd
Section: devel
Priority: optional
Maintainer: Boris Kolpackov <boris@codesynthesis.com>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.1

Package: xsd
Architecture: any
Depends: libc6 (>= 2.2.5)
Recommends: libxerces-c-dev (>= 3.0.0), libexpat1-dev (>= 1.95.8), g++ (>= 4.2.0)
Description: XML Schema to C++ data binding compiler
 CodeSynthesis XSD is an 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.