package opam-bundle

  1. Overview
  2. Docs
A tool that creates stand-alone source bundles from opam packages

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.tar.gz
md5=17cbc9e06db1e4cd916652d9e788812b

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.

Tags

org:ocamlpro

Published: 22 Dec 2017

Dependencies (4)

  1. opam-client >= "2.0.0~beta3.1" & <= "2.0.0~rc2"
  2. cmdliner
  3. ocamlfind
  4. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None