37 lines
677 B
JSON
37 lines
677 B
JSON
{
|
|
"type":"LIBRARY",
|
|
"group-id":"com.atria-soft",
|
|
"description":"E-chrono: Ewol chrono",
|
|
"license":"MPL-2",
|
|
"license-file":"file://LICENSE",
|
|
"maintainer":"file://authors.txt",
|
|
"author":"file://authors.txt",
|
|
"version":"file://version.txt",
|
|
"code-quality":"MEDIUM",
|
|
|
|
"source": [
|
|
"echrono/echrono.cpp",
|
|
"echrono/debug.cpp",
|
|
"echrono/Duration.cpp",
|
|
"echrono/Time.cpp",
|
|
"echrono/Steady.cpp",
|
|
"echrono/Clock.cpp"
|
|
],
|
|
"header": [
|
|
"echrono/echrono.hpp",
|
|
"echrono/Duration.hpp",
|
|
"echrono/Time.hpp",
|
|
"echrono/Steady.hpp",
|
|
"echrono/Clock.hpp"
|
|
],
|
|
"path":[
|
|
"."
|
|
],
|
|
"compilation-version": {
|
|
"c++": 2017
|
|
},
|
|
"dependency": [
|
|
"elog",
|
|
"etk-core"
|
|
]
|
|
} |