mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 23:18:59 +08:00
11 lines
272 B
JSON
11 lines
272 B
JSON
|
{
|
||
|
"name": "libxmlmm",
|
||
|
"version-string": "0.6.0",
|
||
|
"port-version": 1,
|
||
|
"description": "Libxmlmm is a C++ wrapper for libxml 2.0 that only relies on standard C++ and libxml2.",
|
||
|
"homepage": "https://github.com/rioki/libxmlmm",
|
||
|
"dependencies": [
|
||
|
"libxml2"
|
||
|
]
|
||
|
}
|