Source file ppx_pyro_caml.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(*
   Copyright (c) 2025 Semgrep Inc.

   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public License
   version 2.1 as published by the Free Software Foundation.

   This library is distributed in the hope that it will be useful, but
   WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the file
   LICENSE for more details.
*)

(* This ppx is a heavy modification of the landmarks ppx
   https://github.com/LexiFi/landmarks/tree/master/ppx *)