vcpkg/ports/parsi/vcpkg.json
2024-06-27 15:23:15 -07:00

18 lines
332 B
JSON

{
"name": "parsi",
"version": "0.1.0",
"description": "A declarative parser combinator library.",
"homepage": "https://github.com/cthulhu-irl/parsi",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}