src v7.1.0
Changes on kpkg
- runFile: add preinstall()
- kpkg get/set
- removecmd: add check for base packages
- debug: KPKG_ENABLE_DEBUG environment variable to enable on the fly
The dist tarball includes generated.nim
which allows you to build without generating libarchive bindings with futhark and llvm.
You can build with generated.nim
by adding -d:useDist
to nimc arguments like so;
sh build.sh -a "-d:useDist" -p kpkg
Full Changelog: v7.0.0...v7.1.0