hagmonk / find-deps

tools.deps friendly utility for searching clojars and maven
63 stars 11 forks source link

can not find re-frame #4

Open aminul2050 opened 5 years ago

aminul2050 commented 5 years ago

clj -A:find-deps re-frame {:deps {re-frame-forms/re-frame-forms {:mvn/version "0.1.3"}}}

expecting - re-frame {:mvn/version "0.10.5"}

aminul2050 commented 5 years ago

(map :jar-name

_=> (s/search :clojars "re-frame"))

("re-frame-re-play" "re-frame-utils" "re-frame-datatable" "re-frame-rules" "hello-re-frame" "re-frame-collapsible-panel" "re-frame-10x" "re-frame-highcharts" "re-frame-bootstrap-toggle" "re-frame-window-fx" "trace" "test" "re-frame-fx" "re-frame-forms" "abra" "martian-re-frame" "re-frame-dev-tools" "re-frame-firebase" "re-frame-formspree" "re-frame-trace" "lein-template" "re-frame-spec-interceptor" "re-frame-ipfs-fx" "re-frame-auth")

hagmonk commented 5 years ago

Thanks for the report, I'll take a look at this. Re-frame should absolutely be high up there.

Searching on clojars itself produces the same results: https://clojars.org/search?q=re-frame. The correct re-frame package is nowhere to be found on the first page of results.

Searching for https://clojars.org/search?q=day8+re-frame does return the right re-frame as the 8th search result. I wonder if something changed in clojars to cause this issue …