Liking cljdoc? Tell your friends :D

leiningen.release

Adapted from Leiningen's code by stripping things down to just one method to support one particular template (play-clj) that uses lein-droid, which expects parse-semantic-version to be available here.

Adapted from Leiningen's code by stripping things down to
just one method to support one particular template (play-clj)
that uses lein-droid, which expects parse-semantic-version
to be available here.
raw docstring

parse-semantic-versionclj

(parse-semantic-version version-string)

Create map representing the given version string. Aborts with exit code 1 if the string does not follow guidelines setforth by Semantic Versioning 2.0.0, http://semver.org/

Create map representing the given version string. Aborts with exit code 1
if the string does not follow guidelines setforth by Semantic Versioning 2.0.0,
http://semver.org/
sourceraw docstring

string->semantic-versionclj

(string->semantic-version version-string)

Create map representing the given version string. Returns nil if the string does not follow guidelines setforth by Semantic Versioning 2.0.0, http://semver.org/

Create map representing the given version string. Returns nil if the
string does not follow guidelines setforth by Semantic Versioning 2.0.0,
http://semver.org/
sourceraw docstring

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

× close