mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:29:00 +08:00
f4a827c2a7
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
19 lines
401 B
JSON
19 lines
401 B
JSON
{
|
|
"name": "rappture",
|
|
"version": "1.9",
|
|
"port-version": 1,
|
|
"description": "Rappture is a toolkit supporting Rapid application infrastructure, making it quick and easy to develop powerful scientific applications.",
|
|
"dependencies": [
|
|
"expat",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|