https://github.com/JuliaLang/julia
Raw File
Tip revision: 9b51354a3b153a85cbe9c63c8b54573aa3e64353 authored by Tim Besard on 20 July 2023, 13:14:05 UTC
Make it possible to register a LLVM type constructor for codegen.
Tip revision: 9b51354
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