1 Star 0 Fork 0

清风徐来 / csv-fortran

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
fpm.toml 563 Bytes
一键复制 编辑 原始数据 按行查看 历史
清风徐来 提交于 2022-03-10 19:31 . 🚀1.4.0: init a new csv-fortran
name = "csv-fortran"
version = "1.4.0"
author = "Jacob Williams"
maintainer = "左志华"
copyright = "Copyright (c) 2021~2022, 左志华"
license = "BSD-3"
description = "Read and Write CSV Files Using Modern Fortran"
homepage = "https://github.com/jacobwilliams/fortran-csv-module"
categories = ["io"]
keywords = ["csv"]
[library]
source-dir = "src"
[[ test ]]
name = "csv_test"
main = "csv_test.f90"
[[ test ]]
name = "csv_test_sp"
main = "csv_test_sp.f90"
[install]
library = true
[build]
auto-executables = false
auto-examples = false
auto-tests = false
FORTRAN
1
https://gitee.com/zoziha/csv-fortran.git
git@gitee.com:zoziha/csv-fortran.git
zoziha
csv-fortran
csv-fortran
main

搜索帮助