package jenga

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val compare : t -> t -> int
val create : contents:string -> target:Path.t -> chmod_x:bool -> t
val contents : t -> string
val target : t -> Path.t
val chmod_x : t -> bool