Version: 1.6.6, Package name: ocaml-cppo-1.6.6 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Cppo is an equivalent of the C preprocessor targeted at the OCaml language and its variants. The main purpose of cppo is to provide a lightweight tool for simple macro substitution (#define) and file inclusion (#include) for the occasional case when this is useful in OCaml. Processing specific sections of files by calling external programs is also possible via #ext directives. The implementation of cppo relies on the standard library of OCaml and on the standard parsing tools Ocamllex and Ocamlyacc, which contribute to the robustness of cppo across OCaml versions. |
Filesize: 27.995 KB |
Version History (View Complete History) |
|
2020-06-09 11:34:15 by Christopher Zimmermann | Files touched by this commit (36) |
Log message: Update lang/ocaml to 4.10.0 tested on sparc64, update to lang/camlp4 and ok by jca@ ok daniel@ thanks. |
2019-09-26 03:46:11 by Christopher Zimmermann | Files touched by this commit (43) |
Log message: 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-18 11:49:37 by Christopher Zimmermann | Files touched by this commit (42) |
Log message: 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-08-17 07:29:42 by Christopher Zimmermann | Files touched by this commit (11) |
Log message: hardcode OCaml library path into dune binary. This makes findlib superfluous when using dune. "get it in" naddy@ |
2019-08-04 12:40:21 by Christopher Zimmermann | Files touched by this commit (6) |
Log message: Re-import ocaml-cppo with improvements from sthen@ and ok by krw@ |
2019-03-30 12:56:14 by Stuart Henderson | Files touched by this commit (64) |
Log message: rm ocaml ports that were already unhooked and added to quirks |
2019-03-04 05:51:17 by Christopher Zimmermann | Files touched by this commit (133) |
Log message: Upgrade OCaml and dependent ports testing and OKs by avsm@, jca@, krw@ Thanks a lot ! |
2016-06-23 07:54:26 by Kenneth R Westerback | Files touched by this commit (12) |
Log message: Add ocamlbuild and cppo ports in preparation for Ocaml 4.3.0. Ocaml 4.3.0 does not supply an internal ocamlbuild, and cppo is needed by the utop update related to 4.3.0. Not hooked into build yet. ok anil@ sthen@ so final 4.3.0 polishing can be done in-tree. |