Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clojure/clr.data.priority-map
ClojureCLR port of data.priority-map
https://github.com/clojure/clr.data.priority-map
Last synced: 2 months ago
JSON representation
ClojureCLR port of data.priority-map
- Host: GitHub
- URL: https://github.com/clojure/clr.data.priority-map
- Owner: clojure
- License: epl-1.0
- Created: 2022-11-09T22:22:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T02:42:03.000Z (about 2 years ago)
- Last Synced: 2024-05-08T19:13:51.355Z (8 months ago)
- Language: Clojure
- Size: 127 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# clr.data.priority-map
A port of the [clojure/data.priority-map](https://github.com/clojure/data.priority-map) library to ClojureCLR.
See that repository 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.data.priority-map {:git/tag "v1.2.0" :git/sha "1c22751"}}
```Nuget reference:
```
PM> Install-Package clojure.data.priority-map -Version 1.2.0
```Leiningen/Clojars reference:
```
[org.clojure.clr/data.priority-map "1.2.0"]
```## License
The parent project has this:
>Copyright (C) Mark Engelberg, Rich Hickey & contributors
>Distributed under the Eclipse Public License, the same as Clojure.