diff options
author | polwex <polwex@sortug.com> | 2025-10-06 05:08:28 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-10-06 05:08:28 +0700 |
commit | 9fd3f41bf9a3326c5f0866f39f2ed151adc21565 (patch) | |
tree | 73e5d9277a34f14e0368e18352593040509ef89f /ocaml/lib/io/dune | |
parent | 49ba06ba00468c24767fff0222fbc3c776b14881 (diff) |
iris and dill
Diffstat (limited to 'ocaml/lib/io/dune')
-rw-r--r-- | ocaml/lib/io/dune | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocaml/lib/io/dune b/ocaml/lib/io/dune index 0c63f23..973d93a 100644 --- a/ocaml/lib/io/dune +++ b/ocaml/lib/io/dune @@ -1,4 +1,4 @@ (library (name io_drivers) - (modules behn ames http clay) + (modules behn ames http clay dill iris) (libraries nock_lib zarith eio eio.unix)) |