(************************************************************************) (* This file is licensed under The MIT License *) (* See LICENSE for more information *) (************************************************************************)
type'a pp = Format.formatter -> 'a -> unit
module Rule : sig type t =
{ targets : stringlist
; deps : stringlist
; action : string
; alias : stringoption
}
val pp : t pp end
module Install : sig type t =
{ section : string
; package : string
; files : (string * string) list (* (source as target) *)
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.