opam-version: "2.0"
maintainer: "Marek Kubica <marek@xivilization.net>"
homepage: "https://github.com/Leonidas-from-XIV/orewa"
doc: "https://leonidas-from-xiv.github.io/orewa/"
dev-repo: "git+https://github.com/Leonidas-from-XIV/orewa.git"
bug-reports: "https://github.com/Leonidas-from-XIV/orewa/issues"
build: [["dune" "build" "-p" name "-j" jobs]]
run-test: [["dune" "runtest" "-p" name "-j" jobs]]
depends: [
  "async" {>= "v0.11" & < "v0.15"}
  "core" {>= "v0.11" & < "v0.15"}
  "dune" {>= "1.4"}
  "ppx_let" {build & >= "v0.11" & < "v0.15"}
  "alcotest" {with-test & >= "0.8.4"}
  "alcotest-async" {with-test & >= "0.8.2"}
  "ppx_deriving" {>= "4.2"}
]
synopsis: "Async-friendly Redis client"
description: """Async-friendly Redis client

Orewa is a Redis client designed with cooperative multithreading in mind, thus
operations are non-blocking by default.

It also features an OCaml-friendly Redis API wrapping the stringly constructs
of the Redis commands into a more typed and less fragile interface that does
its best to provide a pleasant interface."""
authors: "Marek Kubica <marek@xivilization.net>"
url {
  src:
    "https://github.com/Leonidas-from-XIV/orewa/releases/download/0.1.1/orewa-0.1.1.tbz"
  checksum: [
    "sha256=c53c1919cf3b97ceb6091f77c04a7878e38f8df39f1be38087f84309a896cd1c"
    "sha512=b624b9e3098d509ef705074baf164f786b0661d2354335d240621db81c468f115bab8aa5ce3d626e5811d114a93903799ce9a5077900a9e708ba32409a971e07"
  ]
}
