https://github.com/JuliaLang/julia
Raw File
Tip revision: 594e6ef6a6043b312338f45e13d266f7ce0c0855 authored by d-netto on 19 October 2023, 15:57:59 UTC
Introduce an interface for external GC backends
Tip revision: 594e6ef
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