ext.json 21 KB

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