Skip to content

JuliaLang/PackageCompiler.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 1, 2024
c281c06 · Nov 1, 2024
Oct 31, 2024
Jun 9, 2023
Jul 26, 2024
Oct 20, 2024
Nov 6, 2023
Nov 1, 2024
Oct 29, 2024
Apr 23, 2023
Oct 12, 2021
Mar 1, 2020
Oct 29, 2024
Jan 28, 2023

Repository files navigation

PackageCompiler

Continuous integration Codecov

PackageCompiler is a Julia package with three main purposes:

  1. Creating custom sysimages for reduced latency when working locally with packages that have high startup times.

  2. Creating "apps" which are a bundle of files including an executable that can be sent and run on other machines without Julia being installed on that machine.

  3. Creating a relocatable C library bundle form of Julia code.

For installation and usage instructions, see the documentation.

Upgrading from PackageCompiler 1.0

PackageCompiler 2.0 comes with a few breaking changes. Read the upgrade guide here for instructions on how to upgrade to version 2.0.