opam-version: "2.0"
maintainer: "opam-devel@lists.ocaml.org"
authors: [
  "Thomas Gazagnaire <thomas@gazagnaire.org>"
  "Anil Madhavapeddy   <anil@recoil.org>"
  "Fabrice Le Fessant  <Fabrice.Le_fessant@inria.fr>"
  "Frederic Tuong      <tuong@users.gforge.inria.fr>"
  "Louis Gesbert <louis.gesbert@ocamlpro.com>"
  "Guillem Rieu        <guillem.rieu@ocamlpro.com>"
  "Vincent Bernardoff  <vb@luminar.eu.org>"
  "Roberto Di Cosmo    <roberto@dicosmo.org>"
]
homepage: "https://opam.ocaml.org/"
bug-reports: "https://github.com/ocaml/opam/issues"
dev-repo: "git+https://github.com/ocaml/opam.git"
build: [
  ["./configure" "--disable-checks" "--prefix" prefix]
  [make "%{name}%.install"]
]
depends: [
  "ocaml" {>= "4.02.3"}
  "opam-format" {= "2.0.0~rc"}
  "mccs" {>= "1.1+4"}
  "dose3" {>= "5" & < "6.0"}
  "cudf" {>= "0.7"}
  "jbuilder" {>= "1.0+beta12"}
]
conflicts: [
  "dune"
]
synopsis: "opam 2.0 development libraries"
description: """
Solver and Cudf interaction. This library is based on the Cudf and Dose
libraries, and handles calls to the external solver from opam."""
url {
  src: "https://github.com/ocaml/opam/archive/2.0.0-rc.tar.gz"
  checksum: "md5=ae216e3ea0a9388cc9f711a2a9925557"
}
