package mirage

  1. Overview
  2. Docs
The MirageOS library operating system

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-4.9.0.tbz
sha256=0c07d59eb52dc3d1506eb4121c4953104a12df79d08a0f0923c9b71e7474a026
sha512=666bf9ee20c9f9de058441f252f4f40ceec6a9ffd00e5cd3b7bfa9532fd65000aeb8a83f9e55586be98d0a86ea72f2dda94e924608135e3d63441359505de58a

doc/mirage.functoria/Functoria/Tool/index.html

Module Functoria.ToolSource

Creation of CLI tools to assemble functors.

Sourceval 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] *).

Sourcemodule type S = sig ... end
Sourcemodule Make (_ : S) : sig ... end
OCaml

Innovation. Community. Security.