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~rc2"}
]
synopsis: "A tool that creates stand-alone source bundles from opam packages"
description: """
opam-bundle is a command-line tool that, given a selection of packages,
generates a .tar.gz (and optionally a self-extracting) archive containing their
sources, and everything needed to bootstrap and compile them:
- the sources of their dependencies
- the sources of the chosen version of OCaml
- the sources of opam
- a set of scripts to bootstrap, check and install external dependencies,
  compile all the above, install the packages within a sandbox, and optionally
  put wrapper scripts within your PATH

This is expected to be done as normal user, with constrained calls to `sudo`
when needed for depexts and wrappers installation."""
flags: plugin
url {
  src: "https://github.com/AltGr/opam-bundle/archive/0.3.tar.gz"
  checksum: "md5=17cbc9e06db1e4cd916652d9e788812b"
}
