blob: c5f74dfbff22b978fe77fc07c8b2991ea802aa20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"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"
]
}
|