A very minimalistic insanely quick package manager. May also be referred to as car/tar or glorified tar extractor. Car is not meant to do hash checks or whatever; it purposely skips them for speed. It can convert .deb, .pkg.tar.zst and .AppImage packages to Car's own format - .tar.zst.
https://docs.redroselinux.org/#/car.md.
car.nimble- Nimble config fileVersion- the current version, read by Nim at compile timesrc/- sourcecar.nim- the app entry pointcolor.nim- loggersfsck_symlink_attacks.nim- a file with a func to prevent symlink attacksoperations/- commands of carconverters/- converters for packages of non-car formats, ran byinstallappimage.nim- converter for AppImagesdebian.nim- converter for .deb packages
As already mentioned above, the Version file includes the current version of the
program. However, the .nimble file is not automatically synchronized with this;
you must run this command before releasing a new version:
nimble syncVersion