File tree 4 files changed +5
-20
lines changed
4 files changed +5
-20
lines changed Original file line number Diff line number Diff line change 1
1
name = " fortran-csv-module"
2
- version = " 1.3.1 "
2
+ version = " 1.5.0 "
3
3
author = " Jacob Williams"
4
4
maintainer = " Jacob Williams"
5
- copyright = " Copyright (c) 2017-2022 , Jacob Williams"
5
+ copyright = " Copyright (c) 2017-2023 , Jacob Williams"
6
6
license = " BSD-3"
7
7
description = " Read and Write CSV Files Using Modern Fortran"
8
8
homepage = " https://github.com/jacobwilliams/fortran-csv-module"
@@ -12,25 +12,10 @@ keywords = ["csv"]
12
12
[library ]
13
13
source-dir = " src"
14
14
15
- [[test ]]
16
- name = " csv_test"
17
- source-dir = " src/tests"
18
- main = " csv_test.f90"
19
-
20
- [[test ]]
21
- name = " csv_test2"
22
- source-dir = " src/tests"
23
- main = " csv_test2.f90"
24
-
25
- [[test ]]
26
- name = " csv_test3"
27
- source-dir = " src/tests"
28
- main = " csv_test3.f90"
29
-
30
15
[install ]
31
16
library = true
32
17
33
18
[build ]
34
- auto-executables = false
35
- auto-examples = false
36
- auto-tests = false
19
+ auto-executables = true
20
+ auto-examples = true
21
+ auto-tests = true
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments