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.2.tar.gz
md5=7afb46273baf9dd0d4c796207619aae2

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: 29 Jun 2017

Dependencies (4)

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

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.