opam-version: "2.0" synopsis: "Lambda-based streaming library" description: "A simple and principled streaming library based on lambdas" 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.06.1"} "alcotest" {>= "1.0.1" & with-test} "fmt" {>= "0.8.8" & with-test} "mdx" {>= "1.6.0" & with-test} "odoc" {>= "1.5.0" & with-doc} "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" ] }