-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdune-project
More file actions
34 lines (33 loc) · 740 Bytes
/
dune-project
File metadata and controls
34 lines (33 loc) · 740 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
(lang dune 1.10)
(using fmt 1.0)
(generate_opam_files true)
(name ghm)
(source (github pkel/ghm))
(license "none")
(authors "Patrik Keller")
(maintainers "Patrik Keller")
(package
(name ghm)
(synopsis "JSOO Booking Management")
(description "A longer description")
(depends
(incr_dom (< v0.13))
(incr_dom_partial_render :build)
(incr_dom_widgets :build)
(ppx_jane :build)
(cmdliner :build)
(ppx_deriving_cmdliner :build)
(ppx_deriving_yojson (> 0))
(tyxml :build)
(gen_js_api :build)
(csv :build)
(base64 :build)
(async_js :build)
(cohttp-lwt-unix :build)
(record_builder :build)
(ocp-indent :build)
(ocamlformat :build)
(merlin :build)
(utop :build)
)
)