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/BaseEnvLight/index.html

Module BaseEnvLight

Read-only access to 'setup.data'

This module defines the minimal set of functions to access data contained in 'setup.data'. It allows to build third party OCaml script, without embedding hundreeds line of code. It doesn't take into account '-C' and other options.

  • author Sylvain Le Gall
module MapString : Map.S with type key = string
type t = string MapString.t
val default_filename : string

Environment default file.

val load : ?allow_empty:bool -> ?filename:string -> ?stream:char Stream.t -> unit -> t

Load environment.

val var_expand : string -> t -> string

Expand a variable, replacing $(X) by variable X recursively.

val var_get : string -> t -> string

Get a variable that evaluate expression that can be found in it (see Buffer.add_substitute).

val var_choose : 'a OASISExpr.choices -> t -> 'a

Choose a value among conditional expressions.

OCaml

Innovation. Community. Security.