1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/uzlib/doc.txt

13 lines
253 B
Plaintext
Raw Normal View History

2021-05-08 15:19:54 +02:00
/**
* @defgroup pkg_uzlib uzlib
* @ingroup pkg
* @ingroup sys_compression
2021-05-08 15:19:54 +02:00
* @brief Deflate/Zlib-compatible LZ77 compression/decompression library
*
* # License
*
* Licensed under zlib.
*
* @see https://github.com/pfalcon/uzlib
*/