|
|
@ -1,6 +1,6 @@ |
|
|
|
# PicoLisp SemVer |
|
|
|
|
|
|
|
[](https://github.com/aw/picolisp-semver) [](https://github.com/aw/picolisp-unit.git)  |
|
|
|
[](https://github.com/aw/picolisp-semver) [](https://github.com/aw/picolisp-unit.git)  |
|
|
|
|
|
|
|
[SemVer 2.0.0](http://semver.org) library for PicoLisp |
|
|
|
|
|
|
@ -14,9 +14,13 @@ |
|
|
|
|
|
|
|
# Requirements |
|
|
|
|
|
|
|
* [PicoLisp](http://picolisp.com) 32-bit or 64-bit `v16.6+` |
|
|
|
* [PicoLisp](http://picolisp.com) 32-bit or 64-bit `v16.6+`, or `pil21` |
|
|
|
* Tested up to PicoLisp `vv20.6.29`, [see test runs](https://github.com/aw/picolisp-semver/commit/4daf068c7fd61766926bd0124571631f368a3291/checks) |
|
|
|
|
|
|
|
### Stability |
|
|
|
|
|
|
|
This library is now declared **stable** and should be suitable for use in production environments. |
|
|
|
|
|
|
|
# Usage |
|
|
|
|
|
|
|
> **Note:** Namespaces can be disabled by setting the environment variable `PIL_NAMESPACES=false` |
|
|
|