named-binary-tag: NBT (named binary tag) serialization and deserialization.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
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]
Properties
Versions | 0.1.0.0, 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] |
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:43:59Z |
Modules
[Index] [Quick Jump]
- Data
Downloads
- named-binary-tag-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees