Content-defined chunking (FastCDC) in pure OCaml
0

Configure Feed

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

opam: pin bytesrw to the dbuenzli/bytesrw#13 of_slice fix

bytesrw 0.3.0 Reader.of_slice ignores a slice's first offset and reads from byte 0 (dbuenzli/bytesrw#13), so a Reader cannot address a sub-range of a larger buffer without a copy. The fix is on the bytesrw main branch but unreleased; pin to it in the root and in every package that depends on bytesrw directly, so the whole closure resolves one fixed version.

+6
+3
cdc.opam
··· 43 43 x-quality-build: "2026-06-11" 44 44 x-quality-fuzz: "2026-06-11" 45 45 x-quality-test: "2026-06-11" 46 + pin-depends: [ 47 + ["bytesrw.0.3.0" "git+https://github.com/dbuenzli/bytesrw.git#d62c9007aa28f8da872a9662a6e95f9979bca38b"] 48 + ]
+3
cdc.opam.template
··· 1 1 x-quality-build: "2026-06-11" 2 2 x-quality-fuzz: "2026-06-11" 3 3 x-quality-test: "2026-06-11" 4 + pin-depends: [ 5 + ["bytesrw.0.3.0" "git+https://github.com/dbuenzli/bytesrw.git#d62c9007aa28f8da872a9662a6e95f9979bca38b"] 6 + ]