Skip to content

Commit 834d526

Browse files
committed
add fpm.toml
1 parent 7828b2e commit 834d526

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

fpm.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name = "fortran-regex"
2+
author = "Federico Perini"
3+
copyright = "Copyright (c) 2022, Federico Perini"
4+
license = "MIT"
5+
description = "Fortran regex library"
6+
homepage = "https://github.com/perazz/fortran-regex"
7+
keywords = ["regex","regular expressions","strings"]
8+
9+
[build]
10+
auto-executables = false
11+
auto-examples = false
12+
auto-tests = false
13+
14+
[library]
15+
source-dir = "src"
16+
include-dir = "src"
17+
18+
[install]
19+
library = true

0 commit comments

Comments
 (0)