Description
OPAM is a source-based package manager for OCaml. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
Installation Instructions
Install this with yum/dnf:
sudo yum install yum-plugin-copr
sudo yum copr enable jonludlam/opam
sudo yum install opam
The package does not 'Require' ocaml, but opam can bootstrap without a system ocaml. For example:
opam init --comp=4.02.1
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (3979)* | EPEL 7 (257 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable jonludlam/opam
More info about enabling Copr repositories