From e94eeaa19627a9a0f235baf110780c9fb564ca2b Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Fri, 31 Jul 2026 14:02:03 +0200 Subject: chore: scaffold dune project (kernel lib + cli + tests) OCaml 5.2.0 local switch; colitur_kernel library, a colitur executable stub, and an alcotest+qcheck test runner. AGPL LICENSE, README, generated colitur.opam. --- colitur.opam | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 colitur.opam (limited to 'colitur.opam') 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} + ] +] -- cgit v1.3