Eio HTTP server with static file serving and route handlers
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
respond.opam
··· 8 8 maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 9 9 authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 10 10 license: "ISC" 11 + tags: ["org:blacksun" "network" "http" "eio"] 11 12 depends: [ 12 13 "ocaml" {>= "5.1"} 13 14 "dune" {>= "3.0"}