1# libnbt++ 2
2
3libnbt++ is a free C++ library for Minecraft's file format Named Binary Tag
4(NBT). It can read and write compressed and uncompressed NBT files and
5provides a code interface for working with NBT data.
6
7----------
8
9libnbt++2 is a remake of the old libnbt++ library with the goal of making it
10more easily usable and fixing some problems. The old libnbt++ especially
11suffered from a very convoluted syntax and boilerplate code needed to work
12with NBT data.
13