-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathphpy.json
More file actions
29 lines (29 loc) · 814 Bytes
/
phpy.json
File metadata and controls
29 lines (29 loc) · 814 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
{
"config": {
"cache-dir": "~/.cache/phpy",
"scan-dirs": [
],
"pip-index-url": ""
},
"python": {
"source-url": "https://github.com/python/cpython.git",
"install-dir": "/usr",
"install-version": "v3.13.2",
"install-configure": [
"--enable-shared",
"--with-system-expat",
"--with-system-ffi",
"--enable-ipv6",
"--enable-loadable-sqlite-extensions",
"--with-computed-gotos",
"--with-ensurepip=install"
]
},
"phpy": {
"source-url": "https://github.com/swoole/phpy.git",
"install-version": "latest",
"install-configure": [],
"ini-path": "/usr/local/etc/php/conf.d/xx-php-ext-phpy.ini"
},
"modules": {}
}