ppx_constversion
Compile-time "if" statement for conditional inclusion of code
This is a ppx extension which adds if#const
and match#const
constructs to
OCaml. They behave like normal if
and match
, but conditions are evaluated
at compile time and AST sections not selected are excluded from the program
completely. In conjunction with ppx_getenv, this can be used for conditional
compilation of code.
Tags | syntax |
---|---|
Author | Andi McClure <andi.m.mcclure@gmail.com> |
License | Creative Commons Zero |
Published | |
Homepage | https://github.com/mcclure/ppx_const |
Issue Tracker | https://github.com/mcclure/ppx_const/issues |
Maintainer | Andi McClure <andi.m.mcclure@gmail.com> |
Dependencies | |
Source [http] | https://github.com/mcclure/ppx_const/archive/ppx_const-2.0.tar.gz md5=043067f1255e1c00412a4e2ede89329c sha512=15852104aaf1587dd14b84df209eab513cda9c2a8f4c381a56ada3bb81100dace7514b9913b8e043acb8eebbd045a1baf1cd5cb7d9c53f5c04d3209afa617f69 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/ppx_const/ppx_const.2.0/opam |
No package is dependent