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
|
Source: ocaml-expat
Priority: optional
Section: ocaml
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends:
debhelper-compat (= 13),
libexpat1-dev,
ocaml-nox,
ocaml-findlib,
dh-ocaml
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-expat.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-expat
Homepage: https://github.com/whitequark/ocaml-expat
Package: libexpat-ocaml-dev
Architecture: any
Depends: libexpat1-dev, ocaml-findlib, ${misc:Depends}, ${shlibs:Depends}, ${ocaml:Depends}
Provides: ${ocaml:Provides}
Description: OCaml expat bindings (development)
This Objective Caml library provides XML parsing facilities based on the expat
library.
.
This package contains the development part of the OCaml expat package.
Package: libexpat-ocaml
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${ocaml:Depends}
Provides: ${ocaml:Provides}
Breaks: libexpat-ocaml-dev (<< 1.1.0)
Replaces: libexpat-ocaml-dev (<< 1.1.0)
Description: OCaml expat bindings (runtime)
This Objective Caml library provides XML parsing facilities based on the expat
library.
.
This package contains only the shared runtime stub libraries.
|