named-binary-tag: NBT (named binary tag) serialization and deserialization.
This project was created because the old nbt package has had a 1-liner open issue preventing compilation for 2 years now at the time of writing, despite submitting a pull request to fix it.
While I was at it, I went ahead and changed the data structure to use konsumlamm's rrb-vector package instead of lists or unboxed arrays for more well-rounded asymptotics.
StrictData is also turned on, and some functions are exported for reading/writing NBT files that remove some of the old boilerplate code.
[Skip to Readme]
Downloads
- named-binary-tag-0.1.0.0.tar.gz [browse] (Cabal source package)
 - Package description (as included in the package)
 
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1.0.0 | 
|---|---|
| Change log | CHANGELOG.md | 
| Dependencies | base (>=4.16.0 && <4.18), bytestring (>=0.11.3 && <0.12), cereal (>=0.5.8 && <0.6), containers (>=0.6.6 && <0.7), indexed-traversable (>=0.1.2 && <0.2), rrb-vector (>=0.1.1.0 && <0.2), text (>=2.0.1 && <2.1), zlib (>=0.6.3 && <0.7) [details] | 
| Tested with | ghc ==9.2.4, ghc ==9.4.2 | 
| License | MIT | 
| Author | David Garland | 
| Maintainer | davidrgarland@me.com | 
| Category | Data | 
| Home page | https://github.com/davidgarland/named-binary-tag | 
| Bug tracker | https://github.com/davidgarland/named-binary-tag | 
| Source repo | head: git clone https://github.com/davidgarland/named-binary-tag.git | 
| Uploaded | by davidgarland at 2022-10-11T14:49:43Z | 
| Distributions | |
| Downloads | 124 total (4 in the last 30 days) | 
| Rating | (no votes yet) [estimated by Bayesian average] | 
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2022-10-11 [all 1 reports]  |