package b0

  1. Overview
  2. Docs
Software construction and deployment kit

Install

Dune Dependency

Authors

Maintainers

Sources

b0-0.0.1.tbz
sha256=dba2fc571f39f3b8e87ee55c77bdec7ec6a5ddc7d99b8b20aeda848af546be04
md5=51ee1d66acc4d7f87bdceac1341b7711

doc/b00_kit/B00_ocaml/Lib/index.html

Module B00_ocaml.Lib

Libraries

type t

The type for libraries.

val name : t -> Lib_name.t

name l is the library name of l.

val cmis : t -> B00_std.Fpath.t list

cmis l is the list of cmis for the library.

val dir : t -> B00_std.Fpath.t

dir l is the path to the library directory. Incidentally this is also the path to the library includes.

val archive : code:Cobj.code -> t -> B00_std.Fpath.t

archive ~code l is the path to the library archive for code c. Not checked for existence.

OCaml

Innovation. Community. Security.