Module Topkg.Private
Private definitions.
Warning. The following definitions are subject to change even between minor versions of the library. Topkg users must not use these definitions to describe their package.
Private
val disable_main : unit -> unitdisable_main ()disablesTopkg's main invoked onPkg.describe. Invoke this function in your main function if you are not usingTopkgin a description file but as as a library.
module Codec : sig ... endTopkg interprocess communication codec.
module Pkg : sig ... endPackage description.
module Ipc : sig ... endTopkg interprocess communication.
module Opam : sig ... endopam helpers.