mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
sort
This commit is contained in:
parent
8116e8898e
commit
cec445eab5
@ -252,6 +252,18 @@
|
|||||||
"openssl"
|
"openssl"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"jbig": {
|
||||||
|
"source": "jbig",
|
||||||
|
"static-libs-unix": [
|
||||||
|
"libjbig.a",
|
||||||
|
"libjbig85.a"
|
||||||
|
],
|
||||||
|
"headers": [
|
||||||
|
"jbig.h",
|
||||||
|
"jbig85.h",
|
||||||
|
"jbig_ar.h"
|
||||||
|
]
|
||||||
|
},
|
||||||
"ldap": {
|
"ldap": {
|
||||||
"source": "ldap",
|
"source": "ldap",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
@ -272,18 +284,6 @@
|
|||||||
],
|
],
|
||||||
"cpp-library": true
|
"cpp-library": true
|
||||||
},
|
},
|
||||||
"jbig": {
|
|
||||||
"source": "jbig",
|
|
||||||
"static-libs-unix": [
|
|
||||||
"libjbig.a",
|
|
||||||
"libjbig85.a"
|
|
||||||
],
|
|
||||||
"headers": [
|
|
||||||
"jbig.h",
|
|
||||||
"jbig85.h",
|
|
||||||
"jbig_ar.h"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"libacl": {
|
"libacl": {
|
||||||
"source": "libacl",
|
"source": "libacl",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
@ -836,6 +836,15 @@
|
|||||||
"libiconv"
|
"libiconv"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"watcher": {
|
||||||
|
"source": "watcher",
|
||||||
|
"static-libs-unix": [
|
||||||
|
"libwatcher-c.a"
|
||||||
|
],
|
||||||
|
"headers": [
|
||||||
|
"wtr/watcher-c.h"
|
||||||
|
]
|
||||||
|
},
|
||||||
"xz": {
|
"xz": {
|
||||||
"source": "xz",
|
"source": "xz",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
@ -889,14 +898,5 @@
|
|||||||
"zstd.h",
|
"zstd.h",
|
||||||
"zstd_errors.h"
|
"zstd_errors.h"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"watcher": {
|
|
||||||
"source": "watcher",
|
|
||||||
"static-libs-unix": [
|
|
||||||
"libwatcher-c.a"
|
|
||||||
],
|
|
||||||
"headers": [
|
|
||||||
"wtr/watcher-c.h"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -388,6 +388,15 @@
|
|||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"jbig": {
|
||||||
|
"type": "url",
|
||||||
|
"url": "https://www.cl.cam.ac.uk/~mgk25/jbigkit/download/jbigkit-2.1.tar.gz",
|
||||||
|
"provide-pre-built": true,
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "COPYING"
|
||||||
|
}
|
||||||
|
},
|
||||||
"ldap": {
|
"ldap": {
|
||||||
"type": "filelist",
|
"type": "filelist",
|
||||||
"url": "https://www.openldap.org/software/download/OpenLDAP/openldap-release/",
|
"url": "https://www.openldap.org/software/download/OpenLDAP/openldap-release/",
|
||||||
@ -397,6 +406,16 @@
|
|||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"lerc": {
|
||||||
|
"type": "ghtar",
|
||||||
|
"repo": "Esri/lerc",
|
||||||
|
"prefer-stable": true,
|
||||||
|
"provide-pre-built": true,
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "LICENSE"
|
||||||
|
}
|
||||||
|
},
|
||||||
"libacl": {
|
"libacl": {
|
||||||
"alt": {
|
"alt": {
|
||||||
"type": "url",
|
"type": "url",
|
||||||
@ -466,25 +485,6 @@
|
|||||||
"path": "COPYING"
|
"path": "COPYING"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lerc": {
|
|
||||||
"type": "ghtar",
|
|
||||||
"repo": "Esri/lerc",
|
|
||||||
"prefer-stable": true,
|
|
||||||
"provide-pre-built": true,
|
|
||||||
"license": {
|
|
||||||
"type": "file",
|
|
||||||
"path": "LICENSE"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"jbig": {
|
|
||||||
"type": "url",
|
|
||||||
"url": "https://www.cl.cam.ac.uk/~mgk25/jbigkit/download/jbigkit-2.1.tar.gz",
|
|
||||||
"provide-pre-built": true,
|
|
||||||
"license": {
|
|
||||||
"type": "file",
|
|
||||||
"path": "COPYING"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libevent": {
|
"libevent": {
|
||||||
"type": "ghrel",
|
"type": "ghrel",
|
||||||
"repo": "libevent/libevent",
|
"repo": "libevent/libevent",
|
||||||
@ -1018,6 +1018,15 @@
|
|||||||
"path": "COPYING"
|
"path": "COPYING"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"watcher": {
|
||||||
|
"type": "ghtar",
|
||||||
|
"repo": "e-dant/watcher",
|
||||||
|
"prefer-stable": true,
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "license"
|
||||||
|
}
|
||||||
|
},
|
||||||
"xdebug": {
|
"xdebug": {
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "https://pecl.php.net/get/xdebug",
|
"url": "https://pecl.php.net/get/xdebug",
|
||||||
@ -1098,14 +1107,5 @@
|
|||||||
"type": "file",
|
"type": "file",
|
||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"watcher": {
|
|
||||||
"type": "ghtar",
|
|
||||||
"repo": "e-dant/watcher",
|
|
||||||
"prefer-stable": true,
|
|
||||||
"license": {
|
|
||||||
"type": "file",
|
|
||||||
"path": "license"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user