vcpkg/ports/pocketpy/vcpkg.json

19 lines
411 B
JSON
Raw Normal View History

{
"name": "pocketpy",
2024-06-27 11:18:03 +08:00
"version": "1.4.6",
"port-version": 1,
"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
}
]
}