vcpkg/ports/pocketpy/vcpkg.json

18 lines
390 B
JSON
Raw Normal View History

{
"name": "pocketpy",
"version": "1.4.2",
"description": "pkpy is a lightweight(~15K LOC) Python interpreter for game scripting, built on C++17 with STL.",
"homepage": "https://github.com/pocketpy/pocketpy",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}