10 Commits

Author SHA1 Message Date
chrisz
8f34a2e806 Update lang/ocaml to 4.10.0
tested on sparc64, update to lang/camlp4 and ok by jca@
ok daniel@
thanks.
2020-06-09 17:34:13 +00:00
chrisz
2dd0fda6b6 Update OCaml to 4.09
reviewed ports wise and help with @pkgpath, ok by sthen@
reviewed and help with bytecode-only plists, minor nits and ok by jca@
tested on sparc 64 by @jca
tested on aarch64 by Kurt Miller
tested on amd64 by me

Thanks for reviews and testing!
2019-09-26 09:46:09 +00:00
chrisz
88737e7f1c Update devel/dune to 1.11.3
ok krw@
2019-09-18 19:12:29 +00:00
chrisz
225ce4224b Upgrade lang/ocaml to 4.08.1
* net unison needed some patchign to avoid deprecated library functions.
* all ports depending on the exact version of OCaml need revision bumps.
* net/unison needed some help to avoid deprecated library functions.

ok krw@, testing on i386 and ok daniel@
2019-09-18 17:49:35 +00:00
chrisz
86ca65f57a hardcode OCaml library path into dune binary.
This makes findlib superfluous when using dune.

"get it in" naddy@
2019-08-17 13:29:42 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
chrisz
0f6b43c83b Update some OCaml ports in preparation of OCaml 4.08.0
ok avsm@
2019-06-19 09:18:18 +00:00
chrisz
b438efbd00 Upgrade OCaml and dependent ports
testing and OKs by avsm@, jca@, krw@ Thanks a lot !
2019-03-04 12:51:12 +00:00
jca
af4ca1ba21 Add @pkgpath for a complete transition from sysutils/dune
Suggested by sthen@
2019-02-11 05:49:27 +00:00
jca
d2ea46780b Re-import sysutils/dune, also known as jbuilder, a OCaml build system
Move from sysutils requested by chrisz@ (maintainer)

Dune (former jbuilder) is a build system that was designed to simplify the
release of Jane Street packages. It reads metadata from "dune" files following
a very simple s-expression syntax.

Dune is fast, it has very low overhead and supports parallel builds on all
platforms. It has no system dependencies, all you need to build dune and
packages using dune is OCaml. You don't need make or bash as long as the
packages themselves don't use bash explicitely.

Dune supports multi-package development by simply dropping multiple
repositories into the same directory.

It also supports multi-context builds, such as building against several opam
roots/switches simultaneously. This helps maintaining packages across several
versions of OCaml and gives cross-compilation for free.
2019-02-10 18:45:43 +00:00