16 buildDunePackage rec {
20 src = fetchFromGitLab {
24 hash = "sha256-K0fYSAWV48Rers/foDrEIqieyJ0PvpXkuYrFrZGBkkE=";
27 minimalOCamlVersion = "4.07";
33 propagatedBuildInputs = [
45 # Check are not compatible with re ≥ 1.12
46 doCheck = lib.versionAtLeast ocaml.version "4.08" && !lib.versionAtLeast ocaml.version "4.12";
49 description = "Dose library (part of Mancoosi tools)";
50 downloadPage = "https://gitlab.com/irill/dose3/";
51 homepage = "https://www.mancoosi.org/software/";
52 license = licenses.lgpl3Plus;
54 The dose suite provides libraries for handling package meta-data, and various tools for analyzing package relationships in a large package repository.
55 * 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.
56 * dose-distcheck checks for every package of a distribution whether it is possible to satisfy its dependencies and conflicts within this distribution.
57 * ceve, a general metadata parser supporting different input formats (Debian, rpm, and others) and different output formats.
58 * 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.
59 * dose-challenged, a Debian-specific tool for checking which packages will certainly become uninstallable when some existing package is upgraded to a newer version.
60 * dose-deb-coinstall, a Debian-specific tool for checking whether a set of packages can be installed all together.