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
|
Source: coq-dpdgraph
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: ocaml
Priority: optional
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends: coq (>= 8.18),
debhelper-compat (= 13),
dh-coq,
dh-ocaml,
libcoq-core-ocaml-dev,
libcoq-stdlib,
libocamlgraph-ocaml-dev
Vcs-Browser: https://salsa.debian.org/ocaml-team/coq-dpdgraph
Vcs-Git: https://salsa.debian.org/ocaml-team/coq-dpdgraph.git
Homepage: https://github.com/coq-community/coq-dpdgraph
Package: libcoq-dpdgraph
Architecture: any
Depends: ${coq:Depends}, ${misc:Depends}
Provides: ${coq:Provides}
Description: Coq plugin to extract dependencies between Coq objects
This package provides a plugin for Coq to extract dependencies
between Coq objects and produce files with dependency information.
.
Coq is a proof assistant for higher-order logic.
.
This package provides the Coq plugin itself.
Package: coq-dpdgraph-tools
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}
Suggests: graphviz
Description: Coq plugin to extract dependencies between Coq objects (tools)
This package provides a plugin for Coq to extract dependencies
between Coq objects and produce files with dependency information.
.
Coq is a proof assistant for higher-order logic.
.
This package provides the tools associated to this plugin.
|