diff options
Diffstat (limited to 'colitur.opam')
| -rw-r--r-- | colitur.opam | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colitur.opam b/colitur.opam new file mode 100644 index 0000000..d855e8e --- /dev/null +++ b/colitur.opam @@ -0,0 +1,25 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Deterministic liturgical calendar engine (computus liturgicus)" +depends: [ + "ocaml" + "dune" {>= "3.0"} + "alcotest" + "qcheck" + "qcheck-alcotest" + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] |
