etranslate/GLD_etranslate.json

27 lines
483 B
JSON
Raw Permalink Normal View History

{
"type":"LIBRARY",
"group-id":"com.atria-soft",
"description":"E-translate: Ewol runtime translate tool",
"license":"MPL-2",
2021-12-15 22:37:41 +01:00
"license-file":"file://LICENSE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
"code-quality":"MEDIUM",
"source": [
"etranslate/etranslate.cpp",
"etranslate/debug.cpp"
],
"header": [
"etranslate/etranslate.hpp"
],
"path":[
"."
],
"dependency": [
"elog",
"etk",
"ejson"
]
}