this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/ppx_quick_test" 5bug-reports: "https://github.com/janestreet/ppx_quick_test/issues" 6dev-repo: "git+https://github.com/janestreet/ppx_quick_test.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_quick_test/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "5.1.0"} 14 "async" {>= "v0.17" & < "v0.18"} 15 "async_kernel" {>= "v0.17" & < "v0.18"} 16 "base" {>= "v0.17" & < "v0.18"} 17 "base_quickcheck" {>= "v0.17" & < "v0.18"} 18 "core" {>= "v0.17" & < "v0.18"} 19 "core_kernel" {>= "v0.17" & < "v0.18"} 20 "expect_test_helpers_core" {>= "v0.17" & < "v0.18"} 21 "ppx_expect" {>= "v0.17" & < "v0.18"} 22 "ppx_here" {>= "v0.17" & < "v0.18"} 23 "ppx_jane" {>= "v0.17" & < "v0.18"} 24 "ppx_sexp_conv" {>= "v0.17" & < "v0.18"} 25 "ppx_sexp_message" {>= "v0.17" & < "v0.18"} 26 "dune" {>= "3.11.0"} 27 "ppxlib" {>= "0.28.0"} 28] 29available: arch != "arm32" & arch != "x86_32" 30synopsis: "Spiritual equivalent of let%expect_test, but for property based tests as an ergonomic wrapper to write quickcheck tests." 31description: " 32Part of the Jane Street's PPX rewriters collection. 33" 34url { 35src: "https://github.com/janestreet/ppx_quick_test/archive/refs/tags/v0.17.0.tar.gz" 36checksum: "sha256=d9556f991f7a75fb534a4a808fed3a18d0fd7ed55ecaa9a9bfefe9867d73b0d8" 37}