opam-version: "2.0" synopsis: "Async implementations for bastet" maintainer: ["me@risto.codes"] authors: ["Risto Stevcev"] license: "BSD-3-Clause" tags: ["category theory" "abstract algebra" "algebra" "cats" "async"] homepage: "https://github.com/Risto-Stevcev/bastet-async" doc: "https://risto-stevcev.github.io/bastet-async" bug-reports: "https://github.com/Risto-Stevcev/bastet-async/issues" depends: [ "ocaml" {>= "4.06.1"} "bastet" {>= "1.2.5"} "async_kernel" {>= "v0.12.0"} "async_unix" {with-test & >= "v0.12.0"} "core" {with-test & >= "v0.12.0"} "alcotest" {>= "1.0.1" & < "1.6.0" & with-test} "alcotest-async" {>= "1.0.1" & < "1.6.0" & with-test} "mdx" {>= "1.6.0" & with-test} "odoc" {>= "1.5.0" & with-doc} "dune" {>= "2.4.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/bastet-async.git" url { src: "https://github.com/Risto-Stevcev/bastet-async/archive/0.1.0.tar.gz" checksum: [ "md5=e15663969dac6d7013205e2c5750fd21" "sha512=4dd0476f5285fed7dc570625b3fddf9546866f488ab4cd6933e9f9cc3c9947d84dba9d18bab71fd65aed0dc8826e01fa2e04291c53ece6a31c0e887e0e18439e" ] }