synopsis: "A Camlp5 PPX Rewriter for static blocks " 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. """ opam-version: "2.0" maintainer: "Chet Murthy " authors: ["Chet Murthy"] homepage: "https://github.com/camlp5/pa_ppx_static" license: "BSD-3-Clause" bug-reports: "https://github.com/camlp5/pa_ppx_static/issues" dev-repo: "git+https://github.com/camlp5/pa_ppx_static.git" doc: "https://github.com/camlp5/pa_ppx_static/doc" depends: [ "ocaml" { >= "4.10.0" & < "5.01.0" } "camlp5-buildscripts" { >= "0.02" & < "0.03" } "camlp5" { >= "8.01.00" } "pa_ppx" { >= "0.12" } "not-ocamlfind" { >= "0.10" } "ounit" { >= "2.2.7" } "fmt" "mdx" {with-test} ] build: [ [make "sys"] [make "test"] {with-test} ] install: [make "install"] url { src: "https://github.com/camlp5/pa_ppx_static/archive/refs/tags/0.01.tar.gz" checksum: [ "sha512=6c92176ad290a1c8b04a4297a345e40590284301c93d43059bb976f4603a9e61f4534359401d056a9aff7aff9f4d17bca20a4e1c4b1fd5c8f2f03619f80a4bd8" ] }