• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

include/H22-Apr-2018-

src/H22-Apr-2018-

test/H03-May-2022-

.gitattributesH A D22-Apr-201866

.gitignoreH A D22-Apr-201876

COPYINGH A D22-Apr-201834.3 KiB

COPYING.LESSERH A D22-Apr-20187.5 KiB

README.mdH A D22-Apr-2018467

README.md

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