opam-installext
OPAM plugin to install external system dependencies
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
)
- Debian (
- BSD
- OpenBSD (
pkg_add
) - FreeBSD (
pkg install
) - NetBSD (
pkg_add
)
- OpenBSD (
- Mac OS X
- Homebrew (
brew
) - MacPorts (
port
)
- Homebrew (
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 02 Jan 2015
- Authors
- Maintainers
Sources
Dependencies
ocaml
< "4.02.0"
Reverse Dependencies