-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdune-project
More file actions
36 lines (31 loc) · 727 Bytes
/
dune-project
File metadata and controls
36 lines (31 loc) · 727 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
(lang dune 2.8)
(name e-wall)
(source (github panglesd/e-wall))
(license GnuGPL)
(authors "Paul-Elliot Anglès d'Auriac")
(maintainers "peada@free.fr")
(package
(name e-wall)
(synopsis "An OCaml library ... todo")
(description "A longer description")
(depends
(dune (>= 2.7))
(containers (>= 3.1))
(cmdliner (>= 1.0.4))
(logs (>= 0.7.0))
(base64 (>= 3.4.0))
(yojson (>= 1.7.0))
(ppx_deriving_yojson (>= 3.5.2))
; scanner only
(fileutils (>= 0.6.3))
(taglib (>= 0.3.6))
; library only
(irmin-unix (>= 2.3.0))
; server only
(opium (>= 0.20.0))
; web-app / model only
(js_of_ocaml-lwt (>= 3.8.0))
; (lwd (>= 0.1))
; (tyxml-lwd (>= 0.1))
;(ocamlformat (and :dev (= 0.15.0)))
))