From 7b7e79250286f0f8221d77f4e3a405863ee1b85b Mon Sep 17 00:00:00 2001 From: Javier Chavarri Date: Fri, 16 Aug 2024 06:05:28 +0000 Subject: [PATCH] ppx: undocument native ppx https://github.com/melange-community/melange-json/pull/10#issuecomment-2292787841 --- ppx/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ppx/README.md b/ppx/README.md index 045df9b..69ff77a 100644 --- a/ppx/README.md +++ b/ppx/README.md @@ -10,18 +10,11 @@ The PPX is included in `melange-json` package. To use it, just add the `dune` configuration to your project: ```dune -(executable - ... - (preprocess (pps melange-json.ppx-native))) - (library (modes melange) (preprocess (pps melange-json.ppx))) ``` -Note that you need to use the `melange-json.ppx-native` preprocessor for OCaml -native and the `melange-json.ppx` preprocessor for Melange. - ## Usage To generate JSON converters for a type, add the `[@@deriving json]` attribute to