opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/ppx_quick_test" bug-reports: "https://github.com/janestreet/ppx_quick_test/issues" dev-repo: "git+https://github.com/janestreet/ppx_quick_test.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_quick_test/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "dune" {>= "2.0.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Spiritual equivalent of let%expect_test, but for property based tests as an ergonomic wrapper to write quickcheck tests." description: " Part of the Jane Street's PPX rewriters collection. " url { src: "https://github.com/janestreet/ppx_quick_test/archive/2d9d2b5c991ed8a0912a47e6c9eb3c9807ee443c.tar.gz" checksum: "sha256=b9370ddb061aa74bfd43a2d8cf11c82c319ce600255b51c9d5dd6574d2f5c3de" } 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" ]