vcpkg/ports/oatpp/vcpkg.json
2023-09-13 15:30:41 -07:00

19 lines
335 B
JSON

{
"name": "oatpp",
"version": "1.3.0",
"port-version": 2,
"description": "Modern web framework.",
"homepage": "https://github.com/oatpp/oatpp",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}