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
|
Source: xml-light
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Mehdi Dogguy <mehdi@debian.org>
Build-Depends:
cdbs (>= 0.4.23-1.1),
ocaml-nox (>= 4),
debhelper (>= 7.0.50~),
dh-ocaml (>= 0.9)
Standards-Version: 3.9.2
Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/xml-light.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/xml-light.git
Homepage: http://tech.motion-twin.com/xmllight.html
Package: libxml-light-ocaml-dev
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides:
${ocaml:Provides}
Description: mininal XML parser and printer for OCaml (development package)
This is a XML parser and printer, designed to help parsing basic XML document
into OCaml data structures and printing it back to a XML document.
.
It also supports DTD.
.
You can find more information about xml-light at
http://tech.motion-twin.com/xmllight.html
Package: libxml-light-ocaml
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides:
${ocaml:Provides}
Breaks:
libxml-light-ocaml-dev (<< 2.2-13)
Replaces:
libxml-light-ocaml-dev (<< 2.2-13)
Description: mininal XML parser and printer for OCaml (runtime package)
This is a XML parser and printer, designed to help parsing basic XML document
into OCaml data structures and printing it back to a XML document.
.
It also supports DTD.
.
You can find more information about xml-light at
http://tech.motion-twin.com/xmllight.html
|