forked from microsoft/SymCrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcgmanifest.json
36 lines (36 loc) · 1.09 KB
/
cgmanifest.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://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"Component": {
"Type": "Other",
"Other": {
"Name": "elfdefinitions.h",
"Version": "3769",
"DownloadUrl": "https://cgit.freebsd.org/src/plain/contrib/elftoolchain/common/elfdefinitions.h"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "git",
"Git": {
"RepositoryUrl": "https://github.com/smuellerDD/jitterentropy-library",
"CommitHash": "887c9871ea110e397812ff7f3b28a6269f0a2ffc"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "pip",
"Pip": {
"Name": "pyelftools",
"Version": "0.29"
}
},
"DevelopmentDependency": true
}
]
}