forked from NYU-Processor-Design/nyu-amba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
36 lines (36 loc) · 1.08 KB
/
vcpkg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "nyu-amba",
"version": "0.1.0",
"description": "NYU Processor Design's AMBA Implementation",
"homepage": "https://github.com/NYU-Processor-Design/nyu-amba",
"maintainers": [
"Vito Gamberini <[email protected]>",
"Rishyak Panchal <[email protected]>",
"Kevin Yap <[email protected]>"
],
"license": "CC0-1.0",
"dependencies": [
"nyu-cmake",
"nyu-util",
"catch2"
],
"vcpkg-configuration": {
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
"default-registry": {
"kind": "git",
"baseline": "e56312cb3d33be09ec550ade6ffbb8dc18d23cfd",
"repository": "https://github.com/microsoft/vcpkg.git"
},
"registries": [
{
"kind": "git",
"baseline": "7a6b61ca47ca041f1c6558c649cbc2ddbf11d57a",
"repository": "https://github.com/NYU-Processor-Design/nyu-registry.git",
"packages": [
"nyu-*"
]
}
]
}
}