Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/everythingfunctional/iso_varying_string
Implementation of the Fortran ISO_VARYING_STRING module in accordance with the standard
https://github.com/everythingfunctional/iso_varying_string
fortran iso strings
Last synced: 25 days ago
JSON representation
Implementation of the Fortran ISO_VARYING_STRING module in accordance with the standard
- Host: GitHub
- URL: https://github.com/everythingfunctional/iso_varying_string
- Owner: everythingfunctional
- License: mit
- Created: 2022-03-31T20:56:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T16:37:18.000Z (about 2 years ago)
- Last Synced: 2024-11-08T03:09:01.240Z (3 months ago)
- Topics: fortran, iso, strings
- Language: Fortran
- Homepage:
- Size: 346 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
iso_varying_string
==================An implementation of the ISO_VARYING_STRING module as proposed for the ISO
standard, [ISO/IEC 1539-2: 2000](http://www.astro.wisc.edu/~townsend/resource/download/code/Fortran-ISO_VARYING_STRING.pdf).
Descriptions of the provided type and procedures are reproduced in
[the developer documentation](https://everythingfunctional.gitlab.io/iso_varying_string).