opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/ppx_ignore_instrumentation" bug-reports: "https://github.com/janestreet/ppx_ignore_instrumentation/issues" dev-repo: "git+https://github.com/janestreet/ppx_ignore_instrumentation.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_ignore_instrumentation/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "dune" {>= "2.0.0"} "ppxlib" {>= "0.28.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Ignore Jane Street specific instrumentation extensions" description: " Ignore Jane Street specific instrumentation extensions from internal PPXs or compiler features not yet upstreamed. " url { src: "https://github.com/janestreet/ppx_ignore_instrumentation/archive/d1764d02a49aa311700b448e63b0527e502f2424.tar.gz" checksum: "sha256=006bdee3790841f9f9e0b040eb35fe95b759982dc673e3e53b3668aa94d20279" } flags: deprecated post-messages: [ "IMPORTANT: The bleeding edge repository mirror on ocaml.janestreet.com is being deprecated in favor of our official GitHub repository." "To ensure you receive the latest packages and updates, please update your repository URL by running:" " opam repo set-url janestreet-bleeding https://github.com/janestreet/opam-repository.git" ]