upstream: https://github.com/mirage/ocaml-mbr
0
fork

Configure Feed

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

Fix E905: remove Wire struct_/module_/c_stubs/ml_stubs from .mli

These Wire EverParse projection symbols belong in c/gen.ml (the
build-time 3D generator), not in the package's public API.

Affected: TM, TC, USLP, Space Packet, GPT, MBR, AOS, CLCW, PID1.

The codec itself remains the public API. The 3D/C generation is a
build artifact that downstream users never call directly.

-1
-1
lib/mbr.mli
··· 72 72 val codec : t Wire.Codec.t 73 73 (** Wire codec for a 16-byte MBR partition entry. *) 74 74 75 - val struct_ : Wire.Everparse.struct_ 76 75 (** Wire struct definition for a partition entry. *) 77 76 end 78 77