ext.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986
  1. {
  2. "amqp": {
  3. "support": {
  4. "BSD": "wip"
  5. },
  6. "type": "external",
  7. "arg-type": "custom",
  8. "source": "amqp",
  9. "lib-depends": [
  10. "librabbitmq"
  11. ],
  12. "ext-depends-windows": [
  13. "openssl"
  14. ]
  15. },
  16. "apcu": {
  17. "type": "external",
  18. "source": "apcu"
  19. },
  20. "bcmath": {
  21. "type": "builtin"
  22. },
  23. "bz2": {
  24. "type": "builtin",
  25. "arg-type-unix": "with-prefix",
  26. "arg-type-windows": "with",
  27. "lib-depends": [
  28. "bzip2"
  29. ]
  30. },
  31. "calendar": {
  32. "type": "builtin"
  33. },
  34. "ctype": {
  35. "type": "builtin"
  36. },
  37. "curl": {
  38. "notes": true,
  39. "type": "builtin",
  40. "arg-type": "with",
  41. "lib-depends": [
  42. "curl"
  43. ],
  44. "ext-depends-windows": [
  45. "zlib",
  46. "openssl"
  47. ]
  48. },
  49. "dba": {
  50. "type": "builtin",
  51. "arg-type": "custom",
  52. "lib-suggests": [
  53. "qdbm"
  54. ]
  55. },
  56. "dom": {
  57. "support": {
  58. "BSD": "wip"
  59. },
  60. "type": "builtin",
  61. "arg-type": "custom",
  62. "arg-type-windows": "with",
  63. "lib-depends": [
  64. "libxml2",
  65. "zlib"
  66. ],
  67. "ext-depends-windows": [
  68. "xml"
  69. ]
  70. },
  71. "ds": {
  72. "type": "external",
  73. "source": "ext-ds"
  74. },
  75. "enchant": {
  76. "support": {
  77. "Windows": "wip",
  78. "BSD": "wip",
  79. "Darwin": "wip",
  80. "Linux": "wip"
  81. },
  82. "type": "wip"
  83. },
  84. "event": {
  85. "support": {
  86. "Windows": "wip",
  87. "BSD": "wip"
  88. },
  89. "notes": true,
  90. "type": "external",
  91. "source": "ext-event",
  92. "arg-type": "custom",
  93. "lib-depends": [
  94. "libevent"
  95. ],
  96. "ext-depends": [
  97. "openssl"
  98. ],
  99. "ext-suggests": [
  100. "sockets"
  101. ]
  102. },
  103. "exif": {
  104. "type": "builtin"
  105. },
  106. "ffi": {
  107. "support": {
  108. "Linux": "no",
  109. "BSD": "wip"
  110. },
  111. "notes": true,
  112. "arg-type": "custom",
  113. "type": "builtin",
  114. "lib-depends-unix": [
  115. "libffi"
  116. ],
  117. "lib-depends-windows": [
  118. "libffi-win"
  119. ]
  120. },
  121. "fileinfo": {
  122. "type": "builtin"
  123. },
  124. "filter": {
  125. "type": "builtin"
  126. },
  127. "ftp": {
  128. "type": "builtin",
  129. "lib-suggests": [
  130. "openssl"
  131. ]
  132. },
  133. "gd": {
  134. "support": {
  135. "BSD": "wip"
  136. },
  137. "notes": true,
  138. "type": "builtin",
  139. "arg-type": "custom",
  140. "arg-type-windows": "with",
  141. "lib-depends": [
  142. "zlib",
  143. "libpng"
  144. ],
  145. "ext-depends": [
  146. "zlib"
  147. ],
  148. "lib-suggests": [
  149. "libavif",
  150. "libwebp",
  151. "libjpeg",
  152. "freetype"
  153. ]
  154. },
  155. "gettext": {
  156. "support": {
  157. "Windows": "wip",
  158. "BSD": "wip"
  159. },
  160. "type": "builtin",
  161. "arg-type": "with-prefix",
  162. "lib-depends": [
  163. "gettext"
  164. ]
  165. },
  166. "glfw": {
  167. "support": {
  168. "Windows": "wip",
  169. "BSD": "no",
  170. "Linux": "no"
  171. },
  172. "notes": true,
  173. "type": "external",
  174. "arg-type": "custom",
  175. "source": "ext-glfw",
  176. "lib-depends": [
  177. "glfw"
  178. ],
  179. "lib-depends-windows": []
  180. },
  181. "gmp": {
  182. "support": {
  183. "Windows": "wip",
  184. "BSD": "wip"
  185. },
  186. "type": "builtin",
  187. "arg-type": "with-prefix",
  188. "lib-depends": [
  189. "gmp"
  190. ]
  191. },
  192. "iconv": {
  193. "support": {
  194. "BSD": "wip"
  195. },
  196. "type": "builtin",
  197. "arg-type": "with-prefix",
  198. "arg-type-windows": "with",
  199. "lib-depends-unix": [
  200. "libiconv"
  201. ],
  202. "lib-depends-windows": [
  203. "libiconv-win"
  204. ]
  205. },
  206. "igbinary": {
  207. "support": {
  208. "Windows": "wip",
  209. "BSD": "wip"
  210. },
  211. "type": "external",
  212. "source": "igbinary"
  213. },
  214. "imagick": {
  215. "support": {
  216. "Windows": "wip",
  217. "BSD": "wip"
  218. },
  219. "type": "external",
  220. "source": "ext-imagick",
  221. "arg-type": "custom",
  222. "lib-depends": [
  223. "imagemagick"
  224. ]
  225. },
  226. "imap": {
  227. "support": {
  228. "Windows": "wip",
  229. "BSD": "wip"
  230. },
  231. "notes": true,
  232. "type": "builtin",
  233. "arg-type": "custom",
  234. "lib-depends": [
  235. "imap"
  236. ],
  237. "ext-suggests": [
  238. "openssl"
  239. ]
  240. },
  241. "inotify": {
  242. "support": {
  243. "Windows": "no",
  244. "BSD": "wip",
  245. "Darwin": "no"
  246. },
  247. "type": "external",
  248. "source": "inotify"
  249. },
  250. "intl": {
  251. "support": {
  252. "Windows": "no",
  253. "BSD": "wip"
  254. },
  255. "type": "builtin",
  256. "lib-depends": [
  257. "icu"
  258. ]
  259. },
  260. "ldap": {
  261. "support": {
  262. "Windows": "wip",
  263. "BSD": "wip"
  264. },
  265. "type": "builtin",
  266. "arg-type": "with-prefix",
  267. "lib-depends": [
  268. "ldap"
  269. ],
  270. "lib-suggests": [
  271. "gmp",
  272. "libsodium"
  273. ],
  274. "ext-suggests": [
  275. "openssl"
  276. ]
  277. },
  278. "libxml": {
  279. "support": {
  280. "BSD": "wip"
  281. },
  282. "type": "builtin",
  283. "arg-type": "none",
  284. "ext-depends": [
  285. "xml"
  286. ]
  287. },
  288. "mbregex": {
  289. "type": "builtin",
  290. "arg-type": "custom",
  291. "ext-depends": [
  292. "mbstring"
  293. ],
  294. "lib-depends": [
  295. "onig"
  296. ]
  297. },
  298. "mbstring": {
  299. "type": "builtin",
  300. "arg-type": "custom"
  301. },
  302. "mcrypt": {
  303. "type": "wip",
  304. "support": {
  305. "Windows": "no",
  306. "BSD": "no",
  307. "Darwin": "no",
  308. "Linux": "no"
  309. },
  310. "notes": true
  311. },
  312. "memcache": {
  313. "support": {
  314. "Windows": "wip",
  315. "BSD": "wip"
  316. },
  317. "type": "external",
  318. "source": "ext-memcache",
  319. "arg-type": "custom",
  320. "lib-depends": [
  321. "zlib"
  322. ],
  323. "ext-depends": [
  324. "session"
  325. ]
  326. },
  327. "memcached": {
  328. "support": {
  329. "Windows": "wip",
  330. "BSD": "wip",
  331. "Linux": "no"
  332. },
  333. "type": "external",
  334. "source": "memcached",
  335. "arg-type": "custom",
  336. "cpp-extension": true,
  337. "lib-depends": [
  338. "libmemcached"
  339. ],
  340. "ext-depends": [
  341. "session",
  342. "zlib"
  343. ]
  344. },
  345. "mongodb": {
  346. "support": {
  347. "BSD": "wip",
  348. "Windows": "wip"
  349. },
  350. "type": "external",
  351. "source": "mongodb",
  352. "arg-type": "custom",
  353. "lib-suggests": [
  354. "icu",
  355. "openssl",
  356. "zstd",
  357. "zlib"
  358. ]
  359. },
  360. "mysqli": {
  361. "type": "builtin",
  362. "arg-type": "with",
  363. "ext-depends": [
  364. "mysqlnd"
  365. ]
  366. },
  367. "mysqlnd": {
  368. "type": "builtin",
  369. "arg-type-windows": "with",
  370. "lib-depends": [
  371. "zlib"
  372. ]
  373. },
  374. "oci8": {
  375. "type": "wip",
  376. "support": {
  377. "Windows": "wip",
  378. "BSD": "no",
  379. "Darwin": "no",
  380. "Linux": "no"
  381. },
  382. "notes": true
  383. },
  384. "opcache": {
  385. "type": "builtin",
  386. "arg-type-unix": "custom"
  387. },
  388. "openssl": {
  389. "notes": true,
  390. "type": "builtin",
  391. "arg-type": "custom",
  392. "arg-type-windows": "with",
  393. "lib-depends": [
  394. "openssl",
  395. "zlib"
  396. ],
  397. "ext-depends": [
  398. "zlib"
  399. ]
  400. },
  401. "parallel": {
  402. "support": {
  403. "BSD": "wip"
  404. },
  405. "notes": true,
  406. "type": "external",
  407. "source": "parallel",
  408. "arg-type-windows": "with",
  409. "lib-depends-windows": [
  410. "pthreads4w"
  411. ]
  412. },
  413. "password-argon2": {
  414. "support": {
  415. "Windows": "wip",
  416. "BSD": "wip"
  417. },
  418. "notes": true,
  419. "type": "builtin",
  420. "arg-type": "with-prefix",
  421. "lib-depends": [
  422. "libargon2"
  423. ]
  424. },
  425. "pcntl": {
  426. "support": {
  427. "Windows": "no"
  428. },
  429. "type": "builtin",
  430. "unix-only": true
  431. },
  432. "pdo": {
  433. "type": "builtin"
  434. },
  435. "pdo_mysql": {
  436. "type": "builtin",
  437. "arg-type": "with",
  438. "ext-depends": [
  439. "pdo",
  440. "mysqlnd"
  441. ]
  442. },
  443. "pdo_pgsql": {
  444. "support": {
  445. "Windows": "wip",
  446. "BSD": "wip"
  447. },
  448. "type": "builtin",
  449. "arg-type": "with-prefix",
  450. "ext-depends": [
  451. "pdo",
  452. "pgsql"
  453. ],
  454. "lib-depends": [
  455. "postgresql"
  456. ]
  457. },
  458. "pdo_sqlite": {
  459. "support": {
  460. "BSD": "wip"
  461. },
  462. "type": "builtin",
  463. "arg-type": "with",
  464. "ext-depends": [
  465. "pdo",
  466. "sqlite3"
  467. ],
  468. "lib-depends": [
  469. "sqlite"
  470. ]
  471. },
  472. "pdo_sqlsrv": {
  473. "support": {
  474. "BSD": "wip"
  475. },
  476. "type": "external",
  477. "source": "pdo_sqlsrv",
  478. "arg-type": "with",
  479. "ext-depends": [
  480. "pdo",
  481. "sqlsrv"
  482. ]
  483. },
  484. "pgsql": {
  485. "support": {
  486. "Windows": "wip",
  487. "BSD": "wip"
  488. },
  489. "notes": true,
  490. "type": "builtin",
  491. "arg-type": "with-prefix",
  492. "lib-depends": [
  493. "postgresql"
  494. ]
  495. },
  496. "phar": {
  497. "type": "builtin",
  498. "ext-depends": [
  499. "zlib"
  500. ]
  501. },
  502. "posix": {
  503. "support": {
  504. "Windows": "no"
  505. },
  506. "type": "builtin",
  507. "unix-only": true
  508. },
  509. "protobuf": {
  510. "support": {
  511. "Windows": "wip",
  512. "BSD": "wip"
  513. },
  514. "type": "external",
  515. "source": "protobuf"
  516. },
  517. "rar": {
  518. "support": {
  519. "BSD": "wip",
  520. "Darwin": "partial"
  521. },
  522. "notes": true,
  523. "type": "external",
  524. "source": "rar",
  525. "cpp-extension": true
  526. },
  527. "readline": {
  528. "support": {
  529. "Windows": "wip",
  530. "BSD": "wip"
  531. },
  532. "type": "builtin",
  533. "arg-type": "with-prefix",
  534. "lib-depends": [
  535. "readline"
  536. ]
  537. },
  538. "redis": {
  539. "support": {
  540. "Windows": "wip",
  541. "BSD": "wip"
  542. },
  543. "type": "external",
  544. "source": "redis",
  545. "arg-type": "custom",
  546. "ext-suggests": [
  547. "session",
  548. "igbinary"
  549. ],
  550. "lib-suggests": [
  551. "zstd",
  552. "liblz4"
  553. ]
  554. },
  555. "session": {
  556. "type": "builtin"
  557. },
  558. "shmop": {
  559. "type": "builtin"
  560. },
  561. "simdjson": {
  562. "type": "external",
  563. "source": "ext-simdjson",
  564. "cpp-extension": true
  565. },
  566. "simplexml": {
  567. "support": {
  568. "BSD": "wip"
  569. },
  570. "type": "builtin",
  571. "arg-type": "custom",
  572. "lib-depends": [
  573. "libxml2"
  574. ],
  575. "ext-depends-windows": [
  576. "xml"
  577. ]
  578. },
  579. "snappy": {
  580. "support": {
  581. "Windows": "wip",
  582. "BSD": "wip"
  583. },
  584. "type": "external",
  585. "source": "ext-snappy",
  586. "cpp-extension": true,
  587. "arg-type": "custom",
  588. "lib-depends": [
  589. "snappy"
  590. ],
  591. "ext-suggest": [
  592. "apcu"
  593. ]
  594. },
  595. "soap": {
  596. "support": {
  597. "BSD": "wip"
  598. },
  599. "type": "builtin",
  600. "arg-type": "custom",
  601. "lib-depends": [
  602. "libxml2"
  603. ],
  604. "ext-depends-windows": [
  605. "xml"
  606. ]
  607. },
  608. "sockets": {
  609. "type": "builtin"
  610. },
  611. "sodium": {
  612. "support": {
  613. "Windows": "wip",
  614. "BSD": "wip"
  615. },
  616. "type": "builtin",
  617. "arg-type": "with",
  618. "lib-depends": [
  619. "libsodium"
  620. ]
  621. },
  622. "spx": {
  623. "support": {
  624. "BSD": "wip",
  625. "Windows": "no"
  626. },
  627. "notes": true,
  628. "type": "external",
  629. "source": "spx",
  630. "arg-type": "custom",
  631. "lib-depends": [
  632. "zlib"
  633. ]
  634. },
  635. "sqlite3": {
  636. "support": {
  637. "BSD": "wip"
  638. },
  639. "type": "builtin",
  640. "arg-type": "with-prefix",
  641. "arg-type-windows": "with",
  642. "lib-depends": [
  643. "sqlite"
  644. ]
  645. },
  646. "sqlsrv": {
  647. "support": {
  648. "BSD": "wip"
  649. },
  650. "type": "external",
  651. "source": "sqlsrv",
  652. "lib-depends-unix": [
  653. "unixodbc"
  654. ],
  655. "ext-depends-linux": [
  656. "pcntl"
  657. ],
  658. "cpp-extension": true
  659. },
  660. "ssh2": {
  661. "support": {
  662. "BSD": "wip"
  663. },
  664. "type": "external",
  665. "source": "ext-ssh2",
  666. "arg-type": "with-prefix",
  667. "arg-type-windows": "with",
  668. "lib-depends": [
  669. "libssh2"
  670. ],
  671. "ext-depends-windows": [
  672. "openssl",
  673. "zlib"
  674. ]
  675. },
  676. "swoole": {
  677. "support": {
  678. "Windows": "no",
  679. "BSD": "wip"
  680. },
  681. "notes": true,
  682. "type": "external",
  683. "source": "swoole",
  684. "arg-type": "custom",
  685. "cpp-extension": true,
  686. "unix-only": true,
  687. "lib-depends": [
  688. "libcares",
  689. "brotli",
  690. "nghttp2",
  691. "zlib"
  692. ],
  693. "ext-depends": [
  694. "openssl",
  695. "curl"
  696. ],
  697. "ext-suggests": [
  698. "swoole-hook-pgsql",
  699. "swoole-hook-mysql",
  700. "swoole-hook-sqlite"
  701. ]
  702. },
  703. "swoole-hook-mysql": {
  704. "support": {
  705. "Windows": "no",
  706. "BSD": "wip"
  707. },
  708. "notes": true,
  709. "type": "addon",
  710. "arg-type": "custom",
  711. "ext-depends": [
  712. "mysqlnd",
  713. "pdo",
  714. "pdo_mysql"
  715. ],
  716. "ext-suggests": [
  717. "mysqli"
  718. ]
  719. },
  720. "swoole-hook-pgsql": {
  721. "support": {
  722. "Windows": "no",
  723. "BSD": "wip",
  724. "Darwin": "partial"
  725. },
  726. "notes": true,
  727. "type": "addon",
  728. "arg-type": "custom",
  729. "ext-depends": [
  730. "pgsql",
  731. "pdo"
  732. ]
  733. },
  734. "swoole-hook-sqlite": {
  735. "support": {
  736. "Windows": "no",
  737. "BSD": "wip"
  738. },
  739. "notes": true,
  740. "type": "addon",
  741. "arg-type": "custom",
  742. "ext-depends": [
  743. "sqlite3",
  744. "pdo"
  745. ]
  746. },
  747. "swow": {
  748. "support": {
  749. "BSD": "wip"
  750. },
  751. "notes": true,
  752. "type": "external",
  753. "source": "swow",
  754. "arg-type": "custom",
  755. "lib-suggests": [
  756. "openssl",
  757. "curl"
  758. ],
  759. "ext-suggests": [
  760. "openssl",
  761. "curl"
  762. ]
  763. },
  764. "sysvmsg": {
  765. "support": {
  766. "Windows": "no",
  767. "BSD": "wip"
  768. },
  769. "type": "builtin",
  770. "unix-only": true
  771. },
  772. "sysvsem": {
  773. "support": {
  774. "Windows": "no",
  775. "BSD": "wip"
  776. },
  777. "type": "builtin",
  778. "unix-only": true
  779. },
  780. "sysvshm": {
  781. "support": {
  782. "BSD": "wip"
  783. },
  784. "type": "builtin"
  785. },
  786. "tidy": {
  787. "support": {
  788. "Windows": "wip",
  789. "BSD": "wip"
  790. },
  791. "type": "builtin",
  792. "arg-type": "with-prefix",
  793. "lib-depends": [
  794. "tidy"
  795. ]
  796. },
  797. "tokenizer": {
  798. "type": "builtin"
  799. },
  800. "uuid": {
  801. "support": {
  802. "Windows": "wip",
  803. "BSD": "wip"
  804. },
  805. "type": "external",
  806. "source": "ext-uuid",
  807. "arg-type": "with-prefix",
  808. "lib-depends": [
  809. "libuuid"
  810. ]
  811. },
  812. "uv": {
  813. "support": {
  814. "Windows": "wip",
  815. "BSD": "wip"
  816. },
  817. "type": "external",
  818. "source": "ext-uv",
  819. "arg-type": "with-prefix",
  820. "lib-depends": [
  821. "libuv"
  822. ],
  823. "ext-depends": [
  824. "sockets"
  825. ]
  826. },
  827. "xdebug": {
  828. "type": "builtin",
  829. "support": {
  830. "Windows": "wip",
  831. "BSD": "no",
  832. "Darwin": "no",
  833. "Linux": "no"
  834. },
  835. "notes": true
  836. },
  837. "xhprof": {
  838. "support": {
  839. "Windows": "wip",
  840. "BSD": "wip"
  841. },
  842. "notes": true,
  843. "type": "external",
  844. "source": "xhprof",
  845. "ext-depends": [
  846. "ctype"
  847. ]
  848. },
  849. "xlswriter": {
  850. "support": {
  851. "Windows": "wip",
  852. "BSD": "wip"
  853. },
  854. "type": "external",
  855. "source": "xlswriter",
  856. "arg-type": "custom",
  857. "ext-depends": [
  858. "zlib",
  859. "zip"
  860. ],
  861. "lib-suggests": [
  862. "openssl"
  863. ]
  864. },
  865. "xml": {
  866. "support": {
  867. "BSD": "wip"
  868. },
  869. "notes": true,
  870. "type": "builtin",
  871. "arg-type": "custom",
  872. "arg-type-windows": "with",
  873. "lib-depends": [
  874. "libxml2"
  875. ],
  876. "ext-depends-windows": [
  877. "iconv"
  878. ]
  879. },
  880. "xmlreader": {
  881. "support": {
  882. "BSD": "wip"
  883. },
  884. "type": "builtin",
  885. "arg-type": "custom",
  886. "lib-depends": [
  887. "libxml2"
  888. ],
  889. "ext-depends-windows": [
  890. "xml",
  891. "dom"
  892. ]
  893. },
  894. "xmlwriter": {
  895. "support": {
  896. "BSD": "wip"
  897. },
  898. "type": "builtin",
  899. "arg-type": "custom",
  900. "lib-depends": [
  901. "libxml2"
  902. ],
  903. "ext-depends-windows": [
  904. "xml"
  905. ]
  906. },
  907. "xsl": {
  908. "support": {
  909. "Windows": "wip",
  910. "BSD": "wip"
  911. },
  912. "type": "builtin",
  913. "arg-type": "with-prefix",
  914. "lib-depends": [
  915. "libxslt"
  916. ],
  917. "ext-depends": [
  918. "xml",
  919. "dom"
  920. ]
  921. },
  922. "yac": {
  923. "support": {
  924. "BSD": "wip"
  925. },
  926. "type": "external",
  927. "source": "yac",
  928. "arg-type-unix": "custom",
  929. "ext-depends-unix": [
  930. "igbinary"
  931. ]
  932. },
  933. "yaml": {
  934. "support": {
  935. "BSD": "wip"
  936. },
  937. "type": "external",
  938. "source": "yaml",
  939. "arg-type-unix": "with-prefix",
  940. "arg-type-windows": "with",
  941. "lib-depends": [
  942. "libyaml"
  943. ]
  944. },
  945. "zip": {
  946. "support": {
  947. "BSD": "wip"
  948. },
  949. "type": "builtin",
  950. "arg-type": "with-prefix",
  951. "arg-type-windows": "enable",
  952. "lib-depends-unix": [
  953. "libzip"
  954. ],
  955. "ext-depends-windows": [
  956. "zlib",
  957. "bz2"
  958. ],
  959. "lib-depends-windows": [
  960. "libzip",
  961. "zlib",
  962. "bzip2",
  963. "xz"
  964. ]
  965. },
  966. "zlib": {
  967. "type": "builtin",
  968. "arg-type": "custom",
  969. "arg-type-windows": "enable",
  970. "lib-depends": [
  971. "zlib"
  972. ]
  973. },
  974. "zstd": {
  975. "support": {
  976. "Windows": "wip",
  977. "BSD": "wip"
  978. },
  979. "type": "external",
  980. "source": "ext-zstd",
  981. "arg-type": "custom",
  982. "lib-depends": [
  983. "zstd"
  984. ]
  985. }
  986. }