upstream: github.com/mirleft/ocaml-x509
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.

+1 -1
+1 -1
x509.opam
··· 7 7 "David Kaloper <dk505@cam.ac.uk>" 8 8 ] 9 9 license: "BSD-2-Clause" 10 - tags: "org:mirage" 10 + tags: ["org:blacksun" "org:mirage" "crypto" "network"] 11 11 homepage: "https://tangled.org/gazagnaire.org/ocaml-x509" 12 12 doc: "https://tangled.org/gazagnaire.org/ocaml-x509" 13 13 bug-reports: "https://tangled.org/gazagnaire.org/ocaml-x509/issues"