Skip to content

Commit

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

lock:
opam lock ./alt-ergo-lib.opam -w
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
21 changes: 10 additions & 11 deletions alt-ergo-lib.opam.locked
Original file line number Diff line number Diff line change
Expand Up @@ -7,52 +7,51 @@ 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"}
"base-bytes" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"camlzip" {= "1.11"}
"cmdliner" {= "1.2.0"}
"conf-gmp" {= "4"}
"conf-pkg-config" {= "3"}
"conf-zlib" {= "1"}
"cppo" {= "1.6.9"}
"csexp" {= "1.5.2"}
"dolmen" {= "0.9"}
"dolmen_loop" {= "0.9"}
"dolmen_type" {= "0.9"}
"dune" {= "3.10.0"}
"dune-build-info" {= "3.10.0"}
"dune-configurator" {= "3.10.0"}
"fmt" {= "0.9.0"}
"gen" {= "1.1"}
"logs" {= "0.7.0"}
"lwt" {= "5.6.1"}
"menhir" {= "20230608"}
"menhirLib" {= "20230608"}
"menhirSdk" {= "20230608"}
"num" {= "1.4"}
"ocaml" {= "4.10.1"}
"ocaml-base-compiler" {= "4.10.1"}
"ocaml-compiler-libs" {= "v0.12.4"}
"ocaml-config" {= "1"}
"ocamlbuild" {= "0.14.2"}
"ocamlfind" {= "1.9.6"}
"ocplib-endian" {= "1.2"}
"ocplib-simplex" {= "0.5"}
"pp_loc" {= "2.1.0"}
"ppx_blob" {= "0.7.2"}
"ppx_derivers" {= "1.2.1"}
"ppxlib" {= "0.30.0"}
"sedlex" {= "3.2"}
"seq" {= "base"}
"sexplib0" {= "v0.16.0"}
"sexplib0" {= "v0.15.1"}
"spelll" {= "0.4"}
"stdlib-shims" {= "0.3.0"}
"topkg" {= "1.0.7"}
"uutf" {= "1.0.3"}
"yojson" {= "2.1.0"}
"zarith" {= "1.13"}
]
build: [
Expand All @@ -71,4 +70,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 ed977f8

Please sign in to comment.