{"id":13536866,"url":"https://github.com/QazCetelic/SemVer-KMP","last_synced_at":"2025-04-02T03:31:17.853Z","repository":{"id":143440065,"uuid":"344743802","full_name":"QazCetelic/SemVer-KMP","owner":"QazCetelic","description":"A Kotlin library for Semantic Versioning with ranges and other features.","archived":false,"fork":false,"pushed_at":"2023-09-23T12:27:03.000Z","size":52,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T13:21:30.104Z","etag":null,"topics":["kmp","kotlin","kotlin-library","kotlin-multiplatform","semver","semver-parser"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QazCetelic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-05T08:27:16.000Z","updated_at":"2025-03-11T16:10:14.000Z","dependencies_parsed_at":"2024-11-03T01:32:10.795Z","dependency_job_id":"c97334d3-7be5-4dd7-b1e5-da411ddb1cbf","html_url":"https://github.com/QazCetelic/SemVer-KMP","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QazCetelic%2FSemVer-KMP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QazCetelic%2FSemVer-KMP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QazCetelic%2FSemVer-KMP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QazCetelic%2FSemVer-KMP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QazCetelic","download_url":"https://codeload.github.com/QazCetelic/SemVer-KMP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246751125,"owners_count":20827836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kmp","kotlin","kotlin-library","kotlin-multiplatform","semver","semver-parser"],"created_at":"2024-08-01T09:00:50.770Z","updated_at":"2025-04-02T03:31:17.505Z","avatar_url":"https://github.com/QazCetelic.png","language":"Kotlin","funding_links":[],"categories":["Libraries"],"sub_categories":["Utility"],"readme":"# Semantic Versioning Library for Kotlin Multi-Platform\nA Kotlin library for Semantic Versioning with ranges and other features such as specifying if a patch is required. It was made because the existing libraries weren't Kotlin Multiplatform Projects, didn't have ranges and several other features.\n\n```kotlin\nval semver = SemVer(\"1.0.0\")\nval semverRange = Semver(\"0.5.0\")..Semver(\"2.0.0\")\n\n\"1.18\".toSemVerOrNull(patchRequired = false)\n\nassertTrue { semver in semverRange }\nassertTrue { SemVer(\"0.5.0-alpha\").isPreRelease }\n```\n\nCredits to [Swiftzer's SemVer library](https://github.com/swiftzer/semver) for inspiring the creation of this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQazCetelic%2FSemVer-KMP","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FQazCetelic%2FSemVer-KMP","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQazCetelic%2FSemVer-KMP/lists"}