this repo has no description
1opam-version: "2.0"
2synopsis: "Async implementations for bastet"
3maintainer: ["me@risto.codes"]
4authors: ["Risto Stevcev"]
5license: "BSD-3-Clause"
6tags: ["category theory" "abstract algebra" "algebra" "cats" "async"]
7homepage: "https://github.com/Risto-Stevcev/bastet-async"
8doc: "https://risto-stevcev.github.io/bastet-async"
9bug-reports: "https://github.com/Risto-Stevcev/bastet-async/issues"
10depends: [
11 "ocaml" {>= "4.06.1"}
12 "bastet" {>= "1.2.5"}
13 "async_kernel" {>= "v0.12.0"}
14 "async_unix" {with-test & >= "v0.12.0"}
15 "core" {with-test & >= "v0.12.0"}
16 "alcotest" {>= "1.0.1" & < "1.6.0" & with-test}
17 "alcotest-async" {>= "1.0.1" & < "1.6.0" & with-test}
18 "mdx" {>= "1.6.0" & with-test}
19 "odoc" {>= "1.5.0" & with-doc}
20 "dune" {>= "2.4.0"}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/Risto-Stevcev/bastet-async.git"
37url {
38 src: "https://github.com/Risto-Stevcev/bastet-async/archive/0.1.0.tar.gz"
39 checksum: [
40 "md5=e15663969dac6d7013205e2c5750fd21"
41 "sha512=4dd0476f5285fed7dc570625b3fddf9546866f488ab4cd6933e9f9cc3c9947d84dba9d18bab71fd65aed0dc8826e01fa2e04291c53ece6a31c0e887e0e18439e"
42 ]
43}