File: control

package info (click to toggle)
pxp 1.2.9-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,844 kB
  • sloc: ml: 28,666; xml: 2,597; makefile: 822; sh: 691
file content (35 lines) | stat: -rw-r--r-- 1,059 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
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: pxp
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 ocaml,
 dh-ocaml,
 ocaml-findlib,
 libocamlnet-ocaml-dev,
 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.