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.
2 parents d3906c8 + fa9ab85 commit 1a7c38fCopy full SHA for 1a7c38f
fpm.toml
@@ -0,0 +1,14 @@
1
+name = "json-fortran"
2
+author = "Jacob Williams"
3
+copyright = "Copyright (c) 2014-2021, Jacob Williams"
4
+license = "BSD"
5
+description = "A Fortran 2008 JSON API"
6
+homepage = "https://github.com/jacobwilliams/json-fortran"
7
+categories = ["io"]
8
+keywords = ["JSON"]
9
+
10
+[build]
11
+external-modules = "ifcore"
12
13
+[library]
14
+source-dir = "src"
0 commit comments