ext.json 21 KB

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