lakshgupta/semver
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Semver for Jule A semantic versioning library for the Jule programming language. Ported from [golang/mod/semver](https://github.com/golang/mod/tree/master/semver). ## Features - Parse and validate semantic version strings - Compare versions according to semver rules - Utilities for working with version ranges ## Usage See `semver_test.jule` for example usage and tests. ## Project Structure - `semver.jule`: Main library implementation - `semver_test.jule`: Test cases and usage examples - `jule.mod`: Jule module file - `taskfile.yml`: Task automation (if used) ## License Apache License Version 2.0