3D vectors for astrodynamics and rendering
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
vec3.opam
··· 3 3 maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 4 4 authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 5 5 license: "ISC" 6 + tags: ["org:blacksun" "math"] 6 7 depends: [ 7 8 "ocaml" {>= "4.14"} 8 9 "dune" {>= "3.0"}