ocamlbuild
OCamlbuild is a build system with builtin rules to easily build most OCaml projects
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package ocamlbuild
-
ocamlbuildlib
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library ocamlbuildlib
type !'a entry =
| Dir of string * string * My_unix.stats Lazy.t * 'a * 'a entry list Lazy.t |
| File of string * string * My_unix.stats Lazy.t * 'a |
| Error of exn |
| Nothing |
val slurp : string -> unit entry
val fold : ( string -> string -> 'b -> 'a -> 'a ) -> 'b entry -> 'a -> 'a
val force : 'a entry -> unit
ON THIS PAGE
No table of contents