mason/test/mason.json

33 lines
897 B
JSON

{
"name" : "test",
"version" : "0.0.1",
"dependencies" : [
"somePath",
"https://git.macaw.me/blue/mason.git",
"https://git.macaw.me/blue/mimicry.git",
{
"name" : "aProject",
"path" : "https://nowhere/to/get.from"
},
"https://git.macaw.me/blue/mason/archive/main.tar.gz",
"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"
}
],
"build": [
"mason.json",
{
"src" : "mason.json",
"dst" : "another/mason.json"
}
],
"libraries": "lib"
}