~arslee07/hare-nbt

NBT support for Hare
Fixed arrays scanning; sped up byte array scanning
Added decompression example
Fixed loading

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~arslee07/hare-nbt
read/write
git@git.sr.ht:~arslee07/hare-nbt

You can also use your local clone with git send-email.

#hare-nbt

This package provides Named Binary Tag support for Hare.

#Installation

#From your distribution

The recommended name for this package is "hare-nbt". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-nbt/ add https://git.sr.ht/~arslee07/hare-nbt master