mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
253 B
Plaintext
13 lines
253 B
Plaintext
/**
|
|
* @defgroup pkg_uzlib uzlib
|
|
* @ingroup pkg
|
|
* @ingroup sys_compression
|
|
* @brief Deflate/Zlib-compatible LZ77 compression/decompression library
|
|
*
|
|
* # License
|
|
*
|
|
* Licensed under zlib.
|
|
*
|
|
* @see https://github.com/pfalcon/uzlib
|
|
*/
|