-
Notifications
You must be signed in to change notification settings - Fork 78
/
cgmanifest.json
47 lines (47 loc) · 1.47 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
37
38
39
40
41
42
43
44
45
46
47
{
"$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
},
// To-be updated with final ML-KEM in hacl-packages
// {
// "Component": {
// "Type": "git",
// "Git": {
// "RepositoryUrl": "https://github.com/cryspen/hacl-packages",
// "CommitHash": ""
// }
// },
// "DevelopmentDependency": false
// },
{
"Component": {
"Type": "pip",
"Pip": {
"Name": "pyelftools",
"Version": "0.29"
}
},
"DevelopmentDependency": true
}
]
}