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 40 41 42 43 44 45
|
Source: dh-ocaml
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Mehdi Dogguy <mehdi@debian.org>,
Stéphane Glondu <glondu@debian.org>,
Ralf Treinen <treinen@debian.org>
Build-Depends:
debhelper-compat (= 13)
Build-Depends-Indep:
docbook-xml,
docbook-xsl,
xsltproc,
libxml2-utils,
lynx
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/ocaml-team/dh-ocaml.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/dh-ocaml
Package: dh-ocaml
Architecture: all
Depends:
libconfig-tiny-perl,
${misc:Depends}
Provides: dh-sequence-ocaml
Recommends:
debhelper,
ocaml
Suggests:
git
Multi-Arch: foreign
Description: helper tools for maintaining OCaml-related Debian packages
dh-ocaml is a set of tools and documents to help maintaining Debian
packages related to the Objective Caml (OCaml) programming language.
.
dh-ocaml notably contains the following components:
* Makefile helpers to write debian/rules files implementing OCaml
packaging best-practices (both for CDBS lovers and haters)
* the Debian OCaml Packaging Policy
* dh_ocaml debhelper to automatically computes dependencies among
binary OCaml packages
* ocaml-md5sums, the tool used to maintain the system registry of
OCaml module interface checksums
|