1 { lib, fetchFromGitHub, buildDunePackage, logs, num }:
4 pname = "ocplib-simplex";
7 src = fetchFromGitHub {
8 owner = "OCamlPro-Iguernlala";
11 hash = "sha256-sy5QUmghG28tXlwbKWx3PpBGTtzXarTSzd1WLSYyvbc=";
14 propagatedBuildInputs = [ logs num ];
19 description = "An OCaml library implementing a simplex algorithm, in a functional style, for solving systems of linear inequalities";
20 homepage = "https://github.com/OCamlPro-Iguernlala/ocplib-simplex";
21 license = lib.licenses.lgpl21Only;
22 maintainers = [ lib.maintainers.vbgl ];