mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
19 lines
450 B
JSON
19 lines
450 B
JSON
{
|
|
"name": "nyan-lang",
|
|
"version": "0.3.1",
|
|
"description": "nyan is a data description language, It is a mixture of python, json, patch, wml, yaml and some new ideas.",
|
|
"homepage": "https://github.com/SFTtech/nyan",
|
|
"license": "LGPL-3.0-or-later",
|
|
"supports": "!osx & !static & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|