-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
34 lines (34 loc) · 897 Bytes
/
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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "slang-codegen-llvm",
"version-semver": "0.2.1",
"maintainers": [
"deiuch"
],
"description": "The LLVM-based backend (code generator) for the SLang programming language compiler",
"homepage": "https://github.com/slang-project/SLang-Codegen-LLVM",
"documentation": "https://github.com/slang-project/SLang-Codegen-LLVM/wiki",
"license": "",
"builtin-baseline": "a875d756749fd441305b458523df671e8f2e6cae",
"dependencies": [
"gtest",
"json-schema-validator",
{
"name": "llvm",
"default-features": false,
"features": [
"default-options",
"default-targets",
"lld"
],
"version>=": "12.0.0"
},
"nlohmann-json"
],
"overrides": [
{
"name": "llvm",
"version": "12.0.0"
}
]
}