#!r6rs ;; Submit-To: https://akkuscm.org/packages/ (package (name "semver") (versions ((version "1.0.3") (synopsis "Semantic Versioning and ranges") (description "This package implements Semantic Versioning 2.0.0 (semver.org) and also provides a library that implements semver ranges based on npm's semver package.") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/semver.git")) (tag "v1.0.3") (revision "97f51c1facd477477618f8a842f259525daf5559")) (depends ("chez-srfi" "^0.0.0-akku") ("packrat" "^0.1.1") ((chibi match) "^0.7.3")) (depends/dev) (conflicts))))