Liking cljdoc? Tell your friends :D

lice-comb.lein

Functionality related to combing Leiningen dependency sequences for license information.

Functionality related to combing Leiningen dependency sequences for license
information.
raw docstring

dep->expressionsclj

(dep->expressions dep)

Attempt to detect the SPDX license expression(s) (a set) in a Leiningen style dep (a vector of the form [groupId/artifactId "version"]).

Attempt to detect the SPDX license expression(s) (a set) in a Leiningen
style dep (a vector of the form `[groupId/artifactId "version"]`).
sourceraw docstring

dep->expressions-infoclj

(dep->expressions-info dep)

Attempt to detect the SPDX license expression(s) (a map) in a Leiningen style dep (a vector of the form [groupId/artifactId "version"]).

Attempt to detect the SPDX license expression(s) (a map) in a Leiningen
style dep (a vector of the form `[groupId/artifactId "version"]`).
sourceraw docstring

deps->expressionsclj

(deps->expressions deps)

Attempt to detect all of the SPDX license expression(s) in a Leiningen style dependency vector. The result is a map, where each entry in the map has a key that is the Leiningen dep, and the value is the set of SPDX license expression(s) for that dep.

Attempt to detect all of the SPDX license expression(s) in a Leiningen style
dependency vector. The result is a map, where each entry in the map has a key
that is the Leiningen dep, and the value is the set of SPDX license
expression(s) for that dep.
sourceraw docstring

deps->expressions-infoclj

(deps->expressions-info deps)

Attempt to detect all of the SPDX license expression(s) in a Leiningen style dependency vector. The result is a map, where each entry in the map has a key that is the Leiningen dep, and the value is the lice-comb expressions-info map for that dep.

Attempt to detect all of the SPDX license expression(s) in a Leiningen style
dependency vector. The result is a map, where each entry in the map has a key
that is the Leiningen dep, and the value is the lice-comb expressions-info map
for that dep.
sourceraw docstring

init!clj

(init!)

Initialises this namespace upon first call (and does nothing on subsequent calls), returning nil. Consumers of this namespace are not required to call this fn, as initialisation will occur implicitly anyway; it is provided to allow explicit control of the cost of initialisation to callers who need it.

Initialises this namespace upon first call (and does nothing on subsequent
calls), returning nil. Consumers of this namespace are not required to call
this fn, as initialisation will occur implicitly anyway; it is provided to
allow explicit control of the cost of initialisation to callers who need it.
sourceraw docstring

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

× close