diff options
author | polwex <polwex@sortug.com> | 2025-06-22 09:21:58 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-22 09:21:58 +0700 |
commit | b43fe0d51da9a247bf94af27898d63f79d424073 (patch) | |
tree | 87cdba61deb79f73a829c96568b124adab66f1e1 /sorsyl/dune-project | |
parent | c9fbdb681b77698bdf8a503cb9d13b6f0b53fd93 (diff) |
getting there
Diffstat (limited to 'sorsyl/dune-project')
-rw-r--r-- | sorsyl/dune-project | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sorsyl/dune-project b/sorsyl/dune-project index fe23f5d..6651317 100644 --- a/sorsyl/dune-project +++ b/sorsyl/dune-project @@ -19,7 +19,7 @@ (name sorsyl) (synopsis "A short synopsis") (description "A longer description") - (depends ocaml csv) + (depends ocaml base base_trie csv uunf) (tags ("add topics" "to describe" your project))) |