(jar-url->reader jar-url)
expects a jar-url String that identifies a jar and an entry in it, like jar:file:/foo/.m2/repository/org/xxx/bar/0.1.2/bar.jar!/my/ns.cljs
expects a jar-url String that identifies a jar and an entry in it, like jar:file:/foo/.m2/repository/org/xxx/bar/0.1.2/bar.jar!/my/ns.cljs
(namespaces-in-jar jar-file matcher)
returns seq is {:file STRING, :ns SYMBOL, :decl FORM}
returns seq is {:file STRING, :ns SYMBOL, :decl FORM}
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close