summaryrefslogtreecommitdiffstats
path: root/dune-project
diff options
context:
space:
mode:
authorRutger Broekhoff2025-11-27 23:35:08 +0100
committerRutger Broekhoff2025-11-27 23:35:08 +0100
commit46169ec3eb38e177cafd7faf6338d36c6a9e3971 (patch)
treeff4147b884c2f5533d5a7bae3f1211af43dc14a4 /dune-project
parent80e1f41596ca9955b432addbf01b913d864aa7c0 (diff)
downloadrdcapsis-ocaml.tar.gz
rdcapsis-ocaml.zip
Whatever all of this isocaml
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project2
1 files changed, 1 insertions, 1 deletions
diff --git a/dune-project b/dune-project
index 00fe620..ccfa824 100644
--- a/dune-project
+++ b/dune-project
@@ -19,7 +19,7 @@
19 (name rdcapsis) 19 (name rdcapsis)
20 (synopsis "A short synopsis") 20 (synopsis "A short synopsis")
21 (description "A longer description") 21 (description "A longer description")
22 (depends ocaml zarith core dmap delimited_parsing re (utop :dev) (merlin :dev) (ocamlformat :dev)) 22 (depends ocaml bignum bigdecimal core dmap delimited_parsing re lwd nottui nottui-lwt nottui-unix (utop :dev) (merlin :dev) (ocamlformat :dev) (odoc :doc))
23 (tags 23 (tags
24 ("add topics" "to describe" your project))) 24 ("add topics" "to describe" your project)))
25 25