-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev.opam.locked
54 lines (54 loc) · 1.41 KB
/
dev.opam.locked
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
opam-version: "2.0"
name: "dev"
version: "~dev"
synopsis: "Formalization of a subset of R"
maintainer: "Ming-Ho Yee <[email protected]>"
authors: "Ming-Ho Yee <[email protected]>"
homepage: "https://github.com/reactorlabs/rhotic"
bug-reports: "https://github.com/reactorlabs/rhotic/issues"
depends: [
"alcotest" {= "1.4.0"}
"astring" {= "0.8.5"}
"base" {= "v0.14.1"}
"base-bigarray" {= "base"}
"base-bytes" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"bisect_ppx" {= "2.6.0"}
"cmdliner" {= "1.0.4"}
"csexp" {= "1.5.1"}
"dune" {= "2.9.0"}
"dune-build-info" {= "2.9.0"}
"dune-configurator" {= "2.9.0"}
"fix" {= "20201120"}
"fmt" {= "0.8.9"}
"fpath" {= "0.7.3"}
"menhir" {= "20210419"}
"menhirLib" {= "20210419"}
"menhirSdk" {= "20210419"}
"ocaml" {= "4.12.0"}
"ocaml-base-compiler" {= "4.12.0"}
"ocaml-compiler-libs" {= "v0.12.3"}
"ocaml-config" {= "2"}
"ocaml-migrate-parsetree" {= "2.2.0"}
"ocaml-options-vanilla" {= "1"}
"ocamlbuild" {= "0.14.0"}
"ocamlfind" {= "1.9.1"}
"ocamlformat" {= "0.19.0"}
"ocp-indent" {= "1.8.1"}
"odoc-parser" {= "0.9.0"}
"ppx_derivers" {= "1.2.1"}
"ppxlib" {= "0.22.2"}
"re" {= "1.9.0"}
"result" {= "1.5"}
"seq" {= "base"}
"sexplib0" {= "v0.14.0"}
"stdio" {= "v0.14.0"}
"stdlib-shims" {= "0.3.0"}
"topkg" {= "1.0.3"}
"uchar" {= "0.0.2"}
"uucp" {= "13.0.0"}
"uuidm" {= "0.9.7"}
"uuseg" {= "13.0.0"}
"uutf" {= "1.0.2"}
]