opam-version: "2.0"
maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
homepage: "https://github.com/AltGr/opam-bundle"
bug-reports: "https://github.com/AltGr/opam-bundle/issues"
license: "GPL-3.0-only"
tags: "org:ocamlpro"
dev-repo: "git+https://github.com/AltGr/opam-bundle.git"
build: [make]
depends: [
  "ocaml"
  "ocamlfind"
  "cmdliner"
  "opam-client" {>= "2.0.0~beta3.1" & < "2.0.0~beta5"}
]
synopsis: "A tool that creates stand-alone source bundles from opam packages"
flags: plugin
url {
  src: "https://github.com/AltGr/opam-bundle/archive/0.1.tar.gz"
  checksum: "md5=618f6cdb0648f80fe98dc6ea1a4ae291"
}
