opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/redis-async" bug-reports: "https://github.com/janestreet/redis-async/issues" dev-repo: "git+https://github.com/janestreet/redis-async.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/redis-async/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "5.1.0"} "async" {>= "v0.17" & < "v0.18"} "bignum" {>= "v0.17" & < "v0.18"} "core" {>= "v0.17" & < "v0.18"} "core_kernel" {>= "v0.17" & < "v0.18"} "ppx_jane" {>= "v0.17" & < "v0.18"} "dune" {>= "3.11.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Redis client for Async applications" description: " A client library for Redis versions 6 and higher. Provides a strongly-typed API with transparent (de)serialization for application-defined types. Supports client tracking and internally uses the RESP3 protocol. " url { src: "https://github.com/janestreet/redis-async/archive/refs/tags/v0.17.0.tar.gz" checksum: "sha256=887f10006f90b3d37b01e715dad466d5b56f9b58f20f217c69df825f23829d90" }