File: control

package info (click to toggle)
xmlm 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 424 kB
  • ctags: 670
  • sloc: ml: 1,770; sh: 90; makefile: 19
file content (39 lines) | stat: -rw-r--r-- 1,132 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
36
37
38
39
Source: xmlm
Section: devel
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Samuel Mimram <smimram@debian.org>,
 Romain Beauxis <toots@rastageeks.org>,
 Mehdi Dogguy <mehdi@debian.org>
Build-Depends:
 cdbs (>= 0.4.53),
 debhelper (>= 7.0.1),
 ocaml-nox,
 ocaml-findlib (>= 1.2.4),
 dh-ocaml (>= 0.9)
Standards-Version: 3.8.3
Homepage: http://erratique.ch/software/xmlm
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/xmlm.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/xmlm.git

Package: libxmlm-ocaml-dev
Architecture: any
Section: ocaml
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ocaml-findlib,
 ${misc:Depends}
Provides:
 ${ocaml:Provides}
Description: OCaml xml manipulation module
 Xmlm allows the OCaml programmer to manipulate xml data. 
 Its complexity is half-way between the easy xml-light module and 
 a full parsing of xml data.
 .
 It is also very simple to updgrade existing code using xml-light
 in order to use xmlm.
 .
 This package contains all the development stuff you need to develop
 OCaml programs which use xmlm.