1 { lib, buildDunePackage, ocaml, fetchFromGitLab, extlib, ounit2 }:
7 minimalOCamlVersion = "4.07";
9 src = fetchFromGitLab {
13 hash = "sha256-E4KXKnso/Q3ZwcYpKPgvswNR9qd/lafKljPMxfStedM=";
16 propagatedBuildInputs = [
23 doCheck = lib.versionAtLeast ocaml.version "4.08";
26 description = "A library for CUDF format";
27 homepage = "https://www.mancoosi.org/cudf/";
28 downloadPage = "https://gforge.inria.fr/projects/cudf/";
29 license = licenses.lgpl3;
30 maintainers = with maintainers; [ ];