├── LICENSE ├── README.md └── bin ├── compile ├── detect └── release /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinx/heroku-buildpack-julia/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinx/heroku-buildpack-julia/HEAD/README.md -------------------------------------------------------------------------------- /bin/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinx/heroku-buildpack-julia/HEAD/bin/compile -------------------------------------------------------------------------------- /bin/detect: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinx/heroku-buildpack-julia/HEAD/bin/detect -------------------------------------------------------------------------------- /bin/release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pinx/heroku-buildpack-julia/HEAD/bin/release --------------------------------------------------------------------------------