forked from gemini3d/cmake-python-build
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibraries.json
More file actions
38 lines (38 loc) · 799 Bytes
/
libraries.json
File metadata and controls
38 lines (38 loc) · 799 Bytes
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
{
"python": {
"url": "https://github.com/python/cpython.git",
"tag": "v3.10.7"
},
"bzip2": {
"url": "https://gitlab.com/bzip2/bzip2",
"tag": "2d8393924b9f3e014000c7420c7da7c3ddb74e2c"
},
"expat": {
"url": "https://github.com/libexpat/libexpat.git",
"tag": "R_2_4_9"
},
"ffi": {
"url": "https://github.com/libffi/libffi.git",
"tag": "v3.4.3"
},
"libtool": {
"url": "https://git.savannah.gnu.org/git/libtool.git",
"tag": "v2.4.7"
},
"readline": {
"url": "https://git.savannah.gnu.org/git/readline.git",
"tag": "readline-8.1"
},
"ssl": {
"url": "https://github.com/openssl/openssl.git",
"tag": "OpenSSL_1_1_1q"
},
"xz": {
"url": "https://github.com/xz-mirror/xz.git",
"tag": "v5.2.7"
},
"zlib": {
"url" : "https://github.com/zlib-ng/zlib-ng.git",
"tag": "2.0.6"
}
}