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

https://github.com/clojure/clr.core.cache

ClojureCLR port of core.cache
https://github.com/clojure/clr.core.cache

Last synced: 5 months ago
JSON representation

ClojureCLR port of core.cache

Awesome Lists containing this project

README

          

# clr.core.cache

A port of [clojure/core.cache](https://github.com/clojure/core.cache) library to ClojureCLR.

See that site for documentation.

## Releases

The latest stable release is 1.2.0.

[CLI/`deps.edn`](https://clojure.org/reference/deps_edn) dependency information:
```clojure
{io.github.clojure/clr.core.cache {:git/tag "v1.1.234" :git/sha "56e4406"}}
```

Nuget reference:

```
PM> Install-Package clojure.core.cache -Version 1.1.234
```

Leiningen/Clojars reference:

```
[org.clojure.clr/core.cache "1.1.234"]
```

## License

Copyright (C) 2024 Rich Hickey & ClojureCLR contributors
Distributed under the Eclipse Public License, the same as Clojure.

The parent project has this:

C> opyright (c) Rich Hickey, Michael Fogus and contributors, 2012-2023. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) 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 bythe terms of this license. You must not remove this notice, or any other, from this software.