package opam-installext

  1. Overview
  2. No Docs
OPAM plugin to install external system dependencies

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.0.tar.gz
md5=9ca1a7e3e7e10963b3f2dbca2297da13

Description

This plugin will use the depexts metadata in the OPAM database to install any prerequisite system libraries before installing the OPAM package. It detects your operating system distribution and uses the relevant package manager.

Supported ones include:

  • Linux
    • Debian (apt-get)
    • Ubuntu (apt-get)
    • CentOS (yum)
  • BSD
    • OpenBSD (pkg_add)
    • FreeBSD (pkg install)
    • NetBSD (pkg_add)
  • Mac OS X
    • Homebrew (brew)
    • MacPorts (port)

Published: 27 Dec 2014

Dependencies (1)

  1. ocaml < "4.02.0"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.