package current

  1. Overview
  2. Docs
Pipeline language for keeping things up-to-date

Install

Dune Dependency

Authors

Maintainers

Sources

current-0.6.2.tbz
sha256=ed312cab4ce8d13b9547ee2f935a6954f1d5211de1c22d44d85baaeb9f5fca9d
sha512=c2981a2c7f05bd6f235662b74ee3a679cc395be3d2cca808fac3dc562d6307e8bfe05efff40f42fa4738443cc2fe13929bab9d815c43d741950e5e0e1e6da7a6

doc/current.cache/Current_cache/Make/argument-1-B/index.html

Parameter Make.B

include S.OPERATION
type t

Extra context or configuration information (e.g. credentials to access a remote service).

val id : string

A short and unique name for this operation, used as a filename component and database key. e.g. "docker-build"

The id, Key.t pair uniquely identifies the operation.

The result of a build.

build t j k builds k. Call Job.start j once any required resources have been acquired. Log messages can be written to j.

val pp : Key.t Fmt.t

Describe the operation. e.g. "docker build $src".

val auto_cancel : bool

true if an operation should be cancelled if it is no longer needed, or false to cancel only when the user explicitly requests it.

OCaml

Innovation. Community. Security.