package ppx_derive_at_runtime

  1. Overview
  2. Docs
Define a new ppx deriver by naming a runtime module.

Install

Authors

Maintainers

Sources

ppx_derive_at_runtime-v0.16.0.tar.gz
sha256=bfa640b9f952020de58aea15bb73788c9981aee7903abd78c11fdd5ea2edbbb0

Description

Allows specifying new ppx derivers much more easily than writing a ppx by hand. For example, to get [@@deriving foo], you only have to specify a module path such as My_library.Foo.

Published: 14 Jun 2023

Dependencies (6)

  1. ppxlib >= "0.28.0"
  2. dune >= "2.0.0"
  3. ppx_jane >= "v0.16" & < "v0.17"
  4. expect_test_helpers_core >= "v0.16" & < "v0.17"
  5. base >= "v0.16" & < "v0.17"
  6. ocaml >= "4.14.0"

Dev Dependencies

None

Used by

None

Conflicts

None