package passage

  1. Overview
  2. Docs

Module Age.KeySource

include sig ... end
Sourcetype t
Sourceval inject : String.t -> t
Sourceval project : t -> String.t
Sourceval inject_list : String.t list -> t list
Sourceval project_list : t list -> String.t list
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval from_identity_file : string -> t Lwt.t