1 { lib, fetchFromGitHub, buildDunePackage, cudf }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-K249E9qkWNK4BC+ynaR3bVEyu9Tk8iCE7GptKk/aVJc=";
16 propagatedBuildInputs = [
23 description = "A library providing a multi criteria CUDF solver, part of MANCOOSI project.";
24 downloadPage = "https://github.com/AltGr/ocaml-mccs";
25 homepage = "https://www.i3s.unice.fr/~cpjm/misc/";
26 license = with licenses; [ lgpl21 gpl3 ];
27 maintainers = with maintainers; [ ];