Module Dune_site_plugins.V1Source

Sourceval load : string -> unit

load name loads the given library

Sourceval 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.