29941ae9c0
Libgta is a portable library that implements the Generic Tagged Array (GTA) file format. This file format has the following features: - GTAs can store any kind of data in multidimensional arrays - GTAs can optionally use simple tags to store rich metadata - GTAs are streamable, which allows direct reading from and writing to pipes, network sockets, and other non-seekable media - GTAs can use ZLIB, BZIP2, or XZ compression, allowing a tradeoff between compression/decompression speed and compression ratio - Uncompressed GTA files allow easy out-of-core data access for very large arrays See http://gta.nongnu.org/ for more information. WWW: http://gta.nongnu.org/libgta.html PR: ports/169041 Submitted by: lbartoletti <coder@tuxfamily.org>
17 lines
522 B
Text
17 lines
522 B
Text
include/gta/gta.h
|
|
include/gta/gta.hpp
|
|
include/gta/gta_version.h
|
|
lib/libgta.a
|
|
lib/libgta.so
|
|
lib/libgta.so.0
|
|
libdata/pkgconfig/gta.pc
|
|
%%PORTDOCS%%%%DOCSDIR%%/example-basic.c
|
|
%%PORTDOCS%%%%DOCSDIR%%/example-basic.cpp
|
|
%%PORTDOCS%%%%DOCSDIR%%/example-block-io.c
|
|
%%PORTDOCS%%%%DOCSDIR%%/example-block-io.cpp
|
|
%%PORTDOCS%%%%DOCSDIR%%/example-stream-io.c
|
|
%%PORTDOCS%%%%DOCSDIR%%/example-stream-io.cpp
|
|
%%PORTDOCS%%%%DOCSDIR%%/example-tags.c
|
|
%%PORTDOCS%%%%DOCSDIR%%/example-tags.cpp
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@dirrm include/gta
|