39 lines
699 B
JSON
39 lines
699 B
JSON
{
|
|
"type":"LIBRARY",
|
|
"group-id":"com.atria-soft",
|
|
"description":"Ewol thread",
|
|
"license":"MPL-2",
|
|
"license-file":"file://LICENSE",
|
|
"maintainer":"file://authors.txt",
|
|
"author":"file://authors.txt",
|
|
"version":"file://version.txt",
|
|
|
|
"source": [
|
|
"ethread/debug.cpp",
|
|
"ethread/Future.cpp",
|
|
"ethread/Promise.cpp",
|
|
"ethread/Pool.cpp",
|
|
"ethread/PoolAction.cpp",
|
|
"ethread/PoolExecutor.cpp"
|
|
],
|
|
"header": [
|
|
"ethread/Future.hpp",
|
|
"ethread/Promise.hpp",
|
|
"ethread/Pool.hpp",
|
|
"ethread/PoolAction.hpp",
|
|
"ethread/PoolExecutor.hpp"
|
|
],
|
|
"path":[
|
|
"."
|
|
],
|
|
"compilation-version": {
|
|
"c++": 2011
|
|
},
|
|
"dependency": [
|
|
"elog",
|
|
"etk",
|
|
"ethread-tools",
|
|
"echrono",
|
|
"ememory"
|
|
]
|
|
} |