Skip to content

ocaml/obi

Repository files navigation

obi -- interfaces to the OCaml Build Infrastructure

This repository contains the scripts, libraries and command-line tools to access the opam2 bulk build infrastructure that checks on the health of the opam package manager.

The main services and repositories associates with this infrastructure are:

Getting Started

The main tool you will want to try out is opam-ci, which provides CLI access to build results. You can try this out by:

opam update
opam ci --help
opam ci status --help
opam ci logs --help

See the online documentation for more information.

Further Information

While we are assembling the documentation, please contact @avsm for more information.