-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam.locked
60 lines (60 loc) · 1.6 KB
/
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
55
56
57
58
59
60
opam-version: "2.0"
name: "rhovec"
version: "dev"
synopsis: "Formalization of R and dplyr"
authors: "Ming-Ho Yee <mh@mhyee.com>"
maintainer: "Ming-Ho Yee <mh@mhyee.com>"
homepage: "https://github.com/reactorlabs/RhoVec"
dev-repo: "git+https://git@github.com:reactorlabs/RhoVec.git"
bug-reports: "https://github.com/reactorlabs/RhoVec/issues"
license: "none for now"
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"angstrom" {= "0.15.0"}
"base-bigarray" {= "base"}
"base-bytes" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"bigarray-compat" {= "1.0.0"}
"bigstringaf" {= "0.7.0"}
"camomile" {= "1.0.2"}
"charInfo_width" {= "1.1.0"}
"conf-pkg-config" {= "2"}
"cppo" {= "1.6.7"}
"csexp" {= "1.5.1"}
"dune" {= "2.8.5"}
"dune-configurator" {= "2.8.5"}
"lambda-term" {= "3.1.0"}
"lwt" {= "5.4.0"}
"lwt_log" {= "1.1.1"}
"lwt_react" {= "1.1.4"}
"mew" {= "0.1.0"}
"mew_vi" {= "0.5.0"}
"mmap" {= "1.1.0"}
"ocaml" {= "4.12.0"}
"ocaml-base-compiler" {= "4.12.0"}
"ocaml-compiler-libs" {= "v0.12.3"}
"ocaml-config" {= "2"}
"ocaml-migrate-parsetree" {= "2.1.0"}
"ocaml-options-vanilla" {= "1"}
"ocaml-syntax-shims" {= "1.0.0"}
"ocamlbuild" {= "0.14.0"}
"ocamlfind" {= "1.9.1"}
"ocplib-endian" {= "1.1"}
"ppx_derivers" {= "1.2.1"}
"ppx_deriving" {= "5.2.1"}
"ppxlib" {= "0.22.0"}
"react" {= "1.2.1"}
"result" {= "1.5"}
"seq" {= "base"}
"sexplib0" {= "v0.14.0"}
"stdlib-shims" {= "0.3.0"}
"topkg" {= "1.0.3"}
"trie" {= "1.0.0"}
"utop" {= "2.7.0"}
"zed" {= "3.1.0"}
]