https://github.com/JuliaLang/julia
Raw File
Tip revision: a2c0544603e62bd5ae095457d0ce08888cf5a958 authored by Shuhei Kadowaki on 06 September 2023, 11:52:57 UTC
allow codegen to invoke const-prop'ed method instance
Tip revision: a2c0544
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