aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2022-04-01 16:51:16 +0200
committerSébastien Dailly <sebastien@dailly.me>2022-04-01 16:51:16 +0200
commit54977121ab76d90bf9b3916d40bb57f58bdc73a4 (patch)
tree92ced44aa7f2a07ab56b3704d83395cb0da27209
parentc5656ff7531b473fbd88a8bc3ce2ad9366aeb53d (diff)
Declared motus code in the dune-project
-rwxr-xr-xdune-project10
1 files changed, 10 insertions, 0 deletions
diff --git a/dune-project b/dune-project
index c2c5fad..090795c 100755
--- a/dune-project
+++ b/dune-project
@@ -34,6 +34,16 @@
)
(package
+ (name motus)
+ (synopsis "Motus solver")
+ (depends
+ (ocaml (>= 4.10.0))
+ (brr (>= 0.0.1))
+ (ppx_deriving (>= 5.2.1))
+ )
+ )
+
+(package
(name viz.js)
(synopsis "Graph viewer")
(depends