1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package rmlbuild
-
rmlbuildlib
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val stdlib_dir : string ref
val input_backslash_lines : in_channel -> string -> string
val read_depends : Pathname.t -> string list
val import_depends :
( Pathname.t list list -> 'a ) ->
Pathname.t ->
Pathname.t ->
unit
val read_rmlsim_lines : in_channel -> (string * string) list
val read_rmlsim : Pathname.t -> Pathname.t -> unit
val mk_includes : string -> Command.spec list
val link_rmlsim :
string ->
( string -> Pathname.t ) ->
( Pathname.t list list -> ( 'a, exn ) My_std.Outcome.t list ) ->
Command.t
val link_rml :
string ->
( string -> Pathname.t ) ->
( Pathname.t list list -> ( 'a, exn ) My_std.Outcome.t list ) ->
Command.t
val rml_lib :
?byte:bool ->
?native:bool ->
?dir:Command.pathname ->
?tag_name:Tags.elt ->
Pathname.t ->
unit