dev-libs/ftl: new package

The Fortran Template Library (FTL) is a general purpose library for Fortran 2003

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2021-04-25 16:39:38 +03:00
parent 2fd97572ad
commit b01f220bb5
3 changed files with 86 additions and 0 deletions

19
dev-libs/ftl/metadata.xml Normal file
View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>torokhov-s-a@yandex.ru</email>
<name>Sergey Torokhov</name>
</maintainer>
<longdescription>
The Fortran Template Library (FTL) is a general purpose library for Fortran 2003.
Its intention is to bring all these nice things we take for granted in modern languages
like Python and C++ to the Fortran world: Generic containers, versatile algorithms,
easy string manipulation, and more.
It is heavily inspired by C++'s standard library,
especially the part that is commonly referred to as the Standard Template Library (STL).
</longdescription>
<upstream>
<remote-id type="github">SCM-NV/ftl</remote-id>
</upstream>
</pkgmetadata>