package ppx_getenv

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

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_getenv-v2.1.tbz
sha256=b3045cea25ba4139e4425be87b4f77acc3bac4907d22ad618a7ea6e2d8c0b0f1
sha512=a56ce0cd37b564048a7a94776f6031b8409aa3f703891911237bfe12e84b2e70b5cd229bda5a73386ff7a51b7dc1c1ee1a5896b64cfcf0e8a9f152c0d17224cd

Description

Tags

syntax

Published: 24 Oct 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.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