-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexcmd.opam.locked
70 lines (70 loc) · 1.6 KB
/
excmd.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
61
62
63
64
65
66
67
68
69
70
opam-version: "2.0"
name: "excmd"
version: "~dev"
maintainer: "ELLIOTTCABLE <[email protected]>"
authors: "ELLIOTTCABLE <[email protected]>"
build: [ [make] ]
depends: [
"astring" {= "0.8.3"}
"base-bytes" {= "base"}
"base-ocamlbuild" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"biniou" {= "1.2.0"}
"bos" {= "0.2.0"}
"camomile" {= "1.0.1"}
"cmdliner" {= "1.0.2"}
"conf-m4" {= "1"}
"conf-which" {= "1"}
"cppo" {= "1.6.5"}
"cppo_ocamlbuild" {= "1.6.0"}
"dune" {= "1.11.4"}
"easy-format" {= "1.3.1"}
"fmt" {= "0.8.5"}
"fpath" {= "0.7.2"}
"gen" {= "0.5.2"}
"jbuilder" {= "transition"}
"lambda-term" {= "1.13"}
"logs" {= "0.6.2"}
"lwt" {= "4.1.0"}
"lwt_log" {= "1.1.0"}
"lwt_react" {= "1.1.1"}
"menhir" {= "20190626"}
"merlin" {= "3.3.2"}
"ocaml" {= "4.02.3"}
"ocaml-base-compiler" {= "4.02.3"}
"ocaml-config" {= "1"}
"ocaml-migrate-parsetree" {= "1.1.0"}
"ocamlbuild" {= "0"}
"ocamlfind" {= "1.8.0"}
"odoc" {= "1.3.0"}
"ppx_derivers" {= "1.0"}
"ppx_deriving" {= "4.2.1"}
"ppx_deriving_yojson" {= "3.1"}
"ppx_tools" {= "5.0+4.02.0"}
"ppx_tools_versioned" {= "5.2"}
"re" {= "1.8.0"}
"react" {= "1.2.1"}
"result" {= "1.3"}
"rresult" {= "0.6.0"}
"sedlex" {= "2.0"}
"seq" {= "0.1"}
"topkg" {= "0.9.1"}
"tyxml" {= "4.3.0"}
"uchar" {= "0.0.2"}
"utop" {= "2.2.0"}
"uucd" {= "11.0.0"}
"uutf" {= "1.0.1"}
"xmlm" {= "1.3.0"}
"yojson" {= "1.5.0"}
"zed" {= "1.6"}
]
url {
src: "https://github.com/ELLIOTTCABLE/excmd.js.git"
}
pin-depends: [
[
"ppx_deriving.4.2.1"
"https://github.com/ocaml-ppx/ppx_deriving/archive/v4.2.1.tar.gz"
]
]