package pa_ppx_static

  1. Overview
  2. No Docs
A Camlp5 PPX Rewriter for static blocks

Install

dune-project
 Dependency

Authors

Maintainers

Sources

8.05.01.tar.gz
sha512=fce3a038523632b659d02397dc157ebf1baabec13761b526ddbcc46b3a2ae1c6b5ab851ff87e39e9e955f75e4c63ce4d85a702ca19c5676e825bf1ea78bd8e17

Description

This is a PPX Rewriter to provide `static' blocks for OCaml, so you can write code that computes some expensive expression and mark it as static, so it'll be computed only once. Like regexps.

Published: 23 May 2026

Dependencies (7)

  1. fmt
  2. ounit >= "2.2.7"
  3. not-ocamlfind >= "0.10"
  4. pa_ppx >= "8.05.01"
  5. camlp5 >= "8.05.01"
  6. camlp5-buildscripts >= "0.02"
  7. ocaml >= "4.10.0"

Dev Dependencies (2)

  1. mdx >= "2.3.0" & with-test
  2. pcre2 with-test

Used by (1)

  1. pa_ppx_regexp

Conflicts

None