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