2023-08-30 20:54:59 +00:00
|
|
|
{
|
|
|
|
"name" : "test",
|
2023-08-31 20:06:02 +00:00
|
|
|
"version" : "0.0.1",
|
|
|
|
"dependencies" : [
|
|
|
|
"somePath",
|
|
|
|
"https://git.macaw.me/blue/mason.git",
|
2023-09-30 20:13:44 +00:00
|
|
|
"https://git.macaw.me/blue/mimicry.git",
|
2023-08-31 20:06:02 +00:00
|
|
|
{
|
|
|
|
"name" : "aProject",
|
2023-09-28 19:43:35 +00:00
|
|
|
"path" : "https://nowhere/to/get.from"
|
|
|
|
},
|
|
|
|
"https://git.macaw.me/blue/mason/archive/main.tar.gz",
|
2023-10-02 17:19:24 +00:00
|
|
|
"https://git.macaw.me/blue/mason/raw/branch/main/src2/atomicmutex.h",
|
|
|
|
{
|
|
|
|
"path" : "https://git.macaw.me/blue/mason/raw/branch/main/src2/atomicmutex.h",
|
|
|
|
"name" : "changed.h"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path" : "https://git.macaw.me/blue/mimicry.git",
|
|
|
|
"name" : "mimicryNode",
|
|
|
|
"target" : "node"
|
|
|
|
}
|
2023-09-29 21:09:09 +00:00
|
|
|
],
|
2023-10-01 15:47:17 +00:00
|
|
|
"build": [
|
|
|
|
"mason.json",
|
|
|
|
{
|
|
|
|
"src" : "mason.json",
|
|
|
|
"dst" : "another/mason.json"
|
|
|
|
}
|
|
|
|
],
|
2023-09-29 21:09:09 +00:00
|
|
|
"libraries": "lib"
|
2023-08-30 20:54:59 +00:00
|
|
|
}
|