https://github.com/JuliaLang/julia
Raw File
Tip revision: 3b57645ef7bd4a1d126be0dc22e607b14bd6f64a authored by Keno Fischer on 29 July 2023, 21:53:46 UTC
WIP: Add explicitly wrapping versions of integer arithmetic
Tip revision: 3b57645
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