first commit

This commit is contained in:
2026-06-07 21:11:06 +03:00
commit 9d0f0f86ed
6 changed files with 736 additions and 0 deletions
+25
View File
@@ -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"
]
}
}