1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: pxp
Section: devel
Priority: optional
Maintainer: Stefano Zacchiroli <zack@debian.org>
Build-Depends: debhelper (>> 3.0.0), ocaml (>= 3.04), ocaml-findlib, libnetstring-ocaml-dev (>= 0.10.1)
Standards-Version: 3.5.2
Package: libpxp-ocaml-dev
Architecture: any
Depends: ocaml (>= 3.04), ocaml (<< 3.05), libnetstring-ocaml-dev (>= 0.10.1)
Recommends: ocaml-findlib
Conflicts: ocaml-pxp
Replaces: ocaml-pxp
Provides: ocaml-pxp
Description: OCaml library that implement 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.
|