mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:29:01 +08:00
91f1776a2c
* [dirent] update to 1.24 * [dirent] update to 1.24 * fix deps * fix deps * fix deps * fix deps * CI [skip actions] * CI [skip actions] * fix deps * CI [skip actions] * fix deps
26 lines
491 B
JSON
26 lines
491 B
JSON
{
|
|
"name": "libmagic",
|
|
"version": "5.40",
|
|
"port-version": 3,
|
|
"description": "This library can be used to classify files according to magic number tests.",
|
|
"homepage": "https://github.com/file/file",
|
|
"dependencies": [
|
|
{
|
|
"name": "dirent",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "getopt",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "libmagic",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "tre",
|
|
"platform": "windows | mingw"
|
|
}
|
|
]
|
|
}
|