summaryrefslogtreecommitdiff
path: root/colitur.opam
blob: 98b3242285fcdea93d45cea6565782bafb57161f (plain) (blame)
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.2.0"
synopsis: "Deterministic liturgical calendar engine (computus liturgicus)"
depends: [
  "ocaml"
  "dune" {>= "3.0"}
  "alcotest"
  "qcheck"
  "qcheck-alcotest"
  "sexplib"
  "ppx_sexp_conv"
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]