Skip to content

Commit 9fe0a1c

Browse files
committed
Add package info
1 parent 945ea83 commit 9fe0a1c

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"author" : "Thomas Risse",
3+
"description" : "1D SAV package for string simualations",
4+
"max_version_min" : "8.0", "max_version_max" : "none",
5+
"name" : "@C74_PACKAGE_NAME@",
6+
"os" : {
7+
"macintosh" : {
8+
"platform" : [ "x64", "aarch64" ],
9+
"min_version" : "none"
10+
},
11+
"windows" : {
12+
"platform" : [ "x64" ],
13+
"min_version" : "none"
14+
}
15+
},
16+
"version" : "@GIT_VERSION_MAJ@.@GIT_VERSION_MIN@.@GIT_VERSION_SUB@"
17+
}

0 commit comments

Comments
 (0)