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

Module BaseOCamlcConfig

Handle output of 'ocamlc -config'

Read output of command ocamlc -config and transform it into environment variables.

  • author Sylvain Le Gall
val ocamlc : unit -> string

The ocamlc command line tool. Use BaseStandardVar.ocamlc variable if you want a safe way to access this variable.

val var_define : OASISTypes.name -> unit -> string

Look for the variable name in the 'ocamlc -config' output and define it.

OCaml

Innovation. Community. Security.