this repo has no description
1opam-version: "2.0" 2maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>" 3authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>" 4homepage: "https://github.com/AltGr/opam-bundle" 5bug-reports: "https://github.com/AltGr/opam-bundle/issues" 6license: "GPL-3.0-only" 7tags: "org:ocamlpro" 8dev-repo: "git+https://github.com/AltGr/opam-bundle.git" 9build: [make] 10depends: [ 11 "ocaml" 12 "ocamlfind" 13 "cmdliner" 14 "opam-client" {>= "2.0.0~beta3.1" & <= "2.0.0~rc2"} 15] 16synopsis: "A tool that creates stand-alone source bundles from opam packages" 17description: """ 18opam-bundle is a command-line tool that, given a selection of packages, 19generates a .tar.gz (and optionally a self-extracting) archive containing their 20sources, and everything needed to bootstrap and compile them: 21- the sources of their dependencies 22- the sources of the chosen version of OCaml 23- the sources of opam 24- a set of scripts to bootstrap, check and install external dependencies, 25 compile all the above, install the packages within a sandbox, and optionally 26 put wrapper scripts within your PATH 27 28This is expected to be done as normal user, with constrained calls to `sudo` 29when needed for depexts and wrappers installation.""" 30flags: plugin 31url { 32 src: "https://github.com/AltGr/opam-bundle/archive/0.3.tar.gz" 33 checksum: [ 34 "sha256=82451b227e6621d2e9c3da85ddbbb8724cd0c924341340d07854b3337065d430" 35 "md5=17cbc9e06db1e4cd916652d9e788812b" 36 ] 37}