add / change BUILD_DEPENDS for all ports using camlp4.
Findlib is changed because it won't use camlp4 and doesn't install
the Bytes module anymore, which is now included in OCaml 4.02.
ok avsm@
This will work with OCaml 4.02. Always use -enable-pcre,
because Netstring_str will now use the builtin Str module,
while Netstring_pcre will use ocaml-pcre.
ok avsm@
This library provides GObjects and helper methods to make it easy to
read and write AppStream metadata. It also provides a simple DOM
implementation that makes it easy to edit nodes and convert to and from
the standardized XML representation.
<...>
ok jasper@
- A fix for the SPARC float handling. Adding the missing & to the field allows
the backend feature flag to be passed back which it was not without it.
- Add some patches to enable the integrated assembler on PowerPC / SPARC.
I left these out before as I thought because Clang was not obeying this
setting and had its own similar bits they were not necessary but turns
out the backend has some code that does obey this setting.
ok sthen@
need an upgrade, too.
* react uses opam without findlib as build system. Therefore call
ocamlbuild directly. And roll a custom do-install.
* lwt will need camlp4.
* zed has moved to github.
* utop, too.
* lambda-term, too. Also will it need camlp4.
OK jca@
ETL is a multi-platform class and template library designed to add new
datatypes and functions which combine well with the existing types and
functions from the C++ Standard Template Library (STL).
ok jca@
The singledispatch library brings functools.singledispatch from Python
3.4 to Python 2.6-3.3.
PEP 443 proposed to expose a mechanism in the functools standard library
module in Python 3.4 that provides a simple form of generic programming
known as single-dispatch generic functions.
This library is a backport of this functionality to Python 2.6 - 3.3.
ok jca@