Revision 51c6666d8792ce05e0cfac0aa9eba11a78e1e15f authored by Jérémie Courrèges-Anglas on 17 September 2015, 13:24:21 UTC, committed by Roberto Di Cosmo on 17 September 2015, 13:37:17 UTC
Good news:

  https://forge.ocamlcore.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=ocaml-autoconf/ocaml-autoconf.git;a=commitdiff;h=9e0d03be521283b59e002d91422b7695825195e3

With a fresher ocaml.m4 & ./configure, the following diff allows one to
automatically build the .cmxs on OpenBSD/amd64 (native dynlink
supported) and to skip it on OpenBSD/sparc64 (non-native).
1 parent 1cc6a04
Raw File
parmap_utils.mli
val log_error : ('a, unit, string, unit) format4 -> 'a
val append_tr : 'a list -> 'a list -> 'a list
val concat_tr : 'a list list -> 'a list
val fold_right : ('a -> 'b -> 'b) -> 'a list -> 'b -> 'b
val range : int -> int -> int list
val tempfd : unit -> Unix.file_descr
back to top