opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/ppx_derive_at_runtime" bug-reports: "https://github.com/janestreet/ppx_derive_at_runtime/issues" dev-repo: "git+https://github.com/janestreet/ppx_derive_at_runtime.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_derive_at_runtime/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "base" {= "v0.17~preview.129.11+135"} "expect_test_helpers_core" {= "v0.17~preview.129.11+135"} "ppx_jane" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.0"} "ppxlib" {>= "0.28.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Define a new ppx deriver by naming a runtime module." 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`. " url { src: "https://github.com/janestreet/ppx_derive_at_runtime/archive/8037ccc13d109a049d5fe3767766d4945d2498c4.tar.gz" checksum: "sha256=4dc12c7a226d276e8c95618a63795963bc46fe312ee73148602c993dbaf3b216" } 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" ]