jumping-in-d/lib/DerelictUtil/package.json

13 lines
387 B
JSON

{
"name": "derelict-util",
"description": "Cross-platform shared library loader and a number of utility modules used by the Derelict libraries.",
"homepage": "https://github.com/DerelictOrg/DerelictUtil",
"license": "Boost",
"authors": [
"Mike Parker"
],
"targetName": "DerelictUtil",
"targetPath": "lib",
"libs-posix": ["dl"]
}