Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Helper module to build ninja rules.
Represents the minimal ninja rule representation for Clerk:
rule <name>
command = <command>
[description = <description>]
make name ~command ~description
returns the corresponding ninja Rule.t
.
val format : Stdlib.Format.formatter -> t -> unit
format fmt rule
outputs in fmt
the string representation of the ninja rule
.