pastebin
Pastebin API wrapper
Wraps a native library — check OS Compatibility below for platform-specific linking notes.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:23 |
Tags
Installation
nimble install pastebin
choosenim install pastebin
git clone https://github.com/achesak/nim-pastebin
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| pastebin | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/achesak/nim-pastebin |
|---|---|
| Homepage | https://github.com/achesak/nim-pastebin |
| Registry Source | nimble_official |
README
About
nim-pastebin is a Nim wrapper for the Pastebin API. It consists of three files:
- pastebin.nim - Main file, contains the functions.
- pastebin_formats.nim - Contains format constants.
- pastebin_constants.nim - Contains miscellaneous constants.
Run nim doc [filename] for documentation and see http://pastebin.com/api for usage and more info.
License
nim-pastebin is released under the MIT Open Source License.