slabpkg/README.md

23 lines
551 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
2025-06-08 05:46:36 +00:00
* Very small codebase
2025-06-03 09:17:49 +00:00
* 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)
* simple & portable codebase
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-03 09:17:49 +00:00
## TODO
2025-06-03 09:20:49 +00:00
- [ ] versioning & dependencies
- [ ] OS integration
- [ ] useful/demo packages