aboutsummaryrefslogtreecommitdiff
path: root/sript.it.opam
blob: 143ad973a059ea9f0a6f220e2515610fa07a8e75 (plain)
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Calligraphy app"
maintainer: ["Sébastien Dailly"]
authors: ["Sébastien Dailly"]
depends: [
  "dune" {>= "2.7"}
  "ocaml" {>= "4.10.0"}
  "brr" {>= "0.0.1"}
  "gg" {>= "0.9.3"}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]