mirror of
https://bitbucket.org/King_DuckZ/jumping-in-d.git
synced 2025-02-01 09:03:55 +00:00
13 lines
387 B
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"]
|
|
}
|