package ppx_getenv

  1. Overview
  2. Docs
A sample syntax extension using OCaml's new extension points API

Install

Dune Dependency

Authors

Maintainers

Sources

v2.0.tar.gz
md5=f7822fc5bb7e9fbeb18ac7433e3eb38b
sha512=9add1c4182e8d18e21a7e8d9d4ee3bb1273541de772604829814f3718397febfbd790f2bf24bc7437c0715568857b27f837ad96f4805b833ab36c127ae124994

Description

Tags

syntax

Published: 13 Aug 2020

README

ppx_getenv

A sample syntax extension that uses OCaml's new extension points API.

Take a look at the guide to extension points in OCaml.

License

Public domain

Dependencies (3)

  1. ppxlib >= "0.9.0" & < "0.18.0"
  2. ocaml >= "4.04.0"
  3. dune >= "2.0"

Dev Dependencies (2)

  1. odoc with-doc
  2. ounit2 with-test

Used by (1)

  1. ppx_const >= "2.0"

Conflicts

None