forked from ocaml-sf/learn-ocaml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlearn-ocaml.opam.locked
63 lines (63 loc) · 1.65 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
opam-version: "2.0"
name: "learn-ocaml"
version: "0.7"
authors: [
"Benjamin Canou (OCamlPro)"
"Çağdaş Bozman (OCamlPro)"
"Grégoire Henry (OCamlPro)"
"Louis Gesbert (OCamlPro)"
"Pierrick Couderc (OCamlPro)"
]
maintainer: "Louis Gesbert"
license: "AGPLv3"
homepage: "https://github.com/ocaml-sf/learn-ocaml"
bug-reports: "https://github.com/ocaml-sf/learn-ocaml/issues"
depends: [
"ocaml" {= "4.05.0"}
"dune" {= "1.1.1"}
"ocamlfind" {= "1.8.0"}
"base" {= "v0.9.4"}
"easy-format" {= "1.3.1"}
"cmdliner" {= "1.0.2"}
"yojson" {= "1.4.1"}
"js_of_ocaml-compiler" {= "3.2.1"}
"js_of_ocaml" {= "3.2.0"}
"lwt" {= "3.3.0"}
"uutf" {= "1.0.1"}
"base64" {= "2.2.0"}
"cohttp" {= "1.1.0"}
"lwt_ssl" {= "1.1.2"}
"react" {= "1.2.1"}
"markup" {= "0.7.6"}
"magic-mime" {= "1.1.0"}
"js_of_ocaml-ppx" {= "3.2.0"}
"reactiveData" {= "0.2.1"}
"tyxml" {= "4.2.0"}
"pprint" {= "20171003"}
"cohttp-lwt-unix" {= "1.0.2"}
"ezjsonm" {= "0.5.0"}
"js_of_ocaml-tyxml" {= "3.2.0"}
"ocplib-json-typed" {= "0.6"}
"omd" {= "1.3.1"}
"decompress" {= "0.8"}
"js_of_ocaml-lwt" {= "3.2.1"}
"js_of_ocaml-toplevel" {= "3.2.0"}
"ocp-indent-nlfork" {= "1.5.3"}
"ocp-ocamlres" {= "0.4"}
"ppx_cstruct" {= "3.2.1"}
"ppx_tools" {= "5.0+4.05.0"}
"conf-libev" {= "4-11"}
]
build: [
[make "static"]
["dune" "build" "-p" name]
]
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.
"""