mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 13:01:47 +08:00
9259a0719d
* [opensp] Fix config.h not populating properly * [opensp] Add a opensp.pc.in * [opensp] license updates * [libopensp] update versions * [libopensp] update port-version * [libopensp] update versions
25 lines
466 B
JSON
25 lines
466 B
JSON
{
|
|
"name": "libopensp",
|
|
"version": "1.5.2",
|
|
"port-version": 1,
|
|
"description": "SGML parser algorithm",
|
|
"homepage": "http://openjade.sourceforge.net",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "gettext",
|
|
"platform": "!(windows | uwp)"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true,
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|