urlon
URL Object Notation implemented in Nim
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:25 |
Tags
Installation
nimble install urlon
choosenim install urlon
git clone https://github.com/Double-oxygeN/urlon-nim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| urlon | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/Double-oxygeN/urlon-nim |
|---|---|
| Homepage | https://github.com/Double-oxygeN/urlon-nim |
| Registry Source | nimble_official |
README
URLON in Nim
URL Object Notation(URLON) implemented in Nim.
URLON is originally designed by @vjeux (see the blog). The main implementation is here.
Installation guide
nimble install urlon
Run tests
nimble test
Legacy URLON
Originally the prefix of URLON object is _(underscore).
But now $(dollar sign) is used for it.
The reason why it has changed is described here.
If you want to use the legacy version, try -d:legacyUrlon option.
License
MIT
© 2022 Double-oxygeN