mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:09:01 +08:00
18 lines
332 B
JSON
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
|
|
}
|
|
]
|
|
}
|