-
Notifications
You must be signed in to change notification settings - Fork 15
/
dune-project
56 lines (46 loc) · 891 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
45
46
47
48
49
50
51
52
53
54
55
56
(lang dune 2.8)
(name spin)
(source
(github tmattio/spin))
(documentation "https://tmattio.github.io/spin/")
(license ISC)
(authors "Thibaut Mattio")
(maintainers "Thibaut Mattio")
(generate_opam_files true)
(cram enable)
(package
(name spin)
(synopsis "OCaml project generator")
(description "OCaml project generator")
(depends
(ocaml
(>= 4.10.0))
dune
(alcotest :with-test)
(js_of_ocaml :with-test)
(js_of_ocaml-ppx :with-test)
(ppxlib :with-test)
(ctypes :with-test)
(odoc :with-doc)
(crunch :build)
(sexplib
(>= v0.13))
(spawn
(>= v0.13))
(jingoo
(>= 1.4.0))
(fmt
(>= 0.8.9))
fpath
cmdliner
logs))
(package
(name opam-spin)
(synopsis "Opam plugin for Spin, the OCaml project generator")
(description "Opam plugin for Spin, the OCaml project generator")
(depends
(ocaml
(>= 4.10.0))
dune
(spin
(= :version))))