Skip to content

Commit 1a7c38f

Browse files
committed
Merge branch '483-fpm' of https://github.com/jacobwilliams/json-fortran into develop
2 parents d3906c8 + fa9ab85 commit 1a7c38f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

fpm.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)