diff options
author | polwex <polwex@sortug.com> | 2025-10-06 04:41:57 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-10-06 04:41:57 +0700 |
commit | 49ba06ba00468c24767fff0222fbc3c776b14881 (patch) | |
tree | e11d03141400d50f82a185566abcd72caf1c72bc /ocaml/lib/io/dune | |
parent | a26de7c9cb8ae6e4129662db665bb726c3ee4d88 (diff) |
clay
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 924541c..0c63f23 100644 --- a/ocaml/lib/io/dune +++ b/ocaml/lib/io/dune @@ -1,4 +1,4 @@ (library (name io_drivers) - (modules behn ames http) + (modules behn ames http clay) (libraries nock_lib zarith eio eio.unix)) |