Module Jenga_lib.Api.Alias

An Alias is the name of a symbolic target. Alias.create ~dir:"a" "foo" is what you get on the command line by writing jenga a/.foo. When no arguments are given at the command line, jenga interprets it as building the alias "DEFAULT" in the current directory.

type t
include sig ... end
val t_of_sexp : Sexplib.Sexp.t ‑> t
val sexp_of_t : t ‑> Sexplib.Sexp.t
val create : dir:Path.t ‑> string ‑> t