opam-version: "2.0"
maintainer: "francois.bobot@cea.fr"
authors: ["François Bobot"]
homepage: "https://github.com/bobot/oci"
dev-repo: "git+https://github.com/bobot/oci.git"
bug-reports: "https://github.com/bobot/oci/issues"
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"

build: [
  ["./.configure_or_autoconf" "--prefix=%{prefix}%"]
  [make]
]
install: [
  [make "install"]
]
remove: [
  ["./.configure_or_autoconf" "--prefix=%{prefix}%"]
  [make "uninstall"]
]

depends: [
  "ocaml" {= "4.02.1" | >= "4.02.3"}
  "ocamlfind"
  "cmdliner"
  "async_shell" {= "113.33.00"}
  "core" {= "113.33.00"}
  "core_extended" {< "v0.15"}
  "extunix" {>= "0.1.3"}
  "fileutils"
  "textutils" {< "v0.15"}
  "ocamlbuild"
  "ppx_deriving"
  "ppx_sexp_conv" {< "v0.15"}
  "ppx_bin_prot" {< "v0.15"}
  "ppx_here" {< "v0.15"}
  "ppx_fields_conv" {< "v0.15"}
  "ppx_compare" {< "v0.15"}
]
available: os = "linux"
synopsis:
  "OCI is a framework for continuous integrations and benchmarks. At the"
description: """
base it is a container manager and at the top a tools that allows to
compile, tests, and compare compilation and run of inter-dependent git
repositories."""
url {
  src: "https://github.com/bobot/oci/releases/download/0.3/oci-0.3.tar.gz"
  checksum: "md5=3dc00f4774c071a80603d1ea9ccdb4bc"
}
