package functoria

  1. Overview
  2. Docs

Module Functoria.OpamSource

Sourcetype t
Sourcetype target = [
  1. | `Switch
  2. | `Monorepo
]
Sourceval v : ?build:string list -> ?install:Install.t -> ?depends:Package.t list -> ?pins:(string * string) list -> target:target -> src:[ `Auto | `None | `Some of string ] -> string -> t
Sourceval pp : t Fmt.t