package oasis

  1. Overview
  2. Docs
Tooling for building OCaml libraries and applications

Install

Dune Dependency

Authors

Maintainers

Sources

oasis-0.4.7.tar.gz
sha256=54bc4b80e4a38719124e8fb0125c6f3404bda514b87b8749b51442e023de998d
md5=d848bac0234ed1849a9187d16630cda3

doc/oasis.base/BaseGenerate/index.html

Module BaseGenerate

Generate 'setup.ml' and other files

  • author Sylvain Le Gall
val restore : ctxt:OASISContext.t -> unit -> unit

Restore generated files, when generate has been called with ~restore:true. Not exported.

val generate : ctxt:OASISContext.t -> restore:bool -> backup:bool -> setup_fn:OASISTypes.host_filename -> ?nocompat:bool -> ?oasis_exec:OASISTypes.host_filename -> ?oasis_fn:OASISTypes.host_filename -> ?oasis_setup_args:string list -> OASISSetupUpdate.t -> OASISTypes.package -> OASISFileTemplate.file_generate_change list

Generate 'setup.ml' file and the rest of the build system. Not exported.

OCaml

Innovation. Community. Security.