opam-version: "2.0" synopsis: "Pipeline language for keeping things up-to-date" 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.""" maintainer: "Mark Elvers " authors: [ "Thomas Leonard " "Antonin Décimo " "Tim McGilchrist " "Craig Ferguson " "Etienne MARAIS " "Anil Madhavapeddy " "David Allsopp " "Ewan Mellor " "Kate " "Mark Elvers " "Puneeth Chaganti " "Lucas Pluvinage " "Navin Keswani " "Thomas Gazagnaire " "Patrick Ferris " "Arthur Wendling " "Anurag Soni " "Ambre Austen Suhamy " "Ben Andrew " "Gargi Sharma " "Jonathan Coates " "Jules Aguillon " "Magnus Skjegstad " "Shon Feder " "smolck <46855713+smolck@users.noreply.github.com>" "tatchi " ] license: "Apache-2.0" homepage: "https://github.com/ocurrent/ocurrent" doc: "https://ocurrent.github.io/ocurrent/" bug-reports: "https://github.com/ocurrent/ocurrent/issues" depends: [ "dune" {>= "3.3"} "ocaml" {>= "4.12.0"} "astring" {>= "0.8.5"} "bos" "cmdliner" {>= "1.1.0"} "conf-libev" {os != "win32"} "current_incr" {>= "0.6.1"} "duration" "fmt" {>= "0.8.9"} "fpath" {>= "0.7.3"} "logs" {>= "0.7.0"} "lwt" {>= "5.7"} "lwt-dllist" "ppx_deriving" "prometheus" "re" {>= "1.9.0"} "result" {>= "1.5"} "sqlite3" "alcotest" {with-test & >= "1.2.0"} "alcotest-lwt" {with-test & >= "1.2.0"} "prometheus-app" {with-test & >= "1.2"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/ocurrent/ocurrent.git" url { src: "https://github.com/ocurrent/ocurrent/releases/download/v0.7.1/ocurrent-0.7.1.tbz" checksum: [ "md5=8a60e0b0860f6353c0e001d8d74a88ca" "sha512=fddde66e3390afa4d46e2d121f2b510358ef853b81b691dbf482b0cfc8f56b21f5a0c43618e1818e6378b8897eca5811af7a995b42e1cb955647727cad877e05" ] } x-maintenance-intent: ["(latest)"]