package obi

  1. Overview
  2. Docs
interface to OCaml Build Infrastructure

Install

Dune Dependency

Authors

Maintainers

Sources

obi-1.0.0.tbz
md5=ec811f2e406f9bea44549bb2a331a70b

Description

This package contains the OCaml libraries 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:

Tags

org:mirage org:ocamllabs

Published: 13 Jun 2018

README

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 get this by:

opam pin add -n obi https://github.com/ocaml/obi.git
opam pin add opam-ci https://github.com/ocaml/obi.git

and then try it out via:

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

Further Information

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

Dependencies (8)

  1. ezjsonm
  2. uri
  3. yaml >= "0.2.0"
  4. ocaml-version >= "0.3.0" & < "1.0.0"
  5. dockerfile-cmd >= "5.0.0"
  6. dockerfile-opam >= "5.0.0" & < "6.0.0"
  7. jbuilder >= "1.0+beta17"
  8. ocaml >= "4.05.0"

Dev Dependencies

None

Used by (1)

  1. opam-ci

Conflicts

None