Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

3976 linhas
112KB

  1. {
  2. "packages": {
  3. "abseil": {
  4. "2018.6.0": {
  5. "depends": {},
  6. "description": "Abseil Common Libraries",
  7. "git": {
  8. "auto-lib": "abseil/abseil",
  9. "ref": "20180600",
  10. "transform": [
  11. {
  12. "move": {
  13. "exclude": [],
  14. "from": "absl",
  15. "include": [],
  16. "strip-components": 0,
  17. "to": "src/absl/"
  18. },
  19. "remove": {
  20. "only-matching": [
  21. "**/*_test.c*",
  22. "**/*_testing.c*",
  23. "**/*_benchmark.c*",
  24. "**/benchmarks.c*",
  25. "**/*_test_common.c*",
  26. "**/mocking_*.c*",
  27. "**/test_util.cc",
  28. "**/mutex_nonprod.cc",
  29. "**/named_generator.cc",
  30. "**/print_hash_of.cc",
  31. "**/*_gentables.cc"
  32. ],
  33. "path": "src/"
  34. }
  35. }
  36. ],
  37. "url": "https://github.com/abseil/abseil-cpp.git"
  38. }
  39. },
  40. "2019.8.8": {
  41. "depends": {},
  42. "description": "Abseil Common Libraries",
  43. "git": {
  44. "auto-lib": "abseil/abseil",
  45. "ref": "20190808",
  46. "transform": [
  47. {
  48. "move": {
  49. "exclude": [],
  50. "from": "absl",
  51. "include": [],
  52. "strip-components": 0,
  53. "to": "src/absl/"
  54. },
  55. "remove": {
  56. "only-matching": [
  57. "**/*_test.c*",
  58. "**/*_testing.c*",
  59. "**/*_benchmark.c*",
  60. "**/benchmarks.c*",
  61. "**/*_test_common.c*",
  62. "**/mocking_*.c*",
  63. "**/test_util.cc",
  64. "**/mutex_nonprod.cc",
  65. "**/named_generator.cc",
  66. "**/print_hash_of.cc",
  67. "**/*_gentables.cc"
  68. ],
  69. "path": "src/"
  70. }
  71. }
  72. ],
  73. "url": "https://github.com/abseil/abseil-cpp.git"
  74. }
  75. },
  76. "2020.2.25": {
  77. "depends": {},
  78. "description": "Abseil Common Libraries",
  79. "git": {
  80. "auto-lib": "abseil/abseil",
  81. "ref": "20200225.2",
  82. "transform": [
  83. {
  84. "move": {
  85. "exclude": [],
  86. "from": "absl",
  87. "include": [],
  88. "strip-components": 0,
  89. "to": "src/absl/"
  90. },
  91. "remove": {
  92. "only-matching": [
  93. "**/*_test.c*",
  94. "**/*_testing.c*",
  95. "**/*_benchmark.c*",
  96. "**/benchmarks.c*",
  97. "**/*_test_common.c*",
  98. "**/mocking_*.c*",
  99. "**/test_util.cc",
  100. "**/mutex_nonprod.cc",
  101. "**/named_generator.cc",
  102. "**/print_hash_of.cc",
  103. "**/*_gentables.cc"
  104. ],
  105. "path": "src/"
  106. }
  107. }
  108. ],
  109. "url": "https://github.com/abseil/abseil-cpp.git"
  110. }
  111. }
  112. },
  113. "asio": {
  114. "1.12.0": {
  115. "depends": {},
  116. "description": "Asio asynchronous I/O C++ library",
  117. "git": {
  118. "auto-lib": "asio/asio",
  119. "ref": "asio-1-12-0",
  120. "transform": [
  121. {
  122. "move": {
  123. "exclude": [],
  124. "from": "asio/src",
  125. "include": [],
  126. "strip-components": 0,
  127. "to": "src/"
  128. },
  129. "remove": {
  130. "only-matching": [
  131. "doc/**",
  132. "examples/**",
  133. "tests/**",
  134. "tools/**"
  135. ],
  136. "path": "src/"
  137. }
  138. },
  139. {
  140. "edit": {
  141. "edits": [
  142. {
  143. "content": "#define ASIO_STANDALONE 1",
  144. "kind": "insert",
  145. "line": 13
  146. },
  147. {
  148. "content": "#define ASIO_SEPARATE_COMPILATION 1",
  149. "kind": "insert",
  150. "line": 14
  151. }
  152. ],
  153. "path": "include/asio/detail/config.hpp"
  154. },
  155. "move": {
  156. "exclude": [],
  157. "from": "asio/include/",
  158. "include": [],
  159. "strip-components": 0,
  160. "to": "include/"
  161. }
  162. }
  163. ],
  164. "url": "https://github.com/chriskohlhoff/asio.git"
  165. }
  166. },
  167. "1.12.1": {
  168. "depends": {},
  169. "description": "Asio asynchronous I/O C++ library",
  170. "git": {
  171. "auto-lib": "asio/asio",
  172. "ref": "asio-1-12-1",
  173. "transform": [
  174. {
  175. "move": {
  176. "exclude": [],
  177. "from": "asio/src",
  178. "include": [],
  179. "strip-components": 0,
  180. "to": "src/"
  181. },
  182. "remove": {
  183. "only-matching": [
  184. "doc/**",
  185. "examples/**",
  186. "tests/**",
  187. "tools/**"
  188. ],
  189. "path": "src/"
  190. }
  191. },
  192. {
  193. "edit": {
  194. "edits": [
  195. {
  196. "content": "#define ASIO_STANDALONE 1",
  197. "kind": "insert",
  198. "line": 13
  199. },
  200. {
  201. "content": "#define ASIO_SEPARATE_COMPILATION 1",
  202. "kind": "insert",
  203. "line": 14
  204. }
  205. ],
  206. "path": "include/asio/detail/config.hpp"
  207. },
  208. "move": {
  209. "exclude": [],
  210. "from": "asio/include/",
  211. "include": [],
  212. "strip-components": 0,
  213. "to": "include/"
  214. }
  215. }
  216. ],
  217. "url": "https://github.com/chriskohlhoff/asio.git"
  218. }
  219. },
  220. "1.12.2": {
  221. "depends": {},
  222. "description": "Asio asynchronous I/O C++ library",
  223. "git": {
  224. "auto-lib": "asio/asio",
  225. "ref": "asio-1-12-2",
  226. "transform": [
  227. {
  228. "move": {
  229. "exclude": [],
  230. "from": "asio/src",
  231. "include": [],
  232. "strip-components": 0,
  233. "to": "src/"
  234. },
  235. "remove": {
  236. "only-matching": [
  237. "doc/**",
  238. "examples/**",
  239. "tests/**",
  240. "tools/**"
  241. ],
  242. "path": "src/"
  243. }
  244. },
  245. {
  246. "edit": {
  247. "edits": [
  248. {
  249. "content": "#define ASIO_STANDALONE 1",
  250. "kind": "insert",
  251. "line": 13
  252. },
  253. {
  254. "content": "#define ASIO_SEPARATE_COMPILATION 1",
  255. "kind": "insert",
  256. "line": 14
  257. }
  258. ],
  259. "path": "include/asio/detail/config.hpp"
  260. },
  261. "move": {
  262. "exclude": [],
  263. "from": "asio/include/",
  264. "include": [],
  265. "strip-components": 0,
  266. "to": "include/"
  267. }
  268. }
  269. ],
  270. "url": "https://github.com/chriskohlhoff/asio.git"
  271. }
  272. },
  273. "1.13.0": {
  274. "depends": {},
  275. "description": "Asio asynchronous I/O C++ library",
  276. "git": {
  277. "auto-lib": "asio/asio",
  278. "ref": "asio-1-13-0",
  279. "transform": [
  280. {
  281. "move": {
  282. "exclude": [],
  283. "from": "asio/src",
  284. "include": [],
  285. "strip-components": 0,
  286. "to": "src/"
  287. },
  288. "remove": {
  289. "only-matching": [
  290. "doc/**",
  291. "examples/**",
  292. "tests/**",
  293. "tools/**"
  294. ],
  295. "path": "src/"
  296. }
  297. },
  298. {
  299. "edit": {
  300. "edits": [
  301. {
  302. "content": "#define ASIO_STANDALONE 1",
  303. "kind": "insert",
  304. "line": 13
  305. },
  306. {
  307. "content": "#define ASIO_SEPARATE_COMPILATION 1",
  308. "kind": "insert",
  309. "line": 14
  310. }
  311. ],
  312. "path": "include/asio/detail/config.hpp"
  313. },
  314. "move": {
  315. "exclude": [],
  316. "from": "asio/include/",
  317. "include": [],
  318. "strip-components": 0,
  319. "to": "include/"
  320. }
  321. }
  322. ],
  323. "url": "https://github.com/chriskohlhoff/asio.git"
  324. }
  325. },
  326. "1.14.0": {
  327. "depends": {},
  328. "description": "Asio asynchronous I/O C++ library",
  329. "git": {
  330. "auto-lib": "asio/asio",
  331. "ref": "asio-1-14-0",
  332. "transform": [
  333. {
  334. "move": {
  335. "exclude": [],
  336. "from": "asio/src",
  337. "include": [],
  338. "strip-components": 0,
  339. "to": "src/"
  340. },
  341. "remove": {
  342. "only-matching": [
  343. "doc/**",
  344. "examples/**",
  345. "tests/**",
  346. "tools/**"
  347. ],
  348. "path": "src/"
  349. }
  350. },
  351. {
  352. "edit": {
  353. "edits": [
  354. {
  355. "content": "#define ASIO_STANDALONE 1",
  356. "kind": "insert",
  357. "line": 13
  358. },
  359. {
  360. "content": "#define ASIO_SEPARATE_COMPILATION 1",
  361. "kind": "insert",
  362. "line": 14
  363. }
  364. ],
  365. "path": "include/asio/detail/config.hpp"
  366. },
  367. "move": {
  368. "exclude": [],
  369. "from": "asio/include/",
  370. "include": [],
  371. "strip-components": 0,
  372. "to": "include/"
  373. }
  374. }
  375. ],
  376. "url": "https://github.com/chriskohlhoff/asio.git"
  377. }
  378. },
  379. "1.14.1": {
  380. "depends": {},
  381. "description": "Asio asynchronous I/O C++ library",
  382. "git": {
  383. "auto-lib": "asio/asio",
  384. "ref": "asio-1-14-1",
  385. "transform": [
  386. {
  387. "move": {
  388. "exclude": [],
  389. "from": "asio/src",
  390. "include": [],
  391. "strip-components": 0,
  392. "to": "src/"
  393. },
  394. "remove": {
  395. "only-matching": [
  396. "doc/**",
  397. "examples/**",
  398. "tests/**",
  399. "tools/**"
  400. ],
  401. "path": "src/"
  402. }
  403. },
  404. {
  405. "edit": {
  406. "edits": [
  407. {
  408. "content": "#define ASIO_STANDALONE 1",
  409. "kind": "insert",
  410. "line": 13
  411. },
  412. {
  413. "content": "#define ASIO_SEPARATE_COMPILATION 1",
  414. "kind": "insert",
  415. "line": 14
  416. }
  417. ],
  418. "path": "include/asio/detail/config.hpp"
  419. },
  420. "move": {
  421. "exclude": [],
  422. "from": "asio/include/",
  423. "include": [],
  424. "strip-components": 0,
  425. "to": "include/"
  426. }
  427. }
  428. ],
  429. "url": "https://github.com/chriskohlhoff/asio.git"
  430. }
  431. },
  432. "1.16.0": {
  433. "depends": {},
  434. "description": "Asio asynchronous I/O C++ library",
  435. "git": {
  436. "auto-lib": "asio/asio",
  437. "ref": "asio-1-16-0",
  438. "transform": [
  439. {
  440. "move": {
  441. "exclude": [],
  442. "from": "asio/src",
  443. "include": [],
  444. "strip-components": 0,
  445. "to": "src/"
  446. },
  447. "remove": {
  448. "only-matching": [
  449. "doc/**",
  450. "examples/**",
  451. "tests/**",
  452. "tools/**"
  453. ],
  454. "path": "src/"
  455. }
  456. },
  457. {
  458. "edit": {
  459. "edits": [
  460. {
  461. "content": "#define ASIO_STANDALONE 1",
  462. "kind": "insert",
  463. "line": 13
  464. },
  465. {
  466. "content": "#define ASIO_SEPARATE_COMPILATION 1",
  467. "kind": "insert",
  468. "line": 14
  469. }
  470. ],
  471. "path": "include/asio/detail/config.hpp"
  472. },
  473. "move": {
  474. "exclude": [],
  475. "from": "asio/include/",
  476. "include": [],
  477. "strip-components": 0,
  478. "to": "include/"
  479. }
  480. }
  481. ],
  482. "url": "https://github.com/chriskohlhoff/asio.git"
  483. }
  484. },
  485. "1.16.1": {
  486. "depends": {},
  487. "description": "Asio asynchronous I/O C++ library",
  488. "git": {
  489. "auto-lib": "asio/asio",
  490. "ref": "asio-1-16-1",
  491. "transform": [
  492. {
  493. "move": {
  494. "exclude": [],
  495. "from": "asio/src",
  496. "include": [],
  497. "strip-components": 0,
  498. "to": "src/"
  499. },
  500. "remove": {
  501. "only-matching": [
  502. "doc/**",
  503. "examples/**",
  504. "tests/**",
  505. "tools/**"
  506. ],
  507. "path": "src/"
  508. }
  509. },
  510. {
  511. "edit": {
  512. "edits": [
  513. {
  514. "content": "#define ASIO_STANDALONE 1",
  515. "kind": "insert",
  516. "line": 13
  517. },
  518. {
  519. "content": "#define ASIO_SEPARATE_COMPILATION 1",
  520. "kind": "insert",
  521. "line": 14
  522. }
  523. ],
  524. "path": "include/asio/detail/config.hpp"
  525. },
  526. "move": {
  527. "exclude": [],
  528. "from": "asio/include/",
  529. "include": [],
  530. "strip-components": 0,
  531. "to": "include/"
  532. }
  533. }
  534. ],
  535. "url": "https://github.com/chriskohlhoff/asio.git"
  536. }
  537. }
  538. },
  539. "boost.leaf": {
  540. "0.1.0": {
  541. "depends": {},
  542. "description": "(No description was provided)",
  543. "git": {
  544. "auto-lib": "boost/leaf",
  545. "ref": "0.1.0",
  546. "transform": [],
  547. "url": "https://github.com/zajo/leaf.git"
  548. }
  549. },
  550. "0.2.0": {
  551. "depends": {},
  552. "description": "(No description was provided)",
  553. "git": {
  554. "auto-lib": "boost/leaf",
  555. "ref": "0.2.0",
  556. "transform": [],
  557. "url": "https://github.com/zajo/leaf.git"
  558. }
  559. },
  560. "0.2.1": {
  561. "depends": {},
  562. "description": "(No description was provided)",
  563. "git": {
  564. "auto-lib": "boost/leaf",
  565. "ref": "0.2.1",
  566. "transform": [],
  567. "url": "https://github.com/zajo/leaf.git"
  568. }
  569. },
  570. "0.2.2": {
  571. "depends": {},
  572. "description": "(No description was provided)",
  573. "git": {
  574. "auto-lib": "boost/leaf",
  575. "ref": "0.2.2",
  576. "transform": [],
  577. "url": "https://github.com/zajo/leaf.git"
  578. }
  579. },
  580. "0.2.3": {
  581. "depends": {},
  582. "description": "(No description was provided)",
  583. "git": {
  584. "auto-lib": "boost/leaf",
  585. "ref": "0.2.3",
  586. "transform": [],
  587. "url": "https://github.com/zajo/leaf.git"
  588. }
  589. },
  590. "0.2.4": {
  591. "depends": {},
  592. "description": "(No description was provided)",
  593. "git": {
  594. "auto-lib": "boost/leaf",
  595. "ref": "0.2.4",
  596. "transform": [],
  597. "url": "https://github.com/zajo/leaf.git"
  598. }
  599. },
  600. "0.2.5": {
  601. "depends": {},
  602. "description": "(No description was provided)",
  603. "git": {
  604. "auto-lib": "boost/leaf",
  605. "ref": "0.2.5",
  606. "transform": [],
  607. "url": "https://github.com/zajo/leaf.git"
  608. }
  609. },
  610. "0.3.0": {
  611. "depends": {},
  612. "description": "(No description was provided)",
  613. "git": {
  614. "auto-lib": "boost/leaf",
  615. "ref": "0.3.0",
  616. "transform": [],
  617. "url": "https://github.com/zajo/leaf.git"
  618. }
  619. }
  620. },
  621. "boost.mp11": {
  622. "1.70.0": {
  623. "depends": {},
  624. "description": "(No description was provided)",
  625. "git": {
  626. "auto-lib": "boost/mp11",
  627. "ref": "boost-1.70.0",
  628. "transform": [],
  629. "url": "https://github.com/boostorg/mp11.git"
  630. }
  631. },
  632. "1.71.0": {
  633. "depends": {},
  634. "description": "(No description was provided)",
  635. "git": {
  636. "auto-lib": "boost/mp11",
  637. "ref": "boost-1.71.0",
  638. "transform": [],
  639. "url": "https://github.com/boostorg/mp11.git"
  640. }
  641. },
  642. "1.72.0": {
  643. "depends": {},
  644. "description": "(No description was provided)",
  645. "git": {
  646. "auto-lib": "boost/mp11",
  647. "ref": "boost-1.72.0",
  648. "transform": [],
  649. "url": "https://github.com/boostorg/mp11.git"
  650. }
  651. },
  652. "1.73.0": {
  653. "depends": {},
  654. "description": "(No description was provided)",
  655. "git": {
  656. "auto-lib": "boost/mp11",
  657. "ref": "boost-1.73.0",
  658. "transform": [],
  659. "url": "https://github.com/boostorg/mp11.git"
  660. }
  661. }
  662. },
  663. "boost.pfr": {
  664. "1.0.0": {
  665. "depends": {},
  666. "description": "(No description was provided)",
  667. "git": {
  668. "auto-lib": "boost/pfr",
  669. "ref": "1.0.0",
  670. "transform": [],
  671. "url": "https://github.com/apolukhin/magic_get.git"
  672. }
  673. },
  674. "1.0.1": {
  675. "depends": {},
  676. "description": "(No description was provided)",
  677. "git": {
  678. "auto-lib": "boost/pfr",
  679. "ref": "1.0.1",
  680. "transform": [],
  681. "url": "https://github.com/apolukhin/magic_get.git"
  682. }
  683. }
  684. },
  685. "catch2": {
  686. "2.12.4": {
  687. "depends": {},
  688. "description": "A modern C++ unit testing library",
  689. "git": {
  690. "auto-lib": "catch2/catch2",
  691. "ref": "v2.12.4",
  692. "transform": [
  693. {
  694. "move": {
  695. "exclude": [],
  696. "from": "include",
  697. "include": [],
  698. "strip-components": 0,
  699. "to": "include/catch2"
  700. }
  701. },
  702. {
  703. "copy": {
  704. "exclude": [],
  705. "from": "include",
  706. "include": [],
  707. "strip-components": 0,
  708. "to": "src"
  709. },
  710. "write": {
  711. "content": "\n #pragma once\n\n #define CATCH_CONFIG_MAIN\n #include \"./catch.hpp\"\n\n namespace Catch {\n\n CATCH_REGISTER_REPORTER(\"console\", ConsoleReporter)\n\n }\n ",
  712. "path": "include/catch2/catch_with_main.hpp"
  713. }
  714. }
  715. ],
  716. "url": "https://github.com/catchorg/Catch2.git"
  717. }
  718. }
  719. },
  720. "cereal": {
  721. "0.9.0": {
  722. "depends": {},
  723. "description": "A C++11 library for serialization",
  724. "git": {
  725. "auto-lib": "cereal/cereal",
  726. "ref": "v0.9.0",
  727. "transform": [],
  728. "url": "https://github.com/USCiLab/cereal.git"
  729. }
  730. },
  731. "0.9.1": {
  732. "depends": {},
  733. "description": "A C++11 library for serialization",
  734. "git": {
  735. "auto-lib": "cereal/cereal",
  736. "ref": "v0.9.1",
  737. "transform": [],
  738. "url": "https://github.com/USCiLab/cereal.git"
  739. }
  740. },
  741. "1.0.0": {
  742. "depends": {},
  743. "description": "A C++11 library for serialization",
  744. "git": {
  745. "auto-lib": "cereal/cereal",
  746. "ref": "v1.0.0",
  747. "transform": [],
  748. "url": "https://github.com/USCiLab/cereal.git"
  749. }
  750. },
  751. "1.1.0": {
  752. "depends": {},
  753. "description": "A C++11 library for serialization",
  754. "git": {
  755. "auto-lib": "cereal/cereal",
  756. "ref": "v1.1.0",
  757. "transform": [],
  758. "url": "https://github.com/USCiLab/cereal.git"
  759. }
  760. },
  761. "1.1.1": {
  762. "depends": {},
  763. "description": "A C++11 library for serialization",
  764. "git": {
  765. "auto-lib": "cereal/cereal",
  766. "ref": "v1.1.1",
  767. "transform": [],
  768. "url": "https://github.com/USCiLab/cereal.git"
  769. }
  770. },
  771. "1.1.2": {
  772. "depends": {},
  773. "description": "A C++11 library for serialization",
  774. "git": {
  775. "auto-lib": "cereal/cereal",
  776. "ref": "v1.1.2",
  777. "transform": [],
  778. "url": "https://github.com/USCiLab/cereal.git"
  779. }
  780. },
  781. "1.2.0": {
  782. "depends": {},
  783. "description": "A C++11 library for serialization",
  784. "git": {
  785. "auto-lib": "cereal/cereal",
  786. "ref": "v1.2.0",
  787. "transform": [],
  788. "url": "https://github.com/USCiLab/cereal.git"
  789. }
  790. },
  791. "1.2.1": {
  792. "depends": {},
  793. "description": "A C++11 library for serialization",
  794. "git": {
  795. "auto-lib": "cereal/cereal",
  796. "ref": "v1.2.1",
  797. "transform": [],
  798. "url": "https://github.com/USCiLab/cereal.git"
  799. }
  800. },
  801. "1.2.2": {
  802. "depends": {},
  803. "description": "A C++11 library for serialization",
  804. "git": {
  805. "auto-lib": "cereal/cereal",
  806. "ref": "v1.2.2",
  807. "transform": [],
  808. "url": "https://github.com/USCiLab/cereal.git"
  809. }
  810. },
  811. "1.3.0": {
  812. "depends": {},
  813. "description": "A C++11 library for serialization",
  814. "git": {
  815. "auto-lib": "cereal/cereal",
  816. "ref": "v1.3.0",
  817. "transform": [],
  818. "url": "https://github.com/USCiLab/cereal.git"
  819. }
  820. }
  821. },
  822. "ctre": {
  823. "2.8.1": {
  824. "depends": {},
  825. "description": "A compile-time PCRE (almost) compatible regular expression matcher",
  826. "git": {
  827. "auto-lib": "hanickadot/ctre",
  828. "ref": "v2.8.1",
  829. "transform": [],
  830. "url": "https://github.com/hanickadot/compile-time-regular-expressions.git"
  831. }
  832. },
  833. "2.8.2": {
  834. "depends": {},
  835. "description": "A compile-time PCRE (almost) compatible regular expression matcher",
  836. "git": {
  837. "auto-lib": "hanickadot/ctre",
  838. "ref": "v2.8.2",
  839. "transform": [],
  840. "url": "https://github.com/hanickadot/compile-time-regular-expressions.git"
  841. }
  842. },
  843. "2.8.3": {
  844. "depends": {},
  845. "description": "A compile-time PCRE (almost) compatible regular expression matcher",
  846. "git": {
  847. "auto-lib": "hanickadot/ctre",
  848. "ref": "v2.8.3",
  849. "transform": [],
  850. "url": "https://github.com/hanickadot/compile-time-regular-expressions.git"
  851. }
  852. },
  853. "2.8.4": {
  854. "depends": {},
  855. "description": "A compile-time PCRE (almost) compatible regular expression matcher",
  856. "git": {
  857. "auto-lib": "hanickadot/ctre",
  858. "ref": "v2.8.4",
  859. "transform": [],
  860. "url": "https://github.com/hanickadot/compile-time-regular-expressions.git"
  861. }
  862. }
  863. },
  864. "fmt": {
  865. "6.0.0": {
  866. "depends": {},
  867. "description": "A modern formatting library : https://fmt.dev/",
  868. "git": {
  869. "auto-lib": "fmt/fmt",
  870. "ref": "6.0.0",
  871. "transform": [],
  872. "url": "https://github.com/fmtlib/fmt.git"
  873. }
  874. },
  875. "6.1.0": {
  876. "depends": {},
  877. "description": "A modern formatting library : https://fmt.dev/",
  878. "git": {
  879. "auto-lib": "fmt/fmt",
  880. "ref": "6.1.0",
  881. "transform": [],
  882. "url": "https://github.com/fmtlib/fmt.git"
  883. }
  884. },
  885. "6.1.1": {
  886. "depends": {},
  887. "description": "A modern formatting library : https://fmt.dev/",
  888. "git": {
  889. "auto-lib": "fmt/fmt",
  890. "ref": "6.1.1",
  891. "transform": [],
  892. "url": "https://github.com/fmtlib/fmt.git"
  893. }
  894. },
  895. "6.1.2": {
  896. "depends": {},
  897. "description": "A modern formatting library : https://fmt.dev/",
  898. "git": {
  899. "auto-lib": "fmt/fmt",
  900. "ref": "6.1.2",
  901. "transform": [],
  902. "url": "https://github.com/fmtlib/fmt.git"
  903. }
  904. },
  905. "6.2.0": {
  906. "depends": {},
  907. "description": "A modern formatting library : https://fmt.dev/",
  908. "git": {
  909. "auto-lib": "fmt/fmt",
  910. "ref": "6.2.0",
  911. "transform": [],
  912. "url": "https://github.com/fmtlib/fmt.git"
  913. }
  914. },
  915. "6.2.1": {
  916. "depends": {},
  917. "description": "A modern formatting library : https://fmt.dev/",
  918. "git": {
  919. "auto-lib": "fmt/fmt",
  920. "ref": "6.2.1",
  921. "transform": [],
  922. "url": "https://github.com/fmtlib/fmt.git"
  923. }
  924. },
  925. "7.0.0": {
  926. "depends": {},
  927. "description": "A modern formatting library : https://fmt.dev/",
  928. "git": {
  929. "auto-lib": "fmt/fmt",
  930. "ref": "7.0.0",
  931. "transform": [],
  932. "url": "https://github.com/fmtlib/fmt.git"
  933. }
  934. },
  935. "7.0.1": {
  936. "depends": {},
  937. "description": "A modern formatting library : https://fmt.dev/",
  938. "git": {
  939. "auto-lib": "fmt/fmt",
  940. "ref": "7.0.1",
  941. "transform": [],
  942. "url": "https://github.com/fmtlib/fmt.git"
  943. }
  944. }
  945. },
  946. "inja": {
  947. "1.0.0": {
  948. "depends": {},
  949. "description": "A Template Engine for Modern C++",
  950. "git": {
  951. "auto-lib": "inja/inja",
  952. "ref": "v1.0.0",
  953. "transform": [],
  954. "url": "https://github.com/pantor/inja.git"
  955. }
  956. },
  957. "2.0.0": {
  958. "depends": {},
  959. "description": "A Template Engine for Modern C++",
  960. "git": {
  961. "auto-lib": "inja/inja",
  962. "ref": "v2.0.0",
  963. "transform": [],
  964. "url": "https://github.com/pantor/inja.git"
  965. }
  966. },
  967. "2.0.1": {
  968. "depends": {},
  969. "description": "A Template Engine for Modern C++",
  970. "git": {
  971. "auto-lib": "inja/inja",
  972. "ref": "v2.0.1",
  973. "transform": [],
  974. "url": "https://github.com/pantor/inja.git"
  975. }
  976. },
  977. "2.1.0": {
  978. "depends": {
  979. "nlohmann-json": "+0.0.0"
  980. },
  981. "description": "A Template Engine for Modern C++",
  982. "git": {
  983. "ref": "v2.1.0",
  984. "transform": [
  985. {
  986. "write": {
  987. "content": "{\"name\": \"inja\", \"namespace\": \"inja\", \"version\": \"2.1.0\", \"depends\": [\"nlohmann-json+0.0.0\"]}",
  988. "path": "package.json"
  989. }
  990. },
  991. {
  992. "write": {
  993. "content": "{\"name\": \"inja\", \"uses\": [\"nlohmann/json\"]}",
  994. "path": "library.json"
  995. }
  996. }
  997. ],
  998. "url": "https://github.com/pantor/inja.git"
  999. }
  1000. },
  1001. "2.2.0": {
  1002. "depends": {
  1003. "nlohmann-json": "+0.0.0"
  1004. },
  1005. "description": "A Template Engine for Modern C++",
  1006. "git": {
  1007. "ref": "v2.2.0",
  1008. "transform": [
  1009. {
  1010. "write": {
  1011. "content": "{\"name\": \"inja\", \"namespace\": \"inja\", \"version\": \"2.2.0\", \"depends\": [\"nlohmann-json+0.0.0\"]}",
  1012. "path": "package.json"
  1013. }
  1014. },
  1015. {
  1016. "write": {
  1017. "content": "{\"name\": \"inja\", \"uses\": [\"nlohmann/json\"]}",
  1018. "path": "library.json"
  1019. }
  1020. }
  1021. ],
  1022. "url": "https://github.com/pantor/inja.git"
  1023. }
  1024. }
  1025. },
  1026. "libsodium": {
  1027. "1.0.10": {
  1028. "depends": {},
  1029. "description": "Sodium is a new, easy-to-use software library for encryption,\ndecryption, signatures, password hashing and more.",
  1030. "git": {
  1031. "auto-lib": "sodium/sodium",
  1032. "ref": "1.0.10",
  1033. "transform": [
  1034. {
  1035. "edit": {
  1036. "edits": [
  1037. {
  1038. "content": "#define SODIUM_STATIC 1",
  1039. "kind": "insert",
  1040. "line": 8
  1041. }
  1042. ],
  1043. "path": "include/sodium/export.h"
  1044. },
  1045. "move": {
  1046. "exclude": [],
  1047. "from": "src/libsodium/include",
  1048. "include": [],
  1049. "strip-components": 0,
  1050. "to": "include/"
  1051. }
  1052. },
  1053. {
  1054. "copy": {
  1055. "exclude": [],
  1056. "from": "builds/msvc/version.h",
  1057. "include": [],
  1058. "strip-components": 0,
  1059. "to": "include/sodium/version.h"
  1060. },
  1061. "move": {
  1062. "exclude": [],
  1063. "from": "src/libsodium",
  1064. "include": [],
  1065. "strip-components": 0,
  1066. "to": "src/"
  1067. },
  1068. "remove": {
  1069. "only-matching": [],
  1070. "path": "src/libsodium"
  1071. }
  1072. },
  1073. {
  1074. "copy": {
  1075. "exclude": [],
  1076. "from": "include",
  1077. "include": [],
  1078. "strip-components": 1,
  1079. "to": "src/"
  1080. }
  1081. }
  1082. ],
  1083. "url": "https://github.com/jedisct1/libsodium.git"
  1084. }
  1085. },
  1086. "1.0.11": {
  1087. "depends": {},
  1088. "description": "Sodium is a new, easy-to-use software library for encryption,\ndecryption, signatures, password hashing and more.",
  1089. "git": {
  1090. "auto-lib": "sodium/sodium",
  1091. "ref": "1.0.11",
  1092. "transform": [
  1093. {
  1094. "edit": {
  1095. "edits": [
  1096. {
  1097. "content": "#define SODIUM_STATIC 1",
  1098. "kind": "insert",
  1099. "line": 8
  1100. }
  1101. ],
  1102. "path": "include/sodium/export.h"
  1103. },
  1104. "move": {
  1105. "exclude": [],
  1106. "from": "src/libsodium/include",
  1107. "include": [],
  1108. "strip-components": 0,
  1109. "to": "include/"
  1110. }
  1111. },
  1112. {
  1113. "copy": {
  1114. "exclude": [],
  1115. "from": "builds/msvc/version.h",
  1116. "include": [],
  1117. "strip-components": 0,
  1118. "to": "include/sodium/version.h"
  1119. },
  1120. "move": {
  1121. "exclude": [],
  1122. "from": "src/libsodium",
  1123. "include": [],
  1124. "strip-components": 0,
  1125. "to": "src/"
  1126. },
  1127. "remove": {
  1128. "only-matching": [],
  1129. "path": "src/libsodium"
  1130. }
  1131. },
  1132. {
  1133. "copy": {
  1134. "exclude": [],
  1135. "from": "include",
  1136. "include": [],
  1137. "strip-components": 1,
  1138. "to": "src/"
  1139. }
  1140. }
  1141. ],
  1142. "url": "https://github.com/jedisct1/libsodium.git"
  1143. }
  1144. },
  1145. "1.0.12": {
  1146. "depends": {},
  1147. "description": "Sodium is a new, easy-to-use software library for encryption,\ndecryption, signatures, password hashing and more.",
  1148. "git": {
  1149. "auto-lib": "sodium/sodium",
  1150. "ref": "1.0.12",
  1151. "transform": [
  1152. {
  1153. "edit": {
  1154. "edits": [
  1155. {
  1156. "content": "#define SODIUM_STATIC 1",
  1157. "kind": "insert",
  1158. "line": 8
  1159. }
  1160. ],
  1161. "path": "include/sodium/export.h"
  1162. },
  1163. "move": {
  1164. "exclude": [],
  1165. "from": "src/libsodium/include",
  1166. "include": [],
  1167. "strip-components": 0,
  1168. "to": "include/"
  1169. }
  1170. },
  1171. {
  1172. "copy": {
  1173. "exclude": [],
  1174. "from": "builds/msvc/version.h",
  1175. "include": [],
  1176. "strip-components": 0,
  1177. "to": "include/sodium/version.h"
  1178. },
  1179. "move": {
  1180. "exclude": [],
  1181. "from": "src/libsodium",
  1182. "include": [],
  1183. "strip-components": 0,
  1184. "to": "src/"
  1185. },
  1186. "remove": {
  1187. "only-matching": [],
  1188. "path": "src/libsodium"
  1189. }
  1190. },
  1191. {
  1192. "copy": {
  1193. "exclude": [],
  1194. "from": "include",
  1195. "include": [],
  1196. "strip-components": 1,
  1197. "to": "src/"
  1198. }
  1199. }
  1200. ],
  1201. "url": "https://github.com/jedisct1/libsodium.git"
  1202. }
  1203. },
  1204. "1.0.13": {
  1205. "depends": {},
  1206. "description": "Sodium is a new, easy-to-use software library for encryption,\ndecryption, signatures, password hashing and more.",
  1207. "git": {
  1208. "auto-lib": "sodium/sodium",
  1209. "ref": "1.0.13",
  1210. "transform": [
  1211. {
  1212. "edit": {
  1213. "edits": [
  1214. {
  1215. "content": "#define SODIUM_STATIC 1",
  1216. "kind": "insert",
  1217. "line": 8
  1218. }
  1219. ],
  1220. "path": "include/sodium/export.h"
  1221. },
  1222. "move": {
  1223. "exclude": [],
  1224. "from": "src/libsodium/include",
  1225. "include": [],
  1226. "strip-components": 0,
  1227. "to": "include/"
  1228. }
  1229. },
  1230. {
  1231. "copy": {
  1232. "exclude": [],
  1233. "from": "builds/msvc/version.h",
  1234. "include": [],
  1235. "strip-components": 0,
  1236. "to": "include/sodium/version.h"
  1237. },
  1238. "move": {
  1239. "exclude": [],
  1240. "from": "src/libsodium",
  1241. "include": [],
  1242. "strip-components": 0,
  1243. "to": "src/"
  1244. },
  1245. "remove": {
  1246. "only-matching": [],
  1247. "path": "src/libsodium"
  1248. }
  1249. },
  1250. {
  1251. "copy": {
  1252. "exclude": [],
  1253. "from": "include",
  1254. "include": [],
  1255. "strip-components": 1,
  1256. "to": "src/"
  1257. }
  1258. }
  1259. ],
  1260. "url": "https://github.com/jedisct1/libsodium.git"
  1261. }
  1262. },
  1263. "1.0.14": {
  1264. "depends": {},
  1265. "description": "Sodium is a new, easy-to-use software library for encryption,\ndecryption, signatures, password hashing and more.",
  1266. "git": {
  1267. "auto-lib": "sodium/sodium",
  1268. "ref": "1.0.14",
  1269. "transform": [
  1270. {
  1271. "edit": {
  1272. "edits": [
  1273. {
  1274. "content": "#define SODIUM_STATIC 1",
  1275. "kind": "insert",
  1276. "line": 8
  1277. }
  1278. ],
  1279. "path": "include/sodium/export.h"
  1280. },
  1281. "move": {
  1282. "exclude": [],
  1283. "from": "src/libsodium/include",
  1284. "include": [],
  1285. "strip-components": 0,
  1286. "to": "include/"
  1287. }
  1288. },
  1289. {
  1290. "copy": {
  1291. "exclude": [],
  1292. "from": "builds/msvc/version.h",
  1293. "include": [],
  1294. "strip-components": 0,
  1295. "to": "include/sodium/version.h"
  1296. },
  1297. "move": {
  1298. "exclude": [],
  1299. "from": "src/libsodium",
  1300. "include": [],
  1301. "strip-components": 0,
  1302. "to": "src/"
  1303. },
  1304. "remove": {
  1305. "only-matching": [],
  1306. "path": "src/libsodium"
  1307. }
  1308. },
  1309. {
  1310. "copy": {
  1311. "exclude": [],
  1312. "from": "include",
  1313. "include": [],
  1314. "strip-components": 1,
  1315. "to": "src/"
  1316. }
  1317. }
  1318. ],
  1319. "url": "https://github.com/jedisct1/libsodium.git"
  1320. }
  1321. },
  1322. "1.0.15": {
  1323. "depends": {},
  1324. "description": "Sodium is a new, easy-to-use software library for encryption,\ndecryption, signatures, password hashing and more.",
  1325. "git": {
  1326. "auto-lib": "sodium/sodium",
  1327. "ref": "1.0.15",
  1328. "transform": [
  1329. {
  1330. "edit": {
  1331. "edits": [
  1332. {
  1333. "content": "#define SODIUM_STATIC 1",
  1334. "kind": "insert",
  1335. "line": 8
  1336. }
  1337. ],
  1338. "path": "include/sodium/export.h"
  1339. },
  1340. "move": {
  1341. "exclude": [],
  1342. "from": "src/libsodium/include",
  1343. "include": [],
  1344. "strip-components": 0,
  1345. "to": "include/"
  1346. }
  1347. },
  1348. {
  1349. "copy": {
  1350. "exclude": [],
  1351. "from": "builds/msvc/version.h",
  1352. "include": [],
  1353. "strip-components": 0,
  1354. "to": "include/sodium/version.h"
  1355. },
  1356. "move": {
  1357. "exclude": [],
  1358. "from": "src/libsodium",
  1359. "include": [],
  1360. "strip-components": 0,
  1361. "to": "src/"
  1362. },
  1363. "remove": {
  1364. "only-matching": [],
  1365. "path": "src/libsodium"
  1366. }
  1367. },
  1368. {
  1369. "copy": {
  1370. "exclude": [],
  1371. "from": "include",
  1372. "include": [],
  1373. "strip-components": 1,
  1374. "to": "src/"
  1375. }
  1376. }
  1377. ],
  1378. "url": "https://github.com/jedisct1/libsodium.git"
  1379. }
  1380. },
  1381. "1.0.16": {
  1382. "depends": {},
  1383. "description": "Sodium is a new, easy-to-use software library for encryption,\ndecryption, signatures, password hashing and more.",
  1384. "git": {
  1385. "auto-lib": "sodium/sodium",
  1386. "ref": "1.0.16",
  1387. "transform": [
  1388. {
  1389. "edit": {
  1390. "edits": [
  1391. {
  1392. "content": "#define SODIUM_STATIC 1",
  1393. "kind": "insert",
  1394. "line": 8
  1395. }
  1396. ],
  1397. "path": "include/sodium/export.h"
  1398. },
  1399. "move": {
  1400. "exclude": [],
  1401. "from": "src/libsodium/include",
  1402. "include": [],
  1403. "strip-components": 0,
  1404. "to": "include/"
  1405. }
  1406. },
  1407. {
  1408. "copy": {
  1409. "exclude": [],
  1410. "from": "builds/msvc/version.h",
  1411. "include": [],
  1412. "strip-components": 0,
  1413. "to": "include/sodium/version.h"
  1414. },
  1415. "move": {
  1416. "exclude": [],
  1417. "from": "src/libsodium",
  1418. "include": [],
  1419. "strip-components": 0,
  1420. "to": "src/"
  1421. },
  1422. "remove": {
  1423. "only-matching": [],
  1424. "path": "src/libsodium"
  1425. }
  1426. },
  1427. {
  1428. "copy": {
  1429. "exclude": [],
  1430. "from": "include",
  1431. "include": [],
  1432. "strip-components": 1,
  1433. "to": "src/"
  1434. }
  1435. }
  1436. ],
  1437. "url": "https://github.com/jedisct1/libsodium.git"
  1438. }
  1439. },
  1440. "1.0.17": {
  1441. "depends": {},
  1442. "description": "Sodium is a new, easy-to-use software library for encryption,\ndecryption, signatures, password hashing and more.",
  1443. "git": {
  1444. "auto-lib": "sodium/sodium",
  1445. "ref": "1.0.17",
  1446. "transform": [
  1447. {
  1448. "edit": {
  1449. "edits": [
  1450. {
  1451. "content": "#define SODIUM_STATIC 1",
  1452. "kind": "insert",
  1453. "line": 8
  1454. }
  1455. ],
  1456. "path": "include/sodium/export.h"
  1457. },
  1458. "move": {
  1459. "exclude": [],
  1460. "from": "src/libsodium/include",
  1461. "include": [],
  1462. "strip-components": 0,
  1463. "to": "include/"
  1464. }
  1465. },
  1466. {
  1467. "copy": {
  1468. "exclude": [],
  1469. "from": "builds/msvc/version.h",
  1470. "include": [],
  1471. "strip-components": 0,
  1472. "to": "include/sodium/version.h"
  1473. },
  1474. "move": {
  1475. "exclude": [],
  1476. "from": "src/libsodium",
  1477. "include": [],
  1478. "strip-components": 0,
  1479. "to": "src/"
  1480. },
  1481. "remove": {
  1482. "only-matching": [],
  1483. "path": "src/libsodium"
  1484. }
  1485. },
  1486. {
  1487. "copy": {
  1488. "exclude": [],
  1489. "from": "include",
  1490. "include": [],
  1491. "strip-components": 1,
  1492. "to": "src/"
  1493. }
  1494. }
  1495. ],
  1496. "url": "https://github.com/jedisct1/libsodium.git"
  1497. }
  1498. },
  1499. "1.0.18": {
  1500. "depends": {},
  1501. "description": "Sodium is a new, easy-to-use software library for encryption,\ndecryption, signatures, password hashing and more.",
  1502. "git": {
  1503. "auto-lib": "sodium/sodium",
  1504. "ref": "1.0.18",
  1505. "transform": [
  1506. {
  1507. "edit": {
  1508. "edits": [
  1509. {
  1510. "content": "#define SODIUM_STATIC 1",
  1511. "kind": "insert",
  1512. "line": 8
  1513. }
  1514. ],
  1515. "path": "include/sodium/export.h"
  1516. },
  1517. "move": {
  1518. "exclude": [],
  1519. "from": "src/libsodium/include",
  1520. "include": [],
  1521. "strip-components": 0,
  1522. "to": "include/"
  1523. }
  1524. },
  1525. {
  1526. "copy": {
  1527. "exclude": [],
  1528. "from": "builds/msvc/version.h",
  1529. "include": [],
  1530. "strip-components": 0,
  1531. "to": "include/sodium/version.h"
  1532. },
  1533. "move": {
  1534. "exclude": [],
  1535. "from": "src/libsodium",
  1536. "include": [],
  1537. "strip-components": 0,
  1538. "to": "src/"
  1539. },
  1540. "remove": {
  1541. "only-matching": [],
  1542. "path": "src/libsodium"
  1543. }
  1544. },
  1545. {
  1546. "copy": {
  1547. "exclude": [],
  1548. "from": "include",
  1549. "include": [],
  1550. "strip-components": 1,
  1551. "to": "src/"
  1552. }
  1553. }
  1554. ],
  1555. "url": "https://github.com/jedisct1/libsodium.git"
  1556. }
  1557. }
  1558. },
  1559. "lua": {
  1560. "5.1.1": {
  1561. "depends": {},
  1562. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1563. "git": {
  1564. "auto-lib": "lua/lua",
  1565. "ref": "v5.1.1",
  1566. "transform": [
  1567. {
  1568. "move": {
  1569. "exclude": [],
  1570. "from": ".",
  1571. "include": [
  1572. "*.c",
  1573. "*.h"
  1574. ],
  1575. "strip-components": 0,
  1576. "to": "src/"
  1577. }
  1578. }
  1579. ],
  1580. "url": "https://github.com/lua/lua.git"
  1581. }
  1582. },
  1583. "5.2.0": {
  1584. "depends": {},
  1585. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1586. "git": {
  1587. "auto-lib": "lua/lua",
  1588. "ref": "v5.2.0",
  1589. "transform": [
  1590. {
  1591. "move": {
  1592. "exclude": [],
  1593. "from": ".",
  1594. "include": [
  1595. "*.c",
  1596. "*.h"
  1597. ],
  1598. "strip-components": 0,
  1599. "to": "src/"
  1600. }
  1601. }
  1602. ],
  1603. "url": "https://github.com/lua/lua.git"
  1604. }
  1605. },
  1606. "5.2.1": {
  1607. "depends": {},
  1608. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1609. "git": {
  1610. "auto-lib": "lua/lua",
  1611. "ref": "v5.2.1",
  1612. "transform": [
  1613. {
  1614. "move": {
  1615. "exclude": [],
  1616. "from": ".",
  1617. "include": [
  1618. "*.c",
  1619. "*.h"
  1620. ],
  1621. "strip-components": 0,
  1622. "to": "src/"
  1623. }
  1624. }
  1625. ],
  1626. "url": "https://github.com/lua/lua.git"
  1627. }
  1628. },
  1629. "5.2.2": {
  1630. "depends": {},
  1631. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1632. "git": {
  1633. "auto-lib": "lua/lua",
  1634. "ref": "v5.2.2",
  1635. "transform": [
  1636. {
  1637. "move": {
  1638. "exclude": [],
  1639. "from": ".",
  1640. "include": [
  1641. "*.c",
  1642. "*.h"
  1643. ],
  1644. "strip-components": 0,
  1645. "to": "src/"
  1646. }
  1647. }
  1648. ],
  1649. "url": "https://github.com/lua/lua.git"
  1650. }
  1651. },
  1652. "5.2.3": {
  1653. "depends": {},
  1654. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1655. "git": {
  1656. "auto-lib": "lua/lua",
  1657. "ref": "v5.2.3",
  1658. "transform": [
  1659. {
  1660. "move": {
  1661. "exclude": [],
  1662. "from": ".",
  1663. "include": [
  1664. "*.c",
  1665. "*.h"
  1666. ],
  1667. "strip-components": 0,
  1668. "to": "src/"
  1669. }
  1670. }
  1671. ],
  1672. "url": "https://github.com/lua/lua.git"
  1673. }
  1674. },
  1675. "5.3.0": {
  1676. "depends": {},
  1677. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1678. "git": {
  1679. "auto-lib": "lua/lua",
  1680. "ref": "v5.3.0",
  1681. "transform": [
  1682. {
  1683. "move": {
  1684. "exclude": [],
  1685. "from": ".",
  1686. "include": [
  1687. "*.c",
  1688. "*.h"
  1689. ],
  1690. "strip-components": 0,
  1691. "to": "src/"
  1692. }
  1693. }
  1694. ],
  1695. "url": "https://github.com/lua/lua.git"
  1696. }
  1697. },
  1698. "5.3.1": {
  1699. "depends": {},
  1700. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1701. "git": {
  1702. "auto-lib": "lua/lua",
  1703. "ref": "v5.3.1",
  1704. "transform": [
  1705. {
  1706. "move": {
  1707. "exclude": [],
  1708. "from": ".",
  1709. "include": [
  1710. "*.c",
  1711. "*.h"
  1712. ],
  1713. "strip-components": 0,
  1714. "to": "src/"
  1715. }
  1716. }
  1717. ],
  1718. "url": "https://github.com/lua/lua.git"
  1719. }
  1720. },
  1721. "5.3.2": {
  1722. "depends": {},
  1723. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1724. "git": {
  1725. "auto-lib": "lua/lua",
  1726. "ref": "v5.3.2",
  1727. "transform": [
  1728. {
  1729. "move": {
  1730. "exclude": [],
  1731. "from": ".",
  1732. "include": [
  1733. "*.c",
  1734. "*.h"
  1735. ],
  1736. "strip-components": 0,
  1737. "to": "src/"
  1738. }
  1739. }
  1740. ],
  1741. "url": "https://github.com/lua/lua.git"
  1742. }
  1743. },
  1744. "5.3.3": {
  1745. "depends": {},
  1746. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1747. "git": {
  1748. "auto-lib": "lua/lua",
  1749. "ref": "v5.3.3",
  1750. "transform": [
  1751. {
  1752. "move": {
  1753. "exclude": [],
  1754. "from": ".",
  1755. "include": [
  1756. "*.c",
  1757. "*.h"
  1758. ],
  1759. "strip-components": 0,
  1760. "to": "src/"
  1761. }
  1762. }
  1763. ],
  1764. "url": "https://github.com/lua/lua.git"
  1765. }
  1766. },
  1767. "5.3.4": {
  1768. "depends": {},
  1769. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1770. "git": {
  1771. "auto-lib": "lua/lua",
  1772. "ref": "v5.3.4",
  1773. "transform": [
  1774. {
  1775. "move": {
  1776. "exclude": [],
  1777. "from": ".",
  1778. "include": [
  1779. "*.c",
  1780. "*.h"
  1781. ],
  1782. "strip-components": 0,
  1783. "to": "src/"
  1784. }
  1785. }
  1786. ],
  1787. "url": "https://github.com/lua/lua.git"
  1788. }
  1789. },
  1790. "5.3.5": {
  1791. "depends": {},
  1792. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1793. "git": {
  1794. "auto-lib": "lua/lua",
  1795. "ref": "v5.3.5",
  1796. "transform": [
  1797. {
  1798. "move": {
  1799. "exclude": [],
  1800. "from": ".",
  1801. "include": [
  1802. "*.c",
  1803. "*.h"
  1804. ],
  1805. "strip-components": 0,
  1806. "to": "src/"
  1807. }
  1808. }
  1809. ],
  1810. "url": "https://github.com/lua/lua.git"
  1811. }
  1812. },
  1813. "5.4.0": {
  1814. "depends": {},
  1815. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1816. "git": {
  1817. "auto-lib": "lua/lua",
  1818. "ref": "v5.4.0",
  1819. "transform": [
  1820. {
  1821. "move": {
  1822. "exclude": [],
  1823. "from": ".",
  1824. "include": [
  1825. "*.c",
  1826. "*.h"
  1827. ],
  1828. "strip-components": 0,
  1829. "to": "src/"
  1830. }
  1831. }
  1832. ],
  1833. "url": "https://github.com/lua/lua.git"
  1834. }
  1835. }
  1836. },
  1837. "magic_enum": {
  1838. "0.5.0": {
  1839. "depends": {},
  1840. "description": "Static reflection for enums",
  1841. "git": {
  1842. "auto-lib": "neargye/magic_enum",
  1843. "ref": "v0.5.0",
  1844. "transform": [],
  1845. "url": "https://github.com/Neargye/magic_enum.git"
  1846. }
  1847. },
  1848. "0.6.0": {
  1849. "depends": {},
  1850. "description": "Static reflection for enums",
  1851. "git": {
  1852. "auto-lib": "neargye/magic_enum",
  1853. "ref": "v0.6.0",
  1854. "transform": [],
  1855. "url": "https://github.com/Neargye/magic_enum.git"
  1856. }
  1857. },
  1858. "0.6.1": {
  1859. "depends": {},
  1860. "description": "Static reflection for enums",
  1861. "git": {
  1862. "auto-lib": "neargye/magic_enum",
  1863. "ref": "v0.6.1",
  1864. "transform": [],
  1865. "url": "https://github.com/Neargye/magic_enum.git"
  1866. }
  1867. },
  1868. "0.6.2": {
  1869. "depends": {},
  1870. "description": "Static reflection for enums",
  1871. "git": {
  1872. "auto-lib": "neargye/magic_enum",
  1873. "ref": "v0.6.2",
  1874. "transform": [],
  1875. "url": "https://github.com/Neargye/magic_enum.git"
  1876. }
  1877. },
  1878. "0.6.3": {
  1879. "depends": {},
  1880. "description": "Static reflection for enums",
  1881. "git": {
  1882. "auto-lib": "neargye/magic_enum",
  1883. "ref": "v0.6.3",
  1884. "transform": [],
  1885. "url": "https://github.com/Neargye/magic_enum.git"
  1886. }
  1887. },
  1888. "0.6.4": {
  1889. "depends": {},
  1890. "description": "Static reflection for enums",
  1891. "git": {
  1892. "auto-lib": "neargye/magic_enum",
  1893. "ref": "v0.6.4",
  1894. "transform": [],
  1895. "url": "https://github.com/Neargye/magic_enum.git"
  1896. }
  1897. },
  1898. "0.6.5": {
  1899. "depends": {},
  1900. "description": "Static reflection for enums",
  1901. "git": {
  1902. "auto-lib": "neargye/magic_enum",
  1903. "ref": "v0.6.5",
  1904. "transform": [],
  1905. "url": "https://github.com/Neargye/magic_enum.git"
  1906. }
  1907. },
  1908. "0.6.6": {
  1909. "depends": {},
  1910. "description": "Static reflection for enums",
  1911. "git": {
  1912. "auto-lib": "neargye/magic_enum",
  1913. "ref": "v0.6.6",
  1914. "transform": [],
  1915. "url": "https://github.com/Neargye/magic_enum.git"
  1916. }
  1917. }
  1918. },
  1919. "ms-wil": {
  1920. "2020.03.16": {
  1921. "depends": {},
  1922. "description": "The Windows Implementation Library",
  1923. "git": {
  1924. "ref": "dds/2020.03.16",
  1925. "transform": [],
  1926. "url": "https://github.com/vector-of-bool/wil.git"
  1927. }
  1928. }
  1929. },
  1930. "nameof": {
  1931. "0.8.3": {
  1932. "depends": {},
  1933. "description": "Nameof operator for modern C++",
  1934. "git": {
  1935. "auto-lib": "neargye/nameof",
  1936. "ref": "v0.8.3",
  1937. "transform": [],
  1938. "url": "https://github.com/Neargye/nameof.git"
  1939. }
  1940. },
  1941. "0.9.0": {
  1942. "depends": {},
  1943. "description": "Nameof operator for modern C++",
  1944. "git": {
  1945. "auto-lib": "neargye/nameof",
  1946. "ref": "v0.9.0",
  1947. "transform": [],
  1948. "url": "https://github.com/Neargye/nameof.git"
  1949. }
  1950. },
  1951. "0.9.1": {
  1952. "depends": {},
  1953. "description": "Nameof operator for modern C++",
  1954. "git": {
  1955. "auto-lib": "neargye/nameof",
  1956. "ref": "v0.9.1",
  1957. "transform": [],
  1958. "url": "https://github.com/Neargye/nameof.git"
  1959. }
  1960. },
  1961. "0.9.2": {
  1962. "depends": {},
  1963. "description": "Nameof operator for modern C++",
  1964. "git": {
  1965. "auto-lib": "neargye/nameof",
  1966. "ref": "v0.9.2",
  1967. "transform": [],
  1968. "url": "https://github.com/Neargye/nameof.git"
  1969. }
  1970. },
  1971. "0.9.3": {
  1972. "depends": {},
  1973. "description": "Nameof operator for modern C++",
  1974. "git": {
  1975. "auto-lib": "neargye/nameof",
  1976. "ref": "v0.9.3",
  1977. "transform": [],
  1978. "url": "https://github.com/Neargye/nameof.git"
  1979. }
  1980. },
  1981. "0.9.4": {
  1982. "depends": {},
  1983. "description": "Nameof operator for modern C++",
  1984. "git": {
  1985. "auto-lib": "neargye/nameof",
  1986. "ref": "v0.9.4",
  1987. "transform": [],
  1988. "url": "https://github.com/Neargye/nameof.git"
  1989. }
  1990. }
  1991. },
  1992. "neo-concepts": {
  1993. "0.1.0": {
  1994. "depends": {},
  1995. "description": "Minimal C++ concepts library. Contains many definitions from C++20.",
  1996. "git": {
  1997. "ref": "0.1.0",
  1998. "transform": [],
  1999. "url": "https://github.com/vector-of-bool/neo-concepts.git"
  2000. }
  2001. },
  2002. "0.2.0": {
  2003. "depends": {},
  2004. "description": "Minimal C++ concepts library. Contains many definitions from C++20.",
  2005. "git": {
  2006. "ref": "0.2.0",
  2007. "transform": [],
  2008. "url": "https://github.com/vector-of-bool/neo-concepts.git"
  2009. }
  2010. },
  2011. "0.2.1": {
  2012. "depends": {},
  2013. "description": "Minimal C++ concepts library. Contains many definitions from C++20.",
  2014. "git": {
  2015. "ref": "0.2.1",
  2016. "transform": [],
  2017. "url": "https://github.com/vector-of-bool/neo-concepts.git"
  2018. }
  2019. },
  2020. "0.2.2": {
  2021. "depends": {},
  2022. "description": "Minimal C++ concepts library. Contains many definitions from C++20.",
  2023. "git": {
  2024. "ref": "0.2.2",
  2025. "transform": [],
  2026. "url": "https://github.com/vector-of-bool/neo-concepts.git"
  2027. }
  2028. },
  2029. "0.3.0": {
  2030. "depends": {},
  2031. "description": "Minimal C++ concepts library. Contains many definitions from C++20.",
  2032. "git": {
  2033. "ref": "0.3.0",
  2034. "transform": [],
  2035. "url": "https://github.com/vector-of-bool/neo-concepts.git"
  2036. }
  2037. },
  2038. "0.3.1": {
  2039. "depends": {},
  2040. "description": "Minimal C++ concepts library. Contains many definitions from C++20.",
  2041. "git": {
  2042. "ref": "0.3.1",
  2043. "transform": [],
  2044. "url": "https://github.com/vector-of-bool/neo-concepts.git"
  2045. }
  2046. },
  2047. "0.3.2": {
  2048. "depends": {},
  2049. "description": "Minimal C++ concepts library. Contains many definitions from C++20.",
  2050. "git": {
  2051. "ref": "0.3.2",
  2052. "transform": [],
  2053. "url": "https://github.com/vector-of-bool/neo-concepts.git"
  2054. }
  2055. }
  2056. },
  2057. "neo-fun": {
  2058. "0.1.0": {
  2059. "depends": {},
  2060. "description": "Some library fundamentals that you might find useful",
  2061. "git": {
  2062. "ref": "0.1.0",
  2063. "transform": [],
  2064. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2065. }
  2066. },
  2067. "0.1.1": {
  2068. "depends": {},
  2069. "description": "Some library fundamentals that you might find useful",
  2070. "git": {
  2071. "ref": "0.1.1",
  2072. "transform": [],
  2073. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2074. }
  2075. },
  2076. "0.2.0": {
  2077. "depends": {},
  2078. "description": "Some library fundamentals that you might find useful",
  2079. "git": {
  2080. "ref": "0.2.0",
  2081. "transform": [],
  2082. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2083. }
  2084. },
  2085. "0.2.1": {
  2086. "depends": {},
  2087. "description": "Some library fundamentals that you might find useful",
  2088. "git": {
  2089. "ref": "0.2.1",
  2090. "transform": [],
  2091. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2092. }
  2093. },
  2094. "0.3.0": {
  2095. "depends": {},
  2096. "description": "Some library fundamentals that you might find useful",
  2097. "git": {
  2098. "ref": "0.3.0",
  2099. "transform": [],
  2100. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2101. }
  2102. },
  2103. "0.3.1": {
  2104. "depends": {},
  2105. "description": "Some library fundamentals that you might find useful",
  2106. "git": {
  2107. "ref": "0.3.1",
  2108. "transform": [],
  2109. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2110. }
  2111. },
  2112. "0.3.2": {
  2113. "depends": {},
  2114. "description": "Some library fundamentals that you might find useful",
  2115. "git": {
  2116. "ref": "0.3.2",
  2117. "transform": [],
  2118. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2119. }
  2120. }
  2121. },
  2122. "neo-sqlite3": {
  2123. "0.1.0": {
  2124. "depends": {},
  2125. "description": "A modern and low-level C++ SQLite API",
  2126. "git": {
  2127. "ref": "0.1.0",
  2128. "transform": [],
  2129. "url": "https://github.com/vector-of-bool/neo-sqlite3.git"
  2130. }
  2131. },
  2132. "0.2.0": {
  2133. "depends": {},
  2134. "description": "A modern and low-level C++ SQLite API",
  2135. "git": {
  2136. "ref": "0.2.0",
  2137. "transform": [],
  2138. "url": "https://github.com/vector-of-bool/neo-sqlite3.git"
  2139. }
  2140. },
  2141. "0.2.1": {
  2142. "depends": {},
  2143. "description": "A modern and low-level C++ SQLite API",
  2144. "git": {
  2145. "ref": "0.2.1",
  2146. "transform": [],
  2147. "url": "https://github.com/vector-of-bool/neo-sqlite3.git"
  2148. }
  2149. },
  2150. "0.2.2": {
  2151. "depends": {},
  2152. "description": "A modern and low-level C++ SQLite API",
  2153. "git": {
  2154. "ref": "0.2.2",
  2155. "transform": [],
  2156. "url": "https://github.com/vector-of-bool/neo-sqlite3.git"
  2157. }
  2158. },
  2159. "0.2.3": {
  2160. "depends": {},
  2161. "description": "A modern and low-level C++ SQLite API",
  2162. "git": {
  2163. "ref": "0.2.3",
  2164. "transform": [],
  2165. "url": "https://github.com/vector-of-bool/neo-sqlite3.git"
  2166. }
  2167. },
  2168. "0.3.0": {
  2169. "depends": {},
  2170. "description": "A modern and low-level C++ SQLite API",
  2171. "git": {
  2172. "ref": "0.3.0",
  2173. "transform": [],
  2174. "url": "https://github.com/vector-of-bool/neo-sqlite3.git"
  2175. }
  2176. }
  2177. },
  2178. "nlohmann-json": {
  2179. "3.7.1": {
  2180. "depends": {},
  2181. "description": "JSON for Modern C++",
  2182. "git": {
  2183. "ref": "dds/3.7.1",
  2184. "transform": [],
  2185. "url": "https://github.com/vector-of-bool/json.git"
  2186. }
  2187. }
  2188. },
  2189. "pcg-cpp": {
  2190. "0.98.1": {
  2191. "depends": {},
  2192. "description": "PCG Randum Number Generation, C++ Edition",
  2193. "git": {
  2194. "auto-lib": "pcg/pcg-cpp",
  2195. "ref": "v0.98.1",
  2196. "transform": [],
  2197. "url": "https://github.com/imneme/pcg-cpp.git"
  2198. }
  2199. }
  2200. },
  2201. "pegtl": {
  2202. "2.6.0": {
  2203. "depends": {},
  2204. "description": "Parsing Expression Grammar Template Library",
  2205. "git": {
  2206. "auto-lib": "tao/pegtl",
  2207. "ref": "2.6.0",
  2208. "transform": [
  2209. {
  2210. "remove": {
  2211. "only-matching": [],
  2212. "path": "src/"
  2213. }
  2214. }
  2215. ],
  2216. "url": "https://github.com/taocpp/PEGTL.git"
  2217. }
  2218. },
  2219. "2.6.1": {
  2220. "depends": {},
  2221. "description": "Parsing Expression Grammar Template Library",
  2222. "git": {
  2223. "auto-lib": "tao/pegtl",
  2224. "ref": "2.6.1",
  2225. "transform": [
  2226. {
  2227. "remove": {
  2228. "only-matching": [],
  2229. "path": "src/"
  2230. }
  2231. }
  2232. ],
  2233. "url": "https://github.com/taocpp/PEGTL.git"
  2234. }
  2235. },
  2236. "2.7.0": {
  2237. "depends": {},
  2238. "description": "Parsing Expression Grammar Template Library",
  2239. "git": {
  2240. "auto-lib": "tao/pegtl",
  2241. "ref": "2.7.0",
  2242. "transform": [
  2243. {
  2244. "remove": {
  2245. "only-matching": [],
  2246. "path": "src/"
  2247. }
  2248. }
  2249. ],
  2250. "url": "https://github.com/taocpp/PEGTL.git"
  2251. }
  2252. },
  2253. "2.7.1": {
  2254. "depends": {},
  2255. "description": "Parsing Expression Grammar Template Library",
  2256. "git": {
  2257. "auto-lib": "tao/pegtl",
  2258. "ref": "2.7.1",
  2259. "transform": [
  2260. {
  2261. "remove": {
  2262. "only-matching": [],
  2263. "path": "src/"
  2264. }
  2265. }
  2266. ],
  2267. "url": "https://github.com/taocpp/PEGTL.git"
  2268. }
  2269. },
  2270. "2.8.0": {
  2271. "depends": {},
  2272. "description": "Parsing Expression Grammar Template Library",
  2273. "git": {
  2274. "auto-lib": "tao/pegtl",
  2275. "ref": "2.8.0",
  2276. "transform": [
  2277. {
  2278. "remove": {
  2279. "only-matching": [],
  2280. "path": "src/"
  2281. }
  2282. }
  2283. ],
  2284. "url": "https://github.com/taocpp/PEGTL.git"
  2285. }
  2286. },
  2287. "2.8.1": {
  2288. "depends": {},
  2289. "description": "Parsing Expression Grammar Template Library",
  2290. "git": {
  2291. "auto-lib": "tao/pegtl",
  2292. "ref": "2.8.1",
  2293. "transform": [
  2294. {
  2295. "remove": {
  2296. "only-matching": [],
  2297. "path": "src/"
  2298. }
  2299. }
  2300. ],
  2301. "url": "https://github.com/taocpp/PEGTL.git"
  2302. }
  2303. },
  2304. "2.8.2": {
  2305. "depends": {},
  2306. "description": "Parsing Expression Grammar Template Library",
  2307. "git": {
  2308. "auto-lib": "tao/pegtl",
  2309. "ref": "2.8.2",
  2310. "transform": [
  2311. {
  2312. "remove": {
  2313. "only-matching": [],
  2314. "path": "src/"
  2315. }
  2316. }
  2317. ],
  2318. "url": "https://github.com/taocpp/PEGTL.git"
  2319. }
  2320. },
  2321. "2.8.3": {
  2322. "depends": {},
  2323. "description": "Parsing Expression Grammar Template Library",
  2324. "git": {
  2325. "auto-lib": "tao/pegtl",
  2326. "ref": "2.8.3",
  2327. "transform": [
  2328. {
  2329. "remove": {
  2330. "only-matching": [],
  2331. "path": "src/"
  2332. }
  2333. }
  2334. ],
  2335. "url": "https://github.com/taocpp/PEGTL.git"
  2336. }
  2337. }
  2338. },
  2339. "pubgrub": {
  2340. "0.1.2": {
  2341. "depends": {},
  2342. "description": "A C++ implementation of the Pubgrub version solving algorithm",
  2343. "git": {
  2344. "ref": "0.1.2",
  2345. "transform": [],
  2346. "url": "https://github.com/vector-of-bool/pubgrub.git"
  2347. }
  2348. },
  2349. "0.2.0": {
  2350. "depends": {},
  2351. "description": "A C++ implementation of the Pubgrub version solving algorithm",
  2352. "git": {
  2353. "ref": "0.2.0",
  2354. "transform": [],
  2355. "url": "https://github.com/vector-of-bool/pubgrub.git"
  2356. }
  2357. },
  2358. "0.2.1": {
  2359. "depends": {},
  2360. "description": "A C++ implementation of the Pubgrub version solving algorithm",
  2361. "git": {
  2362. "ref": "0.2.1",
  2363. "transform": [],
  2364. "url": "https://github.com/vector-of-bool/pubgrub.git"
  2365. }
  2366. }
  2367. },
  2368. "pybind11": {
  2369. "2.0.0": {
  2370. "depends": {},
  2371. "description": "Seamless operability between C++11 and Python",
  2372. "git": {
  2373. "auto-lib": "pybind/pybind11",
  2374. "ref": "v2.0.0",
  2375. "transform": [],
  2376. "url": "https://github.com/pybind/pybind11.git"
  2377. }
  2378. },
  2379. "2.0.1": {
  2380. "depends": {},
  2381. "description": "Seamless operability between C++11 and Python",
  2382. "git": {
  2383. "auto-lib": "pybind/pybind11",
  2384. "ref": "v2.0.1",
  2385. "transform": [],
  2386. "url": "https://github.com/pybind/pybind11.git"
  2387. }
  2388. },
  2389. "2.1.0": {
  2390. "depends": {},
  2391. "description": "Seamless operability between C++11 and Python",
  2392. "git": {
  2393. "auto-lib": "pybind/pybind11",
  2394. "ref": "v2.1.0",
  2395. "transform": [],
  2396. "url": "https://github.com/pybind/pybind11.git"
  2397. }
  2398. },
  2399. "2.1.1": {
  2400. "depends": {},
  2401. "description": "Seamless operability between C++11 and Python",
  2402. "git": {
  2403. "auto-lib": "pybind/pybind11",
  2404. "ref": "v2.1.1",
  2405. "transform": [],
  2406. "url": "https://github.com/pybind/pybind11.git"
  2407. }
  2408. },
  2409. "2.2.0": {
  2410. "depends": {},
  2411. "description": "Seamless operability between C++11 and Python",
  2412. "git": {
  2413. "auto-lib": "pybind/pybind11",
  2414. "ref": "v2.2.0",
  2415. "transform": [],
  2416. "url": "https://github.com/pybind/pybind11.git"
  2417. }
  2418. },
  2419. "2.2.1": {
  2420. "depends": {},
  2421. "description": "Seamless operability between C++11 and Python",
  2422. "git": {
  2423. "auto-lib": "pybind/pybind11",
  2424. "ref": "v2.2.1",
  2425. "transform": [],
  2426. "url": "https://github.com/pybind/pybind11.git"
  2427. }
  2428. },
  2429. "2.2.2": {
  2430. "depends": {},
  2431. "description": "Seamless operability between C++11 and Python",
  2432. "git": {
  2433. "auto-lib": "pybind/pybind11",
  2434. "ref": "v2.2.2",
  2435. "transform": [],
  2436. "url": "https://github.com/pybind/pybind11.git"
  2437. }
  2438. },
  2439. "2.2.3": {
  2440. "depends": {},
  2441. "description": "Seamless operability between C++11 and Python",
  2442. "git": {
  2443. "auto-lib": "pybind/pybind11",
  2444. "ref": "v2.2.3",
  2445. "transform": [],
  2446. "url": "https://github.com/pybind/pybind11.git"
  2447. }
  2448. },
  2449. "2.2.4": {
  2450. "depends": {},
  2451. "description": "Seamless operability between C++11 and Python",
  2452. "git": {
  2453. "auto-lib": "pybind/pybind11",
  2454. "ref": "v2.2.4",
  2455. "transform": [],
  2456. "url": "https://github.com/pybind/pybind11.git"
  2457. }
  2458. },
  2459. "2.3.0": {
  2460. "depends": {},
  2461. "description": "Seamless operability between C++11 and Python",
  2462. "git": {
  2463. "auto-lib": "pybind/pybind11",
  2464. "ref": "v2.3.0",
  2465. "transform": [],
  2466. "url": "https://github.com/pybind/pybind11.git"
  2467. }
  2468. },
  2469. "2.4.0": {
  2470. "depends": {},
  2471. "description": "Seamless operability between C++11 and Python",
  2472. "git": {
  2473. "auto-lib": "pybind/pybind11",
  2474. "ref": "v2.4.0",
  2475. "transform": [],
  2476. "url": "https://github.com/pybind/pybind11.git"
  2477. }
  2478. },
  2479. "2.4.1": {
  2480. "depends": {},
  2481. "description": "Seamless operability between C++11 and Python",
  2482. "git": {
  2483. "auto-lib": "pybind/pybind11",
  2484. "ref": "v2.4.1",
  2485. "transform": [],
  2486. "url": "https://github.com/pybind/pybind11.git"
  2487. }
  2488. },
  2489. "2.4.2": {
  2490. "depends": {},
  2491. "description": "Seamless operability between C++11 and Python",
  2492. "git": {
  2493. "auto-lib": "pybind/pybind11",
  2494. "ref": "v2.4.2",
  2495. "transform": [],
  2496. "url": "https://github.com/pybind/pybind11.git"
  2497. }
  2498. },
  2499. "2.4.3": {
  2500. "depends": {},
  2501. "description": "Seamless operability between C++11 and Python",
  2502. "git": {
  2503. "auto-lib": "pybind/pybind11",
  2504. "ref": "v2.4.3",
  2505. "transform": [],
  2506. "url": "https://github.com/pybind/pybind11.git"
  2507. }
  2508. },
  2509. "2.5.0": {
  2510. "depends": {},
  2511. "description": "Seamless operability between C++11 and Python",
  2512. "git": {
  2513. "auto-lib": "pybind/pybind11",
  2514. "ref": "v2.5.0",
  2515. "transform": [],
  2516. "url": "https://github.com/pybind/pybind11.git"
  2517. }
  2518. }
  2519. },
  2520. "range-v3": {
  2521. "0.10.0": {
  2522. "depends": {},
  2523. "description": "Range library for C++14/17/20, basis for C++20's std::ranges",
  2524. "git": {
  2525. "auto-lib": "range-v3/range-v3",
  2526. "ref": "0.10.0",
  2527. "transform": [],
  2528. "url": "https://github.com/ericniebler/range-v3.git"
  2529. }
  2530. },
  2531. "0.5.0": {
  2532. "depends": {},
  2533. "description": "Range library for C++14/17/20, basis for C++20's std::ranges",
  2534. "git": {
  2535. "auto-lib": "range-v3/range-v3",
  2536. "ref": "0.5.0",
  2537. "transform": [],
  2538. "url": "https://github.com/ericniebler/range-v3.git"
  2539. }
  2540. },
  2541. "0.9.0": {
  2542. "depends": {},
  2543. "description": "Range library for C++14/17/20, basis for C++20's std::ranges",
  2544. "git": {
  2545. "auto-lib": "range-v3/range-v3",
  2546. "ref": "0.9.0",
  2547. "transform": [],
  2548. "url": "https://github.com/ericniebler/range-v3.git"
  2549. }
  2550. },
  2551. "0.9.1": {
  2552. "depends": {},
  2553. "description": "Range library for C++14/17/20, basis for C++20's std::ranges",
  2554. "git": {
  2555. "auto-lib": "range-v3/range-v3",
  2556. "ref": "0.9.1",
  2557. "transform": [],
  2558. "url": "https://github.com/ericniebler/range-v3.git"
  2559. }
  2560. }
  2561. },
  2562. "semver": {
  2563. "0.2.1": {
  2564. "depends": {},
  2565. "description": "A C++ library that implements Semantic Versioning parsing, emitting, types, ordering, and operations. See https://semver.org/",
  2566. "git": {
  2567. "ref": "0.2.1",
  2568. "transform": [],
  2569. "url": "https://github.com/vector-of-bool/semver.git"
  2570. }
  2571. },
  2572. "0.2.2": {
  2573. "depends": {},
  2574. "description": "A C++ library that implements Semantic Versioning parsing, emitting, types, ordering, and operations. See https://semver.org/",
  2575. "git": {
  2576. "ref": "0.2.2",
  2577. "transform": [],
  2578. "url": "https://github.com/vector-of-bool/semver.git"
  2579. }
  2580. }
  2581. },
  2582. "sol2": {
  2583. "2.20.0": {
  2584. "depends": {
  2585. "lua": "+0.0.0"
  2586. },
  2587. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2588. "git": {
  2589. "ref": "v2.20.0",
  2590. "transform": [
  2591. {
  2592. "move": {
  2593. "exclude": [],
  2594. "from": "sol",
  2595. "include": [],
  2596. "strip-components": 0,
  2597. "to": "src/sol"
  2598. },
  2599. "write": {
  2600. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.0\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2601. "path": "package.json"
  2602. }
  2603. },
  2604. {
  2605. "write": {
  2606. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2607. "path": "library.json"
  2608. }
  2609. }
  2610. ],
  2611. "url": "https://github.com/ThePhD/sol2.git"
  2612. }
  2613. },
  2614. "2.20.1": {
  2615. "depends": {
  2616. "lua": "+0.0.0"
  2617. },
  2618. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2619. "git": {
  2620. "ref": "v2.20.1",
  2621. "transform": [
  2622. {
  2623. "move": {
  2624. "exclude": [],
  2625. "from": "sol",
  2626. "include": [],
  2627. "strip-components": 0,
  2628. "to": "src/sol"
  2629. },
  2630. "write": {
  2631. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.1\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2632. "path": "package.json"
  2633. }
  2634. },
  2635. {
  2636. "write": {
  2637. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2638. "path": "library.json"
  2639. }
  2640. }
  2641. ],
  2642. "url": "https://github.com/ThePhD/sol2.git"
  2643. }
  2644. },
  2645. "2.20.2": {
  2646. "depends": {
  2647. "lua": "+0.0.0"
  2648. },
  2649. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2650. "git": {
  2651. "ref": "v2.20.2",
  2652. "transform": [
  2653. {
  2654. "move": {
  2655. "exclude": [],
  2656. "from": "sol",
  2657. "include": [],
  2658. "strip-components": 0,
  2659. "to": "src/sol"
  2660. },
  2661. "write": {
  2662. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.2\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2663. "path": "package.json"
  2664. }
  2665. },
  2666. {
  2667. "write": {
  2668. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2669. "path": "library.json"
  2670. }
  2671. }
  2672. ],
  2673. "url": "https://github.com/ThePhD/sol2.git"
  2674. }
  2675. },
  2676. "2.20.3": {
  2677. "depends": {
  2678. "lua": "+0.0.0"
  2679. },
  2680. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2681. "git": {
  2682. "ref": "v2.20.3",
  2683. "transform": [
  2684. {
  2685. "move": {
  2686. "exclude": [],
  2687. "from": "sol",
  2688. "include": [],
  2689. "strip-components": 0,
  2690. "to": "src/sol"
  2691. },
  2692. "write": {
  2693. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.3\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2694. "path": "package.json"
  2695. }
  2696. },
  2697. {
  2698. "write": {
  2699. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2700. "path": "library.json"
  2701. }
  2702. }
  2703. ],
  2704. "url": "https://github.com/ThePhD/sol2.git"
  2705. }
  2706. },
  2707. "2.20.4": {
  2708. "depends": {
  2709. "lua": "+0.0.0"
  2710. },
  2711. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2712. "git": {
  2713. "ref": "v2.20.4",
  2714. "transform": [
  2715. {
  2716. "move": {
  2717. "exclude": [],
  2718. "from": "sol",
  2719. "include": [],
  2720. "strip-components": 0,
  2721. "to": "src/sol"
  2722. },
  2723. "write": {
  2724. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.4\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2725. "path": "package.json"
  2726. }
  2727. },
  2728. {
  2729. "write": {
  2730. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2731. "path": "library.json"
  2732. }
  2733. }
  2734. ],
  2735. "url": "https://github.com/ThePhD/sol2.git"
  2736. }
  2737. },
  2738. "2.20.5": {
  2739. "depends": {
  2740. "lua": "+0.0.0"
  2741. },
  2742. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2743. "git": {
  2744. "ref": "v2.20.5",
  2745. "transform": [
  2746. {
  2747. "move": {
  2748. "exclude": [],
  2749. "from": "sol",
  2750. "include": [],
  2751. "strip-components": 0,
  2752. "to": "src/sol"
  2753. },
  2754. "write": {
  2755. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.5\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2756. "path": "package.json"
  2757. }
  2758. },
  2759. {
  2760. "write": {
  2761. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2762. "path": "library.json"
  2763. }
  2764. }
  2765. ],
  2766. "url": "https://github.com/ThePhD/sol2.git"
  2767. }
  2768. },
  2769. "2.20.6": {
  2770. "depends": {
  2771. "lua": "+0.0.0"
  2772. },
  2773. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2774. "git": {
  2775. "ref": "v2.20.6",
  2776. "transform": [
  2777. {
  2778. "move": {
  2779. "exclude": [],
  2780. "from": "sol",
  2781. "include": [],
  2782. "strip-components": 0,
  2783. "to": "src/sol"
  2784. },
  2785. "write": {
  2786. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.6\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2787. "path": "package.json"
  2788. }
  2789. },
  2790. {
  2791. "write": {
  2792. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2793. "path": "library.json"
  2794. }
  2795. }
  2796. ],
  2797. "url": "https://github.com/ThePhD/sol2.git"
  2798. }
  2799. },
  2800. "3.0.2": {
  2801. "depends": {
  2802. "lua": "+0.0.0"
  2803. },
  2804. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2805. "git": {
  2806. "ref": "v3.0.2",
  2807. "transform": [
  2808. {
  2809. "write": {
  2810. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"3.0.2\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2811. "path": "package.json"
  2812. }
  2813. },
  2814. {
  2815. "write": {
  2816. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2817. "path": "library.json"
  2818. }
  2819. }
  2820. ],
  2821. "url": "https://github.com/ThePhD/sol2.git"
  2822. }
  2823. },
  2824. "3.0.3": {
  2825. "depends": {
  2826. "lua": "+0.0.0"
  2827. },
  2828. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2829. "git": {
  2830. "ref": "v3.0.3",
  2831. "transform": [
  2832. {
  2833. "write": {
  2834. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"3.0.3\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2835. "path": "package.json"
  2836. }
  2837. },
  2838. {
  2839. "write": {
  2840. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2841. "path": "library.json"
  2842. }
  2843. }
  2844. ],
  2845. "url": "https://github.com/ThePhD/sol2.git"
  2846. }
  2847. },
  2848. "3.2.0": {
  2849. "depends": {
  2850. "lua": "+0.0.0"
  2851. },
  2852. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2853. "git": {
  2854. "ref": "v3.2.0",
  2855. "transform": [
  2856. {
  2857. "write": {
  2858. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"3.2.0\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2859. "path": "package.json"
  2860. }
  2861. },
  2862. {
  2863. "write": {
  2864. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2865. "path": "library.json"
  2866. }
  2867. }
  2868. ],
  2869. "url": "https://github.com/ThePhD/sol2.git"
  2870. }
  2871. },
  2872. "3.2.1": {
  2873. "depends": {
  2874. "lua": "+0.0.0"
  2875. },
  2876. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2877. "git": {
  2878. "ref": "v3.2.1",
  2879. "transform": [
  2880. {
  2881. "write": {
  2882. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"3.2.1\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2883. "path": "package.json"
  2884. }
  2885. },
  2886. {
  2887. "write": {
  2888. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2889. "path": "library.json"
  2890. }
  2891. }
  2892. ],
  2893. "url": "https://github.com/ThePhD/sol2.git"
  2894. }
  2895. }
  2896. },
  2897. "spdlog": {
  2898. "1.0.0": {
  2899. "depends": {},
  2900. "description": "Fast C++ logging library",
  2901. "git": {
  2902. "auto-lib": "spdlog/spdlog",
  2903. "ref": "v1.0.0",
  2904. "transform": [],
  2905. "url": "https://github.com/gabime/spdlog.git"
  2906. }
  2907. },
  2908. "1.1.0": {
  2909. "depends": {},
  2910. "description": "Fast C++ logging library",
  2911. "git": {
  2912. "auto-lib": "spdlog/spdlog",
  2913. "ref": "v1.1.0",
  2914. "transform": [],
  2915. "url": "https://github.com/gabime/spdlog.git"
  2916. }
  2917. },
  2918. "1.2.0": {
  2919. "depends": {},
  2920. "description": "Fast C++ logging library",
  2921. "git": {
  2922. "auto-lib": "spdlog/spdlog",
  2923. "ref": "v1.2.0",
  2924. "transform": [],
  2925. "url": "https://github.com/gabime/spdlog.git"
  2926. }
  2927. },
  2928. "1.2.1": {
  2929. "depends": {},
  2930. "description": "Fast C++ logging library",
  2931. "git": {
  2932. "auto-lib": "spdlog/spdlog",
  2933. "ref": "v1.2.1",
  2934. "transform": [],
  2935. "url": "https://github.com/gabime/spdlog.git"
  2936. }
  2937. },
  2938. "1.3.0": {
  2939. "depends": {},
  2940. "description": "Fast C++ logging library",
  2941. "git": {
  2942. "auto-lib": "spdlog/spdlog",
  2943. "ref": "v1.3.0",
  2944. "transform": [],
  2945. "url": "https://github.com/gabime/spdlog.git"
  2946. }
  2947. },
  2948. "1.3.1": {
  2949. "depends": {},
  2950. "description": "Fast C++ logging library",
  2951. "git": {
  2952. "auto-lib": "spdlog/spdlog",
  2953. "ref": "v1.3.1",
  2954. "transform": [],
  2955. "url": "https://github.com/gabime/spdlog.git"
  2956. }
  2957. },
  2958. "1.4.0": {
  2959. "depends": {},
  2960. "description": "Fast C++ logging library",
  2961. "git": {
  2962. "auto-lib": "spdlog/spdlog",
  2963. "ref": "v1.4.0",
  2964. "transform": [],
  2965. "url": "https://github.com/gabime/spdlog.git"
  2966. }
  2967. },
  2968. "1.4.1": {
  2969. "depends": {},
  2970. "description": "Fast C++ logging library",
  2971. "git": {
  2972. "auto-lib": "spdlog/spdlog",
  2973. "ref": "v1.4.1",
  2974. "transform": [],
  2975. "url": "https://github.com/gabime/spdlog.git"
  2976. }
  2977. },
  2978. "1.4.2": {
  2979. "depends": {},
  2980. "description": "Fast C++ logging library",
  2981. "git": {
  2982. "auto-lib": "spdlog/spdlog",
  2983. "ref": "v1.4.2",
  2984. "transform": [],
  2985. "url": "https://github.com/gabime/spdlog.git"
  2986. }
  2987. }
  2988. },
  2989. "tomlpp": {
  2990. "1.0.0": {
  2991. "depends": {},
  2992. "description": "Header-only TOML config file parser and serializer for modern C++",
  2993. "git": {
  2994. "auto-lib": "tomlpp/tomlpp",
  2995. "ref": "v1.0.0",
  2996. "transform": [],
  2997. "url": "https://github.com/marzer/tomlplusplus.git"
  2998. }
  2999. },
  3000. "1.1.0": {
  3001. "depends": {},
  3002. "description": "Header-only TOML config file parser and serializer for modern C++",
  3003. "git": {
  3004. "auto-lib": "tomlpp/tomlpp",
  3005. "ref": "v1.1.0",
  3006. "transform": [],
  3007. "url": "https://github.com/marzer/tomlplusplus.git"
  3008. }
  3009. },
  3010. "1.2.0": {
  3011. "depends": {},
  3012. "description": "Header-only TOML config file parser and serializer for modern C++",
  3013. "git": {
  3014. "auto-lib": "tomlpp/tomlpp",
  3015. "ref": "v1.2.0",
  3016. "transform": [],
  3017. "url": "https://github.com/marzer/tomlplusplus.git"
  3018. }
  3019. },
  3020. "1.2.3": {
  3021. "depends": {},
  3022. "description": "Header-only TOML config file parser and serializer for modern C++",
  3023. "git": {
  3024. "auto-lib": "tomlpp/tomlpp",
  3025. "ref": "v1.2.3",
  3026. "transform": [],
  3027. "url": "https://github.com/marzer/tomlplusplus.git"
  3028. }
  3029. },
  3030. "1.2.4": {
  3031. "depends": {},
  3032. "description": "Header-only TOML config file parser and serializer for modern C++",
  3033. "git": {
  3034. "auto-lib": "tomlpp/tomlpp",
  3035. "ref": "v1.2.4",
  3036. "transform": [],
  3037. "url": "https://github.com/marzer/tomlplusplus.git"
  3038. }
  3039. },
  3040. "1.2.5": {
  3041. "depends": {},
  3042. "description": "Header-only TOML config file parser and serializer for modern C++",
  3043. "git": {
  3044. "auto-lib": "tomlpp/tomlpp",
  3045. "ref": "v1.2.5",
  3046. "transform": [],
  3047. "url": "https://github.com/marzer/tomlplusplus.git"
  3048. }
  3049. },
  3050. "1.3.0": {
  3051. "depends": {},
  3052. "description": "Header-only TOML config file parser and serializer for modern C++",
  3053. "git": {
  3054. "auto-lib": "tomlpp/tomlpp",
  3055. "ref": "v1.3.0",
  3056. "transform": [],
  3057. "url": "https://github.com/marzer/tomlplusplus.git"
  3058. }
  3059. },
  3060. "1.3.3": {
  3061. "depends": {},
  3062. "description": "Header-only TOML config file parser and serializer for modern C++",
  3063. "git": {
  3064. "auto-lib": "tomlpp/tomlpp",
  3065. "ref": "v1.3.3",
  3066. "transform": [],
  3067. "url": "https://github.com/marzer/tomlplusplus.git"
  3068. }
  3069. }
  3070. },
  3071. "vob-json5": {
  3072. "0.1.5": {
  3073. "depends": {},
  3074. "description": "A C++ implementation of a JSON5 parser",
  3075. "git": {
  3076. "ref": "0.1.5",
  3077. "transform": [],
  3078. "url": "https://github.com/vector-of-bool/json5.git"
  3079. }
  3080. }
  3081. },
  3082. "vob-semester": {
  3083. "0.1.0": {
  3084. "depends": {
  3085. "neo-concepts": "^0.2.1",
  3086. "neo-fun": "^0.1.0"
  3087. },
  3088. "description": "A C++ library to process recursive dynamic data",
  3089. "git": {
  3090. "ref": "0.1.0",
  3091. "transform": [],
  3092. "url": "https://github.com/vector-of-bool/semester.git"
  3093. }
  3094. },
  3095. "0.1.1": {
  3096. "depends": {
  3097. "neo-concepts": "^0.2.2",
  3098. "neo-fun": "^0.1.1"
  3099. },
  3100. "description": "A C++ library to process recursive dynamic data",
  3101. "git": {
  3102. "ref": "0.1.1",
  3103. "transform": [],
  3104. "url": "https://github.com/vector-of-bool/semester.git"
  3105. }
  3106. },
  3107. "0.2.0": {
  3108. "depends": {
  3109. "neo-concepts": "^0.3.2",
  3110. "neo-fun": "^0.3.2"
  3111. },
  3112. "description": "A C++ library to process recursive dynamic data",
  3113. "git": {
  3114. "ref": "0.2.0",
  3115. "transform": [],
  3116. "url": "https://github.com/vector-of-bool/semester.git"
  3117. }
  3118. },
  3119. "0.2.1": {
  3120. "depends": {
  3121. "neo-concepts": "^0.3.2",
  3122. "neo-fun": "^0.3.2"
  3123. },
  3124. "description": "A C++ library to process recursive dynamic data",
  3125. "git": {
  3126. "ref": "0.2.1",
  3127. "transform": [],
  3128. "url": "https://github.com/vector-of-bool/semester.git"
  3129. }
  3130. }
  3131. },
  3132. "zlib": {
  3133. "1.0.1": {
  3134. "depends": {},
  3135. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3136. "git": {
  3137. "auto-lib": "zlib/zlib",
  3138. "ref": "v1.0.1",
  3139. "transform": [
  3140. {
  3141. "move": {
  3142. "exclude": [],
  3143. "from": ".",
  3144. "include": [
  3145. "*.c",
  3146. "*.h"
  3147. ],
  3148. "strip-components": 0,
  3149. "to": "src/"
  3150. }
  3151. },
  3152. {
  3153. "move": {
  3154. "exclude": [],
  3155. "from": "src/",
  3156. "include": [
  3157. "zlib.h",
  3158. "zconf.h"
  3159. ],
  3160. "strip-components": 0,
  3161. "to": "include/"
  3162. }
  3163. }
  3164. ],
  3165. "url": "https://github.com/madler/zlib.git"
  3166. }
  3167. },
  3168. "1.0.2": {
  3169. "depends": {},
  3170. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3171. "git": {
  3172. "auto-lib": "zlib/zlib",
  3173. "ref": "v1.0.2",
  3174. "transform": [
  3175. {
  3176. "move": {
  3177. "exclude": [],
  3178. "from": ".",
  3179. "include": [
  3180. "*.c",
  3181. "*.h"
  3182. ],
  3183. "strip-components": 0,
  3184. "to": "src/"
  3185. }
  3186. },
  3187. {
  3188. "move": {
  3189. "exclude": [],
  3190. "from": "src/",
  3191. "include": [
  3192. "zlib.h",
  3193. "zconf.h"
  3194. ],
  3195. "strip-components": 0,
  3196. "to": "include/"
  3197. }
  3198. }
  3199. ],
  3200. "url": "https://github.com/madler/zlib.git"
  3201. }
  3202. },
  3203. "1.0.4": {
  3204. "depends": {},
  3205. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3206. "git": {
  3207. "auto-lib": "zlib/zlib",
  3208. "ref": "v1.0.4",
  3209. "transform": [
  3210. {
  3211. "move": {
  3212. "exclude": [],
  3213. "from": ".",
  3214. "include": [
  3215. "*.c",
  3216. "*.h"
  3217. ],
  3218. "strip-components": 0,
  3219. "to": "src/"
  3220. }
  3221. },
  3222. {
  3223. "move": {
  3224. "exclude": [],
  3225. "from": "src/",
  3226. "include": [
  3227. "zlib.h",
  3228. "zconf.h"
  3229. ],
  3230. "strip-components": 0,
  3231. "to": "include/"
  3232. }
  3233. }
  3234. ],
  3235. "url": "https://github.com/madler/zlib.git"
  3236. }
  3237. },
  3238. "1.0.5": {
  3239. "depends": {},
  3240. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3241. "git": {
  3242. "auto-lib": "zlib/zlib",
  3243. "ref": "v1.0.5",
  3244. "transform": [
  3245. {
  3246. "move": {
  3247. "exclude": [],
  3248. "from": ".",
  3249. "include": [
  3250. "*.c",
  3251. "*.h"
  3252. ],
  3253. "strip-components": 0,
  3254. "to": "src/"
  3255. }
  3256. },
  3257. {
  3258. "move": {
  3259. "exclude": [],
  3260. "from": "src/",
  3261. "include": [
  3262. "zlib.h",
  3263. "zconf.h"
  3264. ],
  3265. "strip-components": 0,
  3266. "to": "include/"
  3267. }
  3268. }
  3269. ],
  3270. "url": "https://github.com/madler/zlib.git"
  3271. }
  3272. },
  3273. "1.0.7": {
  3274. "depends": {},
  3275. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3276. "git": {
  3277. "auto-lib": "zlib/zlib",
  3278. "ref": "v1.0.7",
  3279. "transform": [
  3280. {
  3281. "move": {
  3282. "exclude": [],
  3283. "from": ".",
  3284. "include": [
  3285. "*.c",
  3286. "*.h"
  3287. ],
  3288. "strip-components": 0,
  3289. "to": "src/"
  3290. }
  3291. },
  3292. {
  3293. "move": {
  3294. "exclude": [],
  3295. "from": "src/",
  3296. "include": [
  3297. "zlib.h",
  3298. "zconf.h"
  3299. ],
  3300. "strip-components": 0,
  3301. "to": "include/"
  3302. }
  3303. }
  3304. ],
  3305. "url": "https://github.com/madler/zlib.git"
  3306. }
  3307. },
  3308. "1.0.8": {
  3309. "depends": {},
  3310. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3311. "git": {
  3312. "auto-lib": "zlib/zlib",
  3313. "ref": "v1.0.8",
  3314. "transform": [
  3315. {
  3316. "move": {
  3317. "exclude": [],
  3318. "from": ".",
  3319. "include": [
  3320. "*.c",
  3321. "*.h"
  3322. ],
  3323. "strip-components": 0,
  3324. "to": "src/"
  3325. }
  3326. },
  3327. {
  3328. "move": {
  3329. "exclude": [],
  3330. "from": "src/",
  3331. "include": [
  3332. "zlib.h",
  3333. "zconf.h"
  3334. ],
  3335. "strip-components": 0,
  3336. "to": "include/"
  3337. }
  3338. }
  3339. ],
  3340. "url": "https://github.com/madler/zlib.git"
  3341. }
  3342. },
  3343. "1.0.9": {
  3344. "depends": {},
  3345. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3346. "git": {
  3347. "auto-lib": "zlib/zlib",
  3348. "ref": "v1.0.9",
  3349. "transform": [
  3350. {
  3351. "move": {
  3352. "exclude": [],
  3353. "from": ".",
  3354. "include": [
  3355. "*.c",
  3356. "*.h"
  3357. ],
  3358. "strip-components": 0,
  3359. "to": "src/"
  3360. }
  3361. },
  3362. {
  3363. "move": {
  3364. "exclude": [],
  3365. "from": "src/",
  3366. "include": [
  3367. "zlib.h",
  3368. "zconf.h"
  3369. ],
  3370. "strip-components": 0,
  3371. "to": "include/"
  3372. }
  3373. }
  3374. ],
  3375. "url": "https://github.com/madler/zlib.git"
  3376. }
  3377. },
  3378. "1.1.0": {
  3379. "depends": {},
  3380. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3381. "git": {
  3382. "auto-lib": "zlib/zlib",
  3383. "ref": "v1.1.0",
  3384. "transform": [
  3385. {
  3386. "move": {
  3387. "exclude": [],
  3388. "from": ".",
  3389. "include": [
  3390. "*.c",
  3391. "*.h"
  3392. ],
  3393. "strip-components": 0,
  3394. "to": "src/"
  3395. }
  3396. },
  3397. {
  3398. "move": {
  3399. "exclude": [],
  3400. "from": "src/",
  3401. "include": [
  3402. "zlib.h",
  3403. "zconf.h"
  3404. ],
  3405. "strip-components": 0,
  3406. "to": "include/"
  3407. }
  3408. }
  3409. ],
  3410. "url": "https://github.com/madler/zlib.git"
  3411. }
  3412. },
  3413. "1.1.1": {
  3414. "depends": {},
  3415. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3416. "git": {
  3417. "auto-lib": "zlib/zlib",
  3418. "ref": "v1.1.1",
  3419. "transform": [
  3420. {
  3421. "move": {
  3422. "exclude": [],
  3423. "from": ".",
  3424. "include": [
  3425. "*.c",
  3426. "*.h"
  3427. ],
  3428. "strip-components": 0,
  3429. "to": "src/"
  3430. }
  3431. },
  3432. {
  3433. "move": {
  3434. "exclude": [],
  3435. "from": "src/",
  3436. "include": [
  3437. "zlib.h",
  3438. "zconf.h"
  3439. ],
  3440. "strip-components": 0,
  3441. "to": "include/"
  3442. }
  3443. }
  3444. ],
  3445. "url": "https://github.com/madler/zlib.git"
  3446. }
  3447. },
  3448. "1.1.2": {
  3449. "depends": {},
  3450. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3451. "git": {
  3452. "auto-lib": "zlib/zlib",
  3453. "ref": "v1.1.2",
  3454. "transform": [
  3455. {
  3456. "move": {
  3457. "exclude": [],
  3458. "from": ".",
  3459. "include": [
  3460. "*.c",
  3461. "*.h"
  3462. ],
  3463. "strip-components": 0,
  3464. "to": "src/"
  3465. }
  3466. },
  3467. {
  3468. "move": {
  3469. "exclude": [],
  3470. "from": "src/",
  3471. "include": [
  3472. "zlib.h",
  3473. "zconf.h"
  3474. ],
  3475. "strip-components": 0,
  3476. "to": "include/"
  3477. }
  3478. }
  3479. ],
  3480. "url": "https://github.com/madler/zlib.git"
  3481. }
  3482. },
  3483. "1.1.3": {
  3484. "depends": {},
  3485. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3486. "git": {
  3487. "auto-lib": "zlib/zlib",
  3488. "ref": "v1.1.3",
  3489. "transform": [
  3490. {
  3491. "move": {
  3492. "exclude": [],
  3493. "from": ".",
  3494. "include": [
  3495. "*.c",
  3496. "*.h"
  3497. ],
  3498. "strip-components": 0,
  3499. "to": "src/"
  3500. }
  3501. },
  3502. {
  3503. "move": {
  3504. "exclude": [],
  3505. "from": "src/",
  3506. "include": [
  3507. "zlib.h",
  3508. "zconf.h"
  3509. ],
  3510. "strip-components": 0,
  3511. "to": "include/"
  3512. }
  3513. }
  3514. ],
  3515. "url": "https://github.com/madler/zlib.git"
  3516. }
  3517. },
  3518. "1.1.4": {
  3519. "depends": {},
  3520. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3521. "git": {
  3522. "auto-lib": "zlib/zlib",
  3523. "ref": "v1.1.4",
  3524. "transform": [
  3525. {
  3526. "move": {
  3527. "exclude": [],
  3528. "from": ".",
  3529. "include": [
  3530. "*.c",
  3531. "*.h"
  3532. ],
  3533. "strip-components": 0,
  3534. "to": "src/"
  3535. }
  3536. },
  3537. {
  3538. "move": {
  3539. "exclude": [],
  3540. "from": "src/",
  3541. "include": [
  3542. "zlib.h",
  3543. "zconf.h"
  3544. ],
  3545. "strip-components": 0,
  3546. "to": "include/"
  3547. }
  3548. }
  3549. ],
  3550. "url": "https://github.com/madler/zlib.git"
  3551. }
  3552. },
  3553. "1.2.0": {
  3554. "depends": {},
  3555. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3556. "git": {
  3557. "auto-lib": "zlib/zlib",
  3558. "ref": "v1.2.0.8",
  3559. "transform": [
  3560. {
  3561. "move": {
  3562. "exclude": [],
  3563. "from": ".",
  3564. "include": [
  3565. "*.c",
  3566. "*.h"
  3567. ],
  3568. "strip-components": 0,
  3569. "to": "src/"
  3570. }
  3571. },
  3572. {
  3573. "move": {
  3574. "exclude": [],
  3575. "from": "src/",
  3576. "include": [
  3577. "zlib.h",
  3578. "zconf.h"
  3579. ],
  3580. "strip-components": 0,
  3581. "to": "include/"
  3582. }
  3583. }
  3584. ],
  3585. "url": "https://github.com/madler/zlib.git"
  3586. }
  3587. },
  3588. "1.2.1": {
  3589. "depends": {},
  3590. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3591. "git": {
  3592. "auto-lib": "zlib/zlib",
  3593. "ref": "v1.2.1.2",
  3594. "transform": [
  3595. {
  3596. "move": {
  3597. "exclude": [],
  3598. "from": ".",
  3599. "include": [
  3600. "*.c",
  3601. "*.h"
  3602. ],
  3603. "strip-components": 0,
  3604. "to": "src/"
  3605. }
  3606. },
  3607. {
  3608. "move": {
  3609. "exclude": [],
  3610. "from": "src/",
  3611. "include": [
  3612. "zlib.h",
  3613. "zconf.h"
  3614. ],
  3615. "strip-components": 0,
  3616. "to": "include/"
  3617. }
  3618. }
  3619. ],
  3620. "url": "https://github.com/madler/zlib.git"
  3621. }
  3622. },
  3623. "1.2.10": {
  3624. "depends": {},
  3625. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3626. "git": {
  3627. "auto-lib": "zlib/zlib",
  3628. "ref": "v1.2.10",
  3629. "transform": [
  3630. {
  3631. "move": {
  3632. "exclude": [],
  3633. "from": ".",
  3634. "include": [
  3635. "*.c",
  3636. "*.h"
  3637. ],
  3638. "strip-components": 0,
  3639. "to": "src/"
  3640. }
  3641. },
  3642. {
  3643. "move": {
  3644. "exclude": [],
  3645. "from": "src/",
  3646. "include": [
  3647. "zlib.h",
  3648. "zconf.h"
  3649. ],
  3650. "strip-components": 0,
  3651. "to": "include/"
  3652. }
  3653. }
  3654. ],
  3655. "url": "https://github.com/madler/zlib.git"
  3656. }
  3657. },
  3658. "1.2.11": {
  3659. "depends": {},
  3660. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3661. "git": {
  3662. "auto-lib": "zlib/zlib",
  3663. "ref": "v1.2.11",
  3664. "transform": [
  3665. {
  3666. "move": {
  3667. "exclude": [],
  3668. "from": ".",
  3669. "include": [
  3670. "*.c",
  3671. "*.h"
  3672. ],
  3673. "strip-components": 0,
  3674. "to": "src/"
  3675. }
  3676. },
  3677. {
  3678. "move": {
  3679. "exclude": [],
  3680. "from": "src/",
  3681. "include": [
  3682. "zlib.h",
  3683. "zconf.h"
  3684. ],
  3685. "strip-components": 0,
  3686. "to": "include/"
  3687. }
  3688. }
  3689. ],
  3690. "url": "https://github.com/madler/zlib.git"
  3691. }
  3692. },
  3693. "1.2.2": {
  3694. "depends": {},
  3695. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3696. "git": {
  3697. "auto-lib": "zlib/zlib",
  3698. "ref": "v1.2.2.4",
  3699. "transform": [
  3700. {
  3701. "move": {
  3702. "exclude": [],
  3703. "from": ".",
  3704. "include": [
  3705. "*.c",
  3706. "*.h"
  3707. ],
  3708. "strip-components": 0,
  3709. "to": "src/"
  3710. }
  3711. },
  3712. {
  3713. "move": {
  3714. "exclude": [],
  3715. "from": "src/",
  3716. "include": [
  3717. "zlib.h",
  3718. "zconf.h"
  3719. ],
  3720. "strip-components": 0,
  3721. "to": "include/"
  3722. }
  3723. }
  3724. ],
  3725. "url": "https://github.com/madler/zlib.git"
  3726. }
  3727. },
  3728. "1.2.3": {
  3729. "depends": {},
  3730. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3731. "git": {
  3732. "auto-lib": "zlib/zlib",
  3733. "ref": "v1.2.3.8",
  3734. "transform": [
  3735. {
  3736. "move": {
  3737. "exclude": [],
  3738. "from": ".",
  3739. "include": [
  3740. "*.c",
  3741. "*.h"
  3742. ],
  3743. "strip-components": 0,
  3744. "to": "src/"
  3745. }
  3746. },
  3747. {
  3748. "move": {
  3749. "exclude": [],
  3750. "from": "src/",
  3751. "include": [
  3752. "zlib.h",
  3753. "zconf.h"
  3754. ],
  3755. "strip-components": 0,
  3756. "to": "include/"
  3757. }
  3758. }
  3759. ],
  3760. "url": "https://github.com/madler/zlib.git"
  3761. }
  3762. },
  3763. "1.2.4": {
  3764. "depends": {},
  3765. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3766. "git": {
  3767. "auto-lib": "zlib/zlib",
  3768. "ref": "v1.2.4.5",
  3769. "transform": [
  3770. {
  3771. "move": {
  3772. "exclude": [],
  3773. "from": ".",
  3774. "include": [
  3775. "*.c",
  3776. "*.h"
  3777. ],
  3778. "strip-components": 0,
  3779. "to": "src/"
  3780. }
  3781. },
  3782. {
  3783. "move": {
  3784. "exclude": [],
  3785. "from": "src/",
  3786. "include": [
  3787. "zlib.h",
  3788. "zconf.h"
  3789. ],
  3790. "strip-components": 0,
  3791. "to": "include/"
  3792. }
  3793. }
  3794. ],
  3795. "url": "https://github.com/madler/zlib.git"
  3796. }
  3797. },
  3798. "1.2.5": {
  3799. "depends": {},
  3800. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3801. "git": {
  3802. "auto-lib": "zlib/zlib",
  3803. "ref": "v1.2.5.3",
  3804. "transform": [
  3805. {
  3806. "move": {
  3807. "exclude": [],
  3808. "from": ".",
  3809. "include": [
  3810. "*.c",
  3811. "*.h"
  3812. ],
  3813. "strip-components": 0,
  3814. "to": "src/"
  3815. }
  3816. },
  3817. {
  3818. "move": {
  3819. "exclude": [],
  3820. "from": "src/",
  3821. "include": [
  3822. "zlib.h",
  3823. "zconf.h"
  3824. ],
  3825. "strip-components": 0,
  3826. "to": "include/"
  3827. }
  3828. }
  3829. ],
  3830. "url": "https://github.com/madler/zlib.git"
  3831. }
  3832. },
  3833. "1.2.6": {
  3834. "depends": {},
  3835. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3836. "git": {
  3837. "auto-lib": "zlib/zlib",
  3838. "ref": "v1.2.6.1",
  3839. "transform": [
  3840. {
  3841. "move": {
  3842. "exclude": [],
  3843. "from": ".",
  3844. "include": [
  3845. "*.c",
  3846. "*.h"
  3847. ],
  3848. "strip-components": 0,
  3849. "to": "src/"
  3850. }
  3851. },
  3852. {
  3853. "move": {
  3854. "exclude": [],
  3855. "from": "src/",
  3856. "include": [
  3857. "zlib.h",
  3858. "zconf.h"
  3859. ],
  3860. "strip-components": 0,
  3861. "to": "include/"
  3862. }
  3863. }
  3864. ],
  3865. "url": "https://github.com/madler/zlib.git"
  3866. }
  3867. },
  3868. "1.2.7": {
  3869. "depends": {},
  3870. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3871. "git": {
  3872. "auto-lib": "zlib/zlib",
  3873. "ref": "v1.2.7.3",
  3874. "transform": [
  3875. {
  3876. "move": {
  3877. "exclude": [],
  3878. "from": ".",
  3879. "include": [
  3880. "*.c",
  3881. "*.h"
  3882. ],
  3883. "strip-components": 0,
  3884. "to": "src/"
  3885. }
  3886. },
  3887. {
  3888. "move": {
  3889. "exclude": [],
  3890. "from": "src/",
  3891. "include": [
  3892. "zlib.h",
  3893. "zconf.h"
  3894. ],
  3895. "strip-components": 0,
  3896. "to": "include/"
  3897. }
  3898. }
  3899. ],
  3900. "url": "https://github.com/madler/zlib.git"
  3901. }
  3902. },
  3903. "1.2.8": {
  3904. "depends": {},
  3905. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3906. "git": {
  3907. "auto-lib": "zlib/zlib",
  3908. "ref": "v1.2.8",
  3909. "transform": [
  3910. {
  3911. "move": {
  3912. "exclude": [],
  3913. "from": ".",
  3914. "include": [
  3915. "*.c",
  3916. "*.h"
  3917. ],
  3918. "strip-components": 0,
  3919. "to": "src/"
  3920. }
  3921. },
  3922. {
  3923. "move": {
  3924. "exclude": [],
  3925. "from": "src/",
  3926. "include": [
  3927. "zlib.h",
  3928. "zconf.h"
  3929. ],
  3930. "strip-components": 0,
  3931. "to": "include/"
  3932. }
  3933. }
  3934. ],
  3935. "url": "https://github.com/madler/zlib.git"
  3936. }
  3937. },
  3938. "1.2.9": {
  3939. "depends": {},
  3940. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3941. "git": {
  3942. "auto-lib": "zlib/zlib",
  3943. "ref": "v1.2.9",
  3944. "transform": [
  3945. {
  3946. "move": {
  3947. "exclude": [],
  3948. "from": ".",
  3949. "include": [
  3950. "*.c",
  3951. "*.h"
  3952. ],
  3953. "strip-components": 0,
  3954. "to": "src/"
  3955. }
  3956. },
  3957. {
  3958. "move": {
  3959. "exclude": [],
  3960. "from": "src/",
  3961. "include": [
  3962. "zlib.h",
  3963. "zconf.h"
  3964. ],
  3965. "strip-components": 0,
  3966. "to": "include/"
  3967. }
  3968. }
  3969. ],
  3970. "url": "https://github.com/madler/zlib.git"
  3971. }
  3972. }
  3973. }
  3974. },
  3975. "version": 1
  3976. }