diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2022-04-01 16:51:16 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2022-04-01 16:51:16 +0200 |
commit | 54977121ab76d90bf9b3916d40bb57f58bdc73a4 (patch) | |
tree | 92ced44aa7f2a07ab56b3704d83395cb0da27209 | |
parent | c5656ff7531b473fbd88a8bc3ce2ad9366aeb53d (diff) |
Declared motus code in the dune-project
-rwxr-xr-x | dune-project | 10 |
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 |