slabpkg/README.md

23 lines
551 B
Markdown

# slabpkg
SecureLang™ Application Binary Package Manager
## Features
* Very small codebase
* build/install/remove software packages
* keeps a simple database of installed packages/files
* compress/decompress individual files
* custom formats (no zip/tar)
* simple & portable codebase
## Limitations
* Doesn't handle advanced features or system integration yet, only "lowest common denominator" feature set
* No timestamps, minimal handling of permissions
## TODO
- [ ] versioning & dependencies
- [ ] OS integration
- [ ] useful/demo packages