Liking cljdoc? Tell your friends :D

org.soulspace.tools.repo


artifact-keyclj

(artifact-key a)

Returns a string key for the artifact a, disregarding a version.

Returns a string key for the artifact a, disregarding a version.
sourceraw docstring

artifact-version-keyclj

(artifact-version-key a)

Returns a string key for the artifact a including a version.

Returns a string key for the artifact a including a version.
sourceraw docstring

CachingRepositorycljprotocol

cache-packageclj

(cache-package this package)

Caches the package.

Caches the package.

cached?clj

(cached? this package)

Returns true, if the package is cached.

Returns true, if the package is cached.
source

cleanclj

(clean m)

Removes keys from map for which the value is nil.

Removes keys from map for which the value is nil.
sourceraw docstring

compare-revisionclj

(compare-revision c1 c2)

Compares two revision components c1 and c2.

Compares two revision components c1 and c2.
sourceraw docstring

compare-versionclj

(compare-version v1 v2)

Compares to versions v1 and v2.

Compares to versions v1 and v2.
sourceraw docstring

contains-version?clj

(contains-version? r v)
(contains-version? from to v)

Returns true if the version v is contained in the version range given by from and to or as a map.

Returns true if the version v is contained in the version range given by from and to or as a map.
sourceraw docstring

digits?clj

(digits? s)

Tests if s contains only digits.

Tests if s contains only digits.
sourceraw docstring

generateclj

(generate purl)

Generates the package URL string for the package URL map.

Generates the package URL string for the package URL map.
sourceraw docstring

greater-version?clj

(greater-version? v1 v2)

Returns true, if v1 is greater than v2.

Returns true, if v1 is greater than v2.
sourceraw docstring

lesser-version?clj

(lesser-version? v1 v2)

Returns true, if v1 is less than v2.

Returns true, if v1 is less than v2.
sourceraw docstring

package-keyclj

(package-key p)

Returns a string key for the package p, disregarding a version.

Returns a string key for the package `p`, disregarding a version.
sourceraw docstring

package-regexclj

source

package-version-keyclj

(package-version-key p)

Returns a string key for the package p including the version.

Returns a string key for the package `p` including the version.
sourceraw docstring

parseclj

(parse purl)

Parses the package URL string into a package URL map.

Parses the package URL string into a package URL map.
sourceraw docstring

parse-optionalclj

(parse-optional coll)

Returns a map of the optional qualifiers and

Returns a map of the optional qualifiers and 
sourceraw docstring

parse-qualifiersclj

(parse-qualifiers s)

Returns a map of qualifiers for the qualifier part of the package url.

Returns a map of qualifiers for the qualifier part of the package url.
sourceraw docstring

Repositorycljprotocol

get-packageclj

(get-package this package)

Returns the package from the repository.

Returns the package from the repository.
source

same-artifact-version?clj

(same-artifact-version? a1 a2)

Returns true, when the artifacts a1 and a2 have the same artifact version key.

Returns true, when the artifacts a1 and a2 have the same artifact version key.
sourceraw docstring

same-artifact?clj

(same-artifact? a1 a2)

Returns true, when the artifacts a1 and a2 have the same artifact key.

Returns true, when the artifacts a1 and a2 have the same artifact key.
sourceraw docstring

same-package-version?clj

(same-package-version? p1 p2)

Returns true, when the packages p1 and p2 have the same package version key.

Returns true, when the packages p1 and p2 have the same package version key.
sourceraw docstring

same-package?clj

(same-package? p1 p2)

Returns true, when the packages p1 and p2 have the same package key.

Returns true, when the packages `p1` and `p2` have the same package key.
sourceraw docstring

same-version?clj

(same-version? v1 v2)

Returns true, if both versions are the same.

Returns true, if both versions are the same.
sourceraw docstring

split-versionclj

(split-version version)
(split-version version re)

Splits a version string into revision components.

Splits a version string into revision components.
sourceraw docstring

VersionedRepositorycljprotocol

latest-versionclj

(latest-version this package)

Returns the latest version for the package.

Returns the latest version for the package.

versionsclj

(versions this package)

Returns the versions for the package.

Returns the versions for the package.
source

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

× close