2023-01-12 10:05:30 +03:00
|
|
|
{
|
|
|
|
"name": "acl",
|
2024-06-26 20:45:32 -07:00
|
|
|
"version-semver": "2.3.2",
|
2023-01-12 10:05:30 +03:00
|
|
|
"description": "Commands for Manipulating POSIX Access Control Lists",
|
|
|
|
"homepage": "https://savannah.nongnu.org/projects/acl",
|
|
|
|
"license": "LGPL-2.1-or-later",
|
|
|
|
"supports": "linux",
|
|
|
|
"dependencies": [
|
|
|
|
"attr"
|
2024-01-23 20:51:00 +01:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"nls": {
|
|
|
|
"description": "Enable native language support",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "gettext",
|
|
|
|
"host": true,
|
|
|
|
"features": [
|
|
|
|
"tools"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"gettext-libintl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2023-01-12 10:05:30 +03:00
|
|
|
}
|