Hi Euan, 2014-08-11 17:03 GMT+01:00 Euan Thoms <e...@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 _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"