-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdune-project
39 lines (31 loc) · 902 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
(lang dune 3.16)
(name ring)
(version dev)
(generate_opam_files)
(executables_implicit_empty_intf)
(source (github muhokama/ring ))
(license GPL-3.0-or-later)
(authors "Xavier Van de Woestyne <[email protected]>")
(maintainers "Xavier Van de Woestyne <[email protected]>")
(package
(name ring)
(synopsis "A dead-simple webring")
(description "A webring for fans of mechanics and functional programming")
(depends
(ocaml (>= 5.1.1))
(dune (>= 3.16.0))
(yocaml (>= 2.0.0))
(yocaml_jingoo (>= 2.0.0))
(yocaml_yaml (>= 2.0.0))
(yocaml_omd (>= 2.0.0))
(yocaml_eio (>= 2.0.0))
(yocaml_syndication (>= 2.0.0))
(cmdliner (= 1.3.0))
(ppx_expect :with-test)
(ocamlformat :with-dev-setup)
(ocp-indent :with-dev-setup)
(merlin :with-dev-setup)
(utop :with-dev-setup)
(ocaml-lsp-server :with-dev-setup)
(odoc :with-doc)
(sherlodoc :with-doc)))