Skip to content

Commit

Permalink
Merge pull request #24 from Halbaroth/update-lock
Browse files Browse the repository at this point in the history
Update the lock file
  • Loading branch information
Halbaroth authored Mar 26, 2024
2 parents 4ee14dc + 84fa5e1 commit 50996ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ all: build doc
clean:
@dune clean

test: all
test: build
@dune runtest --no-buffer -f

lock:
Expand Down
15 changes: 4 additions & 11 deletions ocplib-simplex.opam.locked
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,15 @@ doc: "https://github.com/OCamlPro/ocplib-simplex"
bug-reports: "https://github.com/OCamlPro/ocplib-simplex/issues"
depends: [
"base-bigarray" {= "base"}
"base-bytes" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"cmdliner" {= "1.2.0"}
"cppo" {= "1.6.9"}
"csexp" {= "1.5.2"}
"dune" {= "3.7.1"}
"dune-configurator" {= "3.7.1"}
"fmt" {= "0.9.0"}
"conf-gmp" {= "4" & with-test}
"dune" {= "3.14.2"}
"logs" {= "0.7.0"}
"lwt" {= "5.6.1"}
"num" {= "1.4"}
"ocamlbuild" {= "0.14.2"}
"ocamlbuild" {= "0.14.3"}
"ocamlfind" {= "1.9.6"}
"ocplib-endian" {= "1.2"}
"topkg" {= "1.0.7"}
"zarith" {= "1.13" & with-test}
]
build: [
["dune" "subst"] {pinned}
Expand Down

0 comments on commit 50996ec

Please sign in to comment.