opam-version: "2.0"
maintainer: "opam-devel@lists.ocaml.org"
homepage:     "https://opam.ocaml.org/"
dev-repo: "git+https://github.com/ocaml/opam.git"
bug-reports:  "https://github.com/ocaml/opam/issues"
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>"
]
build: [
  ["./configure"]
  [make]
]
depends: [
  "ocaml"
  "ocamlgraph"
  "cmdliner" {<= "0.9.8"}
  "dose" {>= "3.2.2+opam" & < "3.4.0"}
  "cudf"
  "extlib"
  "re" {>= "1.2.0"}
  "ocamlfind" {build}
  "jsonm"
  "ocamlbuild" {build}
]
install: [make "-C" "src" "../opam-lib.install"]
synopsis: "The OPAM library"
description: """
OPAM is The OCaml PAckage Manager. This package contains the OPAM
libraries, that may be used by external tools to access OPAM
installation, state and data."""
extra-files: ["fix-wait.diff" "md5=054ebb78211b7a928f48fa4f5621c3bb"]
url {
  src: "https://github.com/ocaml/opam/archive/1.2.2.tar.gz"
  checksum: "md5=61b7d8b3dda9c4e5a77d7ea405985d1e"
}
