README.md

# Quarp

A library for distributed reactiive programming with consistency guarantees in the spirit of Quarp.
Built on top of and integrated with Observables Extended, a Reactive Extensions library for Elixir."

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `quarp` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:quarp, "~> 0.2.0"}
  ]
end
```