package dune

  1. Overview
  2. Docs
Fast, portable and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-1.6.3.tbz
sha256=bfd52160d88578c404af1267abfba6eb4928988e51aef0e92dbebdea1607ae36
md5=1212a36547d25269675d767c38fecf5f

doc/dune._dune_lang/Dune_lang/Template/index.html

Module Dune_lang.Template

type var_syntax =
  1. | Dollar_brace
  2. | Dollar_paren
  3. | Percent
type var = {
  1. loc : Stdune.Loc.t;
  2. name : string;
  3. payload : string option;
  4. syntax : var_syntax;
}
type part =
  1. | Text of string
  2. | Var of var
type t = {
  1. quoted : bool;
  2. parts : part list;
  3. loc : Stdune.Loc.t;
}
val string_of_var : var -> string
val to_string : t -> syntax:syntax -> string
val remove_locs : t -> t
OCaml

Innovation. Community. Security.