Skip to content

Commit

Permalink
add fpm.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Dec 17, 2022
1 parent 7828b2e commit 834d526
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions fpm.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name = "fortran-regex"
author = "Federico Perini"
copyright = "Copyright (c) 2022, Federico Perini"
license = "MIT"
description = "Fortran regex library"
homepage = "https://github.com/perazz/fortran-regex"
keywords = ["regex","regular expressions","strings"]

[build]
auto-executables = false
auto-examples = false
auto-tests = false

[library]
source-dir = "src"
include-dir = "src"

[install]
library = true

0 comments on commit 834d526

Please sign in to comment.