-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-info.json.in
More file actions
24 lines (24 loc) · 687 Bytes
/
Copy pathpackage-info.json.in
File metadata and controls
24 lines (24 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"author" : "Tomoya Matsuura",
"description" : "Send & Receive multichannel audio signals via network using rtp protocols",
"homepatcher" : "rtpsendreceive_home.maxpat",
"max_version_min" : "8.0", "max_version_max" : "none",
"name" : "@C74_PACKAGE_NAME@",
"os" : {
"macintosh" : {
"platform" : [ "x64" ],
"min_version" : "none"
},
"windows" : {
"platform" : [ "x64" ],
"min_version" : "none"
}
},
"package_extra" : {
"reverse_domain" : "com.cycling74",
"copyright" : "Copyright (c) Tomoya Matsuura"
},
"tags" : [ ],
"version" : "@GIT_VERSION_MAJ@.@GIT_VERSION_MIN@.@GIT_VERSION_SUB@",
"website" : "https://github.com/tomoyanonymous/rtpsendreceive"
}