Skip to content

Commit

Permalink
Bump minimal version of ocplib-simplex to 0.5.1 (#1088)
Browse files Browse the repository at this point in the history
* Bump minimal version of `ocplib-simplex` to 0.5.1

* Update nix sources
  • Loading branch information
Halbaroth authored Apr 3, 2024
1 parent cee8b5a commit bc0e045
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion alt-ergo-lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depends: [
"dolmen" {>= "0.10"}
"dolmen_type" {>= "0.10"}
"dolmen_loop" {>= "0.10"}
"ocplib-simplex" {>= "0.5"}
"ocplib-simplex" {>= "0.5.1"}
"zarith" {>= "1.11"}
"seq"
"fmt" {>= "0.9.0"}
Expand Down
3 changes: 1 addition & 2 deletions alt-ergo-lib.opam.locked
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ depends: [
"ocamlbuild" {= "0.14.2"}
"ocamlfind" {= "1.9.6"}
"ocplib-endian" {= "1.2"}
"ocplib-simplex" {= "0.5"}
"ocplib-simplex" {= "0.5.1"}
"pp_loc" {= "2.1.0"}
"ppx_blob" {= "0.7.2"}
"ppx_derivers" {= "1.2.1"}
Expand All @@ -57,7 +57,6 @@ depends: [
"seq" {= "base"}
"sexplib0" {= "v0.16.0"}
"spelll" {= "0.4"}
"stdlib-shims" {= "0.3.0"}
"stdcompat" {= "19"}
"topkg" {= "1.0.7"}
"uutf" {= "1.0.3"}
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ See more details on http://alt-ergo.ocamlpro.com/"
(dolmen (>= 0.10))
(dolmen_type (>= 0.10))
(dolmen_loop (>= 0.10))
(ocplib-simplex (>= 0.5))
(ocplib-simplex (>= 0.5.1))
(zarith (>= 1.11))
seq
(fmt (>= 0.9.0))
Expand Down
10 changes: 5 additions & 5 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"ocplib-simplex": {
"branch": "v0.5",
"branch": "v0.5.1",
"description": "A library implementing a simplex algorithm, in a functional style, for solving systems of linear inequalities",
"homepage": "",
"owner": "OCamlPro",
"repo": "ocplib-simplex",
"rev": "9b0944c81088b9039775e48cdbc3499128ca3692",
"sha256": "1dxx68k2smnxrp9b8snpvi74d41yfxn2j6swbqnny6r1d1950bmk",
"rev": "12e7c1fd994d4c40cf7159008a67579f470df616",
"sha256": "0jkyqvcia4950cr1ip4n4xnjgaqlliljw48b40n95j75wjvy3d3w",
"type": "tarball",
"url": "https://github.com/OCamlPro/ocplib-simplex/archive/9b0944c81088b9039775e48cdbc3499128ca3692.tar.gz",
"url": "https://github.com/OCamlPro/ocplib-simplex/archive/12e7c1fd994d4c40cf7159008a67579f470df616.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
"version": "0.5"
"version": "0.5.1"
},
"pp_loc": {
"branch": "v2.1.0",
Expand Down

0 comments on commit bc0e045

Please sign in to comment.