package dune-action-plugin

  1. Overview
  2. Docs
type t =
  1. | File of string
  2. | Directory of string
  3. | Glob of {
    1. path : string;
    2. glob : string;
    }
module Map : Stdune.Map.S with type key = t
module Set : sig ... end