-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdune-project
More file actions
44 lines (35 loc) · 1.06 KB
/
dune-project
File metadata and controls
44 lines (35 loc) · 1.06 KB
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.16)
(name sloth_script)
(using menhir 2.1)
(generate_opam_files true)
(source
(github christopherfujino/slothscript))
(authors "Christopher Fujino <christopherfujino@gmail.com>")
(maintainers "Christopher Fujino <christopherfujino@gmail.com>")
(license "BSD-3-Clause")
(documentation https://url/to/documentation)
(package
(name sloth_script)
(synopsis "A slow scripting language")
(description "A longer description")
(depends
; Dynarray module requires 5.2.0
; Checked 2026-02-20
(ocaml (and (>= 5.4.0) (< 5.5.0)))
dune
; Checked 2026-03-25
(ounit2 (and (>= 2.2.7) (< 3.0.0)))
; Checked 2026-03-25
(core (and (>= v0.17.1) (< v0.18)))
; Checked 2026-03-25
(core_unix (and (>= v0.17.1) (< v0.18)))
; Checked 2026-03-25
(ppx_jane (and (>= v0.17.0) (< v0.18)))
; Checked 2026-03-25
(re (and (>= 1.14.0) (< 2.0.0)))
; Checked 2026-03-25
(readline (>= 0.2))
)
(tags
(topics "to describe" your project)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html