forked from donalffons/opencascade.js
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDEPS.json
More file actions
50 lines (50 loc) · 2.15 KB
/
Copy pathDEPS.json
File metadata and controls
50 lines (50 loc) · 2.15 KB
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
48
49
50
{
"$schema": "deps-lock-v1",
"description": "Pinned dependency versions for reproducible opencascade.js builds. Both Dockerfile and build-wasm.sh reference this file.",
"dependencies": {
"occt": {
"repository": "https://github.com/Open-Cascade-SAS/OCCT.git",
"commit": "d3056ef80c9668f395da40f5fd7be186cae4501f",
"version": "V8_0_0",
"description": "Open CASCADE Technology — the C++ CAD kernel"
},
"rapidjson": {
"repository": "https://github.com/Tencent/rapidjson.git",
"commit": "24b5e7a8b27f42fa16b96fc70aade9106cf7102f",
"version": "post-1.1.0 (master)",
"description": "JSON parser/generator for C++ (header-only)"
},
"freetype": {
"repository": "https://github.com/freetype/freetype.git",
"commit": "de8b92dd7ec634e9e2b25ef534c54a3537555c11",
"version": "VER-2-13-0",
"description": "Font rendering library"
},
"emscripten": {
"repository": "https://github.com/emscripten-core/emsdk.git",
"docker_image": "emscripten/emsdk:5.0.1",
"docker_digest": "sha256:c89732ef63a56de5a96395c5a8c1c7904f7420131a045406e6fedc4cbe1cc198",
"emsdk_version": "5.0.1",
"description": "Emscripten SDK for compiling C++ to WebAssembly"
},
"llvm17": {
"version": "17.0.6",
"description": "Vendored prebuilt LLVM 17 — parse-side libc++ + clang resource headers for libclang 18.1.1 (N-1 compat window per libc++ support policy).",
"base_url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6",
"platforms": {
"darwin-arm64": {
"filename": "clang+llvm-17.0.6-arm64-apple-darwin22.0.tar.xz",
"sha256": "1264eb3c2a4a6d5e9354c3e5dc5cb6c6481e678f6456f36d2e0e566e9400fcad"
},
"linux-x86_64": {
"filename": "clang+llvm-17.0.6-x86_64-linux-gnu-ubuntu-22.04.tar.xz",
"sha256": "884ee67d647d77e58740c1e645649e29ae9e8a6fe87c1376be0f3a30f3cc9ab3"
},
"linux-aarch64": {
"filename": "clang+llvm-17.0.6-aarch64-linux-gnu.tar.xz",
"sha256": "6dd62762285326f223f40b8e4f2864b5c372de3f7de0731cb7cd55ca5287b75a"
}
}
}
}
}