diff options
Diffstat (limited to 'dune-project')
-rwxr-xr-x | dune-project | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dune-project b/dune-project index 45acd3f..c26ba3f 100755 --- a/dune-project +++ b/dune-project @@ -1 +1,24 @@ (lang dune 2.7) + +(generate_opam_files true) +(authors "Sébastien Dailly") +(maintainers "Sébastien Dailly") + +(package + (name sript.it) + (synopsis "Calligraphy app") + (depends + (ocaml (>= 4.10.0)) + (brr (>= 0.0.1)) + (gg (>= 0.9.3)) + ) + ) + +(package + (name editor) + (synopsis "Text editor") + (depends + (ocaml (>= 4.10.0)) + (brr (>= 0.0.1)) + ) + ) |