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.
- Host: GitHub
- URL: https://github.com/clojure/data.alpha.replicant-client
- Owner: clojure
- Created: 2023-04-06T15:22:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T18:02:59.000Z (11 months ago)
- Last Synced: 2025-01-30T06:51:13.874Z (5 months ago)
- Language: Clojure
- Homepage:
- Size: 30.3 KB
- Stars: 14
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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