JuliaLang / PackageCompilerX.jl

MIT License
85 stars 15 forks source link

PackageCompilerX

Note!!!!

The content of this package is merged into https://github.com/JuliaLang/PackageCompiler.jl. Issues and PRs should go towards that repo.


Build Status Codecov

PackageCompilerX is a Julia package with two main purposes:

  1. Creating custom sysimages for reduced latency when working locally with packages that has a high startup time.

  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.

For installation and usage instructions, see the documentation.