如何查找有关clojure库的信息

R71*_*R71 3 clojure

例如,我试图找到有关core.async库的最新版本的信息.我尝试在https://clojars.org/上搜索,我获得了82次点击,其中包含org.clojars.trptcolin/core.asyncorg.dunaj/core.async等项目

但是,当我在https://github.com/clojure转到github for clojure时,我只得到2次点击,https://github.com/clojure/core.async上的条目指向org.clojure/core.异步

那么找到一个库的推荐方法是什么?(1)转到github/clojure并搜索,或者(2)转到clojars.org并搜索?

Tim*_*ley 5

Clojure-toolbox是有用的Clojure库的优秀索引.

如果您知道所需库的名称,但不确定该版本, lein-ancient非常棒!只需将其添加到您的个人资料中,然后您就可以输入lein ancient upgrade,它将使用最新版本重写您的项目.