Libgta
Libgta is a portable library that implements the GTA file format. It provides interfaces for C and C++.
Libgta is free software, licensed under the terms of the GNU LGPL version 2.1 or later.
Documentation
Libgta manual, including full API reference and examples.
Usage
For autoconf-based projects, use
PKG_CHECK_MODULES([libgta], [gta >= 1.0.0])
to detect libgta.
For CMake-based projects, put
FindGTA.cmake into your CMake module path, and
use FIND_PACKAGE(GTA)
.