37 lines
617 B
JSON
37 lines
617 B
JSON
{
|
|
"type":"LIBRARY",
|
|
"group-id":"com.atria-soft",
|
|
"description":"Algorithm generic",
|
|
"license":"MPL-2",
|
|
"license-file":"file://LICENSE",
|
|
"maintainer":"file://authors.txt",
|
|
"author":"file://authors.txt",
|
|
"version":"file://version.txt",
|
|
"code-quality":"MEDIUM",
|
|
|
|
"source": [
|
|
"algue/debug.cpp",
|
|
"algue/base64.cpp",
|
|
"algue/sha1.cpp",
|
|
"algue/sha512.cpp",
|
|
"algue/md5.cpp"
|
|
],
|
|
"header": [
|
|
"algue/base64.hpp",
|
|
"algue/sha1.hpp",
|
|
"algue/sha512.hpp",
|
|
"algue/md5.hpp"
|
|
],
|
|
"path":[
|
|
"."
|
|
],
|
|
"compilation-version": {
|
|
"c++": 2017
|
|
},
|
|
"dependency": [
|
|
"elog",
|
|
"etk",
|
|
"crypto",
|
|
"ememory"
|
|
]
|
|
} |