File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed
Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 1- # cljs-priority-map [ ![ Build Status] ( https://travis-ci.org/tailrecursion/cljs-priority-map.png?branch=master )] ( https://travis-ci.org/tailrecursion/cljs-priority-map )
1+ # cljs-priority-map [ ![ Build Status] [ 1 ]] [ 2 ]
22
3- This is a ClojureScript port of Mark Engelberg's
4- [ clojure.data.priority-map] ( https://github.com/clojure/data.priority-map )
3+ This is a ClojureScript port of Mark Engelberg's [ clojure.data.priority-map] [ 3 ]
54for Clojure.
65
76A priority map is very similar to a sorted map, but whereas a sorted
@@ -12,10 +11,20 @@ produces the entries sorted by value.
1211
1312### Dependency
1413
14+ Artifacts are published on [ Clojars] [ 4 ] .
15+
1516``` clojure
1617[tailrecursion/cljs-priority-map " 1.0.3" ]
1718```
1819
20+ ``` xml
21+ <dependency >
22+ <groupId >tailrecursion</groupId >
23+ <artifactId >cljs-priority-map</artifactId >
24+ <version >1.0.3</version >
25+ </dependency >
26+ ```
27+
1928### Example
2029
2130``` clojure
@@ -145,3 +154,8 @@ installed, you can run the tests like so:
145154Copyright © 2013 Alan Dipert
146155
147156Distributed under the Eclipse Public License, the same as Clojure.
157+
158+ [1 ]: https://travis-ci.org/tailrecursion/cljs-priority-map.png?branch=master
159+ [2 ]: https://travis-ci.org/tailrecursion/cljs-priority-map
160+ [3 ]: https://github.com/clojure/data.priority-map
161+ [4 ]: https://clojars.org/tailrecursion/cljs-priority-map
You can’t perform that action at this time.
0 commit comments