this repo has no description
1opam-version: "2.0"
2synopsis: "Async 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.07"}
11 "lambda_streams" {= version}
12 "alcotest" {>= "1.0.1" & with-test}
13 "alcotest-async" {>= "1.0.1" & with-test}
14 "async" {>= "v0.12.0"}
15 "async_kernel" {>= "v0.12.0"}
16 "async_unix" {>= "v0.12.0"}
17 "core" {>= "v0.12.0"}
18 "dune" {>= "2.2.0"}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/Risto-Stevcev/lambda-streams.git"
35url {
36 src: "https://github.com/Risto-Stevcev/lambda-streams/archive/0.1.2.tar.gz"
37 checksum: [
38 "md5=8c1ce04ee769b56434696bd57aee1a5b"
39 "sha512=9bb794f3852da60e536277f41ca5c6db678e5f0f5100ca13bf4c054a8d5c17834891c9ba2d73ddd35dc4f52f4b8be6076611b8f8c413eb6e93d61c161c67f9aa"
40 ]
41}