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.2.0/orewa-0.2.0.tbz"
  checksum: [
    "sha256=a907ac7adbc50d723e0587c666313a361822cc3b72df1535b26c2f6c6794a9e3"
    "sha512=512dde46b5e16e1be2a993708e6aa6608be6f2d61e344271ac1dbb0a0175b9141d128fd870f81b1fb820e27c37891f7f3a968980c30306e78099e7d36dd6e555"
  ]
}
