aboutsummaryrefslogtreecommitdiff
path: root/motus/motus.opam
diff options
context:
space:
mode:
Diffstat (limited to 'motus/motus.opam')
-rw-r--r--motus/motus.opam23
1 files changed, 23 insertions, 0 deletions
diff --git a/motus/motus.opam b/motus/motus.opam
new file mode 100644
index 0000000..eec6317
--- /dev/null
+++ b/motus/motus.opam
@@ -0,0 +1,23 @@
+# This file is generated by dune, edit dune-project instead
+opam-version: "2.0"
+synopsis: "motus solver"
+depends: [
+ "dune" {>= "2.9"}
+ "odoc" {with-doc}
+]
+build: [
+ ["dune" "subst"] {dev}
+ [
+ "dune"
+ "build"
+ "-p"
+ name
+ "-j"
+ jobs
+ "--promote-install-files=false"
+ "@install"
+ "@runtest" {with-test}
+ "@doc" {with-doc}
+ ]
+ ["dune" "install" "-p" name "--create-install-files" name]
+]