metric_syntax It's not a real library, but a demonstration of the Extension literals and Constant Rewriting features of the ppxlib library for preprocessing OCaml syntax. utop # 5m;; - : Metric.Meter.t = 5 utop # Metric.Meter.(1m + 10m);; - : Metric.Meter.t = 11