We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34af447 commit 0ab028fCopy full SHA for 0ab028f
engine/dune-project
@@ -20,7 +20,7 @@
20
(synopsis "The engine of hax, a Rust verification tool")
21
(description "Hax is divided in two: a frontend (written in Rust) and an engine (written in OCaml). This is the engine.")
22
(depends
23
- ocaml
+ (ocaml (>= "4.14.1"))
24
dune
25
(base (= "0.16"))
26
(core (= "0.16"))
engine/hax-engine.opam
@@ -11,7 +11,7 @@ homepage: "https://github.com/hacspec/hax"
11
doc: "https://hacspec.org/hax/"
12
bug-reports: "https://github.com/hacspec/hax/issues"
13
depends: [
14
- "ocaml"
+ "ocaml" {>= "4.14.1"}
15
"dune" {>= "3.0"}
16
"base" {= "0.16"}
17
"core" {= "0.16"}
0 commit comments