upstream: github.com/mirage/ca-certs
0
fork

Configure Feed

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

ocaml-crypto: Fork mirage-crypto as crypto package

Rename mirage-crypto to crypto with new library names:
- mirage-crypto -> crypto
- mirage-crypto-rng -> crypto-rng
- mirage-crypto-pk -> crypto-pk
- mirage-crypto-ec -> crypto-ec

Update maintainer, homepage, and dev-repo to point to
git.recoil.org/gazagnaire.org/ocaml-crypto.

Remove lwt, miou, and mirage-specific code.

+1 -1
+1 -1
lib/dune
··· 1 1 (library 2 2 (name ca_certs) 3 3 (public_name ca-certs) 4 - (libraries mirage-crypto x509 bos fpath logs ptime.clock.os digestif ohex) 4 + (libraries crypto x509 bos fpath logs ptime.clock.os digestif ohex) 5 5 (foreign_stubs 6 6 (language c) 7 7 (names ca_certs_stubs))