Package: semver
Type: Package
Title: 'Semantic Versioning V2.0.0' Parser
Version: 0.2.0
Authors@R: c(
    person("John", "Harrison", , "johndharrison0@gmail.com",
      role = c("aut", "cre"), comment = "R package semantic"),
    person("Marko", "Živanović", role = c("aut", "cph"),
      comment = "semver cpp library, https://github.com/zmarko/semver"))
Description: Tools and functions for parsing, rendering and operating on
    semantic version strings. Semantic versioning is a simple set of rules
    and requirements that dictate how version numbers are assigned and
    incremented as outlined at <http://semver.org>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: Rcpp (>= 0.12.8), assertthat, utils
LinkingTo: Rcpp
URL: https://github.com/johndharrison/semver
URLNote: https://github.com/johndharrison/semver
BugReports: https://github.com/johndharrison/semver/issues
Suggests: testthat, covr, knitr, rmarkdown
RoxygenNote: 5.0.1
SystemRequirements: C++11
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2017-01-06 09:48:19 UTC; john
Author: John Harrison [aut, cre] (R package semantic),
  Marko Živanović [aut, cph] (semver cpp library,
    https://github.com/zmarko/semver)
Maintainer: John Harrison <johndharrison0@gmail.com>
Repository: CRAN
Date/Publication: 2017-01-06 11:32:45
Built: R 4.6.0; aarch64-apple-darwin20; 2025-07-18 03:47:17 UTC; unix
Archs: semver.so.dSYM
