blob: e929b4a076eed019173fa3752e78201901ab4129 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "collada-dom",
"version-string": "2.5.0",
"port-version": 5,
"description": "The COLLADA Document Object Model (DOM) is an application programming interface (API) that provides a C++ object representation of a COLLADA XML instance document.",
"homepage": "https://github.com/rdiankov/collada-dom",
"dependencies": [
"boost-filesystem",
"boost-system",
"libxml2",
"minizip",
"pcre",
"uriparser",
"zlib"
]
}
|