upstream: https://github.com/mirage/mirage-crypto
0
fork

Configure Feed

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

toml: rename from tomlt, split raw AST into Value submodule

Drops the "t" suffix and follows the value/codec/toml/core pattern
(jsont.json_base style). The internal raw TOML module moves from
[Toml] to [Value] (file: lib/value.ml, was lib/toml.ml) to make room
for the top-level Toml facade (file: lib/toml.ml, was lib/tomlt.ml).

External callers now reach the raw AST through [Toml.Value.X] instead
of [Tomlt.Toml.X]. Every downstream reference updated in lockstep.

+4 -1
+1 -1
crypto-ec.opam
··· 48 48 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 49 49 ] 50 50 dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-crypto.git" 51 - tags: ["org:mirage"] 51 + tags: ["org:blacksun" "org:mirage" "crypto"] 52 52 x-maintenance-intent: [ "(latest)" ]
+1
crypto-pk.opam
··· 5 5 authors: ["David Kaloper <dk505@cam.ac.uk>" "Hannes Mehnert <hannes@mehnert.org>" ] 6 6 maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>" 7 7 license: "ISC" 8 + tags: ["org:blacksun" "org:mirage" "crypto"] 8 9 synopsis: "Simple public-key cryptography (fork of mirage-crypto-pk)" 9 10 10 11 build: [ ["dune" "subst"] {dev}
+1
crypto-rng.opam
··· 5 5 authors: ["David Kaloper <dk505@cam.ac.uk>" "Hannes Mehnert <hannes@mehnert.org>" ] 6 6 maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>" 7 7 license: "ISC" 8 + tags: ["org:blacksun" "org:mirage" "crypto"] 8 9 synopsis: "A cryptographically secure PRNG (fork of mirage-crypto-rng)" 9 10 10 11 build: [ ["dune" "subst"] {dev}
+1
crypto.opam
··· 5 5 authors: ["David Kaloper <dk505@cam.ac.uk>" "Hannes Mehnert <hannes@mehnert.org>" ] 6 6 maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>" 7 7 license: "ISC" 8 + tags: ["org:blacksun" "org:mirage" "crypto"] 8 9 synopsis: "Simple symmetric cryptography (fork of mirage-crypto)" 9 10 10 11 build: [ ["dune" "subst"] {dev}