You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4049 lines
140KB

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