shorturl
Nim module for generating URL identifiers for Tiny URL and bit.ly-like URLs
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install shorturl
choosenim install shorturl
git clone https://github.com/achesak/nim-shorturl
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| shorturl | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/achesak/nim-shorturl |
|---|---|
| Homepage | https://github.com/achesak/nim-shorturl |
| Registry Source | nimble_official |
README
About
nim-shorturl is a Nim module for generating URL identifiers for Tiny URL and bit.ly-like URLs.
Based on the python-short_url module by Alireza Savand at https://github.com/Alir3z4/python-short_url
License
nim-shorturl is released under the MIT open source license.