This is a Heroku buildpack for adding a Julia binary to your environment.
- Julia:
v1.3.0
Add this line to the .buildpacks file in your project:
https://github.com/wookay/heroku-buildpack-julia-13.git
or use the command heroku buildpacks:set
In your project, create a file package.jl with any
Julia code you want to run after installation.
E.g. to add Bukdu support:
using Pkg; pkg"add Bukdu"
using Bukdu- the original code of heroku buildpack takes from https://github.com/pinx/heroku-buildpack-julia