An open API service indexing awesome lists of open source software.

https://github.com/clojure/data.alpha.replicant-client

A Clojure library providing client-side implementations of Clojure datastructures served by replicant-server.
https://github.com/clojure/data.alpha.replicant-client

Last synced: 5 months ago
JSON representation

A Clojure library providing client-side implementations of Clojure datastructures served by replicant-server.

Awesome Lists containing this project

README

        

# replicant-client

A Clojure library providing client-side implementations of Clojure data-structures served by [replicant-server](https://github.com/clojure/data.alpha.replicant-server).

This software is considered an alpha release and subject to change.

## Docs

* [API.md](API.md)

# Release Information

Latest release:

[deps.edn](https://clojure.org/reference/deps_and_cli) dependency information:

The replicant-client library is intended for use as a git dep:

```clojure
io.github.clojure/data.alpha.replicant-client {:git/tag "v2023.04.20.01" :git/sha "bcabb7b"}
```

# Developer Information

* [GitHub project](https://github.com/clojure/data.alpha.replicant-client)
* [How to contribute](https://clojure.org/community/contributing)
* [Bug Tracker](https://clojure.atlassian.net/browse/DRDS)

# Copyright and License

Copyright © 2023 Rich Hickey and contributors

All rights reserved. The use and
distribution terms for this software are covered by the
[Eclipse Public License 1.0] which can be found in the file
epl-v10.html at the root of this distribution. By using this software
in any fashion, you are agreeing to be bound by the terms of this
license. You must not remove this notice, or any other, from this
software.

[Eclipse Public License 1.0]: http://opensource.org/licenses/eclipse-1.0.php