forked from ocaml-sf/learn-ocaml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
learn-ocaml-client.opam.locked
123 lines (123 loc) · 3.28 KB
/
learn-ocaml-client.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
opam-version: "2.0"
name: "learn-ocaml-client"
version: "1.0.0"
synopsis: "The learn-ocaml client"
description: """\
This contains the binaries to interact with the learn-ocaml
platform from the command line."""
maintainer: [
"Érik Martin-Dorel <[email protected]>"
"Yann Régis-Gianas <[email protected]>"
"Louis Gesbert <[email protected]>"
]
authors: [
"Benjamin Canou (OCamlPro)"
"Çağdaş Bozman (OCamlPro)"
"Grégoire Henry (OCamlPro)"
"Louis Gesbert (OCamlPro)"
"Pierrick Couderc (OCamlPro)"
]
license: "MIT"
homepage: "https://github.com/ocaml-sf/learn-ocaml"
bug-reports: "https://github.com/ocaml-sf/learn-ocaml/issues"
depends: [
"angstrom" {= "0.15.0"}
"asak" {= "0.4"}
"astring" {= "0.8.5"}
"base" {= "v0.14.3"}
"base-bigarray" {= "base"}
"base-bytes" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"base64" {= "3.5.0"}
"bigarray-compat" {= "1.1.0"}
"bigstringaf" {= "0.8.0"}
"cmdliner" {= "1.1.0"}
"cohttp" {= "4.0.0"}
"cohttp-lwt" {= "4.0.0"}
"cohttp-lwt-unix" {= "4.0.0"}
"conduit" {= "1.3.0"}
"conduit-lwt" {= "1.3.0"}
"conduit-lwt-unix" {= "1.3.0"}
"conf-libssl" {= "3"}
"conf-pkg-config" {= "2"}
"cppo" {= "1.6.8"}
"csexp" {= "1.5.1"}
"cstruct" {= "5.2.0"}
"digestif" {= "1.1.0"}
"dune" {= "2.9.3"}
"dune-configurator" {= "2.9.3"}
"eqaf" {= "0.8"}
"ezjsonm" {= "1.3.0"}
"fieldslib" {= "v0.14.0"}
"fmt" {= "0.9.0"}
"gg" {= "0.9.3"}
"hex" {= "1.4.0"}
"ipaddr" {= "2.9.0"}
"jane-street-headers" {= "v0.14.0"}
"js_of_ocaml" {= "4.0.0"}
"js_of_ocaml-compiler" {= "4.0.0"}
"js_of_ocaml-ppx" {= "4.0.0"}
"jsonm" {= "1.0.1"}
"jst-config" {= "v0.14.1"}
"logs" {= "0.7.0"}
"lwt" {= "5.5.0"}
"lwt_ssl" {= "1.1.3"}
"magic-mime" {= "1.2.0"}
"menhir" {= "20220210"}
"menhirLib" {= "20220210"}
"menhirSdk" {= "20220210"}
"mmap" {= "1.1.0"}
"num" {= "1.4"}
"ocaml" {= "4.12.1"}
"ocaml-compiler-libs" {= "v0.12.4"}
"ocaml-config" {= "2"}
"ocaml-migrate-parsetree" {= "1.8.0"}
"ocaml-options-vanilla" {= "1"}
"ocaml-syntax-shims" {= "1.0.0"}
"ocamlbuild" {= "0.14.1"}
"ocamlfind" {= "1.9.3"}
"ocp-indent-nlfork" {= "1.5.4"}
"ocp-ocamlres" {= "0.4"}
"ocplib-endian" {= "1.2"}
"ocplib-json-typed" {= "0.7.1"}
"octavius" {= "1.2.2"}
"omd" {= "1.3.1"}
"parsexp" {= "v0.14.2"}
"pprint" {= "20220103"}
"ppx_assert" {= "v0.14.0"}
"ppx_base" {= "v0.14.0"}
"ppx_cold" {= "v0.14.0"}
"ppx_compare" {= "v0.14.0"}
"ppx_derivers" {= "1.2.1"}
"ppx_enumerate" {= "v0.14.0"}
"ppx_expect" {= "v0.14.0"}
"ppx_fields_conv" {= "v0.14.1"}
"ppx_hash" {= "v0.14.0"}
"ppx_here" {= "v0.14.0"}
"ppx_inline_test" {= "v0.14.1"}
"ppx_js_style" {= "v0.14.1"}
"ppx_optcomp" {= "v0.14.0"}
"ppx_sexp_conv" {= "v0.14.1"}
"ppx_tools" {= "6.4"}
"ppxlib" {= "0.15.0"}
"re" {= "1.10.3"}
"result" {= "1.5"}
"seq" {= "base"}
"sexplib" {= "v0.14.0"}
"sexplib0" {= "v0.14.0"}
"ssl" {= "0.5.12"}
"stdio" {= "v0.14.0"}
"stdlib-shims" {= "0.3.0"}
"stringext" {= "1.6.0"}
"time_now" {= "v0.14.0"}
"topkg" {= "1.0.5"}
"uchar" {= "0.0.2"}
"uri" {= "4.2.0"}
"uri-sexp" {= "4.2.0"}
"uutf" {= "1.0.3"}
"vg" {= "0.9.4"}
"yojson" {= "2.1.0"}
]
build: ["dune" "build" "@install" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/ocaml-sf/learn-ocaml"