Source: pxp Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Build-Depends: debhelper-compat (= 13), ocaml, dh-ocaml, ocaml-findlib, libocamlnet-ocaml-dev (>= 4.1), ocaml-ulex, camlp4 Standards-Version: 4.6.0 Rules-Requires-Root: no 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: 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.