Skip to content

Commit

Permalink
Fix the lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Aug 9, 2023
1 parent ed977f8 commit c6207d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ archi: $(EXTRA_DIR)/ocamldot/ocamldot

lock:
opam lock ./alt-ergo-lib.opam -w
sed -i '/ocaml/d' ./alt-ergo-lib.opam.locked
# Remove OCaml compiler constraints
sed -i '/\"ocaml/d' ./alt-ergo-lib.opam.locked

dev-switch:
opam switch create -y . --deps-only --ignore-constraints-on alt-ergo-lib,alt-ergo-parsers
Expand Down
7 changes: 6 additions & 1 deletion alt-ergo-lib.opam.locked
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ This is the core library used in the Alt-Ergo SMT solver.

Alt-Ergo is an automatic theorem prover of mathematical formulas. It was developed at LRI, and is now maintained at OCamlPro.

See more details on http://alt-ergo.ocamlpro.com/"""
maintainer: "Alt-Ergo developers"
authors: "Alt-Ergo developers"
license: ["LicenseRef-OCamlpro-Non-Commercial" "Apache-2.0"]
tags: "org:OCamlPro"
homepage: "https://alt-ergo.ocamlpro.com/"
doc: "https://ocamlpro.github.io/alt-ergo"
bug-reports: "https://github.com/OCamlPro/alt-ergo/issues"
depends: [
"base-bigarray" {= "base"}
Expand All @@ -32,6 +35,8 @@ depends: [
"dune-configurator" {= "3.10.0"}
"fmt" {= "0.9.0"}
"gen" {= "1.1"}
"js_of_ocaml" {= "5.4.0"}
"js_of_ocaml-compiler" {= "5.4.0"}
"logs" {= "0.7.0"}
"lwt" {= "5.6.1"}
"menhir" {= "20230608"}
Expand Down Expand Up @@ -70,4 +75,4 @@ build: [
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git"
dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git"

0 comments on commit c6207d8

Please sign in to comment.