# swift-file **Repository Path**: fortran-stack/swift-file ## Basic Information - **Project Name**: swift-file - **Description**: 😎 用于一定程度上提高 Fortran 文件系统函数可操作性。 - **Primary Language**: FORTRAN - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-03-04 - **Last Updated**: 2022-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: Fortran, fpm, FileSystem, 文件系统 ## README # Fortran 文件系统函数拓展 用于一定程度上提高 Fortran 文件系统函数可操作性。 **欢迎建议与代码贡献!** ## 使用 [Fortran-lang/fpm](https://github.com/fortran-lang/fpm) 构建 支持 `Intel` 和 `GNU` 编译器。 ```sh fpm run --example --all ``` ```toml [dependencies] swift-file = { git = "https://gitee.com/fortran-stack/swift-file" } ``` ## API 文档 ```sh ford FORD-project-file.md ``` ## 参考 - [MarDiehl/stdlib_os](https://github.com/MarDiehl/stdlib_os) - [fortran-lang/stdlib](https://github.com/fortran-lang/stdlib) - [fortran-lang/fpm](https://github.com/fortran-lang/fpm) - [fortran-fans/forlab](https://github.com/fortran-fans/forlab)