OCAML version 3 (legacy)
Gabor Pali
pgj at FreeBSD.org
Tue Aug 12 12:53:42 UTC 2014
Hi Euan,
2014-08-11 17:03 GMT+01:00 Euan Thoms <euan at potensol.com>:
> However, I was suggesting we have a legacy port for OCAML 3.x, just
> like we have for php and other important stuff that newer versions
> breaks things.
If you are really in need for the 3.x version of OCaml compiler, you
may want to try OPAM [1]. That is the ocaml-opam package [2] in the
FreeBSD repositories.
Although OPAM is dubbed as a "package manager", it can actually manage
different compiler versions, using its "switch" command [3]. Then you
could install OCaml packages atop that compiler separately, isolated
from other instances, giving the advantage of working with multiple
OCaml versions at the same time.
[1] https://opam.ocaml.org/
[2] http://www.freshports.org/devel/ocaml-opam
[3] https://opam.ocaml.org/doc/Advanced_Usage.html
More information about the freebsd-ports
mailing list