-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdune-project
More file actions
52 lines (44 loc) · 812 Bytes
/
dune-project
File metadata and controls
52 lines (44 loc) · 812 Bytes
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
(lang dune 2.7)
(name chapgame)
(version 0.1)
(license MIT)
(authors "Vladislav Prekel")
(maintainers "Vladislav Prekel")
(generate_opam_files true)
(package
(name bonsai)
(synopsis "Bonsai")
(description "(vendored)")
(depends
(ocaml
(>= 4.08.0))
dune
core
virtual_dom
incr_dom
incr_map
async_kernel))
(package
(name chapgame)
(synopsis "A short, but powerful statement about your project")
(description "A short, but powerful statement about your project")
(depends
(ocaml
(>= 4.08.0))
dune
core
lwt
js_of_ocaml
uuidm
dream
cohttp-lwt-jsoo
dream-encoding
brr
(crunch :build)
(ppx_jane :build)
(bisect_ppx :with-test)
(ocaml-lsp-server :with-test)
(ocamlformat :with-test)
(ocamlformat-rpc :with-test)
(utop :with-test)
(odoc :with-doc)))