mirror of
https://github.com/php/pecl-file_formats-lzf.git
synced 2026-03-23 22:52:07 +01:00
25 lines
523 B
JSON
25 lines
523 B
JSON
{
|
|
"name": "pecl/lzf",
|
|
"type": "php-ext",
|
|
"license": "PHP-3.01",
|
|
"description": "LZF compression",
|
|
"require": {
|
|
"php": ">= 7.2.0"
|
|
},
|
|
"php-ext": {
|
|
"extension-name": "lzf",
|
|
"configure-options": [
|
|
{
|
|
"name": "enable-lzf",
|
|
"description": "Enable lzf support"
|
|
}, {
|
|
"name": "enable-lzf-better-compression",
|
|
"description": "Sacrifice speed in favour of compression ratio"
|
|
}, {
|
|
"name": "with-liblzf",
|
|
"description": "Use system liblzf"
|
|
}
|
|
]
|
|
}
|
|
}
|