forked from ocaml-sf/learn-ocaml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
learn-ocaml.opam.locked
152 lines (152 loc) · 4.03 KB
/
learn-ocaml.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
opam-version: "2.0"
name: "learn-ocaml"
version: "1.0.0"
authors: [
"Benjamin Canou (OCamlPro)"
"Çağdaş Bozman (OCamlPro)"
"Grégoire Henry (OCamlPro)"
"Louis Gesbert (OCamlPro)"
"Pierrick Couderc (OCamlPro)"
]
maintainer: [
"Érik Martin-Dorel <[email protected]>"
"Yann Régis-Gianas <[email protected]>"
"Louis Gesbert <[email protected]>"
]
license: "MIT"
homepage: "https://github.com/ocaml-sf/learn-ocaml"
bug-reports: "https://github.com/ocaml-sf/learn-ocaml/issues"
dev-repo: "git+https://github.com/ocaml-sf/learn-ocaml"
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"}
"checkseum" {= "0.3.2"}
"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-git" {= "1.1"}
"conf-libssl" {= "3"}
"conf-pkg-config" {= "2"}
"cppo" {= "1.6.8"}
"csexp" {= "1.5.1"}
"cstruct" {= "5.2.0"}
"decompress" {= "0.8.1"}
"digestif" {= "1.1.0"}
"dune" {= "2.9.3"}
"dune-configurator" {= "2.9.3"}
"easy-format" {= "1.3.2"}
"eqaf" {= "0.8"}
"ezjsonm" {= "1.3.0"}
"fmt" {= "0.9.0"}
"fpath" {= "0.7.3"}
"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-lwt" {= "4.0.0"}
"js_of_ocaml-ppx" {= "4.0.0"}
"js_of_ocaml-toplevel" {= "4.0.0"}
"js_of_ocaml-tyxml" {= "4.0.0"}
"jsonm" {= "1.0.1"}
"jst-config" {= "v0.14.1"}
"logs" {= "0.7.0"}
"lwt" {= "5.5.0"}
"lwt_log" {= "1.1.1"}
"lwt_react" {= "1.1.5"}
"lwt_ssl" {= "1.1.3"}
"magic-mime" {= "1.2.0"}
"markup" {= "1.0.2"}
"markup-lwt" {= "0.5.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"}
"ocplib-json-typed-browser" {= "0.7.1"}
"octavius" {= "1.2.2"}
"odoc" {= "2.1.0"}
"odoc-parser" {= "1.0.0"}
"omd" {= "1.3.1"}
"optint" {= "0.1.0"}
"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_cstruct" {= "5.2.0"}
"ppx_derivers" {= "1.2.1"}
"ppx_enumerate" {= "v0.14.0"}
"ppx_expect" {= "v0.14.0"}
"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"}
"ppx_tools_versioned" {= "5.4.0"}
"ppxlib" {= "0.15.0"}
"re" {= "1.10.3"}
"react" {= "1.2.2"}
"reactiveData" {= "0.2.2"}
"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"}
"tyxml" {= "4.5.0"}
"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: [
[make "static"]
["dune" "build" "-p" name "-j" jobs]
[make "detect-libs"] {with-test}
]
install: [
["mkdir" "-p" "%{_:share}%"]
["cp" "-r" "demo-repository" "%{_:share}%/repository"]
]
synopsis: "The learn-ocaml online platform (engine)"
description: """
This contains the binaries forming the engine for the learn-ocaml platform, and
the common files. A demo exercise repository is also provided as example.
"""
run-test: [make "test"]