mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:49:02 +08:00
66dc12b3fa
* many-ports: Update supports field * Fix several "version-string"s. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
12 lines
227 B
JSON
12 lines
227 B
JSON
{
|
|
"name": "libxmlpp",
|
|
"version": "5.0.0",
|
|
"port-version": 1,
|
|
"description": "a C++ wrapper for the libxml XML parser library.",
|
|
"supports": "!(windows & static)",
|
|
"dependencies": [
|
|
"glibmm",
|
|
"libxml2"
|
|
]
|
|
}
|