package pa_ppx_static
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
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)
- fmt
-
ounit
>= "2.2.7" -
not-ocamlfind
>= "0.10" -
pa_ppx
>= "8.05.01" -
camlp5
>= "8.05.01" -
camlp5-buildscripts
>= "0.02" -
ocaml
>= "4.10.0"
Used by (1)
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page