Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.