forked from OCamlPro/benchtop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdune-project
44 lines (36 loc) · 777 Bytes
/
dune-project
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
(lang dune 3.4)
(name benchtop)
(generate_opam_files true)
(source
(github OCamlPro/benchtop))
(authors "Pierre Villemot")
(maintainers "Pierre Villemot")
(using dune_site 0.1)
(documentation https://url/to/documentation)
(package
(name benchtop)
(synopsis "A web interface for benchpress")
(description "A longer description")
(depends
ocaml
dune
dune-site
cmdliner
fmt
(lwt (>= 5.0))
(inotify (>= 2.0))
dream
(tyxml-ppx (>= 4.0.0))
caqti
caqti-lwt
(caqti-driver-sqlite3 (>= 1.9.0))
ppx_rapper_lwt
camlzip
fileutils
benchpress)
(tags
(topics "to describe" your project))
(sites
(bin css)
(bin scripts)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project