blob: ca45f1bc5041bff477f016ee6e363d603e95fb15 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "libxmlpp",
"version": "5.0.0",
"description": "a C++ wrapper for the libxml XML parser library.",
"supports": "!(windows & static)",
"dependencies": [
"glibmm",
"libxml2"
]
}
|