Skip to content

src v7.1.0

Compare
Choose a tag to compare
@kreatoo kreatoo released this 12 May 21:26
· 67 commits to master since this release
afd1edc

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