1 { lib, buildDunePackage, fetchFromGitLab
2 , ocamlgraph, parmap, re, stdlib-shims
11 src = fetchFromGitLab {
15 hash = "sha256-K0fYSAWV48Rers/foDrEIqieyJ0PvpXkuYrFrZGBkkE=";
18 minimalOCamlVersion = "4.07";
24 propagatedBuildInputs = [
36 doCheck = lib.versionAtLeast ocaml.version "4.08";
39 description = "Dose library (part of Mancoosi tools)";
40 downloadPage = "https://gitlab.com/irill/dose3/";
41 homepage = "https://www.mancoosi.org/software/";
42 license = licenses.lgpl3Plus;
44 The dose suite provides libraries for handling package meta-data, and various tools for analyzing package relationships in a large package repository.
45 * 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.
46 * dose-distcheck checks for every package of a distribution whether it is possible to satisfy its dependencies and conflicts within this distribution.
47 * ceve, a general metadata parser supporting different input formats (Debian, rpm, and others) and different output formats.
48 * 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.
49 * dose-challenged, a Debian-specific tool for checking which packages will certainly become uninstallable when some existing package is upgraded to a newer version.
50 * dose-deb-coinstall, a Debian-specific tool for checking whether a set of packages can be installed all together.