mason/test/mason.json
2023-09-29 18:09:09 -03:00

16 lines
415 B
JSON

{
"name" : "test",
"version" : "0.0.1",
"dependencies" : [
"somePath",
"https://git.macaw.me/blue/mason.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"
],
"libraries": "lib"
}