# disp **Repository Path**: zoziha/disp ## Basic Information - **Project Name**: disp - **Description**: 📢 本项目已经暂停维护,请使用`easy_string_m::disp` - **Primary Language**: FORTRAN - **License**: MIT - **Default Branch**: main - **Homepage**: https://gitee.com/fortran-stack/easy-string - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-12 - **Last Updated**: 2022-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: Fortran, fpm, IO ## README # Display Data Display a numeric value in a specific format to a linked file unit in Fortran. *Suggestions and code contributions are welcome.* ```fortran use disp_m, only: disp ``` ## Build with [fortran-lang/fpm](https://github.com/fortran-lang/fpm) ```sh fpm run --example --list ``` ```toml [dependencies] disp = { git = "https://gitee.com/zoziha/disp.git" } ``` ## Reference - [fortran-lang/stdlib](https://github.com/fortran-lang/stdlib) - [fortran-fans/forlab](https://github.com/fortran-fans/forlab)