slabpkg/README.md

24 lines
631 B
Markdown
Raw Normal View History

2025-06-08 05:46:36 +00:00
# slabpkg
2025-06-03 09:05:11 +00:00
2025-06-08 05:46:36 +00:00
SecureLang™ Application Binary Package Manager
2025-06-03 09:17:49 +00:00
## Features
* build/install/remove software packages
2025-06-03 09:20:18 +00:00
* keeps a simple database of installed packages/files
2025-06-03 09:17:49 +00:00
* compress/decompress individual files
* custom formats (no zip/tar)
2025-06-08 06:01:01 +00:00
* built-in integrity checking
2025-06-08 06:18:51 +00:00
* very simple & portable codebase
2025-06-03 09:17:49 +00:00
2025-06-08 05:56:26 +00:00
## Limitations
* Doesn't handle advanced features or system integration yet, only "lowest common denominator" feature set
* No timestamps, minimal handling of permissions
2025-06-08 06:01:01 +00:00
* Early version, so small changes to the format are to be expected
2025-06-08 05:56:26 +00:00
2025-06-03 09:17:49 +00:00
## TODO
2025-06-03 09:20:49 +00:00
- [ ] versioning & dependencies
- [ ] OS integration
- [ ] useful/demo packages