This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > System > opam (2.0.1)

opam - OCaml Package Manager

OPAM is a source-based package manager for OCaml. It supports
multiple simultaneous compiler installations, flexible package
constraints, and a Git-friendly development workflow.

Managing your OCaml installation can be as simple as:

opam list -a # List the available packages
opam install lwt # Install LWT
opam update # Update the package list
...
opam upgrade # Upgrade the installed packages to their latest version


It has to be initialised. To do it, you can use the following command:
opam init

It is not recommended to run opam as root.
Apparently it rather installs per-user packages.

This requires: ocaml, bubblewrap

Maintained by: Roberto Metere
Keywords: opam,ocaml,ocaml package manager
ChangeLog: opam

Homepage:
https://opam.ocaml.org/

Source Downloads:
opam-full-2.0.1.tar.gz (24faa0ad049d146dfc3fcbe9cbab5eda)

Download SlackBuild:
opam.tar.gz
opam.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
opam.SlackBuild
opam.info
slack-desc

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds