package logger-p5

  1. Overview
  2. Docs
Camlp5 syntax extension for logging

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.5.zip
md5=cf67fa77095b0d2ed42c688bfdc5ae50

Description

A simple camlp5 syntax extension that allows syntax REPR(expr) which translates to a pair ("string with expression 'expr'", expr)

Useful for logging and pretty-printing

Published: 07 Oct 2020

Dependencies (3)

  1. camlp5 >= "8" | = "8.00~alpha04" | = "8.00~alpha05"
  2. ocamlfind build
  3. ocaml >= "4.07.0"

Dev Dependencies

None

Used by (2)

  1. GT >= "0.4.1"
  2. OCanren

Conflicts

None