this repo has no description
1opam-version: "2.0" 2synopsis: "Lwt helpers for lambda_streams" 3maintainer: ["me@risto.codes"] 4authors: ["Risto Stevcev"] 5license: "BSD-3-Clause" 6homepage: "https://github.com/Risto-Stevcev/lambda-streams" 7doc: "https://risto-stevcev.github.io/lambda-streams" 8bug-reports: "https://github.com/Risto-Stevcev/lambda-streams/issues" 9depends: [ 10 "ocaml" {>= "4.06.1"} 11 "lambda_streams" {= version} 12 "alcotest" {= "1.0.1" & with-test} 13 "alcotest-lwt" {= "1.0.1" & with-test} 14 "lwt" {>= "5.2.0"} 15 "dune" {>= "2.2.0"} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/Risto-Stevcev/lambda-streams.git" 32url { 33 src: "https://github.com/Risto-Stevcev/lambda-streams/archive/0.1.2.tar.gz" 34 checksum: [ 35 "md5=8c1ce04ee769b56434696bd57aee1a5b" 36 "sha512=9bb794f3852da60e536277f41ca5c6db678e5f0f5100ca13bf4c054a8d5c17834891c9ba2d73ddd35dc4f52f4b8be6076611b8f8c413eb6e93d61c161c67f9aa" 37 ] 38}