package yocaml

  1. Overview
  2. Docs

Utilities for dealing with tasks with dynamic dependencies.

val write_file : Path.t -> (unit, string * Deps.t) Task.t -> t
val write_file_with_metadata : Path.t -> (unit, ('a * string) * Deps.t) Task.t -> t

write_file path task cache is Yocaml.Action.write_dynamic_file that discards the metadata part.

OCaml

Innovation. Community. Security.