https://github.com/JuliaLang/julia
Raw File
Tip revision: bb8451bf1920bb4d491b4f16d72763082fdb4c21 authored by Pepijn de Vos on 17 April 2023, 14:02:39 UTC
support making an IRInterpteretationState with a mismatched MI
Tip revision: bb8451b
julia.desktop
# To use uxterm, change to these values.
#
# Exec=uxterm -e julia
# Terminal=false
#
# To use a .png icon specify the full path and file extension.
#
# Icon=/usr/share/icons/hicolor/48x48/apps/julia.png
#
[Desktop Entry]
Name=Julia
Comment=High-performance language for technical computing
Exec=julia
Icon=julia
Terminal=true
Type=Application
Categories=Development;
back to top