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