1 { lib, buildDunePackage, fetchFromGitLab
2 , camlzip, ocamlgraph, parmap, re, stdlib-shims
3 , base64, bz2, ocaml_extlib, cudf
4 , dpkg, git, ocaml, ounit, python39, python39Packages
11 src = fetchFromGitLab {
15 sha256 = "sha256-K0fYSAWV48Rers/foDrEIqieyJ0PvpXkuYrFrZGBkkE=";
18 minimalOCamlVersion = "4.03";
25 propagatedBuildInputs = [
37 dpkg # Replaces: conf-dpkg
40 python39 # Replaces: conf-python-3
41 python39Packages.pyyaml # Replaces: conf-python3-yaml
43 doCheck = false; # Tests are failing.
44 # To enable tests use: lib.versionAtLeast ocaml.version "4.04";
47 description = "Dose library (part of Mancoosi tools)";
48 downloadPage = "https://gitlab.com/irill/dose3/";
49 homepage = "https://www.mancoosi.org/software/";
50 license = licenses.lgpl3Plus;
52 The dose suite provides libraries for handling package meta-data, and various tools for analyzing package relationships in a large package repository.
53 * dose-builddebcheck checks, given a collection of source package stanzas and a collection of binary package stanzas of Debian packages, whether the build-dependencies of each source package can be satisfied by the binary packages.
54 * dose-distcheck checks for every package of a distribution whether it is possible to satisfy its dependencies and conflicts within this distribution.
55 * ceve, a general metadata parser supporting different input formats (Debian, rpm, and others) and different output formats.
56 * dose-outdated, a Debian-specific tool for finding packages that are not installable with respect to a package repository, and that can only be made installable again by fixing the package itself.
57 * dose-challenged, a Debian-specific tool for checking which packages will certainly become uninstallable when some existing package is upgraded to a newer version.
58 * dose-deb-coinstall, a Debian-specific tool for checking whether a set of packages can be installed all together.