mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 15:29:06 +08:00
13 lines
307 B
JSON
13 lines
307 B
JSON
{
|
|
"name": "yasm-tool-helper",
|
|
"version-string": "2020-10-12",
|
|
"description": "This port provides helper functions for ports needing to consume YASM",
|
|
"homepage": "https://github.com/Microsoft/vcpkg",
|
|
"dependencies": [
|
|
{
|
|
"name": "yasm-tool",
|
|
"platform": "x86 & windows"
|
|
}
|
|
]
|
|
}
|