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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
Source: ben
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Stéphane Glondu <glondu@debian.org>,
Mehdi Dogguy <mehdi@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-ocaml,
ocaml-dune,
ocaml-odoc,
menhir,
liburi-ocaml-dev,
libocamlgraph-ocaml-dev,
libfileutils-ocaml-dev,
libtyxml-ocaml-dev (>= 4.1~),
libpostgresql-ocaml-dev,
libparmap-ocaml-dev,
libre-ocaml-dev (>= 1.7.2~),
libextlib-ocaml-dev,
liblwt-ocaml-dev,
libppx-yojson-conv-ocaml-dev,
ocaml,
asciidoctor,
docbook-xml,
docbook-xsl,
libxml2-utils,
xsltproc,
source-highlight
Standards-Version: 4.7.3
Section: devel
Homepage: https://debian.pages.debian.net/ben/
Vcs-Browser: https://salsa.debian.org/debian/ben
Vcs-Git: https://salsa.debian.org/debian/ben.git
Package: libben-ocaml-dev
Section: ocaml
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: OCaml libraries for Debian maintainers (development package)
This package contains miscellaneous OCaml libraries to make the life
of an OCaml-aware Debian package maintainer easier.
.
This package contains development files of the library.
Package: libben-ocaml
Section: ocaml
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Description: OCaml libraries for Debian maintainers (runtime package)
This package contains miscellaneous OCaml libraries to make the life
of an OCaml-aware Debian package maintainer easier.
.
This package contains the shared runtime stub libraries.
Package: ben
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
bzip2,
curl,
libjs-jquery,
xz-utils,
${misc:Depends}
Provides: ${ocaml:Provides}
Enhances: devscripts
Recommends:
dose-distcheck
Suggests:
python3-yaml
Description: toolbox for Debian maintainers
This is a collection of useful tools that Debian maintainers can use
to make their packaging work easier. They all work with regular
Debian package list files, and should be useful for Debian
derivatives as well. This package ships a single executable, "ben",
with the following subcommands:
* download: download a set of package list files from a mirror
* monitor: monitor the status of a set of packages across several
architectures (useful for transitions)
* query: query packages using their metadata (similar to grep-dctrl,
but uses a dedicated query language)
* tracker: frontend to multiple monitors
|