2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "yasm",
|
2022-02-25 02:50:02 +08:00
|
|
|
"version": "1.3.0",
|
2022-07-12 07:24:23 +08:00
|
|
|
"port-version": 5,
|
2021-12-09 05:13:43 +08:00
|
|
|
"description": "Yasm is a complete rewrite of the NASM assembler under the new BSD License.",
|
2021-09-09 16:24:04 +08:00
|
|
|
"homepage": "https://github.com/yasm/yasm",
|
2022-07-07 04:57:34 +08:00
|
|
|
"license": "BSD-2-Clause OR BSD-3-Clause OR Artistic-1.0 OR GPL-2.0-only OR LGPL-2.0-only",
|
|
|
|
"supports": "!uwp",
|
2021-12-09 05:13:43 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "yasm",
|
2022-07-07 04:57:34 +08:00
|
|
|
"host": true,
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"tools"
|
|
|
|
]
|
2021-12-09 05:13:43 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"tools": {
|
|
|
|
"description": "Build yasm tools"
|
|
|
|
}
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|