first commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"libsha256": {
|
||||
"type": "package",
|
||||
"version": "1.0.0",
|
||||
"description": "Library to compute SHA-256 hashes.",
|
||||
"mainDirectory": "libsha256",
|
||||
"files": [
|
||||
"lib/libsha256.lua"
|
||||
]
|
||||
},
|
||||
"sha256sum": {
|
||||
"type": "package",
|
||||
"version": "1.0.2",
|
||||
"description": "User program to compute SHA-256 hash of a file.",
|
||||
"dependencies": [
|
||||
"libsha256"
|
||||
],
|
||||
"mainDirectory": "sha256sum",
|
||||
"files": [
|
||||
"halyde/apps/sha256sum.lua",
|
||||
"halyde/apps/helpdb/sha256sum"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user