camlp-streams

Stream and Genlex libraries for OCaml Camlp4 and Camlp5

brewmacoslinux
Try with needOr install directly
Source

About

Stream and Genlex libraries for use with Camlp4 and Camlp5

Commands

camlp-streams

Examples

Check the installed version of camlp-streams$ ocamlfind query camlp-streams
Use camlp-streams library in OCaml compilation with findlib$ ocamlfind ocamlc -package camlp-streams -linkpkg myprogram.ml
List available modules in camlp-streams package$ ocamlfind ocamlc -package camlp-streams -c -i dummy.ml