diff options
Diffstat (limited to 'modal/ocaml/_build/default/modal.opam')
-rw-r--r-- | modal/ocaml/_build/default/modal.opam | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/modal/ocaml/_build/default/modal.opam b/modal/ocaml/_build/default/modal.opam new file mode 100644 index 0000000..10763d2 --- /dev/null +++ b/modal/ocaml/_build/default/modal.opam @@ -0,0 +1,25 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +version: "0.1.0" +synopsis: "Minimal Modal interpreter" +maintainer: ["eli"] +authors: ["eli"] +license: "MIT" +depends: [ + "dune" {>= "3.11"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] |