blob: 93598fd8246b23a75d85411ba26a262c5c9e81b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"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
}
]
}
|