package diffast-langs-fortran

  1. Overview
  2. Docs
type spec =
  1. | Require of string list
  2. | Provide of string list
  3. | Spec of Pinfo.Name.Spec.t
type t = spec list
val null : t
val mkrequire : string list -> spec
val mkprovide : string list -> spec
val mkspec : Pinfo.Name.Spec.t -> spec
val spec_to_string : spec -> string
val to_string : spec list -> string
val from_specs : spec list -> t
val add_spec : t -> spec -> t
val iter : (spec -> unit) -> t -> unit
OCaml

Innovation. Community. Security.