We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7828b2e commit 834d526Copy full SHA for 834d526
fpm.toml
@@ -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