diff --git a/Makefile b/Makefile index 6353931a7..dfb7f910d 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/alt-ergo-lib.opam.locked b/alt-ergo-lib.opam.locked index 84eb99c9d..a20d5205d 100644 --- a/alt-ergo-lib.opam.locked +++ b/alt-ergo-lib.opam.locked @@ -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"} @@ -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"} @@ -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" \ No newline at end of file