Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/everythingfunctional/strff
A library of string functions for Fortran.
https://github.com/everythingfunctional/strff
fortran string-manipulation
Last synced: 24 days ago
JSON representation
A library of string functions for Fortran.
- Host: GitHub
- URL: https://github.com/everythingfunctional/strff
- Owner: everythingfunctional
- License: mit
- Created: 2022-03-31T21:11:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T19:51:13.000Z (over 2 years ago)
- Last Synced: 2024-11-08T03:09:00.716Z (3 months ago)
- Topics: fortran, string-manipulation
- Language: Fortran
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
strff
=====[![pipeline status](https://gitlab.com/everythingfunctional/strff/badges/main/pipeline.svg)](https://gitlab.com/everythingfunctional/strff/commits/main)
This module defines a library of string functions not available as intrinsics,
but which are generally available in other languages. For example, the generic
`to_string` function is provided for converting intrinsic types to strings. I.e.
`print *, "The answer is: " // to_string(42)`.Find the documentation [here](https://everythingfunctional.gitlab.io/strff).