package resp-mirage

  1. Overview
  2. Docs
Redis serialization protocol tools for MirageOS

Install

Dune Dependency

Authors

Maintainers

Sources

v0.9.1.tar.gz
md5=1e52d65e20b229f18e0d009473afb5cb
sha512=7a2c31c7e83c285408ac39aa29c002a6c074e0d8be18cf7cb5f29b7499440071d49e037a8bca1536ec5742a0058d77069c1ffe8c6b05176aecd94c2377538ae5

Description

Published: 15 Feb 2019

README

resp — REdis Serialization Protocol library for OCaml

%%VERSION%%

resp is an OCaml library for working with the Redis Serialization Protocol. It provides a streaming interface for building clients and servers that communicate using RESP.

resp is distributed under the ISC license.

Homepage: https://github.com/zshipko/resp

Installation

resp can be installed with opam:

opam install resp

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is generated from the source interfaces. It can be consulted online or via odig doc resp.

Tests

In the distribution sample programs and tests are located in the test directory. They can be built and run with:

dune runtest

Dependencies (6)

  1. mirage-conduit >= "3.01"
  2. resp-server >= "0.9.1" & < "0.10.0"
  3. resp-client >= "0.9.1" & < "0.10.0"
  4. resp >= "0.9.1" & < "0.10.0"
  5. dune
  6. ocaml >= "4.05.0"

Dev Dependencies

None

Used by

None

Conflicts

None