opam-version: "2.0" synopsis: "Async helpers for lambda_streams" maintainer: ["me@risto.codes"] authors: ["Risto Stevcev"] license: "BSD-3-Clause" homepage: "https://github.com/Risto-Stevcev/lambda-streams" doc: "https://risto-stevcev.github.io/lambda-streams" bug-reports: "https://github.com/Risto-Stevcev/lambda-streams/issues" depends: [ "ocaml" {>= "4.07"} "lambda_streams" {= version} "alcotest" {>= "1.0.1" & with-test} "alcotest-async" {>= "1.0.1" & with-test} "async" {>= "v0.12.0"} "async_kernel" {>= "v0.12.0"} "async_unix" {>= "v0.12.0"} "core" {>= "v0.12.0"} "dune" {>= "2.2.0"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/Risto-Stevcev/lambda-streams.git" url { src: "https://github.com/Risto-Stevcev/lambda-streams/archive/0.1.2.tar.gz" checksum: [ "md5=8c1ce04ee769b56434696bd57aee1a5b" "sha512=9bb794f3852da60e536277f41ca5c6db678e5f0f5100ca13bf4c054a8d5c17834891c9ba2d73ddd35dc4f52f4b8be6076611b8f8c413eb6e93d61c161c67f9aa" ] }