opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/expect_test_helpers_async" bug-reports: "https://github.com/janestreet/expect_test_helpers_async/issues" dev-repo: "git+https://github.com/janestreet/expect_test_helpers_async.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/expect_test_helpers_async/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "async" {= "v0.17~preview.129.11+135"} "core" {= "v0.17~preview.129.11+135"} "core_unix" {= "v0.17~preview.129.11+135"} "expect_test_helpers_core" {= "v0.17~preview.129.11+135"} "ppx_jane" {= "v0.17~preview.129.11+135"} "sexp_pretty" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Async helpers for writing expectation tests" description: " This library provides helper functions for writing expect tests. Note that this library uses Async, for helpers that don't use Async, look at expect_test_helpers_core. " url { src: "https://github.com/janestreet/expect_test_helpers_async/archive/19c6c412e5c3ac2b7472480ad9c539098cfc2168.tar.gz" checksum: "sha256=555fad00830ea61c20d929e1d7bd4a2bf8d58ec23558f31b9f13aee53466cee0" } 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" ]