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.

4274 linhas
145KB

  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. "edit": {
  1055. "edits": [
  1056. {
  1057. "content": "#pragma once\n\n// clang-format off\n\n/**\n * Header checks\n */\n#if __has_include(<sys/mman.h>)\n #define HAVE_SYS_MMAN_H 1\n#endif\n\n#if __has_include(<sys/random.h>)\n #define HAVE_SYS_RANDOM_H 1\n#endif\n\n#if __has_include(<intrin.h>)\n #define HAVE_INTRIN_H 1\n#endif\n\n#if __has_include(<sys/auxv.h>)\n #define HAVE_SYS_AUXV_H 1\n#endif\n\n/**\n * Architectural checks for intrinsics\n */\n#if __has_include(<mmintrin.h>) && __MMX__\n #define HAVE_MMINTRIN_H 1\n#endif\n\n#if __has_include(<emmintrin.h>) && __SSE2__\n #define HAVE_EMMINTRIN_H 1\n#endif\n\n#if __SSE3__\n #if __has_include(<pmmintrin.h>)\n #define HAVE_PMMINTRIN_H 1\n #endif\n #if __has_include(<tmmintrin.h>)\n #define HAVE_TMMINTRIN_H 1\n #endif\n#endif\n\n#if __has_include(<smmintrin.h>) && __SSE4_1__\n #define HAVE_SMMINTRIN_H\n#endif\n\n#if __has_include(<immintrin.h>)\n #if __AVX__\n #define HAVE_AVXINTRIN_H\n #endif\n #if __AVX2__\n #define HAVE_AVX2INTRIN_H\n #endif\n #if __AVX512F__\n #if defined(__clang__) && __clang_major__ < 4\n // AVX512 may be broken\n #elif defined(__GNUC__) && __GNUC__ < 6\n // ''\n #else\n #define HAVE_AVX512FINTRIN_H\n #endif\n #endif\n#endif\n\n#if __has_include(<wmmintrin.h>) && __AES__\n #define HAVE_WMMINTRIN_H 1\n#endif\n\n#if __RDRND__\n #define HAVE_RDRAND\n#endif\n\n/**\n * Detect mman APIs\n */\n#if __has_include(<sys/mman.h>)\n #define HAVE_MMAP 1\n #define HAVE_MPROTECT 1\n #define HAVE_MLOCK 1\n\n #if defined(_DEFAULT_SOURCE) || defined(_BSD_SOURCE)\n #define HAVE_MADVISE 1\n #endif\n#endif\n\n#if __has_include(<sys/random.h>)\n #define HAVE_GETRANDOM 1\n#endif\n\n/**\n * POSIX-Only stuff\n */\n#if __has_include(<unistd.h>)\n #if defined(_DEFAULT_SOURCE)\n #define HAVE_GETENTROPY 1\n #endif\n\n /**\n * Default POSIX APIs\n */\n #define HAVE_POSIX_MEMALIGN 1\n #define HAVE_GETPID 1\n #define HAVE_NANOSLEEP 1\n\n /**\n * Language/library features from C11\n */\n #if __STDC_VERSION__ >= 201112L\n #define HAVE_MEMSET_S 1\n #endif\n\n #if __linux__\n #define HAVE_EXPLICIT_BZERO 1\n #endif\n#endif\n\n/**\n * Miscellaneous\n */\n#if __has_include(<pthread.h>)\n #define HAVE_PTHREAD 1\n#endif\n\n#if __has_include(<sys/param.h>)\n #include <sys/param.h>\n #if __BYTE_ORDER == __BIG_ENDIAN\n #define NATIVE_BIG_ENDIAN 1\n #elif __BYTE_ORDER == __LITTLE_ENDIAN\n #define NATIVE_LITTLE_ENDIAN 1\n #else\n #error \"Unknown endianness for this platform.\"\n #endif\n#elif defined(_MSVC)\n // At time of writing, MSVC only targets little-endian.\n #define NATIVE_LITTLE_ENDIAN 1\n#else\n #error \"Unknown endianness for this platform.\"\n#endif\n\n#define CONFIGURED 1\n",
  1058. "kind": "insert",
  1059. "line": 1
  1060. }
  1061. ],
  1062. "path": "include/sodium/private/common.h"
  1063. }
  1064. },
  1065. {
  1066. "copy": {
  1067. "exclude": [],
  1068. "from": "builds/msvc/version.h",
  1069. "include": [],
  1070. "strip-components": 0,
  1071. "to": "include/sodium/version.h"
  1072. },
  1073. "move": {
  1074. "exclude": [],
  1075. "from": "src/libsodium",
  1076. "include": [],
  1077. "strip-components": 0,
  1078. "to": "src/"
  1079. },
  1080. "remove": {
  1081. "only-matching": [],
  1082. "path": "src/libsodium"
  1083. }
  1084. },
  1085. {
  1086. "copy": {
  1087. "exclude": [],
  1088. "from": "include",
  1089. "include": [],
  1090. "strip-components": 1,
  1091. "to": "src/"
  1092. }
  1093. }
  1094. ],
  1095. "url": "https://github.com/jedisct1/libsodium.git"
  1096. }
  1097. },
  1098. "1.0.11": {
  1099. "depends": [],
  1100. "description": "Sodium is a new, easy-to-use software library for encryption,\ndecryption, signatures, password hashing and more.",
  1101. "git": {
  1102. "auto-lib": "sodium/sodium",
  1103. "ref": "1.0.11",
  1104. "transform": [
  1105. {
  1106. "edit": {
  1107. "edits": [
  1108. {
  1109. "content": "#define SODIUM_STATIC 1",
  1110. "kind": "insert",
  1111. "line": 8
  1112. }
  1113. ],
  1114. "path": "include/sodium/export.h"
  1115. },
  1116. "move": {
  1117. "exclude": [],
  1118. "from": "src/libsodium/include",
  1119. "include": [],
  1120. "strip-components": 0,
  1121. "to": "include/"
  1122. }
  1123. },
  1124. {
  1125. "edit": {
  1126. "edits": [
  1127. {
  1128. "content": "#pragma once\n\n// clang-format off\n\n/**\n * Header checks\n */\n#if __has_include(<sys/mman.h>)\n #define HAVE_SYS_MMAN_H 1\n#endif\n\n#if __has_include(<sys/random.h>)\n #define HAVE_SYS_RANDOM_H 1\n#endif\n\n#if __has_include(<intrin.h>)\n #define HAVE_INTRIN_H 1\n#endif\n\n#if __has_include(<sys/auxv.h>)\n #define HAVE_SYS_AUXV_H 1\n#endif\n\n/**\n * Architectural checks for intrinsics\n */\n#if __has_include(<mmintrin.h>) && __MMX__\n #define HAVE_MMINTRIN_H 1\n#endif\n\n#if __has_include(<emmintrin.h>) && __SSE2__\n #define HAVE_EMMINTRIN_H 1\n#endif\n\n#if __SSE3__\n #if __has_include(<pmmintrin.h>)\n #define HAVE_PMMINTRIN_H 1\n #endif\n #if __has_include(<tmmintrin.h>)\n #define HAVE_TMMINTRIN_H 1\n #endif\n#endif\n\n#if __has_include(<smmintrin.h>) && __SSE4_1__\n #define HAVE_SMMINTRIN_H\n#endif\n\n#if __has_include(<immintrin.h>)\n #if __AVX__\n #define HAVE_AVXINTRIN_H\n #endif\n #if __AVX2__\n #define HAVE_AVX2INTRIN_H\n #endif\n #if __AVX512F__\n #if defined(__clang__) && __clang_major__ < 4\n // AVX512 may be broken\n #elif defined(__GNUC__) && __GNUC__ < 6\n // ''\n #else\n #define HAVE_AVX512FINTRIN_H\n #endif\n #endif\n#endif\n\n#if __has_include(<wmmintrin.h>) && __AES__\n #define HAVE_WMMINTRIN_H 1\n#endif\n\n#if __RDRND__\n #define HAVE_RDRAND\n#endif\n\n/**\n * Detect mman APIs\n */\n#if __has_include(<sys/mman.h>)\n #define HAVE_MMAP 1\n #define HAVE_MPROTECT 1\n #define HAVE_MLOCK 1\n\n #if defined(_DEFAULT_SOURCE) || defined(_BSD_SOURCE)\n #define HAVE_MADVISE 1\n #endif\n#endif\n\n#if __has_include(<sys/random.h>)\n #define HAVE_GETRANDOM 1\n#endif\n\n/**\n * POSIX-Only stuff\n */\n#if __has_include(<unistd.h>)\n #if defined(_DEFAULT_SOURCE)\n #define HAVE_GETENTROPY 1\n #endif\n\n /**\n * Default POSIX APIs\n */\n #define HAVE_POSIX_MEMALIGN 1\n #define HAVE_GETPID 1\n #define HAVE_NANOSLEEP 1\n\n /**\n * Language/library features from C11\n */\n #if __STDC_VERSION__ >= 201112L\n #define HAVE_MEMSET_S 1\n #endif\n\n #if __linux__\n #define HAVE_EXPLICIT_BZERO 1\n #endif\n#endif\n\n/**\n * Miscellaneous\n */\n#if __has_include(<pthread.h>)\n #define HAVE_PTHREAD 1\n#endif\n\n#if __has_include(<sys/param.h>)\n #include <sys/param.h>\n #if __BYTE_ORDER == __BIG_ENDIAN\n #define NATIVE_BIG_ENDIAN 1\n #elif __BYTE_ORDER == __LITTLE_ENDIAN\n #define NATIVE_LITTLE_ENDIAN 1\n #else\n #error \"Unknown endianness for this platform.\"\n #endif\n#elif defined(_MSVC)\n // At time of writing, MSVC only targets little-endian.\n #define NATIVE_LITTLE_ENDIAN 1\n#else\n #error \"Unknown endianness for this platform.\"\n#endif\n\n#define CONFIGURED 1\n",
  1129. "kind": "insert",
  1130. "line": 1
  1131. }
  1132. ],
  1133. "path": "include/sodium/private/common.h"
  1134. }
  1135. },
  1136. {
  1137. "copy": {
  1138. "exclude": [],
  1139. "from": "builds/msvc/version.h",
  1140. "include": [],
  1141. "strip-components": 0,
  1142. "to": "include/sodium/version.h"
  1143. },
  1144. "move": {
  1145. "exclude": [],
  1146. "from": "src/libsodium",
  1147. "include": [],
  1148. "strip-components": 0,
  1149. "to": "src/"
  1150. },
  1151. "remove": {
  1152. "only-matching": [],
  1153. "path": "src/libsodium"
  1154. }
  1155. },
  1156. {
  1157. "copy": {
  1158. "exclude": [],
  1159. "from": "include",
  1160. "include": [],
  1161. "strip-components": 1,
  1162. "to": "src/"
  1163. }
  1164. }
  1165. ],
  1166. "url": "https://github.com/jedisct1/libsodium.git"
  1167. }
  1168. },
  1169. "1.0.12": {
  1170. "depends": [],
  1171. "description": "Sodium is a new, easy-to-use software library for encryption,\ndecryption, signatures, password hashing and more.",
  1172. "git": {
  1173. "auto-lib": "sodium/sodium",
  1174. "ref": "1.0.12",
  1175. "transform": [
  1176. {
  1177. "edit": {
  1178. "edits": [
  1179. {
  1180. "content": "#define SODIUM_STATIC 1",
  1181. "kind": "insert",
  1182. "line": 8
  1183. }
  1184. ],
  1185. "path": "include/sodium/export.h"
  1186. },
  1187. "move": {
  1188. "exclude": [],
  1189. "from": "src/libsodium/include",
  1190. "include": [],
  1191. "strip-components": 0,
  1192. "to": "include/"
  1193. }
  1194. },
  1195. {
  1196. "edit": {
  1197. "edits": [
  1198. {
  1199. "content": "#pragma once\n\n// clang-format off\n\n/**\n * Header checks\n */\n#if __has_include(<sys/mman.h>)\n #define HAVE_SYS_MMAN_H 1\n#endif\n\n#if __has_include(<sys/random.h>)\n #define HAVE_SYS_RANDOM_H 1\n#endif\n\n#if __has_include(<intrin.h>)\n #define HAVE_INTRIN_H 1\n#endif\n\n#if __has_include(<sys/auxv.h>)\n #define HAVE_SYS_AUXV_H 1\n#endif\n\n/**\n * Architectural checks for intrinsics\n */\n#if __has_include(<mmintrin.h>) && __MMX__\n #define HAVE_MMINTRIN_H 1\n#endif\n\n#if __has_include(<emmintrin.h>) && __SSE2__\n #define HAVE_EMMINTRIN_H 1\n#endif\n\n#if __SSE3__\n #if __has_include(<pmmintrin.h>)\n #define HAVE_PMMINTRIN_H 1\n #endif\n #if __has_include(<tmmintrin.h>)\n #define HAVE_TMMINTRIN_H 1\n #endif\n#endif\n\n#if __has_include(<smmintrin.h>) && __SSE4_1__\n #define HAVE_SMMINTRIN_H\n#endif\n\n#if __has_include(<immintrin.h>)\n #if __AVX__\n #define HAVE_AVXINTRIN_H\n #endif\n #if __AVX2__\n #define HAVE_AVX2INTRIN_H\n #endif\n #if __AVX512F__\n #if defined(__clang__) && __clang_major__ < 4\n // AVX512 may be broken\n #elif defined(__GNUC__) && __GNUC__ < 6\n // ''\n #else\n #define HAVE_AVX512FINTRIN_H\n #endif\n #endif\n#endif\n\n#if __has_include(<wmmintrin.h>) && __AES__\n #define HAVE_WMMINTRIN_H 1\n#endif\n\n#if __RDRND__\n #define HAVE_RDRAND\n#endif\n\n/**\n * Detect mman APIs\n */\n#if __has_include(<sys/mman.h>)\n #define HAVE_MMAP 1\n #define HAVE_MPROTECT 1\n #define HAVE_MLOCK 1\n\n #if defined(_DEFAULT_SOURCE) || defined(_BSD_SOURCE)\n #define HAVE_MADVISE 1\n #endif\n#endif\n\n#if __has_include(<sys/random.h>)\n #define HAVE_GETRANDOM 1\n#endif\n\n/**\n * POSIX-Only stuff\n */\n#if __has_include(<unistd.h>)\n #if defined(_DEFAULT_SOURCE)\n #define HAVE_GETENTROPY 1\n #endif\n\n /**\n * Default POSIX APIs\n */\n #define HAVE_POSIX_MEMALIGN 1\n #define HAVE_GETPID 1\n #define HAVE_NANOSLEEP 1\n\n /**\n * Language/library features from C11\n */\n #if __STDC_VERSION__ >= 201112L\n #define HAVE_MEMSET_S 1\n #endif\n\n #if __linux__\n #define HAVE_EXPLICIT_BZERO 1\n #endif\n#endif\n\n/**\n * Miscellaneous\n */\n#if __has_include(<pthread.h>)\n #define HAVE_PTHREAD 1\n#endif\n\n#if __has_include(<sys/param.h>)\n #include <sys/param.h>\n #if __BYTE_ORDER == __BIG_ENDIAN\n #define NATIVE_BIG_ENDIAN 1\n #elif __BYTE_ORDER == __LITTLE_ENDIAN\n #define NATIVE_LITTLE_ENDIAN 1\n #else\n #error \"Unknown endianness for this platform.\"\n #endif\n#elif defined(_MSVC)\n // At time of writing, MSVC only targets little-endian.\n #define NATIVE_LITTLE_ENDIAN 1\n#else\n #error \"Unknown endianness for this platform.\"\n#endif\n\n#define CONFIGURED 1\n",
  1200. "kind": "insert",
  1201. "line": 1
  1202. }
  1203. ],
  1204. "path": "include/sodium/private/common.h"
  1205. }
  1206. },
  1207. {
  1208. "copy": {
  1209. "exclude": [],
  1210. "from": "builds/msvc/version.h",
  1211. "include": [],
  1212. "strip-components": 0,
  1213. "to": "include/sodium/version.h"
  1214. },
  1215. "move": {
  1216. "exclude": [],
  1217. "from": "src/libsodium",
  1218. "include": [],
  1219. "strip-components": 0,
  1220. "to": "src/"
  1221. },
  1222. "remove": {
  1223. "only-matching": [],
  1224. "path": "src/libsodium"
  1225. }
  1226. },
  1227. {
  1228. "copy": {
  1229. "exclude": [],
  1230. "from": "include",
  1231. "include": [],
  1232. "strip-components": 1,
  1233. "to": "src/"
  1234. }
  1235. }
  1236. ],
  1237. "url": "https://github.com/jedisct1/libsodium.git"
  1238. }
  1239. },
  1240. "1.0.13": {
  1241. "depends": [],
  1242. "description": "Sodium is a new, easy-to-use software library for encryption,\ndecryption, signatures, password hashing and more.",
  1243. "git": {
  1244. "auto-lib": "sodium/sodium",
  1245. "ref": "1.0.13",
  1246. "transform": [
  1247. {
  1248. "edit": {
  1249. "edits": [
  1250. {
  1251. "content": "#define SODIUM_STATIC 1",
  1252. "kind": "insert",
  1253. "line": 8
  1254. }
  1255. ],
  1256. "path": "include/sodium/export.h"
  1257. },
  1258. "move": {
  1259. "exclude": [],
  1260. "from": "src/libsodium/include",
  1261. "include": [],
  1262. "strip-components": 0,
  1263. "to": "include/"
  1264. }
  1265. },
  1266. {
  1267. "edit": {
  1268. "edits": [
  1269. {
  1270. "content": "#pragma once\n\n// clang-format off\n\n/**\n * Header checks\n */\n#if __has_include(<sys/mman.h>)\n #define HAVE_SYS_MMAN_H 1\n#endif\n\n#if __has_include(<sys/random.h>)\n #define HAVE_SYS_RANDOM_H 1\n#endif\n\n#if __has_include(<intrin.h>)\n #define HAVE_INTRIN_H 1\n#endif\n\n#if __has_include(<sys/auxv.h>)\n #define HAVE_SYS_AUXV_H 1\n#endif\n\n/**\n * Architectural checks for intrinsics\n */\n#if __has_include(<mmintrin.h>) && __MMX__\n #define HAVE_MMINTRIN_H 1\n#endif\n\n#if __has_include(<emmintrin.h>) && __SSE2__\n #define HAVE_EMMINTRIN_H 1\n#endif\n\n#if __SSE3__\n #if __has_include(<pmmintrin.h>)\n #define HAVE_PMMINTRIN_H 1\n #endif\n #if __has_include(<tmmintrin.h>)\n #define HAVE_TMMINTRIN_H 1\n #endif\n#endif\n\n#if __has_include(<smmintrin.h>) && __SSE4_1__\n #define HAVE_SMMINTRIN_H\n#endif\n\n#if __has_include(<immintrin.h>)\n #if __AVX__\n #define HAVE_AVXINTRIN_H\n #endif\n #if __AVX2__\n #define HAVE_AVX2INTRIN_H\n #endif\n #if __AVX512F__\n #if defined(__clang__) && __clang_major__ < 4\n // AVX512 may be broken\n #elif defined(__GNUC__) && __GNUC__ < 6\n // ''\n #else\n #define HAVE_AVX512FINTRIN_H\n #endif\n #endif\n#endif\n\n#if __has_include(<wmmintrin.h>) && __AES__\n #define HAVE_WMMINTRIN_H 1\n#endif\n\n#if __RDRND__\n #define HAVE_RDRAND\n#endif\n\n/**\n * Detect mman APIs\n */\n#if __has_include(<sys/mman.h>)\n #define HAVE_MMAP 1\n #define HAVE_MPROTECT 1\n #define HAVE_MLOCK 1\n\n #if defined(_DEFAULT_SOURCE) || defined(_BSD_SOURCE)\n #define HAVE_MADVISE 1\n #endif\n#endif\n\n#if __has_include(<sys/random.h>)\n #define HAVE_GETRANDOM 1\n#endif\n\n/**\n * POSIX-Only stuff\n */\n#if __has_include(<unistd.h>)\n #if defined(_DEFAULT_SOURCE)\n #define HAVE_GETENTROPY 1\n #endif\n\n /**\n * Default POSIX APIs\n */\n #define HAVE_POSIX_MEMALIGN 1\n #define HAVE_GETPID 1\n #define HAVE_NANOSLEEP 1\n\n /**\n * Language/library features from C11\n */\n #if __STDC_VERSION__ >= 201112L\n #define HAVE_MEMSET_S 1\n #endif\n\n #if __linux__\n #define HAVE_EXPLICIT_BZERO 1\n #endif\n#endif\n\n/**\n * Miscellaneous\n */\n#if __has_include(<pthread.h>)\n #define HAVE_PTHREAD 1\n#endif\n\n#if __has_include(<sys/param.h>)\n #include <sys/param.h>\n #if __BYTE_ORDER == __BIG_ENDIAN\n #define NATIVE_BIG_ENDIAN 1\n #elif __BYTE_ORDER == __LITTLE_ENDIAN\n #define NATIVE_LITTLE_ENDIAN 1\n #else\n #error \"Unknown endianness for this platform.\"\n #endif\n#elif defined(_MSVC)\n // At time of writing, MSVC only targets little-endian.\n #define NATIVE_LITTLE_ENDIAN 1\n#else\n #error \"Unknown endianness for this platform.\"\n#endif\n\n#define CONFIGURED 1\n",
  1271. "kind": "insert",
  1272. "line": 1
  1273. }
  1274. ],
  1275. "path": "include/sodium/private/common.h"
  1276. }
  1277. },
  1278. {
  1279. "copy": {
  1280. "exclude": [],
  1281. "from": "builds/msvc/version.h",
  1282. "include": [],
  1283. "strip-components": 0,
  1284. "to": "include/sodium/version.h"
  1285. },
  1286. "move": {
  1287. "exclude": [],
  1288. "from": "src/libsodium",
  1289. "include": [],
  1290. "strip-components": 0,
  1291. "to": "src/"
  1292. },
  1293. "remove": {
  1294. "only-matching": [],
  1295. "path": "src/libsodium"
  1296. }
  1297. },
  1298. {
  1299. "copy": {
  1300. "exclude": [],
  1301. "from": "include",
  1302. "include": [],
  1303. "strip-components": 1,
  1304. "to": "src/"
  1305. }
  1306. }
  1307. ],
  1308. "url": "https://github.com/jedisct1/libsodium.git"
  1309. }
  1310. },
  1311. "1.0.14": {
  1312. "depends": [],
  1313. "description": "Sodium is a new, easy-to-use software library for encryption,\ndecryption, signatures, password hashing and more.",
  1314. "git": {
  1315. "auto-lib": "sodium/sodium",
  1316. "ref": "1.0.14",
  1317. "transform": [
  1318. {
  1319. "edit": {
  1320. "edits": [
  1321. {
  1322. "content": "#define SODIUM_STATIC 1",
  1323. "kind": "insert",
  1324. "line": 8
  1325. }
  1326. ],
  1327. "path": "include/sodium/export.h"
  1328. },
  1329. "move": {
  1330. "exclude": [],
  1331. "from": "src/libsodium/include",
  1332. "include": [],
  1333. "strip-components": 0,
  1334. "to": "include/"
  1335. }
  1336. },
  1337. {
  1338. "edit": {
  1339. "edits": [
  1340. {
  1341. "content": "#pragma once\n\n// clang-format off\n\n/**\n * Header checks\n */\n#if __has_include(<sys/mman.h>)\n #define HAVE_SYS_MMAN_H 1\n#endif\n\n#if __has_include(<sys/random.h>)\n #define HAVE_SYS_RANDOM_H 1\n#endif\n\n#if __has_include(<intrin.h>)\n #define HAVE_INTRIN_H 1\n#endif\n\n#if __has_include(<sys/auxv.h>)\n #define HAVE_SYS_AUXV_H 1\n#endif\n\n/**\n * Architectural checks for intrinsics\n */\n#if __has_include(<mmintrin.h>) && __MMX__\n #define HAVE_MMINTRIN_H 1\n#endif\n\n#if __has_include(<emmintrin.h>) && __SSE2__\n #define HAVE_EMMINTRIN_H 1\n#endif\n\n#if __SSE3__\n #if __has_include(<pmmintrin.h>)\n #define HAVE_PMMINTRIN_H 1\n #endif\n #if __has_include(<tmmintrin.h>)\n #define HAVE_TMMINTRIN_H 1\n #endif\n#endif\n\n#if __has_include(<smmintrin.h>) && __SSE4_1__\n #define HAVE_SMMINTRIN_H\n#endif\n\n#if __has_include(<immintrin.h>)\n #if __AVX__\n #define HAVE_AVXINTRIN_H\n #endif\n #if __AVX2__\n #define HAVE_AVX2INTRIN_H\n #endif\n #if __AVX512F__\n #if defined(__clang__) && __clang_major__ < 4\n // AVX512 may be broken\n #elif defined(__GNUC__) && __GNUC__ < 6\n // ''\n #else\n #define HAVE_AVX512FINTRIN_H\n #endif\n #endif\n#endif\n\n#if __has_include(<wmmintrin.h>) && __AES__\n #define HAVE_WMMINTRIN_H 1\n#endif\n\n#if __RDRND__\n #define HAVE_RDRAND\n#endif\n\n/**\n * Detect mman APIs\n */\n#if __has_include(<sys/mman.h>)\n #define HAVE_MMAP 1\n #define HAVE_MPROTECT 1\n #define HAVE_MLOCK 1\n\n #if defined(_DEFAULT_SOURCE) || defined(_BSD_SOURCE)\n #define HAVE_MADVISE 1\n #endif\n#endif\n\n#if __has_include(<sys/random.h>)\n #define HAVE_GETRANDOM 1\n#endif\n\n/**\n * POSIX-Only stuff\n */\n#if __has_include(<unistd.h>)\n #if defined(_DEFAULT_SOURCE)\n #define HAVE_GETENTROPY 1\n #endif\n\n /**\n * Default POSIX APIs\n */\n #define HAVE_POSIX_MEMALIGN 1\n #define HAVE_GETPID 1\n #define HAVE_NANOSLEEP 1\n\n /**\n * Language/library features from C11\n */\n #if __STDC_VERSION__ >= 201112L\n #define HAVE_MEMSET_S 1\n #endif\n\n #if __linux__\n #define HAVE_EXPLICIT_BZERO 1\n #endif\n#endif\n\n/**\n * Miscellaneous\n */\n#if __has_include(<pthread.h>)\n #define HAVE_PTHREAD 1\n#endif\n\n#if __has_include(<sys/param.h>)\n #include <sys/param.h>\n #if __BYTE_ORDER == __BIG_ENDIAN\n #define NATIVE_BIG_ENDIAN 1\n #elif __BYTE_ORDER == __LITTLE_ENDIAN\n #define NATIVE_LITTLE_ENDIAN 1\n #else\n #error \"Unknown endianness for this platform.\"\n #endif\n#elif defined(_MSVC)\n // At time of writing, MSVC only targets little-endian.\n #define NATIVE_LITTLE_ENDIAN 1\n#else\n #error \"Unknown endianness for this platform.\"\n#endif\n\n#define CONFIGURED 1\n",
  1342. "kind": "insert",
  1343. "line": 1
  1344. }
  1345. ],
  1346. "path": "include/sodium/private/common.h"
  1347. }
  1348. },
  1349. {
  1350. "copy": {
  1351. "exclude": [],
  1352. "from": "builds/msvc/version.h",
  1353. "include": [],
  1354. "strip-components": 0,
  1355. "to": "include/sodium/version.h"
  1356. },
  1357. "move": {
  1358. "exclude": [],
  1359. "from": "src/libsodium",
  1360. "include": [],
  1361. "strip-components": 0,
  1362. "to": "src/"
  1363. },
  1364. "remove": {
  1365. "only-matching": [],
  1366. "path": "src/libsodium"
  1367. }
  1368. },
  1369. {
  1370. "copy": {
  1371. "exclude": [],
  1372. "from": "include",
  1373. "include": [],
  1374. "strip-components": 1,
  1375. "to": "src/"
  1376. }
  1377. }
  1378. ],
  1379. "url": "https://github.com/jedisct1/libsodium.git"
  1380. }
  1381. },
  1382. "1.0.15": {
  1383. "depends": [],
  1384. "description": "Sodium is a new, easy-to-use software library for encryption,\ndecryption, signatures, password hashing and more.",
  1385. "git": {
  1386. "auto-lib": "sodium/sodium",
  1387. "ref": "1.0.15",
  1388. "transform": [
  1389. {
  1390. "edit": {
  1391. "edits": [
  1392. {
  1393. "content": "#define SODIUM_STATIC 1",
  1394. "kind": "insert",
  1395. "line": 8
  1396. }
  1397. ],
  1398. "path": "include/sodium/export.h"
  1399. },
  1400. "move": {
  1401. "exclude": [],
  1402. "from": "src/libsodium/include",
  1403. "include": [],
  1404. "strip-components": 0,
  1405. "to": "include/"
  1406. }
  1407. },
  1408. {
  1409. "edit": {
  1410. "edits": [
  1411. {
  1412. "content": "#pragma once\n\n// clang-format off\n\n/**\n * Header checks\n */\n#if __has_include(<sys/mman.h>)\n #define HAVE_SYS_MMAN_H 1\n#endif\n\n#if __has_include(<sys/random.h>)\n #define HAVE_SYS_RANDOM_H 1\n#endif\n\n#if __has_include(<intrin.h>)\n #define HAVE_INTRIN_H 1\n#endif\n\n#if __has_include(<sys/auxv.h>)\n #define HAVE_SYS_AUXV_H 1\n#endif\n\n/**\n * Architectural checks for intrinsics\n */\n#if __has_include(<mmintrin.h>) && __MMX__\n #define HAVE_MMINTRIN_H 1\n#endif\n\n#if __has_include(<emmintrin.h>) && __SSE2__\n #define HAVE_EMMINTRIN_H 1\n#endif\n\n#if __SSE3__\n #if __has_include(<pmmintrin.h>)\n #define HAVE_PMMINTRIN_H 1\n #endif\n #if __has_include(<tmmintrin.h>)\n #define HAVE_TMMINTRIN_H 1\n #endif\n#endif\n\n#if __has_include(<smmintrin.h>) && __SSE4_1__\n #define HAVE_SMMINTRIN_H\n#endif\n\n#if __has_include(<immintrin.h>)\n #if __AVX__\n #define HAVE_AVXINTRIN_H\n #endif\n #if __AVX2__\n #define HAVE_AVX2INTRIN_H\n #endif\n #if __AVX512F__\n #if defined(__clang__) && __clang_major__ < 4\n // AVX512 may be broken\n #elif defined(__GNUC__) && __GNUC__ < 6\n // ''\n #else\n #define HAVE_AVX512FINTRIN_H\n #endif\n #endif\n#endif\n\n#if __has_include(<wmmintrin.h>) && __AES__\n #define HAVE_WMMINTRIN_H 1\n#endif\n\n#if __RDRND__\n #define HAVE_RDRAND\n#endif\n\n/**\n * Detect mman APIs\n */\n#if __has_include(<sys/mman.h>)\n #define HAVE_MMAP 1\n #define HAVE_MPROTECT 1\n #define HAVE_MLOCK 1\n\n #if defined(_DEFAULT_SOURCE) || defined(_BSD_SOURCE)\n #define HAVE_MADVISE 1\n #endif\n#endif\n\n#if __has_include(<sys/random.h>)\n #define HAVE_GETRANDOM 1\n#endif\n\n/**\n * POSIX-Only stuff\n */\n#if __has_include(<unistd.h>)\n #if defined(_DEFAULT_SOURCE)\n #define HAVE_GETENTROPY 1\n #endif\n\n /**\n * Default POSIX APIs\n */\n #define HAVE_POSIX_MEMALIGN 1\n #define HAVE_GETPID 1\n #define HAVE_NANOSLEEP 1\n\n /**\n * Language/library features from C11\n */\n #if __STDC_VERSION__ >= 201112L\n #define HAVE_MEMSET_S 1\n #endif\n\n #if __linux__\n #define HAVE_EXPLICIT_BZERO 1\n #endif\n#endif\n\n/**\n * Miscellaneous\n */\n#if __has_include(<pthread.h>)\n #define HAVE_PTHREAD 1\n#endif\n\n#if __has_include(<sys/param.h>)\n #include <sys/param.h>\n #if __BYTE_ORDER == __BIG_ENDIAN\n #define NATIVE_BIG_ENDIAN 1\n #elif __BYTE_ORDER == __LITTLE_ENDIAN\n #define NATIVE_LITTLE_ENDIAN 1\n #else\n #error \"Unknown endianness for this platform.\"\n #endif\n#elif defined(_MSVC)\n // At time of writing, MSVC only targets little-endian.\n #define NATIVE_LITTLE_ENDIAN 1\n#else\n #error \"Unknown endianness for this platform.\"\n#endif\n\n#define CONFIGURED 1\n",
  1413. "kind": "insert",
  1414. "line": 1
  1415. }
  1416. ],
  1417. "path": "include/sodium/private/common.h"
  1418. }
  1419. },
  1420. {
  1421. "copy": {
  1422. "exclude": [],
  1423. "from": "builds/msvc/version.h",
  1424. "include": [],
  1425. "strip-components": 0,
  1426. "to": "include/sodium/version.h"
  1427. },
  1428. "move": {
  1429. "exclude": [],
  1430. "from": "src/libsodium",
  1431. "include": [],
  1432. "strip-components": 0,
  1433. "to": "src/"
  1434. },
  1435. "remove": {
  1436. "only-matching": [],
  1437. "path": "src/libsodium"
  1438. }
  1439. },
  1440. {
  1441. "copy": {
  1442. "exclude": [],
  1443. "from": "include",
  1444. "include": [],
  1445. "strip-components": 1,
  1446. "to": "src/"
  1447. }
  1448. }
  1449. ],
  1450. "url": "https://github.com/jedisct1/libsodium.git"
  1451. }
  1452. },
  1453. "1.0.16": {
  1454. "depends": [],
  1455. "description": "Sodium is a new, easy-to-use software library for encryption,\ndecryption, signatures, password hashing and more.",
  1456. "git": {
  1457. "auto-lib": "sodium/sodium",
  1458. "ref": "1.0.16",
  1459. "transform": [
  1460. {
  1461. "edit": {
  1462. "edits": [
  1463. {
  1464. "content": "#define SODIUM_STATIC 1",
  1465. "kind": "insert",
  1466. "line": 8
  1467. }
  1468. ],
  1469. "path": "include/sodium/export.h"
  1470. },
  1471. "move": {
  1472. "exclude": [],
  1473. "from": "src/libsodium/include",
  1474. "include": [],
  1475. "strip-components": 0,
  1476. "to": "include/"
  1477. }
  1478. },
  1479. {
  1480. "edit": {
  1481. "edits": [
  1482. {
  1483. "content": "#pragma once\n\n// clang-format off\n\n/**\n * Header checks\n */\n#if __has_include(<sys/mman.h>)\n #define HAVE_SYS_MMAN_H 1\n#endif\n\n#if __has_include(<sys/random.h>)\n #define HAVE_SYS_RANDOM_H 1\n#endif\n\n#if __has_include(<intrin.h>)\n #define HAVE_INTRIN_H 1\n#endif\n\n#if __has_include(<sys/auxv.h>)\n #define HAVE_SYS_AUXV_H 1\n#endif\n\n/**\n * Architectural checks for intrinsics\n */\n#if __has_include(<mmintrin.h>) && __MMX__\n #define HAVE_MMINTRIN_H 1\n#endif\n\n#if __has_include(<emmintrin.h>) && __SSE2__\n #define HAVE_EMMINTRIN_H 1\n#endif\n\n#if __SSE3__\n #if __has_include(<pmmintrin.h>)\n #define HAVE_PMMINTRIN_H 1\n #endif\n #if __has_include(<tmmintrin.h>)\n #define HAVE_TMMINTRIN_H 1\n #endif\n#endif\n\n#if __has_include(<smmintrin.h>) && __SSE4_1__\n #define HAVE_SMMINTRIN_H\n#endif\n\n#if __has_include(<immintrin.h>)\n #if __AVX__\n #define HAVE_AVXINTRIN_H\n #endif\n #if __AVX2__\n #define HAVE_AVX2INTRIN_H\n #endif\n #if __AVX512F__\n #if defined(__clang__) && __clang_major__ < 4\n // AVX512 may be broken\n #elif defined(__GNUC__) && __GNUC__ < 6\n // ''\n #else\n #define HAVE_AVX512FINTRIN_H\n #endif\n #endif\n#endif\n\n#if __has_include(<wmmintrin.h>) && __AES__\n #define HAVE_WMMINTRIN_H 1\n#endif\n\n#if __RDRND__\n #define HAVE_RDRAND\n#endif\n\n/**\n * Detect mman APIs\n */\n#if __has_include(<sys/mman.h>)\n #define HAVE_MMAP 1\n #define HAVE_MPROTECT 1\n #define HAVE_MLOCK 1\n\n #if defined(_DEFAULT_SOURCE) || defined(_BSD_SOURCE)\n #define HAVE_MADVISE 1\n #endif\n#endif\n\n#if __has_include(<sys/random.h>)\n #define HAVE_GETRANDOM 1\n#endif\n\n/**\n * POSIX-Only stuff\n */\n#if __has_include(<unistd.h>)\n #if defined(_DEFAULT_SOURCE)\n #define HAVE_GETENTROPY 1\n #endif\n\n /**\n * Default POSIX APIs\n */\n #define HAVE_POSIX_MEMALIGN 1\n #define HAVE_GETPID 1\n #define HAVE_NANOSLEEP 1\n\n /**\n * Language/library features from C11\n */\n #if __STDC_VERSION__ >= 201112L\n #define HAVE_MEMSET_S 1\n #endif\n\n #if __linux__\n #define HAVE_EXPLICIT_BZERO 1\n #endif\n#endif\n\n/**\n * Miscellaneous\n */\n#if __has_include(<pthread.h>)\n #define HAVE_PTHREAD 1\n#endif\n\n#if __has_include(<sys/param.h>)\n #include <sys/param.h>\n #if __BYTE_ORDER == __BIG_ENDIAN\n #define NATIVE_BIG_ENDIAN 1\n #elif __BYTE_ORDER == __LITTLE_ENDIAN\n #define NATIVE_LITTLE_ENDIAN 1\n #else\n #error \"Unknown endianness for this platform.\"\n #endif\n#elif defined(_MSVC)\n // At time of writing, MSVC only targets little-endian.\n #define NATIVE_LITTLE_ENDIAN 1\n#else\n #error \"Unknown endianness for this platform.\"\n#endif\n\n#define CONFIGURED 1\n",
  1484. "kind": "insert",
  1485. "line": 1
  1486. }
  1487. ],
  1488. "path": "include/sodium/private/common.h"
  1489. }
  1490. },
  1491. {
  1492. "copy": {
  1493. "exclude": [],
  1494. "from": "builds/msvc/version.h",
  1495. "include": [],
  1496. "strip-components": 0,
  1497. "to": "include/sodium/version.h"
  1498. },
  1499. "move": {
  1500. "exclude": [],
  1501. "from": "src/libsodium",
  1502. "include": [],
  1503. "strip-components": 0,
  1504. "to": "src/"
  1505. },
  1506. "remove": {
  1507. "only-matching": [],
  1508. "path": "src/libsodium"
  1509. }
  1510. },
  1511. {
  1512. "copy": {
  1513. "exclude": [],
  1514. "from": "include",
  1515. "include": [],
  1516. "strip-components": 1,
  1517. "to": "src/"
  1518. }
  1519. }
  1520. ],
  1521. "url": "https://github.com/jedisct1/libsodium.git"
  1522. }
  1523. },
  1524. "1.0.17": {
  1525. "depends": [],
  1526. "description": "Sodium is a new, easy-to-use software library for encryption,\ndecryption, signatures, password hashing and more.",
  1527. "git": {
  1528. "auto-lib": "sodium/sodium",
  1529. "ref": "1.0.17",
  1530. "transform": [
  1531. {
  1532. "edit": {
  1533. "edits": [
  1534. {
  1535. "content": "#define SODIUM_STATIC 1",
  1536. "kind": "insert",
  1537. "line": 8
  1538. }
  1539. ],
  1540. "path": "include/sodium/export.h"
  1541. },
  1542. "move": {
  1543. "exclude": [],
  1544. "from": "src/libsodium/include",
  1545. "include": [],
  1546. "strip-components": 0,
  1547. "to": "include/"
  1548. }
  1549. },
  1550. {
  1551. "edit": {
  1552. "edits": [
  1553. {
  1554. "content": "#pragma once\n\n// clang-format off\n\n/**\n * Header checks\n */\n#if __has_include(<sys/mman.h>)\n #define HAVE_SYS_MMAN_H 1\n#endif\n\n#if __has_include(<sys/random.h>)\n #define HAVE_SYS_RANDOM_H 1\n#endif\n\n#if __has_include(<intrin.h>)\n #define HAVE_INTRIN_H 1\n#endif\n\n#if __has_include(<sys/auxv.h>)\n #define HAVE_SYS_AUXV_H 1\n#endif\n\n/**\n * Architectural checks for intrinsics\n */\n#if __has_include(<mmintrin.h>) && __MMX__\n #define HAVE_MMINTRIN_H 1\n#endif\n\n#if __has_include(<emmintrin.h>) && __SSE2__\n #define HAVE_EMMINTRIN_H 1\n#endif\n\n#if __SSE3__\n #if __has_include(<pmmintrin.h>)\n #define HAVE_PMMINTRIN_H 1\n #endif\n #if __has_include(<tmmintrin.h>)\n #define HAVE_TMMINTRIN_H 1\n #endif\n#endif\n\n#if __has_include(<smmintrin.h>) && __SSE4_1__\n #define HAVE_SMMINTRIN_H\n#endif\n\n#if __has_include(<immintrin.h>)\n #if __AVX__\n #define HAVE_AVXINTRIN_H\n #endif\n #if __AVX2__\n #define HAVE_AVX2INTRIN_H\n #endif\n #if __AVX512F__\n #if defined(__clang__) && __clang_major__ < 4\n // AVX512 may be broken\n #elif defined(__GNUC__) && __GNUC__ < 6\n // ''\n #else\n #define HAVE_AVX512FINTRIN_H\n #endif\n #endif\n#endif\n\n#if __has_include(<wmmintrin.h>) && __AES__\n #define HAVE_WMMINTRIN_H 1\n#endif\n\n#if __RDRND__\n #define HAVE_RDRAND\n#endif\n\n/**\n * Detect mman APIs\n */\n#if __has_include(<sys/mman.h>)\n #define HAVE_MMAP 1\n #define HAVE_MPROTECT 1\n #define HAVE_MLOCK 1\n\n #if defined(_DEFAULT_SOURCE) || defined(_BSD_SOURCE)\n #define HAVE_MADVISE 1\n #endif\n#endif\n\n#if __has_include(<sys/random.h>)\n #define HAVE_GETRANDOM 1\n#endif\n\n/**\n * POSIX-Only stuff\n */\n#if __has_include(<unistd.h>)\n #if defined(_DEFAULT_SOURCE)\n #define HAVE_GETENTROPY 1\n #endif\n\n /**\n * Default POSIX APIs\n */\n #define HAVE_POSIX_MEMALIGN 1\n #define HAVE_GETPID 1\n #define HAVE_NANOSLEEP 1\n\n /**\n * Language/library features from C11\n */\n #if __STDC_VERSION__ >= 201112L\n #define HAVE_MEMSET_S 1\n #endif\n\n #if __linux__\n #define HAVE_EXPLICIT_BZERO 1\n #endif\n#endif\n\n/**\n * Miscellaneous\n */\n#if __has_include(<pthread.h>)\n #define HAVE_PTHREAD 1\n#endif\n\n#if __has_include(<sys/param.h>)\n #include <sys/param.h>\n #if __BYTE_ORDER == __BIG_ENDIAN\n #define NATIVE_BIG_ENDIAN 1\n #elif __BYTE_ORDER == __LITTLE_ENDIAN\n #define NATIVE_LITTLE_ENDIAN 1\n #else\n #error \"Unknown endianness for this platform.\"\n #endif\n#elif defined(_MSVC)\n // At time of writing, MSVC only targets little-endian.\n #define NATIVE_LITTLE_ENDIAN 1\n#else\n #error \"Unknown endianness for this platform.\"\n#endif\n\n#define CONFIGURED 1\n",
  1555. "kind": "insert",
  1556. "line": 1
  1557. }
  1558. ],
  1559. "path": "include/sodium/private/common.h"
  1560. }
  1561. },
  1562. {
  1563. "copy": {
  1564. "exclude": [],
  1565. "from": "builds/msvc/version.h",
  1566. "include": [],
  1567. "strip-components": 0,
  1568. "to": "include/sodium/version.h"
  1569. },
  1570. "move": {
  1571. "exclude": [],
  1572. "from": "src/libsodium",
  1573. "include": [],
  1574. "strip-components": 0,
  1575. "to": "src/"
  1576. },
  1577. "remove": {
  1578. "only-matching": [],
  1579. "path": "src/libsodium"
  1580. }
  1581. },
  1582. {
  1583. "copy": {
  1584. "exclude": [],
  1585. "from": "include",
  1586. "include": [],
  1587. "strip-components": 1,
  1588. "to": "src/"
  1589. }
  1590. }
  1591. ],
  1592. "url": "https://github.com/jedisct1/libsodium.git"
  1593. }
  1594. },
  1595. "1.0.18": {
  1596. "depends": [],
  1597. "description": "Sodium is a new, easy-to-use software library for encryption,\ndecryption, signatures, password hashing and more.",
  1598. "git": {
  1599. "auto-lib": "sodium/sodium",
  1600. "ref": "1.0.18",
  1601. "transform": [
  1602. {
  1603. "edit": {
  1604. "edits": [
  1605. {
  1606. "content": "#define SODIUM_STATIC 1",
  1607. "kind": "insert",
  1608. "line": 8
  1609. }
  1610. ],
  1611. "path": "include/sodium/export.h"
  1612. },
  1613. "move": {
  1614. "exclude": [],
  1615. "from": "src/libsodium/include",
  1616. "include": [],
  1617. "strip-components": 0,
  1618. "to": "include/"
  1619. }
  1620. },
  1621. {
  1622. "edit": {
  1623. "edits": [
  1624. {
  1625. "content": "#pragma once\n\n// clang-format off\n\n/**\n * Header checks\n */\n#if __has_include(<sys/mman.h>)\n #define HAVE_SYS_MMAN_H 1\n#endif\n\n#if __has_include(<sys/random.h>)\n #define HAVE_SYS_RANDOM_H 1\n#endif\n\n#if __has_include(<intrin.h>)\n #define HAVE_INTRIN_H 1\n#endif\n\n#if __has_include(<sys/auxv.h>)\n #define HAVE_SYS_AUXV_H 1\n#endif\n\n/**\n * Architectural checks for intrinsics\n */\n#if __has_include(<mmintrin.h>) && __MMX__\n #define HAVE_MMINTRIN_H 1\n#endif\n\n#if __has_include(<emmintrin.h>) && __SSE2__\n #define HAVE_EMMINTRIN_H 1\n#endif\n\n#if __SSE3__\n #if __has_include(<pmmintrin.h>)\n #define HAVE_PMMINTRIN_H 1\n #endif\n #if __has_include(<tmmintrin.h>)\n #define HAVE_TMMINTRIN_H 1\n #endif\n#endif\n\n#if __has_include(<smmintrin.h>) && __SSE4_1__\n #define HAVE_SMMINTRIN_H\n#endif\n\n#if __has_include(<immintrin.h>)\n #if __AVX__\n #define HAVE_AVXINTRIN_H\n #endif\n #if __AVX2__\n #define HAVE_AVX2INTRIN_H\n #endif\n #if __AVX512F__\n #if defined(__clang__) && __clang_major__ < 4\n // AVX512 may be broken\n #elif defined(__GNUC__) && __GNUC__ < 6\n // ''\n #else\n #define HAVE_AVX512FINTRIN_H\n #endif\n #endif\n#endif\n\n#if __has_include(<wmmintrin.h>) && __AES__\n #define HAVE_WMMINTRIN_H 1\n#endif\n\n#if __RDRND__\n #define HAVE_RDRAND\n#endif\n\n/**\n * Detect mman APIs\n */\n#if __has_include(<sys/mman.h>)\n #define HAVE_MMAP 1\n #define HAVE_MPROTECT 1\n #define HAVE_MLOCK 1\n\n #if defined(_DEFAULT_SOURCE) || defined(_BSD_SOURCE)\n #define HAVE_MADVISE 1\n #endif\n#endif\n\n#if __has_include(<sys/random.h>)\n #define HAVE_GETRANDOM 1\n#endif\n\n/**\n * POSIX-Only stuff\n */\n#if __has_include(<unistd.h>)\n #if defined(_DEFAULT_SOURCE)\n #define HAVE_GETENTROPY 1\n #endif\n\n /**\n * Default POSIX APIs\n */\n #define HAVE_POSIX_MEMALIGN 1\n #define HAVE_GETPID 1\n #define HAVE_NANOSLEEP 1\n\n /**\n * Language/library features from C11\n */\n #if __STDC_VERSION__ >= 201112L\n #define HAVE_MEMSET_S 1\n #endif\n\n #if __linux__\n #define HAVE_EXPLICIT_BZERO 1\n #endif\n#endif\n\n/**\n * Miscellaneous\n */\n#if __has_include(<pthread.h>)\n #define HAVE_PTHREAD 1\n#endif\n\n#if __has_include(<sys/param.h>)\n #include <sys/param.h>\n #if __BYTE_ORDER == __BIG_ENDIAN\n #define NATIVE_BIG_ENDIAN 1\n #elif __BYTE_ORDER == __LITTLE_ENDIAN\n #define NATIVE_LITTLE_ENDIAN 1\n #else\n #error \"Unknown endianness for this platform.\"\n #endif\n#elif defined(_MSVC)\n // At time of writing, MSVC only targets little-endian.\n #define NATIVE_LITTLE_ENDIAN 1\n#else\n #error \"Unknown endianness for this platform.\"\n#endif\n\n#define CONFIGURED 1\n",
  1626. "kind": "insert",
  1627. "line": 1
  1628. }
  1629. ],
  1630. "path": "include/sodium/private/common.h"
  1631. }
  1632. },
  1633. {
  1634. "copy": {
  1635. "exclude": [],
  1636. "from": "builds/msvc/version.h",
  1637. "include": [],
  1638. "strip-components": 0,
  1639. "to": "include/sodium/version.h"
  1640. },
  1641. "move": {
  1642. "exclude": [],
  1643. "from": "src/libsodium",
  1644. "include": [],
  1645. "strip-components": 0,
  1646. "to": "src/"
  1647. },
  1648. "remove": {
  1649. "only-matching": [],
  1650. "path": "src/libsodium"
  1651. }
  1652. },
  1653. {
  1654. "copy": {
  1655. "exclude": [],
  1656. "from": "include",
  1657. "include": [],
  1658. "strip-components": 1,
  1659. "to": "src/"
  1660. }
  1661. }
  1662. ],
  1663. "url": "https://github.com/jedisct1/libsodium.git"
  1664. }
  1665. }
  1666. },
  1667. "lua": {
  1668. "5.1.1": {
  1669. "depends": [],
  1670. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1671. "git": {
  1672. "auto-lib": "lua/lua",
  1673. "ref": "v5.1.1",
  1674. "transform": [
  1675. {
  1676. "move": {
  1677. "exclude": [],
  1678. "from": ".",
  1679. "include": [
  1680. "*.c",
  1681. "*.h"
  1682. ],
  1683. "strip-components": 0,
  1684. "to": "src/"
  1685. }
  1686. }
  1687. ],
  1688. "url": "https://github.com/lua/lua.git"
  1689. }
  1690. },
  1691. "5.2.0": {
  1692. "depends": [],
  1693. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1694. "git": {
  1695. "auto-lib": "lua/lua",
  1696. "ref": "v5.2.0",
  1697. "transform": [
  1698. {
  1699. "move": {
  1700. "exclude": [],
  1701. "from": ".",
  1702. "include": [
  1703. "*.c",
  1704. "*.h"
  1705. ],
  1706. "strip-components": 0,
  1707. "to": "src/"
  1708. }
  1709. }
  1710. ],
  1711. "url": "https://github.com/lua/lua.git"
  1712. }
  1713. },
  1714. "5.2.1": {
  1715. "depends": [],
  1716. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1717. "git": {
  1718. "auto-lib": "lua/lua",
  1719. "ref": "v5.2.1",
  1720. "transform": [
  1721. {
  1722. "move": {
  1723. "exclude": [],
  1724. "from": ".",
  1725. "include": [
  1726. "*.c",
  1727. "*.h"
  1728. ],
  1729. "strip-components": 0,
  1730. "to": "src/"
  1731. }
  1732. }
  1733. ],
  1734. "url": "https://github.com/lua/lua.git"
  1735. }
  1736. },
  1737. "5.2.2": {
  1738. "depends": [],
  1739. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1740. "git": {
  1741. "auto-lib": "lua/lua",
  1742. "ref": "v5.2.2",
  1743. "transform": [
  1744. {
  1745. "move": {
  1746. "exclude": [],
  1747. "from": ".",
  1748. "include": [
  1749. "*.c",
  1750. "*.h"
  1751. ],
  1752. "strip-components": 0,
  1753. "to": "src/"
  1754. }
  1755. }
  1756. ],
  1757. "url": "https://github.com/lua/lua.git"
  1758. }
  1759. },
  1760. "5.2.3": {
  1761. "depends": [],
  1762. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1763. "git": {
  1764. "auto-lib": "lua/lua",
  1765. "ref": "v5.2.3",
  1766. "transform": [
  1767. {
  1768. "move": {
  1769. "exclude": [],
  1770. "from": ".",
  1771. "include": [
  1772. "*.c",
  1773. "*.h"
  1774. ],
  1775. "strip-components": 0,
  1776. "to": "src/"
  1777. }
  1778. }
  1779. ],
  1780. "url": "https://github.com/lua/lua.git"
  1781. }
  1782. },
  1783. "5.3.0": {
  1784. "depends": [],
  1785. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1786. "git": {
  1787. "auto-lib": "lua/lua",
  1788. "ref": "v5.3.0",
  1789. "transform": [
  1790. {
  1791. "move": {
  1792. "exclude": [],
  1793. "from": ".",
  1794. "include": [
  1795. "*.c",
  1796. "*.h"
  1797. ],
  1798. "strip-components": 0,
  1799. "to": "src/"
  1800. }
  1801. }
  1802. ],
  1803. "url": "https://github.com/lua/lua.git"
  1804. }
  1805. },
  1806. "5.3.1": {
  1807. "depends": [],
  1808. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1809. "git": {
  1810. "auto-lib": "lua/lua",
  1811. "ref": "v5.3.1",
  1812. "transform": [
  1813. {
  1814. "move": {
  1815. "exclude": [],
  1816. "from": ".",
  1817. "include": [
  1818. "*.c",
  1819. "*.h"
  1820. ],
  1821. "strip-components": 0,
  1822. "to": "src/"
  1823. }
  1824. }
  1825. ],
  1826. "url": "https://github.com/lua/lua.git"
  1827. }
  1828. },
  1829. "5.3.2": {
  1830. "depends": [],
  1831. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1832. "git": {
  1833. "auto-lib": "lua/lua",
  1834. "ref": "v5.3.2",
  1835. "transform": [
  1836. {
  1837. "move": {
  1838. "exclude": [],
  1839. "from": ".",
  1840. "include": [
  1841. "*.c",
  1842. "*.h"
  1843. ],
  1844. "strip-components": 0,
  1845. "to": "src/"
  1846. }
  1847. }
  1848. ],
  1849. "url": "https://github.com/lua/lua.git"
  1850. }
  1851. },
  1852. "5.3.3": {
  1853. "depends": [],
  1854. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1855. "git": {
  1856. "auto-lib": "lua/lua",
  1857. "ref": "v5.3.3",
  1858. "transform": [
  1859. {
  1860. "move": {
  1861. "exclude": [],
  1862. "from": ".",
  1863. "include": [
  1864. "*.c",
  1865. "*.h"
  1866. ],
  1867. "strip-components": 0,
  1868. "to": "src/"
  1869. }
  1870. }
  1871. ],
  1872. "url": "https://github.com/lua/lua.git"
  1873. }
  1874. },
  1875. "5.3.4": {
  1876. "depends": [],
  1877. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1878. "git": {
  1879. "auto-lib": "lua/lua",
  1880. "ref": "v5.3.4",
  1881. "transform": [
  1882. {
  1883. "move": {
  1884. "exclude": [],
  1885. "from": ".",
  1886. "include": [
  1887. "*.c",
  1888. "*.h"
  1889. ],
  1890. "strip-components": 0,
  1891. "to": "src/"
  1892. }
  1893. }
  1894. ],
  1895. "url": "https://github.com/lua/lua.git"
  1896. }
  1897. },
  1898. "5.3.5": {
  1899. "depends": [],
  1900. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1901. "git": {
  1902. "auto-lib": "lua/lua",
  1903. "ref": "v5.3.5",
  1904. "transform": [
  1905. {
  1906. "move": {
  1907. "exclude": [],
  1908. "from": ".",
  1909. "include": [
  1910. "*.c",
  1911. "*.h"
  1912. ],
  1913. "strip-components": 0,
  1914. "to": "src/"
  1915. }
  1916. }
  1917. ],
  1918. "url": "https://github.com/lua/lua.git"
  1919. }
  1920. },
  1921. "5.4.0": {
  1922. "depends": [],
  1923. "description": "Lua is a powerful and fast programming language that is easy to learn and use and to embed into your application.",
  1924. "git": {
  1925. "auto-lib": "lua/lua",
  1926. "ref": "v5.4.0",
  1927. "transform": [
  1928. {
  1929. "move": {
  1930. "exclude": [],
  1931. "from": ".",
  1932. "include": [
  1933. "*.c",
  1934. "*.h"
  1935. ],
  1936. "strip-components": 0,
  1937. "to": "src/"
  1938. }
  1939. }
  1940. ],
  1941. "url": "https://github.com/lua/lua.git"
  1942. }
  1943. }
  1944. },
  1945. "magic_enum": {
  1946. "0.5.0": {
  1947. "depends": [],
  1948. "description": "Static reflection for enums",
  1949. "git": {
  1950. "auto-lib": "neargye/magic_enum",
  1951. "ref": "v0.5.0",
  1952. "transform": [],
  1953. "url": "https://github.com/Neargye/magic_enum.git"
  1954. }
  1955. },
  1956. "0.6.0": {
  1957. "depends": [],
  1958. "description": "Static reflection for enums",
  1959. "git": {
  1960. "auto-lib": "neargye/magic_enum",
  1961. "ref": "v0.6.0",
  1962. "transform": [],
  1963. "url": "https://github.com/Neargye/magic_enum.git"
  1964. }
  1965. },
  1966. "0.6.1": {
  1967. "depends": [],
  1968. "description": "Static reflection for enums",
  1969. "git": {
  1970. "auto-lib": "neargye/magic_enum",
  1971. "ref": "v0.6.1",
  1972. "transform": [],
  1973. "url": "https://github.com/Neargye/magic_enum.git"
  1974. }
  1975. },
  1976. "0.6.2": {
  1977. "depends": [],
  1978. "description": "Static reflection for enums",
  1979. "git": {
  1980. "auto-lib": "neargye/magic_enum",
  1981. "ref": "v0.6.2",
  1982. "transform": [],
  1983. "url": "https://github.com/Neargye/magic_enum.git"
  1984. }
  1985. },
  1986. "0.6.3": {
  1987. "depends": [],
  1988. "description": "Static reflection for enums",
  1989. "git": {
  1990. "auto-lib": "neargye/magic_enum",
  1991. "ref": "v0.6.3",
  1992. "transform": [],
  1993. "url": "https://github.com/Neargye/magic_enum.git"
  1994. }
  1995. },
  1996. "0.6.4": {
  1997. "depends": [],
  1998. "description": "Static reflection for enums",
  1999. "git": {
  2000. "auto-lib": "neargye/magic_enum",
  2001. "ref": "v0.6.4",
  2002. "transform": [],
  2003. "url": "https://github.com/Neargye/magic_enum.git"
  2004. }
  2005. },
  2006. "0.6.5": {
  2007. "depends": [],
  2008. "description": "Static reflection for enums",
  2009. "git": {
  2010. "auto-lib": "neargye/magic_enum",
  2011. "ref": "v0.6.5",
  2012. "transform": [],
  2013. "url": "https://github.com/Neargye/magic_enum.git"
  2014. }
  2015. },
  2016. "0.6.6": {
  2017. "depends": [],
  2018. "description": "Static reflection for enums",
  2019. "git": {
  2020. "auto-lib": "neargye/magic_enum",
  2021. "ref": "v0.6.6",
  2022. "transform": [],
  2023. "url": "https://github.com/Neargye/magic_enum.git"
  2024. }
  2025. }
  2026. },
  2027. "ms-wil": {
  2028. "2020.03.16": {
  2029. "depends": [],
  2030. "description": "The Windows Implementation Library",
  2031. "git": {
  2032. "ref": "dds/2020.03.16",
  2033. "transform": [],
  2034. "url": "https://github.com/vector-of-bool/wil.git"
  2035. }
  2036. }
  2037. },
  2038. "nameof": {
  2039. "0.8.3": {
  2040. "depends": [],
  2041. "description": "Nameof operator for modern C++",
  2042. "git": {
  2043. "auto-lib": "neargye/nameof",
  2044. "ref": "v0.8.3",
  2045. "transform": [],
  2046. "url": "https://github.com/Neargye/nameof.git"
  2047. }
  2048. },
  2049. "0.9.0": {
  2050. "depends": [],
  2051. "description": "Nameof operator for modern C++",
  2052. "git": {
  2053. "auto-lib": "neargye/nameof",
  2054. "ref": "v0.9.0",
  2055. "transform": [],
  2056. "url": "https://github.com/Neargye/nameof.git"
  2057. }
  2058. },
  2059. "0.9.1": {
  2060. "depends": [],
  2061. "description": "Nameof operator for modern C++",
  2062. "git": {
  2063. "auto-lib": "neargye/nameof",
  2064. "ref": "v0.9.1",
  2065. "transform": [],
  2066. "url": "https://github.com/Neargye/nameof.git"
  2067. }
  2068. },
  2069. "0.9.2": {
  2070. "depends": [],
  2071. "description": "Nameof operator for modern C++",
  2072. "git": {
  2073. "auto-lib": "neargye/nameof",
  2074. "ref": "v0.9.2",
  2075. "transform": [],
  2076. "url": "https://github.com/Neargye/nameof.git"
  2077. }
  2078. },
  2079. "0.9.3": {
  2080. "depends": [],
  2081. "description": "Nameof operator for modern C++",
  2082. "git": {
  2083. "auto-lib": "neargye/nameof",
  2084. "ref": "v0.9.3",
  2085. "transform": [],
  2086. "url": "https://github.com/Neargye/nameof.git"
  2087. }
  2088. },
  2089. "0.9.4": {
  2090. "depends": [],
  2091. "description": "Nameof operator for modern C++",
  2092. "git": {
  2093. "auto-lib": "neargye/nameof",
  2094. "ref": "v0.9.4",
  2095. "transform": [],
  2096. "url": "https://github.com/Neargye/nameof.git"
  2097. }
  2098. }
  2099. },
  2100. "neo-concepts": {
  2101. "0.1.0": {
  2102. "depends": [],
  2103. "description": "Minimal C++ concepts library. Contains many definitions from C++20.",
  2104. "git": {
  2105. "ref": "0.1.0",
  2106. "transform": [],
  2107. "url": "https://github.com/vector-of-bool/neo-concepts.git"
  2108. }
  2109. },
  2110. "0.2.0": {
  2111. "depends": [],
  2112. "description": "Minimal C++ concepts library. Contains many definitions from C++20.",
  2113. "git": {
  2114. "ref": "0.2.0",
  2115. "transform": [],
  2116. "url": "https://github.com/vector-of-bool/neo-concepts.git"
  2117. }
  2118. },
  2119. "0.2.1": {
  2120. "depends": [],
  2121. "description": "Minimal C++ concepts library. Contains many definitions from C++20.",
  2122. "git": {
  2123. "ref": "0.2.1",
  2124. "transform": [],
  2125. "url": "https://github.com/vector-of-bool/neo-concepts.git"
  2126. }
  2127. },
  2128. "0.2.2": {
  2129. "depends": [],
  2130. "description": "Minimal C++ concepts library. Contains many definitions from C++20.",
  2131. "git": {
  2132. "ref": "0.2.2",
  2133. "transform": [],
  2134. "url": "https://github.com/vector-of-bool/neo-concepts.git"
  2135. }
  2136. },
  2137. "0.3.0": {
  2138. "depends": [],
  2139. "description": "Minimal C++ concepts library. Contains many definitions from C++20.",
  2140. "git": {
  2141. "ref": "0.3.0",
  2142. "transform": [],
  2143. "url": "https://github.com/vector-of-bool/neo-concepts.git"
  2144. }
  2145. },
  2146. "0.3.1": {
  2147. "depends": [],
  2148. "description": "Minimal C++ concepts library. Contains many definitions from C++20.",
  2149. "git": {
  2150. "ref": "0.3.1",
  2151. "transform": [],
  2152. "url": "https://github.com/vector-of-bool/neo-concepts.git"
  2153. }
  2154. },
  2155. "0.3.2": {
  2156. "depends": [],
  2157. "description": "Minimal C++ concepts library. Contains many definitions from C++20.",
  2158. "git": {
  2159. "ref": "0.3.2",
  2160. "transform": [],
  2161. "url": "https://github.com/vector-of-bool/neo-concepts.git"
  2162. }
  2163. }
  2164. },
  2165. "neo-fun": {
  2166. "0.1.0": {
  2167. "depends": [],
  2168. "description": "Some library fundamentals that you might find useful",
  2169. "git": {
  2170. "ref": "0.1.0",
  2171. "transform": [],
  2172. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2173. }
  2174. },
  2175. "0.1.1": {
  2176. "depends": [],
  2177. "description": "Some library fundamentals that you might find useful",
  2178. "git": {
  2179. "ref": "0.1.1",
  2180. "transform": [],
  2181. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2182. }
  2183. },
  2184. "0.2.0": {
  2185. "depends": [],
  2186. "description": "Some library fundamentals that you might find useful",
  2187. "git": {
  2188. "ref": "0.2.0",
  2189. "transform": [],
  2190. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2191. }
  2192. },
  2193. "0.2.1": {
  2194. "depends": [],
  2195. "description": "Some library fundamentals that you might find useful",
  2196. "git": {
  2197. "ref": "0.2.1",
  2198. "transform": [],
  2199. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2200. }
  2201. },
  2202. "0.3.0": {
  2203. "depends": [],
  2204. "description": "Some library fundamentals that you might find useful",
  2205. "git": {
  2206. "ref": "0.3.0",
  2207. "transform": [],
  2208. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2209. }
  2210. },
  2211. "0.3.1": {
  2212. "depends": [],
  2213. "description": "Some library fundamentals that you might find useful",
  2214. "git": {
  2215. "ref": "0.3.1",
  2216. "transform": [],
  2217. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2218. }
  2219. },
  2220. "0.3.2": {
  2221. "depends": [],
  2222. "description": "Some library fundamentals that you might find useful",
  2223. "git": {
  2224. "ref": "0.3.2",
  2225. "transform": [],
  2226. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2227. }
  2228. }
  2229. },
  2230. "neo-sqlite3": {
  2231. "0.1.0": {
  2232. "depends": [],
  2233. "description": "A modern and low-level C++ SQLite API",
  2234. "git": {
  2235. "ref": "0.1.0",
  2236. "transform": [],
  2237. "url": "https://github.com/vector-of-bool/neo-sqlite3.git"
  2238. }
  2239. },
  2240. "0.2.0": {
  2241. "depends": [],
  2242. "description": "A modern and low-level C++ SQLite API",
  2243. "git": {
  2244. "ref": "0.2.0",
  2245. "transform": [],
  2246. "url": "https://github.com/vector-of-bool/neo-sqlite3.git"
  2247. }
  2248. },
  2249. "0.2.1": {
  2250. "depends": [],
  2251. "description": "A modern and low-level C++ SQLite API",
  2252. "git": {
  2253. "ref": "0.2.1",
  2254. "transform": [],
  2255. "url": "https://github.com/vector-of-bool/neo-sqlite3.git"
  2256. }
  2257. },
  2258. "0.2.2": {
  2259. "depends": [],
  2260. "description": "A modern and low-level C++ SQLite API",
  2261. "git": {
  2262. "ref": "0.2.2",
  2263. "transform": [],
  2264. "url": "https://github.com/vector-of-bool/neo-sqlite3.git"
  2265. }
  2266. },
  2267. "0.2.3": {
  2268. "depends": [],
  2269. "description": "A modern and low-level C++ SQLite API",
  2270. "git": {
  2271. "ref": "0.2.3",
  2272. "transform": [],
  2273. "url": "https://github.com/vector-of-bool/neo-sqlite3.git"
  2274. }
  2275. },
  2276. "0.3.0": {
  2277. "depends": [],
  2278. "description": "A modern and low-level C++ SQLite API",
  2279. "git": {
  2280. "ref": "0.3.0",
  2281. "transform": [],
  2282. "url": "https://github.com/vector-of-bool/neo-sqlite3.git"
  2283. }
  2284. }
  2285. },
  2286. "nlohmann-json": {
  2287. "3.7.1": {
  2288. "depends": [],
  2289. "description": "JSON for Modern C++",
  2290. "git": {
  2291. "ref": "dds/3.7.1",
  2292. "transform": [],
  2293. "url": "https://github.com/vector-of-bool/json.git"
  2294. }
  2295. }
  2296. },
  2297. "pcg-cpp": {
  2298. "0.98.1": {
  2299. "depends": [],
  2300. "description": "PCG Randum Number Generation, C++ Edition",
  2301. "git": {
  2302. "auto-lib": "pcg/pcg-cpp",
  2303. "ref": "v0.98.1",
  2304. "transform": [],
  2305. "url": "https://github.com/imneme/pcg-cpp.git"
  2306. }
  2307. }
  2308. },
  2309. "pegtl": {
  2310. "2.6.0": {
  2311. "depends": [],
  2312. "description": "Parsing Expression Grammar Template Library",
  2313. "git": {
  2314. "auto-lib": "tao/pegtl",
  2315. "ref": "2.6.0",
  2316. "transform": [
  2317. {
  2318. "remove": {
  2319. "only-matching": [],
  2320. "path": "src/"
  2321. }
  2322. }
  2323. ],
  2324. "url": "https://github.com/taocpp/PEGTL.git"
  2325. }
  2326. },
  2327. "2.6.1": {
  2328. "depends": [],
  2329. "description": "Parsing Expression Grammar Template Library",
  2330. "git": {
  2331. "auto-lib": "tao/pegtl",
  2332. "ref": "2.6.1",
  2333. "transform": [
  2334. {
  2335. "remove": {
  2336. "only-matching": [],
  2337. "path": "src/"
  2338. }
  2339. }
  2340. ],
  2341. "url": "https://github.com/taocpp/PEGTL.git"
  2342. }
  2343. },
  2344. "2.7.0": {
  2345. "depends": [],
  2346. "description": "Parsing Expression Grammar Template Library",
  2347. "git": {
  2348. "auto-lib": "tao/pegtl",
  2349. "ref": "2.7.0",
  2350. "transform": [
  2351. {
  2352. "remove": {
  2353. "only-matching": [],
  2354. "path": "src/"
  2355. }
  2356. }
  2357. ],
  2358. "url": "https://github.com/taocpp/PEGTL.git"
  2359. }
  2360. },
  2361. "2.7.1": {
  2362. "depends": [],
  2363. "description": "Parsing Expression Grammar Template Library",
  2364. "git": {
  2365. "auto-lib": "tao/pegtl",
  2366. "ref": "2.7.1",
  2367. "transform": [
  2368. {
  2369. "remove": {
  2370. "only-matching": [],
  2371. "path": "src/"
  2372. }
  2373. }
  2374. ],
  2375. "url": "https://github.com/taocpp/PEGTL.git"
  2376. }
  2377. },
  2378. "2.8.0": {
  2379. "depends": [],
  2380. "description": "Parsing Expression Grammar Template Library",
  2381. "git": {
  2382. "auto-lib": "tao/pegtl",
  2383. "ref": "2.8.0",
  2384. "transform": [
  2385. {
  2386. "remove": {
  2387. "only-matching": [],
  2388. "path": "src/"
  2389. }
  2390. }
  2391. ],
  2392. "url": "https://github.com/taocpp/PEGTL.git"
  2393. }
  2394. },
  2395. "2.8.1": {
  2396. "depends": [],
  2397. "description": "Parsing Expression Grammar Template Library",
  2398. "git": {
  2399. "auto-lib": "tao/pegtl",
  2400. "ref": "2.8.1",
  2401. "transform": [
  2402. {
  2403. "remove": {
  2404. "only-matching": [],
  2405. "path": "src/"
  2406. }
  2407. }
  2408. ],
  2409. "url": "https://github.com/taocpp/PEGTL.git"
  2410. }
  2411. },
  2412. "2.8.2": {
  2413. "depends": [],
  2414. "description": "Parsing Expression Grammar Template Library",
  2415. "git": {
  2416. "auto-lib": "tao/pegtl",
  2417. "ref": "2.8.2",
  2418. "transform": [
  2419. {
  2420. "remove": {
  2421. "only-matching": [],
  2422. "path": "src/"
  2423. }
  2424. }
  2425. ],
  2426. "url": "https://github.com/taocpp/PEGTL.git"
  2427. }
  2428. },
  2429. "2.8.3": {
  2430. "depends": [],
  2431. "description": "Parsing Expression Grammar Template Library",
  2432. "git": {
  2433. "auto-lib": "tao/pegtl",
  2434. "ref": "2.8.3",
  2435. "transform": [
  2436. {
  2437. "remove": {
  2438. "only-matching": [],
  2439. "path": "src/"
  2440. }
  2441. }
  2442. ],
  2443. "url": "https://github.com/taocpp/PEGTL.git"
  2444. }
  2445. }
  2446. },
  2447. "pubgrub": {
  2448. "0.1.2": {
  2449. "depends": [],
  2450. "description": "A C++ implementation of the Pubgrub version solving algorithm",
  2451. "git": {
  2452. "ref": "0.1.2",
  2453. "transform": [],
  2454. "url": "https://github.com/vector-of-bool/pubgrub.git"
  2455. }
  2456. },
  2457. "0.2.0": {
  2458. "depends": [],
  2459. "description": "A C++ implementation of the Pubgrub version solving algorithm",
  2460. "git": {
  2461. "ref": "0.2.0",
  2462. "transform": [],
  2463. "url": "https://github.com/vector-of-bool/pubgrub.git"
  2464. }
  2465. },
  2466. "0.2.1": {
  2467. "depends": [],
  2468. "description": "A C++ implementation of the Pubgrub version solving algorithm",
  2469. "git": {
  2470. "ref": "0.2.1",
  2471. "transform": [],
  2472. "url": "https://github.com/vector-of-bool/pubgrub.git"
  2473. }
  2474. }
  2475. },
  2476. "pybind11": {
  2477. "2.0.0": {
  2478. "depends": [],
  2479. "description": "Seamless operability between C++11 and Python",
  2480. "git": {
  2481. "auto-lib": "pybind/pybind11",
  2482. "ref": "v2.0.0",
  2483. "transform": [],
  2484. "url": "https://github.com/pybind/pybind11.git"
  2485. }
  2486. },
  2487. "2.0.1": {
  2488. "depends": [],
  2489. "description": "Seamless operability between C++11 and Python",
  2490. "git": {
  2491. "auto-lib": "pybind/pybind11",
  2492. "ref": "v2.0.1",
  2493. "transform": [],
  2494. "url": "https://github.com/pybind/pybind11.git"
  2495. }
  2496. },
  2497. "2.1.0": {
  2498. "depends": [],
  2499. "description": "Seamless operability between C++11 and Python",
  2500. "git": {
  2501. "auto-lib": "pybind/pybind11",
  2502. "ref": "v2.1.0",
  2503. "transform": [],
  2504. "url": "https://github.com/pybind/pybind11.git"
  2505. }
  2506. },
  2507. "2.1.1": {
  2508. "depends": [],
  2509. "description": "Seamless operability between C++11 and Python",
  2510. "git": {
  2511. "auto-lib": "pybind/pybind11",
  2512. "ref": "v2.1.1",
  2513. "transform": [],
  2514. "url": "https://github.com/pybind/pybind11.git"
  2515. }
  2516. },
  2517. "2.2.0": {
  2518. "depends": [],
  2519. "description": "Seamless operability between C++11 and Python",
  2520. "git": {
  2521. "auto-lib": "pybind/pybind11",
  2522. "ref": "v2.2.0",
  2523. "transform": [],
  2524. "url": "https://github.com/pybind/pybind11.git"
  2525. }
  2526. },
  2527. "2.2.1": {
  2528. "depends": [],
  2529. "description": "Seamless operability between C++11 and Python",
  2530. "git": {
  2531. "auto-lib": "pybind/pybind11",
  2532. "ref": "v2.2.1",
  2533. "transform": [],
  2534. "url": "https://github.com/pybind/pybind11.git"
  2535. }
  2536. },
  2537. "2.2.2": {
  2538. "depends": [],
  2539. "description": "Seamless operability between C++11 and Python",
  2540. "git": {
  2541. "auto-lib": "pybind/pybind11",
  2542. "ref": "v2.2.2",
  2543. "transform": [],
  2544. "url": "https://github.com/pybind/pybind11.git"
  2545. }
  2546. },
  2547. "2.2.3": {
  2548. "depends": [],
  2549. "description": "Seamless operability between C++11 and Python",
  2550. "git": {
  2551. "auto-lib": "pybind/pybind11",
  2552. "ref": "v2.2.3",
  2553. "transform": [],
  2554. "url": "https://github.com/pybind/pybind11.git"
  2555. }
  2556. },
  2557. "2.2.4": {
  2558. "depends": [],
  2559. "description": "Seamless operability between C++11 and Python",
  2560. "git": {
  2561. "auto-lib": "pybind/pybind11",
  2562. "ref": "v2.2.4",
  2563. "transform": [],
  2564. "url": "https://github.com/pybind/pybind11.git"
  2565. }
  2566. },
  2567. "2.3.0": {
  2568. "depends": [],
  2569. "description": "Seamless operability between C++11 and Python",
  2570. "git": {
  2571. "auto-lib": "pybind/pybind11",
  2572. "ref": "v2.3.0",
  2573. "transform": [],
  2574. "url": "https://github.com/pybind/pybind11.git"
  2575. }
  2576. },
  2577. "2.4.0": {
  2578. "depends": [],
  2579. "description": "Seamless operability between C++11 and Python",
  2580. "git": {
  2581. "auto-lib": "pybind/pybind11",
  2582. "ref": "v2.4.0",
  2583. "transform": [],
  2584. "url": "https://github.com/pybind/pybind11.git"
  2585. }
  2586. },
  2587. "2.4.1": {
  2588. "depends": [],
  2589. "description": "Seamless operability between C++11 and Python",
  2590. "git": {
  2591. "auto-lib": "pybind/pybind11",
  2592. "ref": "v2.4.1",
  2593. "transform": [],
  2594. "url": "https://github.com/pybind/pybind11.git"
  2595. }
  2596. },
  2597. "2.4.2": {
  2598. "depends": [],
  2599. "description": "Seamless operability between C++11 and Python",
  2600. "git": {
  2601. "auto-lib": "pybind/pybind11",
  2602. "ref": "v2.4.2",
  2603. "transform": [],
  2604. "url": "https://github.com/pybind/pybind11.git"
  2605. }
  2606. },
  2607. "2.4.3": {
  2608. "depends": [],
  2609. "description": "Seamless operability between C++11 and Python",
  2610. "git": {
  2611. "auto-lib": "pybind/pybind11",
  2612. "ref": "v2.4.3",
  2613. "transform": [],
  2614. "url": "https://github.com/pybind/pybind11.git"
  2615. }
  2616. },
  2617. "2.5.0": {
  2618. "depends": [],
  2619. "description": "Seamless operability between C++11 and Python",
  2620. "git": {
  2621. "auto-lib": "pybind/pybind11",
  2622. "ref": "v2.5.0",
  2623. "transform": [],
  2624. "url": "https://github.com/pybind/pybind11.git"
  2625. }
  2626. }
  2627. },
  2628. "range-v3": {
  2629. "0.10.0": {
  2630. "depends": [],
  2631. "description": "Range library for C++14/17/20, basis for C++20's std::ranges",
  2632. "git": {
  2633. "auto-lib": "range-v3/range-v3",
  2634. "ref": "0.10.0",
  2635. "transform": [],
  2636. "url": "https://github.com/ericniebler/range-v3.git"
  2637. }
  2638. },
  2639. "0.5.0": {
  2640. "depends": [],
  2641. "description": "Range library for C++14/17/20, basis for C++20's std::ranges",
  2642. "git": {
  2643. "auto-lib": "range-v3/range-v3",
  2644. "ref": "0.5.0",
  2645. "transform": [],
  2646. "url": "https://github.com/ericniebler/range-v3.git"
  2647. }
  2648. },
  2649. "0.9.0": {
  2650. "depends": [],
  2651. "description": "Range library for C++14/17/20, basis for C++20's std::ranges",
  2652. "git": {
  2653. "auto-lib": "range-v3/range-v3",
  2654. "ref": "0.9.0",
  2655. "transform": [],
  2656. "url": "https://github.com/ericniebler/range-v3.git"
  2657. }
  2658. },
  2659. "0.9.1": {
  2660. "depends": [],
  2661. "description": "Range library for C++14/17/20, basis for C++20's std::ranges",
  2662. "git": {
  2663. "auto-lib": "range-v3/range-v3",
  2664. "ref": "0.9.1",
  2665. "transform": [],
  2666. "url": "https://github.com/ericniebler/range-v3.git"
  2667. }
  2668. }
  2669. },
  2670. "semver": {
  2671. "0.2.1": {
  2672. "depends": [],
  2673. "description": "A C++ library that implements Semantic Versioning parsing, emitting, types, ordering, and operations. See https://semver.org/",
  2674. "git": {
  2675. "ref": "0.2.1",
  2676. "transform": [],
  2677. "url": "https://github.com/vector-of-bool/semver.git"
  2678. }
  2679. },
  2680. "0.2.2": {
  2681. "depends": [],
  2682. "description": "A C++ library that implements Semantic Versioning parsing, emitting, types, ordering, and operations. See https://semver.org/",
  2683. "git": {
  2684. "ref": "0.2.2",
  2685. "transform": [],
  2686. "url": "https://github.com/vector-of-bool/semver.git"
  2687. }
  2688. }
  2689. },
  2690. "sol2": {
  2691. "2.20.0": {
  2692. "depends": [
  2693. "lua+0.0.0"
  2694. ],
  2695. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2696. "git": {
  2697. "ref": "v2.20.0",
  2698. "transform": [
  2699. {
  2700. "move": {
  2701. "exclude": [],
  2702. "from": "sol",
  2703. "include": [],
  2704. "strip-components": 0,
  2705. "to": "src/sol"
  2706. },
  2707. "write": {
  2708. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.0\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2709. "path": "package.json"
  2710. }
  2711. },
  2712. {
  2713. "write": {
  2714. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2715. "path": "library.json"
  2716. }
  2717. }
  2718. ],
  2719. "url": "https://github.com/ThePhD/sol2.git"
  2720. }
  2721. },
  2722. "2.20.1": {
  2723. "depends": [
  2724. "lua+0.0.0"
  2725. ],
  2726. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2727. "git": {
  2728. "ref": "v2.20.1",
  2729. "transform": [
  2730. {
  2731. "move": {
  2732. "exclude": [],
  2733. "from": "sol",
  2734. "include": [],
  2735. "strip-components": 0,
  2736. "to": "src/sol"
  2737. },
  2738. "write": {
  2739. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.1\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2740. "path": "package.json"
  2741. }
  2742. },
  2743. {
  2744. "write": {
  2745. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2746. "path": "library.json"
  2747. }
  2748. }
  2749. ],
  2750. "url": "https://github.com/ThePhD/sol2.git"
  2751. }
  2752. },
  2753. "2.20.2": {
  2754. "depends": [
  2755. "lua+0.0.0"
  2756. ],
  2757. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2758. "git": {
  2759. "ref": "v2.20.2",
  2760. "transform": [
  2761. {
  2762. "move": {
  2763. "exclude": [],
  2764. "from": "sol",
  2765. "include": [],
  2766. "strip-components": 0,
  2767. "to": "src/sol"
  2768. },
  2769. "write": {
  2770. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.2\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2771. "path": "package.json"
  2772. }
  2773. },
  2774. {
  2775. "write": {
  2776. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2777. "path": "library.json"
  2778. }
  2779. }
  2780. ],
  2781. "url": "https://github.com/ThePhD/sol2.git"
  2782. }
  2783. },
  2784. "2.20.3": {
  2785. "depends": [
  2786. "lua+0.0.0"
  2787. ],
  2788. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2789. "git": {
  2790. "ref": "v2.20.3",
  2791. "transform": [
  2792. {
  2793. "move": {
  2794. "exclude": [],
  2795. "from": "sol",
  2796. "include": [],
  2797. "strip-components": 0,
  2798. "to": "src/sol"
  2799. },
  2800. "write": {
  2801. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.3\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2802. "path": "package.json"
  2803. }
  2804. },
  2805. {
  2806. "write": {
  2807. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2808. "path": "library.json"
  2809. }
  2810. }
  2811. ],
  2812. "url": "https://github.com/ThePhD/sol2.git"
  2813. }
  2814. },
  2815. "2.20.4": {
  2816. "depends": [
  2817. "lua+0.0.0"
  2818. ],
  2819. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2820. "git": {
  2821. "ref": "v2.20.4",
  2822. "transform": [
  2823. {
  2824. "move": {
  2825. "exclude": [],
  2826. "from": "sol",
  2827. "include": [],
  2828. "strip-components": 0,
  2829. "to": "src/sol"
  2830. },
  2831. "write": {
  2832. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.4\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2833. "path": "package.json"
  2834. }
  2835. },
  2836. {
  2837. "write": {
  2838. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2839. "path": "library.json"
  2840. }
  2841. }
  2842. ],
  2843. "url": "https://github.com/ThePhD/sol2.git"
  2844. }
  2845. },
  2846. "2.20.5": {
  2847. "depends": [
  2848. "lua+0.0.0"
  2849. ],
  2850. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2851. "git": {
  2852. "ref": "v2.20.5",
  2853. "transform": [
  2854. {
  2855. "move": {
  2856. "exclude": [],
  2857. "from": "sol",
  2858. "include": [],
  2859. "strip-components": 0,
  2860. "to": "src/sol"
  2861. },
  2862. "write": {
  2863. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.5\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2864. "path": "package.json"
  2865. }
  2866. },
  2867. {
  2868. "write": {
  2869. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2870. "path": "library.json"
  2871. }
  2872. }
  2873. ],
  2874. "url": "https://github.com/ThePhD/sol2.git"
  2875. }
  2876. },
  2877. "2.20.6": {
  2878. "depends": [
  2879. "lua+0.0.0"
  2880. ],
  2881. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2882. "git": {
  2883. "ref": "v2.20.6",
  2884. "transform": [
  2885. {
  2886. "move": {
  2887. "exclude": [],
  2888. "from": "sol",
  2889. "include": [],
  2890. "strip-components": 0,
  2891. "to": "src/sol"
  2892. },
  2893. "write": {
  2894. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.6\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2895. "path": "package.json"
  2896. }
  2897. },
  2898. {
  2899. "write": {
  2900. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2901. "path": "library.json"
  2902. }
  2903. }
  2904. ],
  2905. "url": "https://github.com/ThePhD/sol2.git"
  2906. }
  2907. },
  2908. "3.0.2": {
  2909. "depends": [
  2910. "lua+0.0.0"
  2911. ],
  2912. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2913. "git": {
  2914. "ref": "v3.0.2",
  2915. "transform": [
  2916. {
  2917. "write": {
  2918. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"3.0.2\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2919. "path": "package.json"
  2920. }
  2921. },
  2922. {
  2923. "write": {
  2924. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2925. "path": "library.json"
  2926. }
  2927. }
  2928. ],
  2929. "url": "https://github.com/ThePhD/sol2.git"
  2930. }
  2931. },
  2932. "3.0.3": {
  2933. "depends": [
  2934. "lua+0.0.0"
  2935. ],
  2936. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2937. "git": {
  2938. "ref": "v3.0.3",
  2939. "transform": [
  2940. {
  2941. "write": {
  2942. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"3.0.3\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2943. "path": "package.json"
  2944. }
  2945. },
  2946. {
  2947. "write": {
  2948. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2949. "path": "library.json"
  2950. }
  2951. }
  2952. ],
  2953. "url": "https://github.com/ThePhD/sol2.git"
  2954. }
  2955. },
  2956. "3.2.0": {
  2957. "depends": [
  2958. "lua+0.0.0"
  2959. ],
  2960. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2961. "git": {
  2962. "ref": "v3.2.0",
  2963. "transform": [
  2964. {
  2965. "write": {
  2966. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"3.2.0\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2967. "path": "package.json"
  2968. }
  2969. },
  2970. {
  2971. "write": {
  2972. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2973. "path": "library.json"
  2974. }
  2975. }
  2976. ],
  2977. "url": "https://github.com/ThePhD/sol2.git"
  2978. }
  2979. },
  2980. "3.2.1": {
  2981. "depends": [
  2982. "lua+0.0.0"
  2983. ],
  2984. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  2985. "git": {
  2986. "ref": "v3.2.1",
  2987. "transform": [
  2988. {
  2989. "write": {
  2990. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"3.2.1\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  2991. "path": "package.json"
  2992. }
  2993. },
  2994. {
  2995. "write": {
  2996. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  2997. "path": "library.json"
  2998. }
  2999. }
  3000. ],
  3001. "url": "https://github.com/ThePhD/sol2.git"
  3002. }
  3003. }
  3004. },
  3005. "spdlog": {
  3006. "1.4.0": {
  3007. "depends": [
  3008. "fmt+6.0.0"
  3009. ],
  3010. "description": "Fast C++ logging library",
  3011. "git": {
  3012. "ref": "v1.4.0",
  3013. "transform": [
  3014. {
  3015. "write": {
  3016. "content": "{\"name\": \"spdlog\", \"namespace\": \"spdlog\", \"version\": \"1.4.0\", \"depends\": [\"fmt+6.0.0\"]}",
  3017. "path": "package.json"
  3018. }
  3019. },
  3020. {
  3021. "write": {
  3022. "content": "{\"name\": \"spdlog\", \"uses\": [\"fmt/fmt\"]}",
  3023. "path": "library.json"
  3024. }
  3025. },
  3026. {
  3027. "edit": {
  3028. "edits": [
  3029. {
  3030. "content": "#define SPDLOG_FMT_EXTERNAL 1",
  3031. "kind": "insert",
  3032. "line": 13
  3033. }
  3034. ],
  3035. "path": "include/spdlog/tweakme.h"
  3036. },
  3037. "remove": {
  3038. "only-matching": [],
  3039. "path": "src/"
  3040. }
  3041. }
  3042. ],
  3043. "url": "https://github.com/gabime/spdlog.git"
  3044. }
  3045. },
  3046. "1.4.1": {
  3047. "depends": [
  3048. "fmt+6.0.0"
  3049. ],
  3050. "description": "Fast C++ logging library",
  3051. "git": {
  3052. "ref": "v1.4.1",
  3053. "transform": [
  3054. {
  3055. "write": {
  3056. "content": "{\"name\": \"spdlog\", \"namespace\": \"spdlog\", \"version\": \"1.4.1\", \"depends\": [\"fmt+6.0.0\"]}",
  3057. "path": "package.json"
  3058. }
  3059. },
  3060. {
  3061. "write": {
  3062. "content": "{\"name\": \"spdlog\", \"uses\": [\"fmt/fmt\"]}",
  3063. "path": "library.json"
  3064. }
  3065. },
  3066. {
  3067. "edit": {
  3068. "edits": [
  3069. {
  3070. "content": "#define SPDLOG_FMT_EXTERNAL 1",
  3071. "kind": "insert",
  3072. "line": 13
  3073. }
  3074. ],
  3075. "path": "include/spdlog/tweakme.h"
  3076. },
  3077. "remove": {
  3078. "only-matching": [],
  3079. "path": "src/"
  3080. }
  3081. }
  3082. ],
  3083. "url": "https://github.com/gabime/spdlog.git"
  3084. }
  3085. },
  3086. "1.4.2": {
  3087. "depends": [
  3088. "fmt+6.0.0"
  3089. ],
  3090. "description": "Fast C++ logging library",
  3091. "git": {
  3092. "ref": "v1.4.2",
  3093. "transform": [
  3094. {
  3095. "write": {
  3096. "content": "{\"name\": \"spdlog\", \"namespace\": \"spdlog\", \"version\": \"1.4.2\", \"depends\": [\"fmt+6.0.0\"]}",
  3097. "path": "package.json"
  3098. }
  3099. },
  3100. {
  3101. "write": {
  3102. "content": "{\"name\": \"spdlog\", \"uses\": [\"fmt/fmt\"]}",
  3103. "path": "library.json"
  3104. }
  3105. },
  3106. {
  3107. "edit": {
  3108. "edits": [
  3109. {
  3110. "content": "#define SPDLOG_FMT_EXTERNAL 1",
  3111. "kind": "insert",
  3112. "line": 13
  3113. }
  3114. ],
  3115. "path": "include/spdlog/tweakme.h"
  3116. },
  3117. "remove": {
  3118. "only-matching": [],
  3119. "path": "src/"
  3120. }
  3121. }
  3122. ],
  3123. "url": "https://github.com/gabime/spdlog.git"
  3124. }
  3125. },
  3126. "1.5.0": {
  3127. "depends": [
  3128. "fmt+6.0.0"
  3129. ],
  3130. "description": "Fast C++ logging library",
  3131. "git": {
  3132. "ref": "v1.5.0",
  3133. "transform": [
  3134. {
  3135. "write": {
  3136. "content": "{\"name\": \"spdlog\", \"namespace\": \"spdlog\", \"version\": \"1.5.0\", \"depends\": [\"fmt+6.0.0\"]}",
  3137. "path": "package.json"
  3138. }
  3139. },
  3140. {
  3141. "write": {
  3142. "content": "{\"name\": \"spdlog\", \"uses\": [\"fmt/fmt\"]}",
  3143. "path": "library.json"
  3144. }
  3145. },
  3146. {
  3147. "edit": {
  3148. "edits": [
  3149. {
  3150. "content": "#define SPDLOG_FMT_EXTERNAL 1",
  3151. "kind": "insert",
  3152. "line": 13
  3153. }
  3154. ],
  3155. "path": "include/spdlog/tweakme.h"
  3156. },
  3157. "remove": {
  3158. "only-matching": [],
  3159. "path": "src/"
  3160. }
  3161. }
  3162. ],
  3163. "url": "https://github.com/gabime/spdlog.git"
  3164. }
  3165. },
  3166. "1.6.0": {
  3167. "depends": [
  3168. "fmt+6.0.0"
  3169. ],
  3170. "description": "Fast C++ logging library",
  3171. "git": {
  3172. "ref": "v1.6.0",
  3173. "transform": [
  3174. {
  3175. "write": {
  3176. "content": "{\"name\": \"spdlog\", \"namespace\": \"spdlog\", \"version\": \"1.6.0\", \"depends\": [\"fmt+6.0.0\"]}",
  3177. "path": "package.json"
  3178. }
  3179. },
  3180. {
  3181. "write": {
  3182. "content": "{\"name\": \"spdlog\", \"uses\": [\"fmt/fmt\"]}",
  3183. "path": "library.json"
  3184. }
  3185. },
  3186. {
  3187. "edit": {
  3188. "edits": [
  3189. {
  3190. "content": "#define SPDLOG_FMT_EXTERNAL 1",
  3191. "kind": "insert",
  3192. "line": 13
  3193. }
  3194. ],
  3195. "path": "include/spdlog/tweakme.h"
  3196. },
  3197. "remove": {
  3198. "only-matching": [],
  3199. "path": "src/"
  3200. }
  3201. }
  3202. ],
  3203. "url": "https://github.com/gabime/spdlog.git"
  3204. }
  3205. },
  3206. "1.6.1": {
  3207. "depends": [
  3208. "fmt+6.0.0"
  3209. ],
  3210. "description": "Fast C++ logging library",
  3211. "git": {
  3212. "ref": "v1.6.1",
  3213. "transform": [
  3214. {
  3215. "write": {
  3216. "content": "{\"name\": \"spdlog\", \"namespace\": \"spdlog\", \"version\": \"1.6.1\", \"depends\": [\"fmt+6.0.0\"]}",
  3217. "path": "package.json"
  3218. }
  3219. },
  3220. {
  3221. "write": {
  3222. "content": "{\"name\": \"spdlog\", \"uses\": [\"fmt/fmt\"]}",
  3223. "path": "library.json"
  3224. }
  3225. },
  3226. {
  3227. "edit": {
  3228. "edits": [
  3229. {
  3230. "content": "#define SPDLOG_FMT_EXTERNAL 1",
  3231. "kind": "insert",
  3232. "line": 13
  3233. }
  3234. ],
  3235. "path": "include/spdlog/tweakme.h"
  3236. },
  3237. "remove": {
  3238. "only-matching": [],
  3239. "path": "src/"
  3240. }
  3241. }
  3242. ],
  3243. "url": "https://github.com/gabime/spdlog.git"
  3244. }
  3245. },
  3246. "1.7.0": {
  3247. "depends": [
  3248. "fmt+6.0.0"
  3249. ],
  3250. "description": "Fast C++ logging library",
  3251. "git": {
  3252. "ref": "v1.7.0",
  3253. "transform": [
  3254. {
  3255. "write": {
  3256. "content": "{\"name\": \"spdlog\", \"namespace\": \"spdlog\", \"version\": \"1.7.0\", \"depends\": [\"fmt+6.0.0\"]}",
  3257. "path": "package.json"
  3258. }
  3259. },
  3260. {
  3261. "write": {
  3262. "content": "{\"name\": \"spdlog\", \"uses\": [\"fmt/fmt\"]}",
  3263. "path": "library.json"
  3264. }
  3265. },
  3266. {
  3267. "edit": {
  3268. "edits": [
  3269. {
  3270. "content": "#define SPDLOG_FMT_EXTERNAL 1",
  3271. "kind": "insert",
  3272. "line": 13
  3273. }
  3274. ],
  3275. "path": "include/spdlog/tweakme.h"
  3276. },
  3277. "remove": {
  3278. "only-matching": [],
  3279. "path": "src/"
  3280. }
  3281. }
  3282. ],
  3283. "url": "https://github.com/gabime/spdlog.git"
  3284. }
  3285. }
  3286. },
  3287. "tomlpp": {
  3288. "1.0.0": {
  3289. "depends": [],
  3290. "description": "Header-only TOML config file parser and serializer for modern C++",
  3291. "git": {
  3292. "auto-lib": "tomlpp/tomlpp",
  3293. "ref": "v1.0.0",
  3294. "transform": [],
  3295. "url": "https://github.com/marzer/tomlplusplus.git"
  3296. }
  3297. },
  3298. "1.1.0": {
  3299. "depends": [],
  3300. "description": "Header-only TOML config file parser and serializer for modern C++",
  3301. "git": {
  3302. "auto-lib": "tomlpp/tomlpp",
  3303. "ref": "v1.1.0",
  3304. "transform": [],
  3305. "url": "https://github.com/marzer/tomlplusplus.git"
  3306. }
  3307. },
  3308. "1.2.0": {
  3309. "depends": [],
  3310. "description": "Header-only TOML config file parser and serializer for modern C++",
  3311. "git": {
  3312. "auto-lib": "tomlpp/tomlpp",
  3313. "ref": "v1.2.0",
  3314. "transform": [],
  3315. "url": "https://github.com/marzer/tomlplusplus.git"
  3316. }
  3317. },
  3318. "1.2.3": {
  3319. "depends": [],
  3320. "description": "Header-only TOML config file parser and serializer for modern C++",
  3321. "git": {
  3322. "auto-lib": "tomlpp/tomlpp",
  3323. "ref": "v1.2.3",
  3324. "transform": [],
  3325. "url": "https://github.com/marzer/tomlplusplus.git"
  3326. }
  3327. },
  3328. "1.2.4": {
  3329. "depends": [],
  3330. "description": "Header-only TOML config file parser and serializer for modern C++",
  3331. "git": {
  3332. "auto-lib": "tomlpp/tomlpp",
  3333. "ref": "v1.2.4",
  3334. "transform": [],
  3335. "url": "https://github.com/marzer/tomlplusplus.git"
  3336. }
  3337. },
  3338. "1.2.5": {
  3339. "depends": [],
  3340. "description": "Header-only TOML config file parser and serializer for modern C++",
  3341. "git": {
  3342. "auto-lib": "tomlpp/tomlpp",
  3343. "ref": "v1.2.5",
  3344. "transform": [],
  3345. "url": "https://github.com/marzer/tomlplusplus.git"
  3346. }
  3347. },
  3348. "1.3.0": {
  3349. "depends": [],
  3350. "description": "Header-only TOML config file parser and serializer for modern C++",
  3351. "git": {
  3352. "auto-lib": "tomlpp/tomlpp",
  3353. "ref": "v1.3.0",
  3354. "transform": [],
  3355. "url": "https://github.com/marzer/tomlplusplus.git"
  3356. }
  3357. },
  3358. "1.3.3": {
  3359. "depends": [],
  3360. "description": "Header-only TOML config file parser and serializer for modern C++",
  3361. "git": {
  3362. "auto-lib": "tomlpp/tomlpp",
  3363. "ref": "v1.3.3",
  3364. "transform": [],
  3365. "url": "https://github.com/marzer/tomlplusplus.git"
  3366. }
  3367. }
  3368. },
  3369. "vob-json5": {
  3370. "0.1.5": {
  3371. "depends": [],
  3372. "description": "A C++ implementation of a JSON5 parser",
  3373. "git": {
  3374. "ref": "0.1.5",
  3375. "transform": [],
  3376. "url": "https://github.com/vector-of-bool/json5.git"
  3377. }
  3378. }
  3379. },
  3380. "vob-semester": {
  3381. "0.1.0": {
  3382. "depends": [
  3383. "neo-fun^0.1.0",
  3384. "neo-concepts^0.2.1"
  3385. ],
  3386. "description": "A C++ library to process recursive dynamic data",
  3387. "git": {
  3388. "ref": "0.1.0",
  3389. "transform": [],
  3390. "url": "https://github.com/vector-of-bool/semester.git"
  3391. }
  3392. },
  3393. "0.1.1": {
  3394. "depends": [
  3395. "neo-fun^0.1.1",
  3396. "neo-concepts^0.2.2"
  3397. ],
  3398. "description": "A C++ library to process recursive dynamic data",
  3399. "git": {
  3400. "ref": "0.1.1",
  3401. "transform": [],
  3402. "url": "https://github.com/vector-of-bool/semester.git"
  3403. }
  3404. },
  3405. "0.2.0": {
  3406. "depends": [
  3407. "neo-fun^0.3.2",
  3408. "neo-concepts^0.3.2"
  3409. ],
  3410. "description": "A C++ library to process recursive dynamic data",
  3411. "git": {
  3412. "ref": "0.2.0",
  3413. "transform": [],
  3414. "url": "https://github.com/vector-of-bool/semester.git"
  3415. }
  3416. },
  3417. "0.2.1": {
  3418. "depends": [
  3419. "neo-fun^0.3.2",
  3420. "neo-concepts^0.3.2"
  3421. ],
  3422. "description": "A C++ library to process recursive dynamic data",
  3423. "git": {
  3424. "ref": "0.2.1",
  3425. "transform": [],
  3426. "url": "https://github.com/vector-of-bool/semester.git"
  3427. }
  3428. }
  3429. },
  3430. "zlib": {
  3431. "1.0.1": {
  3432. "depends": [],
  3433. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3434. "git": {
  3435. "auto-lib": "zlib/zlib",
  3436. "ref": "v1.0.1",
  3437. "transform": [
  3438. {
  3439. "move": {
  3440. "exclude": [],
  3441. "from": ".",
  3442. "include": [
  3443. "*.c",
  3444. "*.h"
  3445. ],
  3446. "strip-components": 0,
  3447. "to": "src/"
  3448. }
  3449. },
  3450. {
  3451. "move": {
  3452. "exclude": [],
  3453. "from": "src/",
  3454. "include": [
  3455. "zlib.h",
  3456. "zconf.h"
  3457. ],
  3458. "strip-components": 0,
  3459. "to": "include/"
  3460. }
  3461. }
  3462. ],
  3463. "url": "https://github.com/madler/zlib.git"
  3464. }
  3465. },
  3466. "1.0.2": {
  3467. "depends": [],
  3468. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3469. "git": {
  3470. "auto-lib": "zlib/zlib",
  3471. "ref": "v1.0.2",
  3472. "transform": [
  3473. {
  3474. "move": {
  3475. "exclude": [],
  3476. "from": ".",
  3477. "include": [
  3478. "*.c",
  3479. "*.h"
  3480. ],
  3481. "strip-components": 0,
  3482. "to": "src/"
  3483. }
  3484. },
  3485. {
  3486. "move": {
  3487. "exclude": [],
  3488. "from": "src/",
  3489. "include": [
  3490. "zlib.h",
  3491. "zconf.h"
  3492. ],
  3493. "strip-components": 0,
  3494. "to": "include/"
  3495. }
  3496. }
  3497. ],
  3498. "url": "https://github.com/madler/zlib.git"
  3499. }
  3500. },
  3501. "1.0.4": {
  3502. "depends": [],
  3503. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3504. "git": {
  3505. "auto-lib": "zlib/zlib",
  3506. "ref": "v1.0.4",
  3507. "transform": [
  3508. {
  3509. "move": {
  3510. "exclude": [],
  3511. "from": ".",
  3512. "include": [
  3513. "*.c",
  3514. "*.h"
  3515. ],
  3516. "strip-components": 0,
  3517. "to": "src/"
  3518. }
  3519. },
  3520. {
  3521. "move": {
  3522. "exclude": [],
  3523. "from": "src/",
  3524. "include": [
  3525. "zlib.h",
  3526. "zconf.h"
  3527. ],
  3528. "strip-components": 0,
  3529. "to": "include/"
  3530. }
  3531. }
  3532. ],
  3533. "url": "https://github.com/madler/zlib.git"
  3534. }
  3535. },
  3536. "1.0.5": {
  3537. "depends": [],
  3538. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3539. "git": {
  3540. "auto-lib": "zlib/zlib",
  3541. "ref": "v1.0.5",
  3542. "transform": [
  3543. {
  3544. "move": {
  3545. "exclude": [],
  3546. "from": ".",
  3547. "include": [
  3548. "*.c",
  3549. "*.h"
  3550. ],
  3551. "strip-components": 0,
  3552. "to": "src/"
  3553. }
  3554. },
  3555. {
  3556. "move": {
  3557. "exclude": [],
  3558. "from": "src/",
  3559. "include": [
  3560. "zlib.h",
  3561. "zconf.h"
  3562. ],
  3563. "strip-components": 0,
  3564. "to": "include/"
  3565. }
  3566. }
  3567. ],
  3568. "url": "https://github.com/madler/zlib.git"
  3569. }
  3570. },
  3571. "1.0.7": {
  3572. "depends": [],
  3573. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3574. "git": {
  3575. "auto-lib": "zlib/zlib",
  3576. "ref": "v1.0.7",
  3577. "transform": [
  3578. {
  3579. "move": {
  3580. "exclude": [],
  3581. "from": ".",
  3582. "include": [
  3583. "*.c",
  3584. "*.h"
  3585. ],
  3586. "strip-components": 0,
  3587. "to": "src/"
  3588. }
  3589. },
  3590. {
  3591. "move": {
  3592. "exclude": [],
  3593. "from": "src/",
  3594. "include": [
  3595. "zlib.h",
  3596. "zconf.h"
  3597. ],
  3598. "strip-components": 0,
  3599. "to": "include/"
  3600. }
  3601. }
  3602. ],
  3603. "url": "https://github.com/madler/zlib.git"
  3604. }
  3605. },
  3606. "1.0.8": {
  3607. "depends": [],
  3608. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3609. "git": {
  3610. "auto-lib": "zlib/zlib",
  3611. "ref": "v1.0.8",
  3612. "transform": [
  3613. {
  3614. "move": {
  3615. "exclude": [],
  3616. "from": ".",
  3617. "include": [
  3618. "*.c",
  3619. "*.h"
  3620. ],
  3621. "strip-components": 0,
  3622. "to": "src/"
  3623. }
  3624. },
  3625. {
  3626. "move": {
  3627. "exclude": [],
  3628. "from": "src/",
  3629. "include": [
  3630. "zlib.h",
  3631. "zconf.h"
  3632. ],
  3633. "strip-components": 0,
  3634. "to": "include/"
  3635. }
  3636. }
  3637. ],
  3638. "url": "https://github.com/madler/zlib.git"
  3639. }
  3640. },
  3641. "1.0.9": {
  3642. "depends": [],
  3643. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3644. "git": {
  3645. "auto-lib": "zlib/zlib",
  3646. "ref": "v1.0.9",
  3647. "transform": [
  3648. {
  3649. "move": {
  3650. "exclude": [],
  3651. "from": ".",
  3652. "include": [
  3653. "*.c",
  3654. "*.h"
  3655. ],
  3656. "strip-components": 0,
  3657. "to": "src/"
  3658. }
  3659. },
  3660. {
  3661. "move": {
  3662. "exclude": [],
  3663. "from": "src/",
  3664. "include": [
  3665. "zlib.h",
  3666. "zconf.h"
  3667. ],
  3668. "strip-components": 0,
  3669. "to": "include/"
  3670. }
  3671. }
  3672. ],
  3673. "url": "https://github.com/madler/zlib.git"
  3674. }
  3675. },
  3676. "1.1.0": {
  3677. "depends": [],
  3678. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3679. "git": {
  3680. "auto-lib": "zlib/zlib",
  3681. "ref": "v1.1.0",
  3682. "transform": [
  3683. {
  3684. "move": {
  3685. "exclude": [],
  3686. "from": ".",
  3687. "include": [
  3688. "*.c",
  3689. "*.h"
  3690. ],
  3691. "strip-components": 0,
  3692. "to": "src/"
  3693. }
  3694. },
  3695. {
  3696. "move": {
  3697. "exclude": [],
  3698. "from": "src/",
  3699. "include": [
  3700. "zlib.h",
  3701. "zconf.h"
  3702. ],
  3703. "strip-components": 0,
  3704. "to": "include/"
  3705. }
  3706. }
  3707. ],
  3708. "url": "https://github.com/madler/zlib.git"
  3709. }
  3710. },
  3711. "1.1.1": {
  3712. "depends": [],
  3713. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3714. "git": {
  3715. "auto-lib": "zlib/zlib",
  3716. "ref": "v1.1.1",
  3717. "transform": [
  3718. {
  3719. "move": {
  3720. "exclude": [],
  3721. "from": ".",
  3722. "include": [
  3723. "*.c",
  3724. "*.h"
  3725. ],
  3726. "strip-components": 0,
  3727. "to": "src/"
  3728. }
  3729. },
  3730. {
  3731. "move": {
  3732. "exclude": [],
  3733. "from": "src/",
  3734. "include": [
  3735. "zlib.h",
  3736. "zconf.h"
  3737. ],
  3738. "strip-components": 0,
  3739. "to": "include/"
  3740. }
  3741. }
  3742. ],
  3743. "url": "https://github.com/madler/zlib.git"
  3744. }
  3745. },
  3746. "1.1.2": {
  3747. "depends": [],
  3748. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3749. "git": {
  3750. "auto-lib": "zlib/zlib",
  3751. "ref": "v1.1.2",
  3752. "transform": [
  3753. {
  3754. "move": {
  3755. "exclude": [],
  3756. "from": ".",
  3757. "include": [
  3758. "*.c",
  3759. "*.h"
  3760. ],
  3761. "strip-components": 0,
  3762. "to": "src/"
  3763. }
  3764. },
  3765. {
  3766. "move": {
  3767. "exclude": [],
  3768. "from": "src/",
  3769. "include": [
  3770. "zlib.h",
  3771. "zconf.h"
  3772. ],
  3773. "strip-components": 0,
  3774. "to": "include/"
  3775. }
  3776. }
  3777. ],
  3778. "url": "https://github.com/madler/zlib.git"
  3779. }
  3780. },
  3781. "1.1.3": {
  3782. "depends": [],
  3783. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3784. "git": {
  3785. "auto-lib": "zlib/zlib",
  3786. "ref": "v1.1.3",
  3787. "transform": [
  3788. {
  3789. "move": {
  3790. "exclude": [],
  3791. "from": ".",
  3792. "include": [
  3793. "*.c",
  3794. "*.h"
  3795. ],
  3796. "strip-components": 0,
  3797. "to": "src/"
  3798. }
  3799. },
  3800. {
  3801. "move": {
  3802. "exclude": [],
  3803. "from": "src/",
  3804. "include": [
  3805. "zlib.h",
  3806. "zconf.h"
  3807. ],
  3808. "strip-components": 0,
  3809. "to": "include/"
  3810. }
  3811. }
  3812. ],
  3813. "url": "https://github.com/madler/zlib.git"
  3814. }
  3815. },
  3816. "1.1.4": {
  3817. "depends": [],
  3818. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3819. "git": {
  3820. "auto-lib": "zlib/zlib",
  3821. "ref": "v1.1.4",
  3822. "transform": [
  3823. {
  3824. "move": {
  3825. "exclude": [],
  3826. "from": ".",
  3827. "include": [
  3828. "*.c",
  3829. "*.h"
  3830. ],
  3831. "strip-components": 0,
  3832. "to": "src/"
  3833. }
  3834. },
  3835. {
  3836. "move": {
  3837. "exclude": [],
  3838. "from": "src/",
  3839. "include": [
  3840. "zlib.h",
  3841. "zconf.h"
  3842. ],
  3843. "strip-components": 0,
  3844. "to": "include/"
  3845. }
  3846. }
  3847. ],
  3848. "url": "https://github.com/madler/zlib.git"
  3849. }
  3850. },
  3851. "1.2.0": {
  3852. "depends": [],
  3853. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3854. "git": {
  3855. "auto-lib": "zlib/zlib",
  3856. "ref": "v1.2.0.8",
  3857. "transform": [
  3858. {
  3859. "move": {
  3860. "exclude": [],
  3861. "from": ".",
  3862. "include": [
  3863. "*.c",
  3864. "*.h"
  3865. ],
  3866. "strip-components": 0,
  3867. "to": "src/"
  3868. }
  3869. },
  3870. {
  3871. "move": {
  3872. "exclude": [],
  3873. "from": "src/",
  3874. "include": [
  3875. "zlib.h",
  3876. "zconf.h"
  3877. ],
  3878. "strip-components": 0,
  3879. "to": "include/"
  3880. }
  3881. }
  3882. ],
  3883. "url": "https://github.com/madler/zlib.git"
  3884. }
  3885. },
  3886. "1.2.1": {
  3887. "depends": [],
  3888. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3889. "git": {
  3890. "auto-lib": "zlib/zlib",
  3891. "ref": "v1.2.1.2",
  3892. "transform": [
  3893. {
  3894. "move": {
  3895. "exclude": [],
  3896. "from": ".",
  3897. "include": [
  3898. "*.c",
  3899. "*.h"
  3900. ],
  3901. "strip-components": 0,
  3902. "to": "src/"
  3903. }
  3904. },
  3905. {
  3906. "move": {
  3907. "exclude": [],
  3908. "from": "src/",
  3909. "include": [
  3910. "zlib.h",
  3911. "zconf.h"
  3912. ],
  3913. "strip-components": 0,
  3914. "to": "include/"
  3915. }
  3916. }
  3917. ],
  3918. "url": "https://github.com/madler/zlib.git"
  3919. }
  3920. },
  3921. "1.2.10": {
  3922. "depends": [],
  3923. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3924. "git": {
  3925. "auto-lib": "zlib/zlib",
  3926. "ref": "v1.2.10",
  3927. "transform": [
  3928. {
  3929. "move": {
  3930. "exclude": [],
  3931. "from": ".",
  3932. "include": [
  3933. "*.c",
  3934. "*.h"
  3935. ],
  3936. "strip-components": 0,
  3937. "to": "src/"
  3938. }
  3939. },
  3940. {
  3941. "move": {
  3942. "exclude": [],
  3943. "from": "src/",
  3944. "include": [
  3945. "zlib.h",
  3946. "zconf.h"
  3947. ],
  3948. "strip-components": 0,
  3949. "to": "include/"
  3950. }
  3951. }
  3952. ],
  3953. "url": "https://github.com/madler/zlib.git"
  3954. }
  3955. },
  3956. "1.2.11": {
  3957. "depends": [],
  3958. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3959. "git": {
  3960. "auto-lib": "zlib/zlib",
  3961. "ref": "v1.2.11",
  3962. "transform": [
  3963. {
  3964. "move": {
  3965. "exclude": [],
  3966. "from": ".",
  3967. "include": [
  3968. "*.c",
  3969. "*.h"
  3970. ],
  3971. "strip-components": 0,
  3972. "to": "src/"
  3973. }
  3974. },
  3975. {
  3976. "move": {
  3977. "exclude": [],
  3978. "from": "src/",
  3979. "include": [
  3980. "zlib.h",
  3981. "zconf.h"
  3982. ],
  3983. "strip-components": 0,
  3984. "to": "include/"
  3985. }
  3986. }
  3987. ],
  3988. "url": "https://github.com/madler/zlib.git"
  3989. }
  3990. },
  3991. "1.2.2": {
  3992. "depends": [],
  3993. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3994. "git": {
  3995. "auto-lib": "zlib/zlib",
  3996. "ref": "v1.2.2.4",
  3997. "transform": [
  3998. {
  3999. "move": {
  4000. "exclude": [],
  4001. "from": ".",
  4002. "include": [
  4003. "*.c",
  4004. "*.h"
  4005. ],
  4006. "strip-components": 0,
  4007. "to": "src/"
  4008. }
  4009. },
  4010. {
  4011. "move": {
  4012. "exclude": [],
  4013. "from": "src/",
  4014. "include": [
  4015. "zlib.h",
  4016. "zconf.h"
  4017. ],
  4018. "strip-components": 0,
  4019. "to": "include/"
  4020. }
  4021. }
  4022. ],
  4023. "url": "https://github.com/madler/zlib.git"
  4024. }
  4025. },
  4026. "1.2.3": {
  4027. "depends": [],
  4028. "description": "A massively spiffy yet delicately unobtrusive compression library",
  4029. "git": {
  4030. "auto-lib": "zlib/zlib",
  4031. "ref": "v1.2.3.8",
  4032. "transform": [
  4033. {
  4034. "move": {
  4035. "exclude": [],
  4036. "from": ".",
  4037. "include": [
  4038. "*.c",
  4039. "*.h"
  4040. ],
  4041. "strip-components": 0,
  4042. "to": "src/"
  4043. }
  4044. },
  4045. {
  4046. "move": {
  4047. "exclude": [],
  4048. "from": "src/",
  4049. "include": [
  4050. "zlib.h",
  4051. "zconf.h"
  4052. ],
  4053. "strip-components": 0,
  4054. "to": "include/"
  4055. }
  4056. }
  4057. ],
  4058. "url": "https://github.com/madler/zlib.git"
  4059. }
  4060. },
  4061. "1.2.4": {
  4062. "depends": [],
  4063. "description": "A massively spiffy yet delicately unobtrusive compression library",
  4064. "git": {
  4065. "auto-lib": "zlib/zlib",
  4066. "ref": "v1.2.4.5",
  4067. "transform": [
  4068. {
  4069. "move": {
  4070. "exclude": [],
  4071. "from": ".",
  4072. "include": [
  4073. "*.c",
  4074. "*.h"
  4075. ],
  4076. "strip-components": 0,
  4077. "to": "src/"
  4078. }
  4079. },
  4080. {
  4081. "move": {
  4082. "exclude": [],
  4083. "from": "src/",
  4084. "include": [
  4085. "zlib.h",
  4086. "zconf.h"
  4087. ],
  4088. "strip-components": 0,
  4089. "to": "include/"
  4090. }
  4091. }
  4092. ],
  4093. "url": "https://github.com/madler/zlib.git"
  4094. }
  4095. },
  4096. "1.2.5": {
  4097. "depends": [],
  4098. "description": "A massively spiffy yet delicately unobtrusive compression library",
  4099. "git": {
  4100. "auto-lib": "zlib/zlib",
  4101. "ref": "v1.2.5.3",
  4102. "transform": [
  4103. {
  4104. "move": {
  4105. "exclude": [],
  4106. "from": ".",
  4107. "include": [
  4108. "*.c",
  4109. "*.h"
  4110. ],
  4111. "strip-components": 0,
  4112. "to": "src/"
  4113. }
  4114. },
  4115. {
  4116. "move": {
  4117. "exclude": [],
  4118. "from": "src/",
  4119. "include": [
  4120. "zlib.h",
  4121. "zconf.h"
  4122. ],
  4123. "strip-components": 0,
  4124. "to": "include/"
  4125. }
  4126. }
  4127. ],
  4128. "url": "https://github.com/madler/zlib.git"
  4129. }
  4130. },
  4131. "1.2.6": {
  4132. "depends": [],
  4133. "description": "A massively spiffy yet delicately unobtrusive compression library",
  4134. "git": {
  4135. "auto-lib": "zlib/zlib",
  4136. "ref": "v1.2.6.1",
  4137. "transform": [
  4138. {
  4139. "move": {
  4140. "exclude": [],
  4141. "from": ".",
  4142. "include": [
  4143. "*.c",
  4144. "*.h"
  4145. ],
  4146. "strip-components": 0,
  4147. "to": "src/"
  4148. }
  4149. },
  4150. {
  4151. "move": {
  4152. "exclude": [],
  4153. "from": "src/",
  4154. "include": [
  4155. "zlib.h",
  4156. "zconf.h"
  4157. ],
  4158. "strip-components": 0,
  4159. "to": "include/"
  4160. }
  4161. }
  4162. ],
  4163. "url": "https://github.com/madler/zlib.git"
  4164. }
  4165. },
  4166. "1.2.7": {
  4167. "depends": [],
  4168. "description": "A massively spiffy yet delicately unobtrusive compression library",
  4169. "git": {
  4170. "auto-lib": "zlib/zlib",
  4171. "ref": "v1.2.7.3",
  4172. "transform": [
  4173. {
  4174. "move": {
  4175. "exclude": [],
  4176. "from": ".",
  4177. "include": [
  4178. "*.c",
  4179. "*.h"
  4180. ],
  4181. "strip-components": 0,
  4182. "to": "src/"
  4183. }
  4184. },
  4185. {
  4186. "move": {
  4187. "exclude": [],
  4188. "from": "src/",
  4189. "include": [
  4190. "zlib.h",
  4191. "zconf.h"
  4192. ],
  4193. "strip-components": 0,
  4194. "to": "include/"
  4195. }
  4196. }
  4197. ],
  4198. "url": "https://github.com/madler/zlib.git"
  4199. }
  4200. },
  4201. "1.2.8": {
  4202. "depends": [],
  4203. "description": "A massively spiffy yet delicately unobtrusive compression library",
  4204. "git": {
  4205. "auto-lib": "zlib/zlib",
  4206. "ref": "v1.2.8",
  4207. "transform": [
  4208. {
  4209. "move": {
  4210. "exclude": [],
  4211. "from": ".",
  4212. "include": [
  4213. "*.c",
  4214. "*.h"
  4215. ],
  4216. "strip-components": 0,
  4217. "to": "src/"
  4218. }
  4219. },
  4220. {
  4221. "move": {
  4222. "exclude": [],
  4223. "from": "src/",
  4224. "include": [
  4225. "zlib.h",
  4226. "zconf.h"
  4227. ],
  4228. "strip-components": 0,
  4229. "to": "include/"
  4230. }
  4231. }
  4232. ],
  4233. "url": "https://github.com/madler/zlib.git"
  4234. }
  4235. },
  4236. "1.2.9": {
  4237. "depends": [],
  4238. "description": "A massively spiffy yet delicately unobtrusive compression library",
  4239. "git": {
  4240. "auto-lib": "zlib/zlib",
  4241. "ref": "v1.2.9",
  4242. "transform": [
  4243. {
  4244. "move": {
  4245. "exclude": [],
  4246. "from": ".",
  4247. "include": [
  4248. "*.c",
  4249. "*.h"
  4250. ],
  4251. "strip-components": 0,
  4252. "to": "src/"
  4253. }
  4254. },
  4255. {
  4256. "move": {
  4257. "exclude": [],
  4258. "from": "src/",
  4259. "include": [
  4260. "zlib.h",
  4261. "zconf.h"
  4262. ],
  4263. "strip-components": 0,
  4264. "to": "include/"
  4265. }
  4266. }
  4267. ],
  4268. "url": "https://github.com/madler/zlib.git"
  4269. }
  4270. }
  4271. }
  4272. },
  4273. "version": 1
  4274. }