https://github.com/JuliaLang/julia
Raw File
Tip revision: d299e0ce350cc9c6e960f222aca19a2596d51d96 authored by Prem Chintalapudi on 06 July 2023, 19:55:25 UTC
Hoist pointer_from_objref unconditionally
Tip revision: d299e0c
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