package febusy

  1. Overview
  2. Docs

Module Edsl.FileSource

The File module defines two particular kinds of artifact: normal files and lists of normal files.

Sourcetype spec =
  1. | File of {
    1. path : string;
    }
Sourceval create : string -> (spec Build.Artifact.custom, [> `File of string ]) Build.Artifact.t
Sourceval make : string -> (string -> unit) -> (spec Build.Artifact.custom, [ `File of string ]) Build.Artifact.t Build.DAG.t
Sourceval return : string -> (spec Build.Artifact.custom, [ `File of string ]) Build.Artifact.t Build.DAG.t
Sourcemodule List : sig ... end
OCaml

Innovation. Community. Security.