package oasis

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

Install

Dune Dependency

Authors

Maintainers

Sources

oasis-0.4.10.tar.gz
sha256=1cd9071403a2edb79dacbca8a96bdc6be754e786e1a45e69d9326fb6ee00508d
md5=84de67188d6c1ba4499aee6d4cb8cb54

doc/oasis.base/BaseCustom/index.html

Module BaseCustom

Run custom command for pre/post hook

  • author Sylvain Le Gall
val run : OASISTypes.prog -> OASISTypes.args -> string array -> unit

run prg args extra_args Expand and run command.

val hook : ?failsafe:bool -> OASISTypes.custom -> ('a -> 'b) -> 'a -> 'b

hook ~failsafe custom f a Apply a function nested in a custom block as defined by OASISTypes.custom.

OCaml

Innovation. Community. Security.