package ocamlbuild-pkg

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val create : main:modul -> ?backend:[ `Native | `Byte ] -> ?target:string -> unit -> t

create ~main ?backend ?target () describes an executable that has a main module and will be installed as target.