2021-05-29 00:09:56 +07:00
|
|
|
{
|
|
|
|
"name": "libmagic",
|
2023-10-30 23:42:44 +02:00
|
|
|
"version": "5.45",
|
2023-12-01 12:21:55 +02:00
|
|
|
"port-version": 1,
|
2021-05-29 00:09:56 +07:00
|
|
|
"description": "This library can be used to classify files according to magic number tests.",
|
|
|
|
"homepage": "https://github.com/file/file",
|
2023-12-01 12:21:55 +02:00
|
|
|
"license": "BSD-2-Clause",
|
2021-05-29 00:09:56 +07:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "dirent",
|
|
|
|
"platform": "windows"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "getopt",
|
|
|
|
"platform": "windows"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "libmagic",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "tre",
|
|
|
|
"platform": "windows | mingw"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|