mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 23:12:45 +01:00
12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
|
/**
|
||
|
* @defgroup pkg_uzlib uzlib
|
||
|
* @ingroup pkg
|
||
|
* @brief Deflate/Zlib-compatible LZ77 compression/decompression library
|
||
|
*
|
||
|
* # License
|
||
|
*
|
||
|
* Licensed under zlib.
|
||
|
*
|
||
|
* @see https://github.com/pfalcon/uzlib
|
||
|
*/
|