Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.15 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.15 KB

clr.core.cache

A port of clojure/core.cache library to ClojureCLR.

See that site for documentation.

Releases

The latest stable release is 1.2.0.

CLI/deps.edn dependency information:

 {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.