-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdune-project
More file actions
36 lines (25 loc) · 872 Bytes
/
dune-project
File metadata and controls
36 lines (25 loc) · 872 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 3.17)
(name claudius-examples)
(generate_opam_files true)
(source
(github mdales/claudius-examples))
(authors "Michael Dales <michael@digitalflapjack.com>")
(maintainers "Michael Dales <michael@digitalflapjack.com>")
(license ICS)
(pin
(url "git+https://github.com/claudiusFX/ocaml-gif.git")
(package (name giflib)))
(pin
(url "git+https://github.com/claudiusFX/claudius.git")
(package (name claudius)))
(pin
(url "git+https://github.com/claudiusFX/bdfparser.git")
(package (name bdfparser)))
(package
(name claudius-examples)
(synopsis "A set of examples using Claudius, the retro fantasy-console library")
(description "A longer description")
(depends ocaml dune claudius bdfparser hooke)
(tags
(graphics rendering paletted)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project