mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 19:49:02 +08:00
11 lines
206 B
JSON
11 lines
206 B
JSON
|
{
|
||
|
"name": "libxmlpp",
|
||
|
"version": "5.0.0",
|
||
|
"description": "a C++ wrapper for the libxml XML parser library.",
|
||
|
"supports": "!(windows & static)",
|
||
|
"dependencies": [
|
||
|
"glibmm",
|
||
|
"libxml2"
|
||
|
]
|
||
|
}
|