package ninja_utils

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Helper module to build ninja expressions.

type t = string list

Ninja expressions are represented as raw string lists, which may contain variables or "$-escapes"

val format : Stdlib.Format.formatter -> t -> unit

format fmt exp outputs in fmt the string representation of the ninja expression exp. Spaces in individual elements are escaped (but no check is made for e.g. newlines)

OCaml

Innovation. Community. Security.