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" {>= "5.1.0"} "async" {>= "v0.17" & < "v0.18"} "async_kernel" {>= "v0.17" & < "v0.18"} "base" {>= "v0.17" & < "v0.18"} "base_quickcheck" {>= "v0.17" & < "v0.18"} "core" {>= "v0.17" & < "v0.18"} "core_kernel" {>= "v0.17" & < "v0.18"} "expect_test_helpers_core" {>= "v0.17" & < "v0.18"} "ppx_expect" {>= "v0.17" & < "v0.18"} "ppx_here" {>= "v0.17" & < "v0.18"} "ppx_jane" {>= "v0.17" & < "v0.18"} "ppx_sexp_conv" {>= "v0.17" & < "v0.18"} "ppx_sexp_message" {>= "v0.17" & < "v0.18"} "dune" {>= "3.11.0"} "ppxlib" {>= "0.28.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/refs/tags/v0.17.0.tar.gz" checksum: "sha256=d9556f991f7a75fb534a4a808fed3a18d0fd7ed55ecaa9a9bfefe9867d73b0d8" }