/metaocaml-opam

A repository of MetaOCaml packages

A repository of MetaOCaml packages

A repository of OPAM packages for BER MetaOCaml.

GitHub Actions status

Setting up

opam update
opam switch create 4.14.1+BER
opam remote add metaocaml git+https://github.com/metaocaml/metaocaml-opam.git

Current packages:

  • asp, typed, algebraic, staged parser combinators
  • flap, a deterministic parser with fused lexing
  • charmatch, for generating efficient matches over characters
  • reex, for staged regular expression matching
  • frex, for multi-stage programming with algebras
  • letrec, for generating mutually-recursive definitions
  • staged-streams, for stream computations with fusion (old POPL17 design)
  • strymonas, for stream computations with fusion