This repository has been archived on 2023-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
notes/Terminal Tips/CLI Tools/package managers/Opam.md

5 lines
429 B
Markdown
Raw Permalink Normal View History

2023-07-05 03:05:42 +00:00
# Opam
Opam is an open-sourced package manager for OCaml (a functional programming language and system) and supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow. This is a necessary package install that is needed for many of the quantum programs that will be used.
The full install instructions can be found [here](https://github.com/ocaml/opam).