bap-bundle
BAP bundler
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library bundle
val main_bundle : unit -> bundle
main_bundle ()
returns a program's bundle if the program is bundled, otherwise creates a fresh new bundle in current working directory. The name of the bundle is a basename of Sys.executable_name
with a bundle
extension.
module Manifest : sig ... end
Program meta information.
type manifest = Manifest.t
module Bundle : sig ... end
Program Bundle.