upstream: github.com/robur-coop/kdf
0
fork

Configure Feed

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

claude: complete Err -> Error module rename across call sites

Follow up to the module rename: update the remaining callers that
still referenced [Err] (library [claude.ml{,i}], [client.ml], the test
driver [test.ml]), and fix one stray [^ e] string concatenation in
hermest's CLI that needed [Json.Error.to_string e] now that
[Json.of_string] yields a structured error.

-2
-1
hkdf/dune
··· 1 1 (library 2 2 (name hkdf) 3 3 (public_name kdf.hkdf) 4 - (modules hkdf) 5 4 (libraries digestif))
-1
scrypt/dune
··· 1 1 (library 2 2 (name scrypt) 3 3 (public_name kdf.scrypt) 4 - (modules scrypt) 5 4 (libraries crypto kdf.pbkdf) 6 5 (foreign_stubs 7 6 (language c)