Block device abstraction for OCaml 5 with Eio direct-style I/O and Bytesrw integration
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: rename d3t to wire across codebase

Rename the d3t library to wire for clarity. Update all references
in bench, test, and library code across affected packages.

+1 -3
-1
block.opam
··· 15 15 "bytesrw" {>= "0.1"} 16 16 "cstruct" {>= "6.0"} 17 17 "fmt" {>= "0.9"} 18 - "optint" {>= "0.3"} 19 18 "alcotest" {with-test} 20 19 "eio_main" {with-test} 21 20 "crowbar" {with-test}
-1
dune-project
··· 22 22 (bytesrw (>= 0.1)) 23 23 (cstruct (>= 6.0)) 24 24 (fmt (>= 0.9)) 25 - (optint (>= 0.3)) 26 25 (alcotest :with-test) 27 26 (eio_main :with-test) 28 27 (crowbar :with-test)))
+1 -1
lib/dune
··· 1 1 (library 2 2 (name block) 3 3 (public_name block) 4 - (libraries eio bytesrw cstruct fmt optint)) 4 + (libraries eio bytesrw cstruct fmt))