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
|
Source: pxp
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Build-Depends:
debhelper (>= 9),
ocaml-nox,
dh-ocaml (>= 0.9),
ocaml-findlib,
libocamlnet-ocaml-dev (>= 4.1),
ocaml-ulex,
camlp4,
cdbs
Standards-Version: 4.0.0
Vcs-Git: https://salsa.debian.org/ocaml-team/pxp.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/pxp
Homepage: http://projects.camlcity.org/projects/pxp.html
Package: libpxp-ocaml-dev
Architecture: any
Depends:
ocaml-nox-${F:OCamlABI},
libocamlnet-ocaml-dev,
ocaml-findlib,
ocaml-ulex,
${misc:Depends},
${ocaml:Depends}
Provides: ${ocaml:Provides}
Description: OCaml library that implements an XML-1.0 validating parser
PXP is a validating parser for XML-1.0 which has been written entirely
in Objective Caml.
.
PXP is the new name of the parser formerly known as "Markup". PXP means
"Polymorphic XML parser" and emphasizes its most useful property: that
the API is polymorphic and can be configured such that different objects
are used to store different types of elements.
|