ext.json 21 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052
  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. "opentelemetry": {
  449. "support": {
  450. "BSD": "wip"
  451. },
  452. "type": "external",
  453. "source": "opentelemetry"
  454. },
  455. "parallel": {
  456. "support": {
  457. "BSD": "wip"
  458. },
  459. "notes": true,
  460. "type": "external",
  461. "source": "parallel",
  462. "arg-type-windows": "with",
  463. "lib-depends-windows": [
  464. "pthreads4w"
  465. ]
  466. },
  467. "password-argon2": {
  468. "support": {
  469. "Windows": "wip",
  470. "BSD": "wip"
  471. },
  472. "notes": true,
  473. "type": "builtin",
  474. "arg-type": "with-prefix",
  475. "lib-depends": [
  476. "libargon2"
  477. ]
  478. },
  479. "pcntl": {
  480. "support": {
  481. "Windows": "no"
  482. },
  483. "type": "builtin",
  484. "unix-only": true
  485. },
  486. "pdo": {
  487. "type": "builtin"
  488. },
  489. "pdo_mysql": {
  490. "type": "builtin",
  491. "arg-type": "with",
  492. "ext-depends": [
  493. "pdo",
  494. "mysqlnd"
  495. ]
  496. },
  497. "pdo_pgsql": {
  498. "support": {
  499. "Windows": "wip",
  500. "BSD": "wip"
  501. },
  502. "type": "builtin",
  503. "arg-type": "with-prefix",
  504. "ext-depends": [
  505. "pdo",
  506. "pgsql"
  507. ],
  508. "lib-depends": [
  509. "postgresql"
  510. ]
  511. },
  512. "pdo_sqlite": {
  513. "support": {
  514. "BSD": "wip"
  515. },
  516. "type": "builtin",
  517. "arg-type": "with",
  518. "ext-depends": [
  519. "pdo",
  520. "sqlite3"
  521. ],
  522. "lib-depends": [
  523. "sqlite"
  524. ]
  525. },
  526. "pdo_sqlsrv": {
  527. "support": {
  528. "BSD": "wip"
  529. },
  530. "type": "external",
  531. "source": "pdo_sqlsrv",
  532. "arg-type": "with",
  533. "ext-depends": [
  534. "pdo",
  535. "sqlsrv"
  536. ]
  537. },
  538. "pgsql": {
  539. "support": {
  540. "Windows": "wip",
  541. "BSD": "wip"
  542. },
  543. "notes": true,
  544. "type": "builtin",
  545. "arg-type": "custom",
  546. "lib-depends": [
  547. "postgresql"
  548. ]
  549. },
  550. "phar": {
  551. "type": "builtin",
  552. "ext-depends": [
  553. "zlib"
  554. ]
  555. },
  556. "posix": {
  557. "support": {
  558. "Windows": "no"
  559. },
  560. "type": "builtin",
  561. "unix-only": true
  562. },
  563. "protobuf": {
  564. "support": {
  565. "Windows": "wip",
  566. "BSD": "wip"
  567. },
  568. "type": "external",
  569. "source": "protobuf"
  570. },
  571. "rar": {
  572. "support": {
  573. "BSD": "wip",
  574. "Darwin": "partial"
  575. },
  576. "notes": true,
  577. "type": "external",
  578. "source": "rar",
  579. "cpp-extension": true
  580. },
  581. "rdkafka": {
  582. "support": {
  583. "BSD": "wip",
  584. "Windows": "wip"
  585. },
  586. "type": "external",
  587. "source": "ext-rdkafka",
  588. "arg-type": "custom",
  589. "cpp-extension": true,
  590. "lib-depends": [
  591. "librdkafka"
  592. ]
  593. },
  594. "readline": {
  595. "support": {
  596. "Windows": "wip",
  597. "BSD": "wip"
  598. },
  599. "type": "builtin",
  600. "arg-type": "with-prefix",
  601. "lib-depends": [
  602. "readline"
  603. ]
  604. },
  605. "redis": {
  606. "support": {
  607. "BSD": "wip"
  608. },
  609. "type": "external",
  610. "source": "redis",
  611. "arg-type": "custom",
  612. "ext-suggests": [
  613. "session",
  614. "igbinary"
  615. ],
  616. "lib-suggests-unix": [
  617. "zstd",
  618. "liblz4"
  619. ]
  620. },
  621. "session": {
  622. "type": "builtin"
  623. },
  624. "shmop": {
  625. "type": "builtin"
  626. },
  627. "simdjson": {
  628. "type": "external",
  629. "source": "ext-simdjson",
  630. "cpp-extension": true
  631. },
  632. "simplexml": {
  633. "support": {
  634. "BSD": "wip"
  635. },
  636. "type": "builtin",
  637. "arg-type": "custom",
  638. "lib-depends": [
  639. "libxml2"
  640. ],
  641. "ext-depends-windows": [
  642. "xml"
  643. ]
  644. },
  645. "snappy": {
  646. "support": {
  647. "Windows": "wip",
  648. "BSD": "wip"
  649. },
  650. "type": "external",
  651. "source": "ext-snappy",
  652. "cpp-extension": true,
  653. "arg-type": "custom",
  654. "lib-depends": [
  655. "snappy"
  656. ],
  657. "ext-suggests": [
  658. "apcu"
  659. ]
  660. },
  661. "soap": {
  662. "support": {
  663. "BSD": "wip"
  664. },
  665. "type": "builtin",
  666. "arg-type": "custom",
  667. "lib-depends": [
  668. "libxml2"
  669. ],
  670. "ext-depends-windows": [
  671. "xml"
  672. ]
  673. },
  674. "sockets": {
  675. "type": "builtin"
  676. },
  677. "sodium": {
  678. "support": {
  679. "Windows": "wip",
  680. "BSD": "wip"
  681. },
  682. "type": "builtin",
  683. "arg-type": "with",
  684. "lib-depends": [
  685. "libsodium"
  686. ]
  687. },
  688. "spx": {
  689. "support": {
  690. "BSD": "wip",
  691. "Windows": "no"
  692. },
  693. "notes": true,
  694. "type": "external",
  695. "source": "spx",
  696. "arg-type": "custom",
  697. "lib-depends": [
  698. "zlib"
  699. ]
  700. },
  701. "sqlite3": {
  702. "support": {
  703. "BSD": "wip"
  704. },
  705. "type": "builtin",
  706. "arg-type": "with-prefix",
  707. "arg-type-windows": "with",
  708. "lib-depends": [
  709. "sqlite"
  710. ]
  711. },
  712. "sqlsrv": {
  713. "support": {
  714. "BSD": "wip"
  715. },
  716. "type": "external",
  717. "source": "sqlsrv",
  718. "lib-depends-unix": [
  719. "unixodbc"
  720. ],
  721. "ext-depends-linux": [
  722. "pcntl"
  723. ],
  724. "cpp-extension": true
  725. },
  726. "ssh2": {
  727. "support": {
  728. "BSD": "wip"
  729. },
  730. "type": "external",
  731. "source": "ext-ssh2",
  732. "arg-type": "with-prefix",
  733. "arg-type-windows": "with",
  734. "lib-depends": [
  735. "libssh2"
  736. ],
  737. "ext-depends-windows": [
  738. "openssl",
  739. "zlib"
  740. ]
  741. },
  742. "swoole": {
  743. "support": {
  744. "Windows": "no",
  745. "BSD": "wip"
  746. },
  747. "notes": true,
  748. "type": "external",
  749. "source": "swoole",
  750. "arg-type": "custom",
  751. "cpp-extension": true,
  752. "unix-only": true,
  753. "lib-depends": [
  754. "libcares",
  755. "brotli",
  756. "nghttp2",
  757. "zlib"
  758. ],
  759. "ext-depends": [
  760. "openssl",
  761. "curl"
  762. ],
  763. "ext-suggests": [
  764. "swoole-hook-pgsql",
  765. "swoole-hook-mysql",
  766. "swoole-hook-sqlite"
  767. ]
  768. },
  769. "swoole-hook-mysql": {
  770. "support": {
  771. "Windows": "no",
  772. "BSD": "wip"
  773. },
  774. "notes": true,
  775. "type": "addon",
  776. "arg-type": "custom",
  777. "ext-depends": [
  778. "mysqlnd",
  779. "pdo",
  780. "pdo_mysql"
  781. ],
  782. "ext-suggests": [
  783. "mysqli"
  784. ]
  785. },
  786. "swoole-hook-pgsql": {
  787. "support": {
  788. "Windows": "no",
  789. "BSD": "wip",
  790. "Darwin": "partial"
  791. },
  792. "notes": true,
  793. "type": "addon",
  794. "arg-type": "custom",
  795. "ext-depends": [
  796. "pgsql",
  797. "pdo"
  798. ]
  799. },
  800. "swoole-hook-sqlite": {
  801. "support": {
  802. "Windows": "no",
  803. "BSD": "wip"
  804. },
  805. "notes": true,
  806. "type": "addon",
  807. "arg-type": "custom",
  808. "ext-depends": [
  809. "sqlite3",
  810. "pdo"
  811. ]
  812. },
  813. "swow": {
  814. "support": {
  815. "BSD": "wip"
  816. },
  817. "notes": true,
  818. "type": "external",
  819. "source": "swow",
  820. "arg-type": "custom",
  821. "lib-suggests": [
  822. "openssl",
  823. "curl"
  824. ],
  825. "ext-suggests": [
  826. "openssl",
  827. "curl"
  828. ]
  829. },
  830. "sysvmsg": {
  831. "support": {
  832. "Windows": "no",
  833. "BSD": "wip"
  834. },
  835. "type": "builtin",
  836. "unix-only": true
  837. },
  838. "sysvsem": {
  839. "support": {
  840. "Windows": "no",
  841. "BSD": "wip"
  842. },
  843. "type": "builtin",
  844. "unix-only": true
  845. },
  846. "sysvshm": {
  847. "support": {
  848. "BSD": "wip"
  849. },
  850. "type": "builtin"
  851. },
  852. "tidy": {
  853. "support": {
  854. "Windows": "wip",
  855. "BSD": "wip"
  856. },
  857. "type": "builtin",
  858. "arg-type": "with-prefix",
  859. "lib-depends": [
  860. "tidy"
  861. ]
  862. },
  863. "tokenizer": {
  864. "type": "builtin"
  865. },
  866. "uuid": {
  867. "support": {
  868. "Windows": "wip",
  869. "BSD": "wip"
  870. },
  871. "type": "external",
  872. "source": "ext-uuid",
  873. "arg-type": "with-prefix",
  874. "lib-depends": [
  875. "libuuid"
  876. ]
  877. },
  878. "uv": {
  879. "support": {
  880. "Windows": "wip",
  881. "BSD": "wip"
  882. },
  883. "type": "external",
  884. "source": "ext-uv",
  885. "arg-type": "with-prefix",
  886. "lib-depends": [
  887. "libuv"
  888. ],
  889. "ext-depends": [
  890. "sockets"
  891. ]
  892. },
  893. "xdebug": {
  894. "type": "builtin",
  895. "support": {
  896. "Windows": "wip",
  897. "BSD": "no",
  898. "Darwin": "no",
  899. "Linux": "no"
  900. },
  901. "notes": true
  902. },
  903. "xhprof": {
  904. "support": {
  905. "Windows": "wip",
  906. "BSD": "wip"
  907. },
  908. "notes": true,
  909. "type": "external",
  910. "source": "xhprof",
  911. "ext-depends": [
  912. "ctype"
  913. ]
  914. },
  915. "xlswriter": {
  916. "support": {
  917. "Windows": "wip",
  918. "BSD": "wip"
  919. },
  920. "type": "external",
  921. "source": "xlswriter",
  922. "arg-type": "custom",
  923. "ext-depends": [
  924. "zlib",
  925. "zip"
  926. ],
  927. "lib-suggests": [
  928. "openssl"
  929. ]
  930. },
  931. "xml": {
  932. "support": {
  933. "BSD": "wip"
  934. },
  935. "notes": true,
  936. "type": "builtin",
  937. "arg-type": "custom",
  938. "arg-type-windows": "with",
  939. "lib-depends": [
  940. "libxml2"
  941. ],
  942. "ext-depends-windows": [
  943. "iconv"
  944. ]
  945. },
  946. "xmlreader": {
  947. "support": {
  948. "BSD": "wip"
  949. },
  950. "type": "builtin",
  951. "arg-type": "custom",
  952. "lib-depends": [
  953. "libxml2"
  954. ],
  955. "ext-depends-windows": [
  956. "xml",
  957. "dom"
  958. ]
  959. },
  960. "xmlwriter": {
  961. "support": {
  962. "BSD": "wip"
  963. },
  964. "type": "builtin",
  965. "arg-type": "custom",
  966. "lib-depends": [
  967. "libxml2"
  968. ],
  969. "ext-depends-windows": [
  970. "xml"
  971. ]
  972. },
  973. "xsl": {
  974. "support": {
  975. "Windows": "wip",
  976. "BSD": "wip"
  977. },
  978. "type": "builtin",
  979. "arg-type": "with-prefix",
  980. "lib-depends": [
  981. "libxslt"
  982. ],
  983. "ext-depends": [
  984. "xml",
  985. "dom"
  986. ]
  987. },
  988. "yac": {
  989. "support": {
  990. "BSD": "wip"
  991. },
  992. "type": "external",
  993. "source": "yac",
  994. "arg-type-unix": "custom",
  995. "ext-depends-unix": [
  996. "igbinary"
  997. ]
  998. },
  999. "yaml": {
  1000. "support": {
  1001. "BSD": "wip"
  1002. },
  1003. "type": "external",
  1004. "source": "yaml",
  1005. "arg-type-unix": "with-prefix",
  1006. "arg-type-windows": "with",
  1007. "lib-depends": [
  1008. "libyaml"
  1009. ]
  1010. },
  1011. "zip": {
  1012. "support": {
  1013. "BSD": "wip"
  1014. },
  1015. "type": "builtin",
  1016. "arg-type": "with-prefix",
  1017. "arg-type-windows": "enable",
  1018. "lib-depends-unix": [
  1019. "libzip"
  1020. ],
  1021. "ext-depends-windows": [
  1022. "zlib",
  1023. "bz2"
  1024. ],
  1025. "lib-depends-windows": [
  1026. "libzip",
  1027. "zlib",
  1028. "bzip2",
  1029. "xz"
  1030. ]
  1031. },
  1032. "zlib": {
  1033. "type": "builtin",
  1034. "arg-type": "custom",
  1035. "arg-type-windows": "enable",
  1036. "lib-depends": [
  1037. "zlib"
  1038. ]
  1039. },
  1040. "zstd": {
  1041. "support": {
  1042. "Windows": "wip",
  1043. "BSD": "wip"
  1044. },
  1045. "type": "external",
  1046. "source": "ext-zstd",
  1047. "arg-type": "custom",
  1048. "lib-depends": [
  1049. "zstd"
  1050. ]
  1051. }
  1052. }