diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..949fcb7 --- /dev/null +++ b/debian/control @@ -0,0 +1,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. |