vcpkg/ports/pocketpy/vcpkg.json
2024-03-28 12:51:57 -07:00

18 lines
390 B
JSON

{
"name": "pocketpy",
"version": "1.4.3",
"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
}
]
}