Liking cljdoc? Tell your friends :D

depo.schema


PROCEDUREclj

A malli schema describing a map containing the following keys

  • :zloc - a rewrite-clj zipper object of the dependencies
  • :dep-exists - boolean - whether the dependency given exists in the config
  • :identifier - symbol - created by depo.utils/create-identifier
  • :argument - string - the CLI argument
  • :project-type - keyword - :lein, :shadow or :default
  • :deps-type - keyword - :map or :vector
  • :dep-data - the value returned from depo.zoperations/get-dependency-data
  • :operation - keyword -:add, :remove or :update
A malli schema describing a map containing the following keys
- `:zloc` - a rewrite-clj zipper object of the dependencies
- `:dep-exists` - boolean - whether the dependency given exists in the config
- `:identifier` -  symbol - created by `depo.utils/create-identifier`
- `:argument` - string - the CLI argument
- `:project-type` - keyword - `:lein`, `:shadow` or `:default`
- `:deps-type` - keyword - `:map` or `:vector`
- `:dep-data` - the value returned from `depo.zoperations/get-dependency-data`
- `:operation` - keyword -`:add`, `:remove` or `:update`
sourceraw docstring

valid-dependency-map?clj

(valid-dependency-map? {:keys [groupID artifactID version]})

Given a map with dependency coordinate data, return true if valid.

Given a map with dependency coordinate data, return true if valid.
sourceraw docstring

valid-id?clj

(valid-id? id)

Returns true if the groupID or artifactID are valid IDs. false otherwise.

Returns `true` if the groupID or artifactID are valid IDs.
`false` otherwise.
sourceraw docstring

valid-version?clj

(valid-version? ver)

Returns true if the version number is a valid version String. false otherwise.

Returns `true` if the version number is a valid version `String`. `false` otherwise.
sourceraw docstring

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

× close