slabpkg/README.md

25 lines
766 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 06:54:41 +00:00
* Builds/installs/removes software packages
* Keeps a simple database of installed packages/files
* Compresses/decompresses individual files
* Uses custom formats (no zip/tar)
* Built-in integrity checking
* Very simple & portable codebase, plain C
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:54:41 +00:00
* Not OS-aware, doesn't check system compatibility or have a way of organising packages for different targets yet
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