summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ocplib-simplex
Commit message (Collapse)AuthorAge
* ocamlPackages tree-wide: Move buildInputs that should be nativeBuildInputsUlrik Strid2022-02-24
| | | | | To keep this for the future we also strictDeps where possible, including for janePackages, topkg, oasis and ocamlbuild. This makes some closures significantly smaller and makes cross compilation easier
* ocamlPackages: stdenv.lib → libsternenseemann2021-01-12
| | | | | | | This change was produced by searching for remaining occurrences of stdenv.lib and replacing them manually. Reference #108938.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: installFlags is a listRobin Gloster2019-12-30
|
* alt-ergo: 1.30->2.2.0, ocplib-simplex: 0.3->0.4Moritz Kiefer2018-10-13
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* ocamlPackages.ocplib-simplex: init at 0.3Vincent Laporte2016-11-23
ocplib-simplex is a (fully) functional OCaml implementation of the simplex algorithm for solving systems of linear inequalities. homepage: https://github.com/OCamlPro-Iguernlala/ocplib-simplex