Liking cljdoc? Tell your friends :D
Clojure only.

scarlet.license-finder.deps


find-dependenciescljmultimethod

Finds dependencies for a project file file-path.

Supported opts:

OptionDescription
:transitive?Whether to consider transitive dependencies

Returns a map with the following keys:

KeyDescription
:nameName of the dependency, e.g. "org.clojure/clojure"
:type:mvn or :git
:versionVersion string
:pathDirectory or Jar file where the dependency was found.
:licenseLicense information as a map with :name and :url, or nil
Finds dependencies for a project file `file-path`.

Supported `opts`:

| Option | Description |
|--------|-------------|
| `:transitive?` | Whether to consider transitive dependencies |

Returns a map with the following keys:

| Key | Description |
|-----|-------------|
| `:name` | Name of the dependency, e.g. `"org.clojure/clojure"` |
| `:type` | `:mvn` or `:git` |
| `:version` | Version string |
| `:path` | Directory or Jar file where the dependency was found. |
| `:license` | License information as a map with `:name` and `:url`, or `nil` |
sourceraw docstring

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

× close