String support for the Fortran standard library
This project contains an exploratory implementation for object-oriented string handling in stdlib.
For the original thread on string support continue the discussion in stdlib#69.
This is an fpm compatible project. Build this project with
fpm build
All examples from the tests are included as tests, run them with
fpm test
This project has been tested with GCC 10.2, GCC 9.3 and Intel 2021.1, other compilers might work as well, but have not yet been checked.
Preliminary specs are available here.
This project is available under the MIT license.
ftlString
is part of the Fortran template library licensed under LGPL-3.0-or-later.
stringiFor
is part of the StringiFor library licensed under GPL-3.0-or-later OR BSD-3-Clause OR BSD-2-Clause OR MIT.
PENF
is part of the PENF library licensed under GPL-3.0-or-later OR BSD-3-Clause OR BSD-2-Clause OR MIT.