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
|
Source: not-ocamlfind
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Stéphane Glondu <glondu@debian.org>
Build-Depends:
debhelper-compat (= 13),
libcamlp-streams-ocaml-dev,
libfmt-ocaml-dev,
librresult-ocaml-dev,
libocamlgraph-ocaml-dev,
ocaml-findlib,
ocaml,
dh-ocaml
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/ocaml-team/not-ocamlfind.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/not-ocamlfind
Homepage: https://github.com/chetmurthy/not-ocamlfind
Package: not-ocamlfind
Architecture: any
Depends:
ocaml-findlib,
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Description: front-end to ocamlfind to add a few new commands
The command not-ocamlfind is a pass-thru to ocamlfind, but adds three
new commands: preprocess, reinstall-if-diff and package-graph.
|