File: control

package info (click to toggle)
pxp 1.1.4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,944 kB
  • ctags: 1,728
  • sloc: ml: 15,005; xml: 2,583; sh: 972; makefile: 677
file content (22 lines) | stat: -rw-r--r-- 867 bytes parent folder | download
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.