package current

  1. Overview
  2. No Docs

Description

OCurrent provides an OCaml eDSL for writing CI/CD pipelines.

It is used in ocaml-ci (which provides CI for OCaml projects on GitHub), and in docker-base-images (a pipeline that builds Docker images for various Linux distributions, OCaml compiler versions and CPU types, and pushes them to Docker Hub).

A pipeline is written much like you would write a one-shot sequential script, but OCurrent will automatically re-run steps when the inputs change, and will run steps in parallel where possible.

Published: 25 Jan 2025

Dependencies (18)

  1. sqlite3
  2. result >= "1.5"
  3. re >= "1.9.0"
  4. prometheus
  5. ppx_deriving
  6. lwt-dllist
  7. lwt >= "5.7"
  8. logs >= "0.7.0"
  9. fpath >= "0.7.3"
  10. fmt >= "0.8.9"
  11. duration
  12. current_incr >= "0.6.1"
  13. conf-libev os != "win32"
  14. cmdliner >= "1.1.0"
  15. bos
  16. astring >= "0.8.5"
  17. ocaml >= "4.12.0"
  18. dune >= "3.3"

Dev Dependencies (4)

  1. odoc with-doc
  2. prometheus-app with-test & >= "1.2"
  3. alcotest-lwt with-test & >= "1.2.0"
  4. alcotest with-test & >= "1.2.0"

Conflicts

None

OCaml

Innovation. Community. Security.