metaocaml / metaocaml-opam

A repository of MetaOCaml packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A repository of MetaOCaml packages

A repository of OPAM packages for BER MetaOCaml.

BER N111 Ubuntu status BER N111 macOS status
BER N114 Ubuntu status BER N114 macOS 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