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/sorsyl.opam | |
parent | c9fbdb681b77698bdf8a503cb9d13b6f0b53fd93 (diff) |
getting there
Diffstat (limited to 'sorsyl/sorsyl.opam')
-rw-r--r-- | sorsyl/sorsyl.opam | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sorsyl/sorsyl.opam b/sorsyl/sorsyl.opam index 7c561b3..72b5389 100644 --- a/sorsyl/sorsyl.opam +++ b/sorsyl/sorsyl.opam @@ -12,7 +12,10 @@ bug-reports: "https://github.com/username/reponame/issues" depends: [ "dune" {>= "3.19"} "ocaml" + "base" + "base_trie" "csv" + "uunf" "odoc" {with-doc} ] build: [ |