Liking cljdoc? Tell your friends :D

leiningen.bom


bomclj

(bom project & args)
source

collect-all-pomsclj

(collect-all-poms root)

Returns a set of all files in under root that end in .pom.

Returns a set of all files in under `root` that end in .pom.
sourceraw docstring

dep->pom-nameclj

(dep->pom-name [dep version & more])
source

dependencies->pomsclj

(dependencies->poms deps direct-dependencies all-poms ignore)
source

ignore-defaultclj

source

make-purlclj

(make-purl group-id artifact-id version)
source

match-pomclj

(match-pom dep all-poms)
source

mk-tmp-dir!clj

(mk-tmp-dir!)

Creates a unique temporary directory on the filesystem. Typically in /tmp on *NIX systems. Returns a File object pointing to the new directory. Raises an exception if the directory couldn't be created after 10000 tries.

Creates a unique temporary directory on the filesystem. Typically in /tmp on
*NIX systems. Returns a File object pointing to the new directory. Raises an
exception if the directory couldn't be created after 10000 tries.
sourceraw docstring

pom->bomclj

(pom->bom [direct-dependency? pom])
source

repo-url-as-source-urlclj

(repo-url-as-source-url repo-url)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close