spin.lib
Spin.Source
type t =
| Official of Base.string
| Git of Base.string
| Local_dir of Base.string
type local = Base.string
val to_local_path : t -> local
val of_string : Base.string -> t
val to_string : t -> Base.string