-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstitchcraft.opam
52 lines (52 loc) · 1.36 KB
/
stitchcraft.opam
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
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."
maintainer: ["[email protected]"]
authors: ["yomimono"]
license: "AGPL"
homepage: "https://github.com/yomimono/stitchcraft"
bug-reports: "https://github.com/yomimono/stitchcraft/issues"
depends: [
"dune" {>= "2.7" & >= "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"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/yomimono/stitchcraft.git"