Functionality related to combing Leiningen dependency sequences for license information.
Functionality related to combing Leiningen dependency sequences for license information.
(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"]`).
(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"]`).
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close