-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdune-project
39 lines (38 loc) · 1.01 KB
/
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 2.7)
(name stitchcraft)
(source (github yomimono/stitchcraft))
(license AGPL)
(authors "yomimono")
(maintainers "[email protected]")
(generate_opam_files true)
(package
(name stitchcraft)
(synopsis "make and display textual cross-stitch patterns")
(description "Do you like making cross-stitch patterns, but hate arithmetic? Work primarily in a square-unit medium, but want to do it on the terminal? Stitchcraft has your back."
)
(depends
(dune (>= 2.7))
(alcotest (>= 1.0.0))
(angstrom (>= 0.15.0))
(angstrom-lwt-unix (>= 0.15.0))
(angstrom-unix (>= 0.15.0))
(astring (>= 0.8.0))
(base64 (>= 3.0.0))
(bos (>= 0.2.0))
(camlpdf (>= 2.3 ))
(cmdliner (>= 1.1.0 ))
(cstruct (>= 5.0.0 ))
(fmt (>= 0.8.0 ))
(gg (>= 1.0.0 ))
(inotify (>= 2.0))
(lwt (>= 5.0.0 ))
(notty (>= 0.2.2 ))
(otfm (>= 0.4.0 ))
(ppx_cstruct (>= 5.0.0 ))
(ppx_deriving (>= 5.0 ))
(ppx_deriving_yojson (>= 3.6.0))
(uucp (>= 13.0.0 ))
(uunf (>= 13.0.0 ))
(uutf (>= 1.0.0 ))
(yojson (>= 1.7.0))
))