package mirage
-
mirage
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Creation of CLI tools to assemble functors.
val check_version :
name:string ->
version:string ->
string ->
(unit, string) result
check_version ~name ~version data
checks data
for version constraints, and if present checks that the version
matches the bounds. The data
is expected to be a single line (an OCaml comment): (* <name> [>= a.b.c] [&] [< d.e.f] *)
.
module type S = sig ... end