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
|
Source: coinst
Section: devel
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Ralf Treinen <treinen@debian.org>, Mehdi Dogguy <mehdi@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-ocaml,
ocaml-findlib,
ocaml-nox,
libcudf-ocaml-dev,
# needed for the viewer:
js-of-ocaml,
libcairo-ocaml-dev
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: http://coinst.irill.org
Vcs-Browser: https://salsa.debian.org/ocaml-team/coinst
Vcs-Git: https://salsa.debian.org/ocaml-team/coinst.git
Package: coinst
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Recommends: coinst-viewer, dot
Description: computes the co-installability kernel of a deb or RPM repository
This package is useful when you are interested in analyzing
co-installability of packages in a large package repository. A set
of packages is called co-installable if it can be extended to a set
that satisfies all inter-package relations (dependencies, conflicts,
etc.).
.
This tool reduces a repository to a much smaller one, its so-called
co-installability kernel, that behaves exactly the same as far as
co-installability of package is concerned. This is achieved by
- dropping all relations that are not relevant for this purpose
- identifying all packages that behave the same.
The kernel is typically orders of magnitude smaller than the original
repository.
Package: coinst-viewer
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Recommends: coinst
Description: viewer for co-installability kernels generated by coinst
This package is useful when you are interested in analyzing
co-installability of packages in a large package repository.
It contains a custom viewer for co-installability kernels
generated by the coinst tool.
|