joyent_http_parser
Joyent\'s high performance parser.
Wraps a native library — check OS Compatibility below for platform-specific linking notes.
Summary
| Latest Version | 0.1.0 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-02 07:21 |
Tags
Authors
- Zahary Karadjov
Installation
nimble install joyent_http_parser
choosenim install joyent_http_parser
git clone https://github.com/nim-lang/joyent_http_parser
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| joyent_http_parser | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 0.17.2 | No |
Source
| Repository | https://github.com/nim-lang/joyent_http_parser |
|---|---|
| Homepage | https://github.com/nim-lang/joyent_http_parser |
| Documentation | View Documentation |
| Registry Source | nimble_official |
README
joyent http parser wrapper
This was moved out of the Nim stdlib into this Nimble package. To use it add this to your .nimble file:
requires "joyent_http_parser"