vcpkg/ports/parsi/vcpkg.json

18 lines
332 B
JSON
Raw Normal View History

2024-06-28 06:23:15 +08:00
{
"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
}
]
}