forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjulia.appdata.xml
28 lines (28 loc) · 1.22 KB
/
julia.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Paul Lange <[email protected]> -->
<application>
<id type="desktop">julia.desktop</id>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>MIT and LGPL-2.1+ and GPL-2.0+</project_license>
<description>
<p>
Julia is a high-level, high-performance dynamic programming language for
technical computing, with syntax that is familiar to users of other
technical computing environments. It provides a sophisticated compiler,
distributed parallel execution, numerical accuracy, and an extensive
mathematical function library.
</p>
<p>
The library, largely written in Julia itself,
also integrates mature, best-of-breed C and Fortran libraries for linear
algebra, random number generation, signal processing, and string processing.
In addition, the Julia developer community is contributing a number of
external packages through Julia’s built-in package manager at a rapid pace.
</p>
</description>
<screenshots>
<screenshot type="default">http://julialang.org/images/julia-gnome.png</screenshot>
</screenshots>
<url type="homepage">http://julialang.org/</url>
<updatecontact>[email protected]</updatecontact>
</application>