Declarative JSON data manipulation for OCaml
0
fork

Configure Feed

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

ocaml-json: mark core as private_modules

core.mli already documents itself as "Low-level internal tools for
{!Json}". Making it a private module enforces that at the compiler
level — users cannot reach Json.Core.Rarray or Json.Core.Fmt through
the library wrapper — and silences merlint E605 for the helper module,
which has no meaningful sibling test_core.ml.

+1
+1
lib/dune
··· 1 1 (library 2 2 (name json) 3 3 (public_name json) 4 + (private_modules core) 4 5 (libraries 5 6 fmt 6 7 bytesrw