package dune-site

  1. Overview
  2. Docs
val load : string -> unit

load name loads the given library

val available : string -> bool

available name tests if a library is available for loading. The loading can still fail if a dependency of the library is unavailable or if the loading of the modules fails.