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/index.html

Module Current_cacheSource

Cache build results in memory and on disk. A cache maps keys to values. Looking up a key that isn't known starts a new build to create it.

Sourcemodule S : sig ... end
Sourcemodule Schedule : sig ... end

Configuration settings controlling when to rebuild.

Sourcemodule Make (B : S.BUILDER) : sig ... end

Perform builds with caching.

Sourcemodule Output (P : S.PUBLISHER) : sig ... end

Publish outputs with caching.

Sourcemodule Generic (Op : S.GENERIC) : sig ... end

The most general API. Make and Output just specialise this for particular uses.

Sourcemodule Db : sig ... end

Low-level database access (for the web UI and plugins).

OCaml

Innovation. Community. Security.