mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 01:28:24 -05:00
23 lines
425 B
JSON
Executable File
23 lines
425 B
JSON
Executable File
{
|
|
"name": "libopensp",
|
|
"version": "1.5.2",
|
|
"description": "SGML parser algorithm",
|
|
"homepage": "http://openjade.sourceforge.net",
|
|
"dependencies": [
|
|
{
|
|
"name": "gettext",
|
|
"platform": "!(windows | uwp)"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true,
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|