11 src = fetchFromGitLab {
12 domain = "gitlab.inria.fr";
16 sha256 = "sha256-Xuw4pEPqAbQjSHrpMCNE7Th0mpbNMSxdEdwvH4hu2SM=";
19 minimalOCamlVersion = "4.03";
23 homepage = "https://gitlab.inria.fr/fpottier/fix/";
24 description = "Simple OCaml module for computing the least solution of a system of monotone equations";
25 license = licenses.lgpl2Only;
26 maintainers = with maintainers; [ vbgl ];