package ppx_ast

  1. Overview
  2. No Docs
OCaml AST used by Jane Street ppx rewriters

Install

Authors

Maintainers

Sources

ppx_ast-v0.10.0.tar.gz
md5=8853cb32dd6c22365283156ed6f54622

Description

Ppx_ast selects a specific version of the OCaml Abstract Syntax Tree from the migrate-parsetree project that is not necessarily the same one as the one being used by the compiler.

It also snapshots the corresponding parser and pretty-printer from the OCaml compiler, to create a full frontend independent of the version of OCaml.

Published: 15 Dec 2017

Dependencies (4)

  1. ocaml-migrate-parsetree >= "0.4" & < "2.0.0"
  2. jbuilder >= "1.0+beta12"
  3. ocaml-compiler-libs >= "v0.10" & < "v0.11"
  4. ocaml >= "4.04.1" & < "4.07.0"

Dev Dependencies

None

Used by (2)

  1. ppx_core = "v0.10.0"
  2. ppx_fun >= "0.0.4"

Conflicts

None