-
Notifications
You must be signed in to change notification settings - Fork 6
/
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": "0f88ecb8528605f91980b90a2c5bad88e3cb565f",
"repository": "https://github.com/microsoft/vcpkg.git"
},
"registries": [
{
"kind": "git",
"baseline": "83a1b8ad4f7be3bf2e16d4397f58e6119e001ef6",
"repository": "https://github.com/NYU-Processor-Design/nyu-registry.git",
"packages": [
"nyu-*"
]
}
]
}
}