Skip to content

Commit e26676b

Browse files
committed
Fix lock file
1 parent b014185 commit e26676b

File tree

1 file changed

+47
-44
lines changed

1 file changed

+47
-44
lines changed

beluga.opam.locked

Lines changed: 47 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "beluga"
3-
version: "1.0"
3+
version: "1.1.2"
44
synopsis:
55
"Implementation of contextual modal logic for reasoning with higher-order abstract syntax"
66
maintainer: "marc-antoine.ouimet@mail.mcgill.ca"
@@ -16,67 +16,70 @@ license: "GPL-3.0-only"
1616
homepage: "http://complogic.cs.mcgill.ca/beluga/"
1717
bug-reports: "https://github.com/Beluga-lang/Beluga/issues"
1818
depends: [
19-
"angstrom" {= "0.15.0"}
19+
"angstrom" {= "0.16.1"}
2020
"astring" {= "0.8.5" & with-test}
21-
"base" {= "v0.15.1" & with-test}
21+
"base" {= "v0.16.4" & with-test}
2222
"base-bigarray" {= "base"}
23-
"base-bytes" {= "base"}
23+
"base-bytes" {= "base" & with-test}
2424
"base-threads" {= "base"}
2525
"base-unix" {= "base"}
26-
"bigstringaf" {= "0.9.0"}
27-
"bisect_ppx" {= "2.8.1" & with-test}
26+
"bigstringaf" {= "0.10.0"}
27+
"bisect_ppx" {= "2.8.3" & with-test}
2828
"camlp-streams" {= "5.0.1" & with-test}
29-
"cmdliner" {= "1.1.1" & with-test}
30-
"conf-pkg-config" {= "2"}
31-
"cppo" {= "1.6.9"}
32-
"csexp" {= "1.5.1"}
33-
"dune" {= "3.7.0"}
34-
"dune-build-info" {= "3.7.0"}
35-
"dune-configurator" {= "3.7.0"}
29+
"cmdliner" {= "1.3.0"}
30+
"conf-timeout" {= "1" & with-test}
31+
"cppo" {= "1.8.0"}
32+
"crunch" {= "4.0.0" & with-doc}
33+
"csexp" {= "1.5.2"}
34+
"dune" {= "3.20.1"}
35+
"dune-build-info" {= "3.17.2"}
36+
"dune-configurator" {= "3.17.2"}
3637
"either" {= "1.0.0" & with-test}
37-
"extlib" {= "1.7.9"}
38-
"fix" {= "20220121" & with-test}
39-
"fmt" {= "0.9.0" & with-doc}
38+
"extlib" {= "1.8.0"}
39+
"fix" {= "20250428" & with-test}
40+
"fmt" {= "0.11.0" & with-doc}
4041
"fpath" {= "0.7.3" & with-test}
41-
"gen" {= "1.0"}
42-
"linenoise" {= "1.4.0"}
43-
"menhir" {= "20220210" & with-test}
44-
"menhirLib" {= "20220210" & with-test}
45-
"menhirSdk" {= "20220210" & with-test}
46-
"ocaml" {= "4.14.1"}
47-
"ocaml-base-compiler" {= "4.14.1"}
42+
"gen" {= "1.1"}
43+
"linenoise" {= "1.5.1"}
44+
"menhir" {= "20250903" & with-test}
45+
"menhirCST" {= "20250903" & with-test}
46+
"menhirLib" {= "20250903" & with-test}
47+
"menhirSdk" {= "20250903" & with-test}
48+
"ocaml" {= "4.14.2"}
49+
"ocaml-base-compiler" {= "4.14.2"}
4850
"ocaml-compiler-libs" {= "v0.12.4"}
4951
"ocaml-config" {= "2"}
5052
"ocaml-options-vanilla" {= "1"}
5153
"ocaml-syntax-shims" {= "1.0.0"}
52-
"ocaml-version" {= "3.6.1" & with-test}
53-
"ocamlbuild" {= "0.14.2"}
54-
"ocamlfind" {= "1.9.5"}
54+
"ocaml-version" {= "4.0.1" & with-test}
55+
"ocamlbuild" {= "0.15.0"}
56+
"ocamlfind" {= "1.9.6"}
5557
"ocamlformat" {= "0.25.1" & with-test}
5658
"ocamlformat-lib" {= "0.25.1" & with-test}
5759
"ocp-indent" {= "1.8.1" & with-test}
58-
"odoc" {= "2.2.0" & with-doc}
59-
"odoc-parser" {= "2.0.0" & with-doc}
60-
"omd" {= "1.3.2"}
61-
"ounit2" {= "2.2.6" & with-test}
60+
"odoc" {= "3.1.0" & with-doc}
61+
"odoc-parser" {= "3.1.0" & with-doc}
62+
"omd" {= "2.0.0~alpha4"}
63+
"ounit2" {= "2.2.7" & with-test}
6264
"ppx_derivers" {= "1.2.1"}
63-
"ppxlib" {= "0.25.1"}
64-
"re" {= "1.10.4" & with-test}
65-
"result" {= "1.5"}
66-
"sedlex" {= "2.5"}
65+
"ppxlib" {= "0.34.0"}
66+
"ptime" {= "1.2.0" & with-doc}
67+
"re" {= "1.13.2" & with-test}
68+
"result" {= "1.5" & with-test}
69+
"sedlex" {= "3.3"}
6770
"seq" {= "base"}
68-
"sexplib0" {= "v0.15.1"}
69-
"stdio" {= "v0.15.0" & with-test}
71+
"sexplib0" {= "v0.16.0"}
72+
"stdio" {= "v0.16.0" & with-test}
7073
"stdlib-shims" {= "0.3.0"}
7174
"stringext" {= "1.6.0"}
72-
"topkg" {= "1.0.7" & with-test}
73-
"tyxml" {= "4.5.0" & with-doc}
74-
"uchar" {= "0.0.2"}
75-
"uri" {= "4.2.0"}
76-
"uucp" {= "15.0.0" & with-test}
77-
"uuseg" {= "15.0.0" & with-test}
78-
"uutf" {= "1.0.3" & with-test}
79-
"yojson" {= "2.0.2" & with-test}
75+
"topkg" {= "1.1.0"}
76+
"tyxml" {= "4.6.0" & with-doc}
77+
"uri" {= "4.4.0"}
78+
"uucp" {= "16.0.0"}
79+
"uunf" {= "16.0.0"}
80+
"uuseg" {= "16.0.0" & with-test}
81+
"uutf" {= "1.0.3"}
82+
"yojson" {= "3.0.0" & with-test}
8083
]
8184
build: [
8285
["dune" "subst"] {dev}

0 commit comments

Comments
 (0)