# error-stop **Repository Path**: fortran-stack/error-stop ## Basic Information - **Project Name**: error-stop - **Description**: 🔔`error_stop`(base): A collection of commonly used functions for error stop in Fortran. - **Primary Language**: FORTRAN - **License**: MIT - **Default Branch**: main - **Homepage**: https://error-stop-api.netlify.app/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-27 - **Last Updated**: 2022-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: Fortran, fpm, error-stop ## README # 报错函数 (*基础组件*) A collection of commonly used functions for error stop in Fortran. **欢迎建议与代码贡献!** ```fortran use error_stop_m, only: error_stop ``` [![Netlify Status](https://api.netlify.com/api/v1/badges/c928a4be-a3eb-4f42-8797-1d721c40653d/deploy-status)](https://app.netlify.com/sites/error-stop-api/deploys) ## Build with [fortran-lang/fpm](https://github.com/fortran-lang/fpm) ```sh fpm run --example --all ``` ```toml [dependencies] error-stop = { git = "https://gitee.com/fortran-stack/error-stop" } ``` ## API Documentation ```sh ford FORD-project-file.md ``` Latest API documentation is available at [error-stop-api](https://error-stop-api.netlify.app/). ## Reference - [fortran-lang/stdlib](https://github.com/fortran-lang/stdlib) - [fortran-fans/forlab](https://github.com/fortran-fans/forlab)