package pyro-caml-ppx

  1. Overview
  2. Docs
Pyro Caml PPX

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v1.0.0.tar.gz
md5=22cc6fd089dd4ecb8cb41581d3d109e3
sha512=9c5fd425c5981e31dbcdcbaef6f8f462f749d165df08e1686ec2e44872dca590b5a137d3aea76b2799de7f0eb5615fe03823bdf290bde68100dfa931260a40e5

doc/src/ppx_pyro_caml/ppx_pyro_caml.ml.html

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 *)