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.
(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/
(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/
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close