summaryrefslogtreecommitdiff
path: root/devel/fortran-stdlib/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/fortran-stdlib/pkg-descr')
-rw-r--r--devel/fortran-stdlib/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/fortran-stdlib/pkg-descr b/devel/fortran-stdlib/pkg-descr
new file mode 100644
index 000000000000..6655bc76b4b0
--- /dev/null
+++ b/devel/fortran-stdlib/pkg-descr
@@ -0,0 +1,11 @@
+The Fortran Standard Library is a community driven de facto standard library for
+Fortran.
+
+The goal of the Fortran Standard Library is to achieve the following general
+scope:
+- Utilities (containers, strings, files, OS/environment integration, unit
+ testing & assertions, logging, ...)
+- Algorithms (searching and sorting, merging, ...)
+- Mathematics (linear algebra, sparse matrices, special functions, fast Fourier
+ transform, random numbers, statistics, ordinary differential equations,
+ numerical integration, optimization, ...)