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.

4186 lines
143KB

  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. "0.1.1": {
  2233. "depends": [
  2234. "neo-buffer^0.4.1",
  2235. "neo-fun^0.5.0",
  2236. "zlib^1.2.9"
  2237. ],
  2238. "description": "Compression, archiving, etc. for C++20",
  2239. "git": {
  2240. "ref": "0.1.1",
  2241. "transform": [],
  2242. "url": "https://github.com/vector-of-bool/neo-compress.git"
  2243. }
  2244. },
  2245. "0.2.0": {
  2246. "depends": [
  2247. "neo-buffer^0.4.1",
  2248. "neo-fun^0.5.0",
  2249. "zlib^1.2.9"
  2250. ],
  2251. "description": "Compression, archiving, etc. for C++20",
  2252. "git": {
  2253. "ref": "0.2.0",
  2254. "transform": [],
  2255. "url": "https://github.com/vector-of-bool/neo-compress.git"
  2256. }
  2257. }
  2258. },
  2259. "neo-concepts": {
  2260. "0.2.2": {
  2261. "depends": [],
  2262. "description": "A (mostly) backport of C++20 concepts library, with some additions.",
  2263. "git": {
  2264. "ref": "0.2.2",
  2265. "transform": [],
  2266. "url": "https://github.com/vector-of-bool/neo-concepts.git"
  2267. }
  2268. },
  2269. "0.3.0": {
  2270. "depends": [],
  2271. "description": "A (mostly) backport of C++20 concepts library, with some additions.",
  2272. "git": {
  2273. "ref": "0.3.0",
  2274. "transform": [],
  2275. "url": "https://github.com/vector-of-bool/neo-concepts.git"
  2276. }
  2277. },
  2278. "0.3.1": {
  2279. "depends": [],
  2280. "description": "A (mostly) backport of C++20 concepts library, with some additions.",
  2281. "git": {
  2282. "ref": "0.3.1",
  2283. "transform": [],
  2284. "url": "https://github.com/vector-of-bool/neo-concepts.git"
  2285. }
  2286. },
  2287. "0.3.2": {
  2288. "depends": [],
  2289. "description": "A (mostly) backport of C++20 concepts library, with some additions.",
  2290. "git": {
  2291. "ref": "0.3.2",
  2292. "transform": [],
  2293. "url": "https://github.com/vector-of-bool/neo-concepts.git"
  2294. }
  2295. },
  2296. "0.4.0": {
  2297. "depends": [],
  2298. "description": "A (mostly) backport of C++20 concepts library, with some additions.",
  2299. "git": {
  2300. "ref": "0.4.0",
  2301. "transform": [],
  2302. "url": "https://github.com/vector-of-bool/neo-concepts.git"
  2303. }
  2304. }
  2305. },
  2306. "neo-fun": {
  2307. "0.1.1": {
  2308. "depends": [],
  2309. "description": "Some library components that didn't quite fit anywhere else...",
  2310. "git": {
  2311. "ref": "0.1.1",
  2312. "transform": [],
  2313. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2314. }
  2315. },
  2316. "0.2.0": {
  2317. "depends": [],
  2318. "description": "Some library components that didn't quite fit anywhere else...",
  2319. "git": {
  2320. "ref": "0.2.0",
  2321. "transform": [],
  2322. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2323. }
  2324. },
  2325. "0.2.1": {
  2326. "depends": [],
  2327. "description": "Some library components that didn't quite fit anywhere else...",
  2328. "git": {
  2329. "ref": "0.2.1",
  2330. "transform": [],
  2331. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2332. }
  2333. },
  2334. "0.3.0": {
  2335. "depends": [],
  2336. "description": "Some library components that didn't quite fit anywhere else...",
  2337. "git": {
  2338. "ref": "0.3.0",
  2339. "transform": [],
  2340. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2341. }
  2342. },
  2343. "0.3.1": {
  2344. "depends": [],
  2345. "description": "Some library components that didn't quite fit anywhere else...",
  2346. "git": {
  2347. "ref": "0.3.1",
  2348. "transform": [],
  2349. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2350. }
  2351. },
  2352. "0.3.2": {
  2353. "depends": [],
  2354. "description": "Some library components that didn't quite fit anywhere else...",
  2355. "git": {
  2356. "ref": "0.3.2",
  2357. "transform": [],
  2358. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2359. }
  2360. },
  2361. "0.4.0": {
  2362. "depends": [],
  2363. "description": "Some library components that didn't quite fit anywhere else...",
  2364. "git": {
  2365. "ref": "0.4.0",
  2366. "transform": [],
  2367. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2368. }
  2369. },
  2370. "0.4.1": {
  2371. "depends": [],
  2372. "description": "Some library components that didn't quite fit anywhere else...",
  2373. "git": {
  2374. "ref": "0.4.1",
  2375. "transform": [],
  2376. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2377. }
  2378. },
  2379. "0.4.2": {
  2380. "depends": [],
  2381. "description": "Some library components that didn't quite fit anywhere else...",
  2382. "git": {
  2383. "ref": "0.4.2",
  2384. "transform": [],
  2385. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2386. }
  2387. },
  2388. "0.5.0": {
  2389. "depends": [],
  2390. "description": "Some library components that didn't quite fit anywhere else...",
  2391. "git": {
  2392. "ref": "0.5.0",
  2393. "transform": [],
  2394. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2395. }
  2396. },
  2397. "0.5.1": {
  2398. "depends": [],
  2399. "description": "Some library components that didn't quite fit anywhere else...",
  2400. "git": {
  2401. "ref": "0.5.1",
  2402. "transform": [],
  2403. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2404. }
  2405. },
  2406. "0.5.2": {
  2407. "depends": [],
  2408. "description": "Some library components that didn't quite fit anywhere else...",
  2409. "git": {
  2410. "ref": "0.5.2",
  2411. "transform": [],
  2412. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2413. }
  2414. },
  2415. "0.5.3": {
  2416. "depends": [],
  2417. "description": "Some library components that didn't quite fit anywhere else...",
  2418. "git": {
  2419. "ref": "0.5.3",
  2420. "transform": [],
  2421. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2422. }
  2423. },
  2424. "0.5.4": {
  2425. "depends": [],
  2426. "description": "Some library components that didn't quite fit anywhere else...",
  2427. "git": {
  2428. "ref": "0.5.4",
  2429. "transform": [],
  2430. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2431. }
  2432. },
  2433. "0.5.5": {
  2434. "depends": [],
  2435. "description": "Some library components that didn't quite fit anywhere else...",
  2436. "git": {
  2437. "ref": "0.5.5",
  2438. "transform": [],
  2439. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2440. }
  2441. },
  2442. "0.6.0": {
  2443. "depends": [],
  2444. "description": "Some library components that didn't quite fit anywhere else...",
  2445. "git": {
  2446. "ref": "0.6.0",
  2447. "transform": [],
  2448. "url": "https://github.com/vector-of-bool/neo-fun.git"
  2449. }
  2450. }
  2451. },
  2452. "neo-http": {
  2453. "0.1.0": {
  2454. "depends": [
  2455. "neo-buffer^0.4.2",
  2456. "neo-fun^0.5.4"
  2457. ],
  2458. "description": "A modern HTTP library",
  2459. "git": {
  2460. "ref": "0.1.0",
  2461. "transform": [],
  2462. "url": "https://github.com/vector-of-bool/neo-http.git"
  2463. }
  2464. }
  2465. },
  2466. "neo-io": {
  2467. "0.1.0": {
  2468. "depends": [
  2469. "neo-fun~0.5.4",
  2470. "neo-buffer~0.4.2"
  2471. ],
  2472. "description": "A modern IO library",
  2473. "git": {
  2474. "ref": "0.1.0",
  2475. "transform": [],
  2476. "url": "https://github.com/vector-of-bool/neo-io.git"
  2477. }
  2478. },
  2479. "0.1.1": {
  2480. "depends": [
  2481. "neo-fun^0.6.0",
  2482. "neo-buffer^0.4.2"
  2483. ],
  2484. "description": "A modern IO library",
  2485. "git": {
  2486. "ref": "0.1.1",
  2487. "transform": [],
  2488. "url": "https://github.com/vector-of-bool/neo-io.git"
  2489. }
  2490. }
  2491. },
  2492. "neo-sqlite3": {
  2493. "0.2.3": {
  2494. "depends": [],
  2495. "description": "A modern and low-level C++ SQLite API",
  2496. "git": {
  2497. "ref": "0.2.3",
  2498. "transform": [],
  2499. "url": "https://github.com/vector-of-bool/neo-sqlite3.git"
  2500. }
  2501. },
  2502. "0.3.0": {
  2503. "depends": [],
  2504. "description": "A modern and low-level C++ SQLite API",
  2505. "git": {
  2506. "ref": "0.3.0",
  2507. "transform": [],
  2508. "url": "https://github.com/vector-of-bool/neo-sqlite3.git"
  2509. }
  2510. },
  2511. "0.4.0": {
  2512. "depends": [
  2513. "neo-fun^0.5.0"
  2514. ],
  2515. "description": "A modern and low-level C++ SQLite API",
  2516. "git": {
  2517. "ref": "0.4.0",
  2518. "transform": [],
  2519. "url": "https://github.com/vector-of-bool/neo-sqlite3.git"
  2520. }
  2521. },
  2522. "0.4.1": {
  2523. "depends": [
  2524. "neo-fun^0.5.0"
  2525. ],
  2526. "description": "A modern and low-level C++ SQLite API",
  2527. "git": {
  2528. "ref": "0.4.1",
  2529. "transform": [],
  2530. "url": "https://github.com/vector-of-bool/neo-sqlite3.git"
  2531. }
  2532. }
  2533. },
  2534. "neo-url": {
  2535. "0.1.0": {
  2536. "depends": [
  2537. "neo-fun^0.4.1"
  2538. ],
  2539. "description": "URL parsing and handling library.",
  2540. "git": {
  2541. "ref": "0.1.0",
  2542. "transform": [],
  2543. "url": "https://github.com/vector-of-bool/neo-url.git"
  2544. }
  2545. },
  2546. "0.1.1": {
  2547. "depends": [
  2548. "neo-fun^0.4.3"
  2549. ],
  2550. "description": "URL parsing and handling library.",
  2551. "git": {
  2552. "ref": "0.1.1",
  2553. "transform": [],
  2554. "url": "https://github.com/vector-of-bool/neo-url.git"
  2555. }
  2556. },
  2557. "0.1.2": {
  2558. "depends": [
  2559. "neo-fun^0.4.3"
  2560. ],
  2561. "description": "URL parsing and handling library.",
  2562. "git": {
  2563. "ref": "0.1.2",
  2564. "transform": [],
  2565. "url": "https://github.com/vector-of-bool/neo-url.git"
  2566. }
  2567. },
  2568. "0.2.0": {
  2569. "depends": [
  2570. "neo-fun^0.5.5"
  2571. ],
  2572. "description": "URL parsing and handling library.",
  2573. "git": {
  2574. "ref": "0.2.0",
  2575. "transform": [],
  2576. "url": "https://github.com/vector-of-bool/neo-url.git"
  2577. }
  2578. },
  2579. "0.2.1": {
  2580. "depends": [
  2581. "neo-fun^0.5.5"
  2582. ],
  2583. "description": "URL parsing and handling library.",
  2584. "git": {
  2585. "ref": "0.2.1",
  2586. "transform": [],
  2587. "url": "https://github.com/vector-of-bool/neo-url.git"
  2588. }
  2589. },
  2590. "0.2.2": {
  2591. "depends": [
  2592. "neo-fun^0.5.5"
  2593. ],
  2594. "description": "URL parsing and handling library.",
  2595. "git": {
  2596. "ref": "0.2.2",
  2597. "transform": [],
  2598. "url": "https://github.com/vector-of-bool/neo-url.git"
  2599. }
  2600. },
  2601. "0.2.3": {
  2602. "depends": [
  2603. "neo-fun^0.5.5"
  2604. ],
  2605. "description": "URL parsing and handling library.",
  2606. "git": {
  2607. "ref": "0.2.3",
  2608. "transform": [],
  2609. "url": "https://github.com/vector-of-bool/neo-url.git"
  2610. }
  2611. }
  2612. },
  2613. "nlohmann-json": {
  2614. "3.7.1": {
  2615. "depends": [],
  2616. "description": "JSON for Modern C++",
  2617. "git": {
  2618. "ref": "dds/3.7.1",
  2619. "transform": [],
  2620. "url": "https://github.com/vector-of-bool/json.git"
  2621. }
  2622. }
  2623. },
  2624. "pcg-cpp": {
  2625. "0.98.1": {
  2626. "depends": [],
  2627. "description": "PCG Randum Number Generation, C++ Edition",
  2628. "git": {
  2629. "auto-lib": "pcg/pcg-cpp",
  2630. "ref": "v0.98.1",
  2631. "transform": [],
  2632. "url": "https://github.com/imneme/pcg-cpp.git"
  2633. }
  2634. }
  2635. },
  2636. "pegtl": {
  2637. "2.6.0": {
  2638. "depends": [],
  2639. "description": "Parsing Expression Grammar Template Library",
  2640. "git": {
  2641. "auto-lib": "tao/pegtl",
  2642. "ref": "2.6.0",
  2643. "transform": [
  2644. {
  2645. "remove": {
  2646. "only-matching": [],
  2647. "path": "src/"
  2648. }
  2649. }
  2650. ],
  2651. "url": "https://github.com/taocpp/PEGTL.git"
  2652. }
  2653. },
  2654. "2.6.1": {
  2655. "depends": [],
  2656. "description": "Parsing Expression Grammar Template Library",
  2657. "git": {
  2658. "auto-lib": "tao/pegtl",
  2659. "ref": "2.6.1",
  2660. "transform": [
  2661. {
  2662. "remove": {
  2663. "only-matching": [],
  2664. "path": "src/"
  2665. }
  2666. }
  2667. ],
  2668. "url": "https://github.com/taocpp/PEGTL.git"
  2669. }
  2670. },
  2671. "2.7.0": {
  2672. "depends": [],
  2673. "description": "Parsing Expression Grammar Template Library",
  2674. "git": {
  2675. "auto-lib": "tao/pegtl",
  2676. "ref": "2.7.0",
  2677. "transform": [
  2678. {
  2679. "remove": {
  2680. "only-matching": [],
  2681. "path": "src/"
  2682. }
  2683. }
  2684. ],
  2685. "url": "https://github.com/taocpp/PEGTL.git"
  2686. }
  2687. },
  2688. "2.7.1": {
  2689. "depends": [],
  2690. "description": "Parsing Expression Grammar Template Library",
  2691. "git": {
  2692. "auto-lib": "tao/pegtl",
  2693. "ref": "2.7.1",
  2694. "transform": [
  2695. {
  2696. "remove": {
  2697. "only-matching": [],
  2698. "path": "src/"
  2699. }
  2700. }
  2701. ],
  2702. "url": "https://github.com/taocpp/PEGTL.git"
  2703. }
  2704. },
  2705. "2.8.0": {
  2706. "depends": [],
  2707. "description": "Parsing Expression Grammar Template Library",
  2708. "git": {
  2709. "auto-lib": "tao/pegtl",
  2710. "ref": "2.8.0",
  2711. "transform": [
  2712. {
  2713. "remove": {
  2714. "only-matching": [],
  2715. "path": "src/"
  2716. }
  2717. }
  2718. ],
  2719. "url": "https://github.com/taocpp/PEGTL.git"
  2720. }
  2721. },
  2722. "2.8.1": {
  2723. "depends": [],
  2724. "description": "Parsing Expression Grammar Template Library",
  2725. "git": {
  2726. "auto-lib": "tao/pegtl",
  2727. "ref": "2.8.1",
  2728. "transform": [
  2729. {
  2730. "remove": {
  2731. "only-matching": [],
  2732. "path": "src/"
  2733. }
  2734. }
  2735. ],
  2736. "url": "https://github.com/taocpp/PEGTL.git"
  2737. }
  2738. },
  2739. "2.8.2": {
  2740. "depends": [],
  2741. "description": "Parsing Expression Grammar Template Library",
  2742. "git": {
  2743. "auto-lib": "tao/pegtl",
  2744. "ref": "2.8.2",
  2745. "transform": [
  2746. {
  2747. "remove": {
  2748. "only-matching": [],
  2749. "path": "src/"
  2750. }
  2751. }
  2752. ],
  2753. "url": "https://github.com/taocpp/PEGTL.git"
  2754. }
  2755. },
  2756. "2.8.3": {
  2757. "depends": [],
  2758. "description": "Parsing Expression Grammar Template Library",
  2759. "git": {
  2760. "auto-lib": "tao/pegtl",
  2761. "ref": "2.8.3",
  2762. "transform": [
  2763. {
  2764. "remove": {
  2765. "only-matching": [],
  2766. "path": "src/"
  2767. }
  2768. }
  2769. ],
  2770. "url": "https://github.com/taocpp/PEGTL.git"
  2771. }
  2772. }
  2773. },
  2774. "pubgrub": {
  2775. "0.2.1": {
  2776. "depends": [],
  2777. "description": "Pubgrub dependency resolution algorithm for C++",
  2778. "git": {
  2779. "ref": "0.2.1",
  2780. "transform": [],
  2781. "url": "https://github.com/vector-of-bool/pubgrub.git"
  2782. }
  2783. }
  2784. },
  2785. "pybind11": {
  2786. "2.0.0": {
  2787. "depends": [],
  2788. "description": "Seamless operability between C++11 and Python",
  2789. "git": {
  2790. "auto-lib": "pybind/pybind11",
  2791. "ref": "v2.0.0",
  2792. "transform": [],
  2793. "url": "https://github.com/pybind/pybind11.git"
  2794. }
  2795. },
  2796. "2.0.1": {
  2797. "depends": [],
  2798. "description": "Seamless operability between C++11 and Python",
  2799. "git": {
  2800. "auto-lib": "pybind/pybind11",
  2801. "ref": "v2.0.1",
  2802. "transform": [],
  2803. "url": "https://github.com/pybind/pybind11.git"
  2804. }
  2805. },
  2806. "2.1.0": {
  2807. "depends": [],
  2808. "description": "Seamless operability between C++11 and Python",
  2809. "git": {
  2810. "auto-lib": "pybind/pybind11",
  2811. "ref": "v2.1.0",
  2812. "transform": [],
  2813. "url": "https://github.com/pybind/pybind11.git"
  2814. }
  2815. },
  2816. "2.1.1": {
  2817. "depends": [],
  2818. "description": "Seamless operability between C++11 and Python",
  2819. "git": {
  2820. "auto-lib": "pybind/pybind11",
  2821. "ref": "v2.1.1",
  2822. "transform": [],
  2823. "url": "https://github.com/pybind/pybind11.git"
  2824. }
  2825. },
  2826. "2.2.0": {
  2827. "depends": [],
  2828. "description": "Seamless operability between C++11 and Python",
  2829. "git": {
  2830. "auto-lib": "pybind/pybind11",
  2831. "ref": "v2.2.0",
  2832. "transform": [],
  2833. "url": "https://github.com/pybind/pybind11.git"
  2834. }
  2835. },
  2836. "2.2.1": {
  2837. "depends": [],
  2838. "description": "Seamless operability between C++11 and Python",
  2839. "git": {
  2840. "auto-lib": "pybind/pybind11",
  2841. "ref": "v2.2.1",
  2842. "transform": [],
  2843. "url": "https://github.com/pybind/pybind11.git"
  2844. }
  2845. },
  2846. "2.2.2": {
  2847. "depends": [],
  2848. "description": "Seamless operability between C++11 and Python",
  2849. "git": {
  2850. "auto-lib": "pybind/pybind11",
  2851. "ref": "v2.2.2",
  2852. "transform": [],
  2853. "url": "https://github.com/pybind/pybind11.git"
  2854. }
  2855. },
  2856. "2.2.3": {
  2857. "depends": [],
  2858. "description": "Seamless operability between C++11 and Python",
  2859. "git": {
  2860. "auto-lib": "pybind/pybind11",
  2861. "ref": "v2.2.3",
  2862. "transform": [],
  2863. "url": "https://github.com/pybind/pybind11.git"
  2864. }
  2865. },
  2866. "2.2.4": {
  2867. "depends": [],
  2868. "description": "Seamless operability between C++11 and Python",
  2869. "git": {
  2870. "auto-lib": "pybind/pybind11",
  2871. "ref": "v2.2.4",
  2872. "transform": [],
  2873. "url": "https://github.com/pybind/pybind11.git"
  2874. }
  2875. },
  2876. "2.3.0": {
  2877. "depends": [],
  2878. "description": "Seamless operability between C++11 and Python",
  2879. "git": {
  2880. "auto-lib": "pybind/pybind11",
  2881. "ref": "v2.3.0",
  2882. "transform": [],
  2883. "url": "https://github.com/pybind/pybind11.git"
  2884. }
  2885. },
  2886. "2.4.0": {
  2887. "depends": [],
  2888. "description": "Seamless operability between C++11 and Python",
  2889. "git": {
  2890. "auto-lib": "pybind/pybind11",
  2891. "ref": "v2.4.0",
  2892. "transform": [],
  2893. "url": "https://github.com/pybind/pybind11.git"
  2894. }
  2895. },
  2896. "2.4.1": {
  2897. "depends": [],
  2898. "description": "Seamless operability between C++11 and Python",
  2899. "git": {
  2900. "auto-lib": "pybind/pybind11",
  2901. "ref": "v2.4.1",
  2902. "transform": [],
  2903. "url": "https://github.com/pybind/pybind11.git"
  2904. }
  2905. },
  2906. "2.4.2": {
  2907. "depends": [],
  2908. "description": "Seamless operability between C++11 and Python",
  2909. "git": {
  2910. "auto-lib": "pybind/pybind11",
  2911. "ref": "v2.4.2",
  2912. "transform": [],
  2913. "url": "https://github.com/pybind/pybind11.git"
  2914. }
  2915. },
  2916. "2.4.3": {
  2917. "depends": [],
  2918. "description": "Seamless operability between C++11 and Python",
  2919. "git": {
  2920. "auto-lib": "pybind/pybind11",
  2921. "ref": "v2.4.3",
  2922. "transform": [],
  2923. "url": "https://github.com/pybind/pybind11.git"
  2924. }
  2925. },
  2926. "2.5.0": {
  2927. "depends": [],
  2928. "description": "Seamless operability between C++11 and Python",
  2929. "git": {
  2930. "auto-lib": "pybind/pybind11",
  2931. "ref": "v2.5.0",
  2932. "transform": [],
  2933. "url": "https://github.com/pybind/pybind11.git"
  2934. }
  2935. }
  2936. },
  2937. "range-v3": {
  2938. "0.10.0": {
  2939. "depends": [],
  2940. "description": "Range library for C++14/17/20, basis for C++20's std::ranges",
  2941. "git": {
  2942. "auto-lib": "range-v3/range-v3",
  2943. "ref": "0.10.0",
  2944. "transform": [],
  2945. "url": "https://github.com/ericniebler/range-v3.git"
  2946. }
  2947. },
  2948. "0.11.0": {
  2949. "depends": [],
  2950. "description": "Range library for C++14/17/20, basis for C++20's std::ranges",
  2951. "git": {
  2952. "auto-lib": "range-v3/range-v3",
  2953. "ref": "0.11.0",
  2954. "transform": [],
  2955. "url": "https://github.com/ericniebler/range-v3.git"
  2956. }
  2957. },
  2958. "0.5.0": {
  2959. "depends": [],
  2960. "description": "Range library for C++14/17/20, basis for C++20's std::ranges",
  2961. "git": {
  2962. "auto-lib": "range-v3/range-v3",
  2963. "ref": "0.5.0",
  2964. "transform": [],
  2965. "url": "https://github.com/ericniebler/range-v3.git"
  2966. }
  2967. },
  2968. "0.9.0": {
  2969. "depends": [],
  2970. "description": "Range library for C++14/17/20, basis for C++20's std::ranges",
  2971. "git": {
  2972. "auto-lib": "range-v3/range-v3",
  2973. "ref": "0.9.0",
  2974. "transform": [],
  2975. "url": "https://github.com/ericniebler/range-v3.git"
  2976. }
  2977. },
  2978. "0.9.1": {
  2979. "depends": [],
  2980. "description": "Range library for C++14/17/20, basis for C++20's std::ranges",
  2981. "git": {
  2982. "auto-lib": "range-v3/range-v3",
  2983. "ref": "0.9.1",
  2984. "transform": [],
  2985. "url": "https://github.com/ericniebler/range-v3.git"
  2986. }
  2987. }
  2988. },
  2989. "semver": {
  2990. "0.2.2": {
  2991. "depends": [],
  2992. "description": "A C++ Library for Dealing with Semantic Versioning",
  2993. "git": {
  2994. "ref": "0.2.2",
  2995. "transform": [],
  2996. "url": "https://github.com/vector-of-bool/semver.git"
  2997. }
  2998. }
  2999. },
  3000. "sol2": {
  3001. "2.20.0": {
  3002. "depends": [
  3003. "lua+0.0.0"
  3004. ],
  3005. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  3006. "git": {
  3007. "ref": "v2.20.0",
  3008. "transform": [
  3009. {
  3010. "move": {
  3011. "exclude": [],
  3012. "from": "sol",
  3013. "include": [],
  3014. "strip-components": 0,
  3015. "to": "src/sol"
  3016. },
  3017. "write": {
  3018. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.0\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  3019. "path": "package.json"
  3020. }
  3021. },
  3022. {
  3023. "write": {
  3024. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  3025. "path": "library.json"
  3026. }
  3027. }
  3028. ],
  3029. "url": "https://github.com/ThePhD/sol2.git"
  3030. }
  3031. },
  3032. "2.20.1": {
  3033. "depends": [
  3034. "lua+0.0.0"
  3035. ],
  3036. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  3037. "git": {
  3038. "ref": "v2.20.1",
  3039. "transform": [
  3040. {
  3041. "move": {
  3042. "exclude": [],
  3043. "from": "sol",
  3044. "include": [],
  3045. "strip-components": 0,
  3046. "to": "src/sol"
  3047. },
  3048. "write": {
  3049. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.1\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  3050. "path": "package.json"
  3051. }
  3052. },
  3053. {
  3054. "write": {
  3055. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  3056. "path": "library.json"
  3057. }
  3058. }
  3059. ],
  3060. "url": "https://github.com/ThePhD/sol2.git"
  3061. }
  3062. },
  3063. "2.20.2": {
  3064. "depends": [
  3065. "lua+0.0.0"
  3066. ],
  3067. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  3068. "git": {
  3069. "ref": "v2.20.2",
  3070. "transform": [
  3071. {
  3072. "move": {
  3073. "exclude": [],
  3074. "from": "sol",
  3075. "include": [],
  3076. "strip-components": 0,
  3077. "to": "src/sol"
  3078. },
  3079. "write": {
  3080. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.2\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  3081. "path": "package.json"
  3082. }
  3083. },
  3084. {
  3085. "write": {
  3086. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  3087. "path": "library.json"
  3088. }
  3089. }
  3090. ],
  3091. "url": "https://github.com/ThePhD/sol2.git"
  3092. }
  3093. },
  3094. "2.20.3": {
  3095. "depends": [
  3096. "lua+0.0.0"
  3097. ],
  3098. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  3099. "git": {
  3100. "ref": "v2.20.3",
  3101. "transform": [
  3102. {
  3103. "move": {
  3104. "exclude": [],
  3105. "from": "sol",
  3106. "include": [],
  3107. "strip-components": 0,
  3108. "to": "src/sol"
  3109. },
  3110. "write": {
  3111. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.3\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  3112. "path": "package.json"
  3113. }
  3114. },
  3115. {
  3116. "write": {
  3117. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  3118. "path": "library.json"
  3119. }
  3120. }
  3121. ],
  3122. "url": "https://github.com/ThePhD/sol2.git"
  3123. }
  3124. },
  3125. "2.20.4": {
  3126. "depends": [
  3127. "lua+0.0.0"
  3128. ],
  3129. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  3130. "git": {
  3131. "ref": "v2.20.4",
  3132. "transform": [
  3133. {
  3134. "move": {
  3135. "exclude": [],
  3136. "from": "sol",
  3137. "include": [],
  3138. "strip-components": 0,
  3139. "to": "src/sol"
  3140. },
  3141. "write": {
  3142. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.4\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  3143. "path": "package.json"
  3144. }
  3145. },
  3146. {
  3147. "write": {
  3148. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  3149. "path": "library.json"
  3150. }
  3151. }
  3152. ],
  3153. "url": "https://github.com/ThePhD/sol2.git"
  3154. }
  3155. },
  3156. "2.20.5": {
  3157. "depends": [
  3158. "lua+0.0.0"
  3159. ],
  3160. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  3161. "git": {
  3162. "ref": "v2.20.5",
  3163. "transform": [
  3164. {
  3165. "move": {
  3166. "exclude": [],
  3167. "from": "sol",
  3168. "include": [],
  3169. "strip-components": 0,
  3170. "to": "src/sol"
  3171. },
  3172. "write": {
  3173. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.5\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  3174. "path": "package.json"
  3175. }
  3176. },
  3177. {
  3178. "write": {
  3179. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  3180. "path": "library.json"
  3181. }
  3182. }
  3183. ],
  3184. "url": "https://github.com/ThePhD/sol2.git"
  3185. }
  3186. },
  3187. "2.20.6": {
  3188. "depends": [
  3189. "lua+0.0.0"
  3190. ],
  3191. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  3192. "git": {
  3193. "ref": "v2.20.6",
  3194. "transform": [
  3195. {
  3196. "move": {
  3197. "exclude": [],
  3198. "from": "sol",
  3199. "include": [],
  3200. "strip-components": 0,
  3201. "to": "src/sol"
  3202. },
  3203. "write": {
  3204. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"2.20.6\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  3205. "path": "package.json"
  3206. }
  3207. },
  3208. {
  3209. "write": {
  3210. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  3211. "path": "library.json"
  3212. }
  3213. }
  3214. ],
  3215. "url": "https://github.com/ThePhD/sol2.git"
  3216. }
  3217. },
  3218. "3.0.2": {
  3219. "depends": [
  3220. "lua+0.0.0"
  3221. ],
  3222. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  3223. "git": {
  3224. "ref": "v3.0.2",
  3225. "transform": [
  3226. {
  3227. "write": {
  3228. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"3.0.2\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  3229. "path": "package.json"
  3230. }
  3231. },
  3232. {
  3233. "write": {
  3234. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  3235. "path": "library.json"
  3236. }
  3237. }
  3238. ],
  3239. "url": "https://github.com/ThePhD/sol2.git"
  3240. }
  3241. },
  3242. "3.0.3": {
  3243. "depends": [
  3244. "lua+0.0.0"
  3245. ],
  3246. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  3247. "git": {
  3248. "ref": "v3.0.3",
  3249. "transform": [
  3250. {
  3251. "write": {
  3252. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"3.0.3\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  3253. "path": "package.json"
  3254. }
  3255. },
  3256. {
  3257. "write": {
  3258. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  3259. "path": "library.json"
  3260. }
  3261. }
  3262. ],
  3263. "url": "https://github.com/ThePhD/sol2.git"
  3264. }
  3265. },
  3266. "3.2.0": {
  3267. "depends": [
  3268. "lua+0.0.0"
  3269. ],
  3270. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  3271. "git": {
  3272. "ref": "v3.2.0",
  3273. "transform": [
  3274. {
  3275. "write": {
  3276. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"3.2.0\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  3277. "path": "package.json"
  3278. }
  3279. },
  3280. {
  3281. "write": {
  3282. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  3283. "path": "library.json"
  3284. }
  3285. }
  3286. ],
  3287. "url": "https://github.com/ThePhD/sol2.git"
  3288. }
  3289. },
  3290. "3.2.1": {
  3291. "depends": [
  3292. "lua+0.0.0"
  3293. ],
  3294. "description": "A C++ <-> Lua API wrapper with advanced features and top notch performance",
  3295. "git": {
  3296. "ref": "v3.2.1",
  3297. "transform": [
  3298. {
  3299. "write": {
  3300. "content": "{\n \"name\": \"sol2\",\n \"namespace\": \"sol2\",\n \"version\": \"3.2.1\",\n \"depends\": [\n \"lua+0.0.0\"\n ]\n}",
  3301. "path": "package.json"
  3302. }
  3303. },
  3304. {
  3305. "write": {
  3306. "content": "{\n \"name\": \"sol2\",\n \"uses\": [\n \"lua/lua\"\n ]\n}",
  3307. "path": "library.json"
  3308. }
  3309. }
  3310. ],
  3311. "url": "https://github.com/ThePhD/sol2.git"
  3312. }
  3313. }
  3314. },
  3315. "spdlog": {
  3316. "1.4.0": {
  3317. "depends": [
  3318. "fmt+6.0.0"
  3319. ],
  3320. "description": "Fast C++ logging library",
  3321. "git": {
  3322. "ref": "v1.4.0",
  3323. "transform": [
  3324. {
  3325. "write": {
  3326. "content": "{\"name\": \"spdlog\", \"namespace\": \"spdlog\", \"version\": \"1.4.0\", \"depends\": [\"fmt+6.0.0\"]}",
  3327. "path": "package.json"
  3328. }
  3329. },
  3330. {
  3331. "write": {
  3332. "content": "{\"name\": \"spdlog\", \"uses\": [\"fmt/fmt\"]}",
  3333. "path": "library.json"
  3334. }
  3335. },
  3336. {
  3337. "edit": {
  3338. "edits": [
  3339. {
  3340. "content": "#define SPDLOG_FMT_EXTERNAL 1",
  3341. "kind": "insert",
  3342. "line": 13
  3343. }
  3344. ],
  3345. "path": "include/spdlog/tweakme.h"
  3346. },
  3347. "remove": {
  3348. "only-matching": [],
  3349. "path": "src/"
  3350. }
  3351. }
  3352. ],
  3353. "url": "https://github.com/gabime/spdlog.git"
  3354. }
  3355. },
  3356. "1.4.1": {
  3357. "depends": [
  3358. "fmt+6.0.0"
  3359. ],
  3360. "description": "Fast C++ logging library",
  3361. "git": {
  3362. "ref": "v1.4.1",
  3363. "transform": [
  3364. {
  3365. "write": {
  3366. "content": "{\"name\": \"spdlog\", \"namespace\": \"spdlog\", \"version\": \"1.4.1\", \"depends\": [\"fmt+6.0.0\"]}",
  3367. "path": "package.json"
  3368. }
  3369. },
  3370. {
  3371. "write": {
  3372. "content": "{\"name\": \"spdlog\", \"uses\": [\"fmt/fmt\"]}",
  3373. "path": "library.json"
  3374. }
  3375. },
  3376. {
  3377. "edit": {
  3378. "edits": [
  3379. {
  3380. "content": "#define SPDLOG_FMT_EXTERNAL 1",
  3381. "kind": "insert",
  3382. "line": 13
  3383. }
  3384. ],
  3385. "path": "include/spdlog/tweakme.h"
  3386. },
  3387. "remove": {
  3388. "only-matching": [],
  3389. "path": "src/"
  3390. }
  3391. }
  3392. ],
  3393. "url": "https://github.com/gabime/spdlog.git"
  3394. }
  3395. },
  3396. "1.4.2": {
  3397. "depends": [
  3398. "fmt+6.0.0"
  3399. ],
  3400. "description": "Fast C++ logging library",
  3401. "git": {
  3402. "ref": "v1.4.2",
  3403. "transform": [
  3404. {
  3405. "write": {
  3406. "content": "{\"name\": \"spdlog\", \"namespace\": \"spdlog\", \"version\": \"1.4.2\", \"depends\": [\"fmt+6.0.0\"]}",
  3407. "path": "package.json"
  3408. }
  3409. },
  3410. {
  3411. "write": {
  3412. "content": "{\"name\": \"spdlog\", \"uses\": [\"fmt/fmt\"]}",
  3413. "path": "library.json"
  3414. }
  3415. },
  3416. {
  3417. "edit": {
  3418. "edits": [
  3419. {
  3420. "content": "#define SPDLOG_FMT_EXTERNAL 1",
  3421. "kind": "insert",
  3422. "line": 13
  3423. }
  3424. ],
  3425. "path": "include/spdlog/tweakme.h"
  3426. },
  3427. "remove": {
  3428. "only-matching": [],
  3429. "path": "src/"
  3430. }
  3431. }
  3432. ],
  3433. "url": "https://github.com/gabime/spdlog.git"
  3434. }
  3435. },
  3436. "1.5.0": {
  3437. "depends": [
  3438. "fmt+6.0.0"
  3439. ],
  3440. "description": "Fast C++ logging library",
  3441. "git": {
  3442. "ref": "v1.5.0",
  3443. "transform": [
  3444. {
  3445. "write": {
  3446. "content": "{\"name\": \"spdlog\", \"namespace\": \"spdlog\", \"version\": \"1.5.0\", \"depends\": [\"fmt+6.0.0\"]}",
  3447. "path": "package.json"
  3448. }
  3449. },
  3450. {
  3451. "write": {
  3452. "content": "{\"name\": \"spdlog\", \"uses\": [\"fmt/fmt\"]}",
  3453. "path": "library.json"
  3454. }
  3455. },
  3456. {
  3457. "edit": {
  3458. "edits": [
  3459. {
  3460. "content": "#define SPDLOG_FMT_EXTERNAL 1",
  3461. "kind": "insert",
  3462. "line": 13
  3463. }
  3464. ],
  3465. "path": "include/spdlog/tweakme.h"
  3466. },
  3467. "remove": {
  3468. "only-matching": [],
  3469. "path": "src/"
  3470. }
  3471. }
  3472. ],
  3473. "url": "https://github.com/gabime/spdlog.git"
  3474. }
  3475. },
  3476. "1.6.0": {
  3477. "depends": [
  3478. "fmt+6.0.0"
  3479. ],
  3480. "description": "Fast C++ logging library",
  3481. "git": {
  3482. "ref": "v1.6.0",
  3483. "transform": [
  3484. {
  3485. "write": {
  3486. "content": "{\"name\": \"spdlog\", \"namespace\": \"spdlog\", \"version\": \"1.6.0\", \"depends\": [\"fmt+6.0.0\"]}",
  3487. "path": "package.json"
  3488. }
  3489. },
  3490. {
  3491. "write": {
  3492. "content": "{\"name\": \"spdlog\", \"uses\": [\"fmt/fmt\"]}",
  3493. "path": "library.json"
  3494. }
  3495. },
  3496. {
  3497. "edit": {
  3498. "edits": [
  3499. {
  3500. "content": "#define SPDLOG_FMT_EXTERNAL 1",
  3501. "kind": "insert",
  3502. "line": 13
  3503. }
  3504. ],
  3505. "path": "include/spdlog/tweakme.h"
  3506. },
  3507. "remove": {
  3508. "only-matching": [],
  3509. "path": "src/"
  3510. }
  3511. }
  3512. ],
  3513. "url": "https://github.com/gabime/spdlog.git"
  3514. }
  3515. },
  3516. "1.6.1": {
  3517. "depends": [
  3518. "fmt+6.0.0"
  3519. ],
  3520. "description": "Fast C++ logging library",
  3521. "git": {
  3522. "ref": "v1.6.1",
  3523. "transform": [
  3524. {
  3525. "write": {
  3526. "content": "{\"name\": \"spdlog\", \"namespace\": \"spdlog\", \"version\": \"1.6.1\", \"depends\": [\"fmt+6.0.0\"]}",
  3527. "path": "package.json"
  3528. }
  3529. },
  3530. {
  3531. "write": {
  3532. "content": "{\"name\": \"spdlog\", \"uses\": [\"fmt/fmt\"]}",
  3533. "path": "library.json"
  3534. }
  3535. },
  3536. {
  3537. "edit": {
  3538. "edits": [
  3539. {
  3540. "content": "#define SPDLOG_FMT_EXTERNAL 1",
  3541. "kind": "insert",
  3542. "line": 13
  3543. }
  3544. ],
  3545. "path": "include/spdlog/tweakme.h"
  3546. },
  3547. "remove": {
  3548. "only-matching": [],
  3549. "path": "src/"
  3550. }
  3551. }
  3552. ],
  3553. "url": "https://github.com/gabime/spdlog.git"
  3554. }
  3555. },
  3556. "1.7.0": {
  3557. "depends": [
  3558. "fmt+6.0.0"
  3559. ],
  3560. "description": "Fast C++ logging library",
  3561. "git": {
  3562. "ref": "v1.7.0",
  3563. "transform": [
  3564. {
  3565. "write": {
  3566. "content": "{\"name\": \"spdlog\", \"namespace\": \"spdlog\", \"version\": \"1.7.0\", \"depends\": [\"fmt+6.0.0\"]}",
  3567. "path": "package.json"
  3568. }
  3569. },
  3570. {
  3571. "write": {
  3572. "content": "{\"name\": \"spdlog\", \"uses\": [\"fmt/fmt\"]}",
  3573. "path": "library.json"
  3574. }
  3575. },
  3576. {
  3577. "edit": {
  3578. "edits": [
  3579. {
  3580. "content": "#define SPDLOG_FMT_EXTERNAL 1",
  3581. "kind": "insert",
  3582. "line": 13
  3583. }
  3584. ],
  3585. "path": "include/spdlog/tweakme.h"
  3586. },
  3587. "remove": {
  3588. "only-matching": [],
  3589. "path": "src/"
  3590. }
  3591. }
  3592. ],
  3593. "url": "https://github.com/gabime/spdlog.git"
  3594. }
  3595. }
  3596. },
  3597. "tomlpp": {
  3598. "1.0.0": {
  3599. "depends": [],
  3600. "description": "Header-only TOML config file parser and serializer for modern C++",
  3601. "git": {
  3602. "auto-lib": "tomlpp/tomlpp",
  3603. "ref": "v1.0.0",
  3604. "transform": [],
  3605. "url": "https://github.com/marzer/tomlplusplus.git"
  3606. }
  3607. },
  3608. "1.1.0": {
  3609. "depends": [],
  3610. "description": "Header-only TOML config file parser and serializer for modern C++",
  3611. "git": {
  3612. "auto-lib": "tomlpp/tomlpp",
  3613. "ref": "v1.1.0",
  3614. "transform": [],
  3615. "url": "https://github.com/marzer/tomlplusplus.git"
  3616. }
  3617. },
  3618. "1.2.0": {
  3619. "depends": [],
  3620. "description": "Header-only TOML config file parser and serializer for modern C++",
  3621. "git": {
  3622. "auto-lib": "tomlpp/tomlpp",
  3623. "ref": "v1.2.0",
  3624. "transform": [],
  3625. "url": "https://github.com/marzer/tomlplusplus.git"
  3626. }
  3627. },
  3628. "1.2.3": {
  3629. "depends": [],
  3630. "description": "Header-only TOML config file parser and serializer for modern C++",
  3631. "git": {
  3632. "auto-lib": "tomlpp/tomlpp",
  3633. "ref": "v1.2.3",
  3634. "transform": [],
  3635. "url": "https://github.com/marzer/tomlplusplus.git"
  3636. }
  3637. },
  3638. "1.2.4": {
  3639. "depends": [],
  3640. "description": "Header-only TOML config file parser and serializer for modern C++",
  3641. "git": {
  3642. "auto-lib": "tomlpp/tomlpp",
  3643. "ref": "v1.2.4",
  3644. "transform": [],
  3645. "url": "https://github.com/marzer/tomlplusplus.git"
  3646. }
  3647. },
  3648. "1.2.5": {
  3649. "depends": [],
  3650. "description": "Header-only TOML config file parser and serializer for modern C++",
  3651. "git": {
  3652. "auto-lib": "tomlpp/tomlpp",
  3653. "ref": "v1.2.5",
  3654. "transform": [],
  3655. "url": "https://github.com/marzer/tomlplusplus.git"
  3656. }
  3657. },
  3658. "1.3.0": {
  3659. "depends": [],
  3660. "description": "Header-only TOML config file parser and serializer for modern C++",
  3661. "git": {
  3662. "auto-lib": "tomlpp/tomlpp",
  3663. "ref": "v1.3.0",
  3664. "transform": [],
  3665. "url": "https://github.com/marzer/tomlplusplus.git"
  3666. }
  3667. },
  3668. "1.3.3": {
  3669. "depends": [],
  3670. "description": "Header-only TOML config file parser and serializer for modern C++",
  3671. "git": {
  3672. "auto-lib": "tomlpp/tomlpp",
  3673. "ref": "v1.3.3",
  3674. "transform": [],
  3675. "url": "https://github.com/marzer/tomlplusplus.git"
  3676. }
  3677. },
  3678. "2.0.0": {
  3679. "depends": [],
  3680. "description": "Header-only TOML config file parser and serializer for modern C++",
  3681. "git": {
  3682. "auto-lib": "tomlpp/tomlpp",
  3683. "ref": "v2.0.0",
  3684. "transform": [],
  3685. "url": "https://github.com/marzer/tomlplusplus.git"
  3686. }
  3687. }
  3688. },
  3689. "vob-json5": {
  3690. "0.1.5": {
  3691. "depends": [],
  3692. "description": "A json5 library for C++",
  3693. "git": {
  3694. "ref": "0.1.5",
  3695. "transform": [],
  3696. "url": "https://github.com/vector-of-bool/json5.git"
  3697. }
  3698. }
  3699. },
  3700. "vob-semester": {
  3701. "0.1.0": {
  3702. "depends": [
  3703. "neo-fun^0.1.0",
  3704. "neo-concepts^0.2.1"
  3705. ],
  3706. "description": "A generic library for dealing with semistructured data",
  3707. "git": {
  3708. "ref": "0.1.0",
  3709. "transform": [],
  3710. "url": "https://github.com/vector-of-bool/semester.git"
  3711. }
  3712. },
  3713. "0.1.1": {
  3714. "depends": [
  3715. "neo-fun^0.1.1",
  3716. "neo-concepts^0.2.2"
  3717. ],
  3718. "description": "A generic library for dealing with semistructured data",
  3719. "git": {
  3720. "ref": "0.1.1",
  3721. "transform": [],
  3722. "url": "https://github.com/vector-of-bool/semester.git"
  3723. }
  3724. },
  3725. "0.2.0": {
  3726. "depends": [
  3727. "neo-fun^0.3.2",
  3728. "neo-concepts^0.3.2"
  3729. ],
  3730. "description": "A generic library for dealing with semistructured data",
  3731. "git": {
  3732. "ref": "0.2.0",
  3733. "transform": [],
  3734. "url": "https://github.com/vector-of-bool/semester.git"
  3735. }
  3736. },
  3737. "0.2.1": {
  3738. "depends": [
  3739. "neo-fun^0.3.2",
  3740. "neo-concepts^0.3.2"
  3741. ],
  3742. "description": "A generic library for dealing with semistructured data",
  3743. "git": {
  3744. "ref": "0.2.1",
  3745. "transform": [],
  3746. "url": "https://github.com/vector-of-bool/semester.git"
  3747. }
  3748. },
  3749. "0.2.2": {
  3750. "depends": [
  3751. "neo-fun^0.3.2",
  3752. "neo-concepts^0.3.2"
  3753. ],
  3754. "description": "A generic library for dealing with semistructured data",
  3755. "git": {
  3756. "ref": "0.2.2",
  3757. "transform": [],
  3758. "url": "https://github.com/vector-of-bool/semester.git"
  3759. }
  3760. }
  3761. },
  3762. "zlib": {
  3763. "1.2.0": {
  3764. "depends": [],
  3765. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3766. "git": {
  3767. "auto-lib": "zlib/zlib",
  3768. "ref": "v1.2.0.8",
  3769. "transform": [
  3770. {
  3771. "move": {
  3772. "exclude": [],
  3773. "from": ".",
  3774. "include": [
  3775. "*.c",
  3776. "*.h"
  3777. ],
  3778. "strip-components": 0,
  3779. "to": "src/"
  3780. }
  3781. },
  3782. {
  3783. "move": {
  3784. "exclude": [],
  3785. "from": "src/",
  3786. "include": [
  3787. "zlib.h",
  3788. "zconf.h"
  3789. ],
  3790. "strip-components": 0,
  3791. "to": "include/"
  3792. }
  3793. }
  3794. ],
  3795. "url": "https://github.com/madler/zlib.git"
  3796. }
  3797. },
  3798. "1.2.1": {
  3799. "depends": [],
  3800. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3801. "git": {
  3802. "auto-lib": "zlib/zlib",
  3803. "ref": "v1.2.1.2",
  3804. "transform": [
  3805. {
  3806. "move": {
  3807. "exclude": [],
  3808. "from": ".",
  3809. "include": [
  3810. "*.c",
  3811. "*.h"
  3812. ],
  3813. "strip-components": 0,
  3814. "to": "src/"
  3815. }
  3816. },
  3817. {
  3818. "move": {
  3819. "exclude": [],
  3820. "from": "src/",
  3821. "include": [
  3822. "zlib.h",
  3823. "zconf.h"
  3824. ],
  3825. "strip-components": 0,
  3826. "to": "include/"
  3827. }
  3828. }
  3829. ],
  3830. "url": "https://github.com/madler/zlib.git"
  3831. }
  3832. },
  3833. "1.2.10": {
  3834. "depends": [],
  3835. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3836. "git": {
  3837. "auto-lib": "zlib/zlib",
  3838. "ref": "v1.2.10",
  3839. "transform": [
  3840. {
  3841. "move": {
  3842. "exclude": [],
  3843. "from": ".",
  3844. "include": [
  3845. "*.c",
  3846. "*.h"
  3847. ],
  3848. "strip-components": 0,
  3849. "to": "src/"
  3850. }
  3851. },
  3852. {
  3853. "move": {
  3854. "exclude": [],
  3855. "from": "src/",
  3856. "include": [
  3857. "zlib.h",
  3858. "zconf.h"
  3859. ],
  3860. "strip-components": 0,
  3861. "to": "include/"
  3862. }
  3863. }
  3864. ],
  3865. "url": "https://github.com/madler/zlib.git"
  3866. }
  3867. },
  3868. "1.2.11": {
  3869. "depends": [],
  3870. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3871. "git": {
  3872. "auto-lib": "zlib/zlib",
  3873. "ref": "v1.2.11",
  3874. "transform": [
  3875. {
  3876. "move": {
  3877. "exclude": [],
  3878. "from": ".",
  3879. "include": [
  3880. "*.c",
  3881. "*.h"
  3882. ],
  3883. "strip-components": 0,
  3884. "to": "src/"
  3885. }
  3886. },
  3887. {
  3888. "move": {
  3889. "exclude": [],
  3890. "from": "src/",
  3891. "include": [
  3892. "zlib.h",
  3893. "zconf.h"
  3894. ],
  3895. "strip-components": 0,
  3896. "to": "include/"
  3897. }
  3898. }
  3899. ],
  3900. "url": "https://github.com/madler/zlib.git"
  3901. }
  3902. },
  3903. "1.2.2": {
  3904. "depends": [],
  3905. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3906. "git": {
  3907. "auto-lib": "zlib/zlib",
  3908. "ref": "v1.2.2.4",
  3909. "transform": [
  3910. {
  3911. "move": {
  3912. "exclude": [],
  3913. "from": ".",
  3914. "include": [
  3915. "*.c",
  3916. "*.h"
  3917. ],
  3918. "strip-components": 0,
  3919. "to": "src/"
  3920. }
  3921. },
  3922. {
  3923. "move": {
  3924. "exclude": [],
  3925. "from": "src/",
  3926. "include": [
  3927. "zlib.h",
  3928. "zconf.h"
  3929. ],
  3930. "strip-components": 0,
  3931. "to": "include/"
  3932. }
  3933. }
  3934. ],
  3935. "url": "https://github.com/madler/zlib.git"
  3936. }
  3937. },
  3938. "1.2.3": {
  3939. "depends": [],
  3940. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3941. "git": {
  3942. "auto-lib": "zlib/zlib",
  3943. "ref": "v1.2.3.8",
  3944. "transform": [
  3945. {
  3946. "move": {
  3947. "exclude": [],
  3948. "from": ".",
  3949. "include": [
  3950. "*.c",
  3951. "*.h"
  3952. ],
  3953. "strip-components": 0,
  3954. "to": "src/"
  3955. }
  3956. },
  3957. {
  3958. "move": {
  3959. "exclude": [],
  3960. "from": "src/",
  3961. "include": [
  3962. "zlib.h",
  3963. "zconf.h"
  3964. ],
  3965. "strip-components": 0,
  3966. "to": "include/"
  3967. }
  3968. }
  3969. ],
  3970. "url": "https://github.com/madler/zlib.git"
  3971. }
  3972. },
  3973. "1.2.4": {
  3974. "depends": [],
  3975. "description": "A massively spiffy yet delicately unobtrusive compression library",
  3976. "git": {
  3977. "auto-lib": "zlib/zlib",
  3978. "ref": "v1.2.4.5",
  3979. "transform": [
  3980. {
  3981. "move": {
  3982. "exclude": [],
  3983. "from": ".",
  3984. "include": [
  3985. "*.c",
  3986. "*.h"
  3987. ],
  3988. "strip-components": 0,
  3989. "to": "src/"
  3990. }
  3991. },
  3992. {
  3993. "move": {
  3994. "exclude": [],
  3995. "from": "src/",
  3996. "include": [
  3997. "zlib.h",
  3998. "zconf.h"
  3999. ],
  4000. "strip-components": 0,
  4001. "to": "include/"
  4002. }
  4003. }
  4004. ],
  4005. "url": "https://github.com/madler/zlib.git"
  4006. }
  4007. },
  4008. "1.2.5": {
  4009. "depends": [],
  4010. "description": "A massively spiffy yet delicately unobtrusive compression library",
  4011. "git": {
  4012. "auto-lib": "zlib/zlib",
  4013. "ref": "v1.2.5.3",
  4014. "transform": [
  4015. {
  4016. "move": {
  4017. "exclude": [],
  4018. "from": ".",
  4019. "include": [
  4020. "*.c",
  4021. "*.h"
  4022. ],
  4023. "strip-components": 0,
  4024. "to": "src/"
  4025. }
  4026. },
  4027. {
  4028. "move": {
  4029. "exclude": [],
  4030. "from": "src/",
  4031. "include": [
  4032. "zlib.h",
  4033. "zconf.h"
  4034. ],
  4035. "strip-components": 0,
  4036. "to": "include/"
  4037. }
  4038. }
  4039. ],
  4040. "url": "https://github.com/madler/zlib.git"
  4041. }
  4042. },
  4043. "1.2.6": {
  4044. "depends": [],
  4045. "description": "A massively spiffy yet delicately unobtrusive compression library",
  4046. "git": {
  4047. "auto-lib": "zlib/zlib",
  4048. "ref": "v1.2.6.1",
  4049. "transform": [
  4050. {
  4051. "move": {
  4052. "exclude": [],
  4053. "from": ".",
  4054. "include": [
  4055. "*.c",
  4056. "*.h"
  4057. ],
  4058. "strip-components": 0,
  4059. "to": "src/"
  4060. }
  4061. },
  4062. {
  4063. "move": {
  4064. "exclude": [],
  4065. "from": "src/",
  4066. "include": [
  4067. "zlib.h",
  4068. "zconf.h"
  4069. ],
  4070. "strip-components": 0,
  4071. "to": "include/"
  4072. }
  4073. }
  4074. ],
  4075. "url": "https://github.com/madler/zlib.git"
  4076. }
  4077. },
  4078. "1.2.7": {
  4079. "depends": [],
  4080. "description": "A massively spiffy yet delicately unobtrusive compression library",
  4081. "git": {
  4082. "auto-lib": "zlib/zlib",
  4083. "ref": "v1.2.7.3",
  4084. "transform": [
  4085. {
  4086. "move": {
  4087. "exclude": [],
  4088. "from": ".",
  4089. "include": [
  4090. "*.c",
  4091. "*.h"
  4092. ],
  4093. "strip-components": 0,
  4094. "to": "src/"
  4095. }
  4096. },
  4097. {
  4098. "move": {
  4099. "exclude": [],
  4100. "from": "src/",
  4101. "include": [
  4102. "zlib.h",
  4103. "zconf.h"
  4104. ],
  4105. "strip-components": 0,
  4106. "to": "include/"
  4107. }
  4108. }
  4109. ],
  4110. "url": "https://github.com/madler/zlib.git"
  4111. }
  4112. },
  4113. "1.2.8": {
  4114. "depends": [],
  4115. "description": "A massively spiffy yet delicately unobtrusive compression library",
  4116. "git": {
  4117. "auto-lib": "zlib/zlib",
  4118. "ref": "v1.2.8",
  4119. "transform": [
  4120. {
  4121. "move": {
  4122. "exclude": [],
  4123. "from": ".",
  4124. "include": [
  4125. "*.c",
  4126. "*.h"
  4127. ],
  4128. "strip-components": 0,
  4129. "to": "src/"
  4130. }
  4131. },
  4132. {
  4133. "move": {
  4134. "exclude": [],
  4135. "from": "src/",
  4136. "include": [
  4137. "zlib.h",
  4138. "zconf.h"
  4139. ],
  4140. "strip-components": 0,
  4141. "to": "include/"
  4142. }
  4143. }
  4144. ],
  4145. "url": "https://github.com/madler/zlib.git"
  4146. }
  4147. },
  4148. "1.2.9": {
  4149. "depends": [],
  4150. "description": "A massively spiffy yet delicately unobtrusive compression library",
  4151. "git": {
  4152. "auto-lib": "zlib/zlib",
  4153. "ref": "v1.2.9",
  4154. "transform": [
  4155. {
  4156. "move": {
  4157. "exclude": [],
  4158. "from": ".",
  4159. "include": [
  4160. "*.c",
  4161. "*.h"
  4162. ],
  4163. "strip-components": 0,
  4164. "to": "src/"
  4165. }
  4166. },
  4167. {
  4168. "move": {
  4169. "exclude": [],
  4170. "from": "src/",
  4171. "include": [
  4172. "zlib.h",
  4173. "zconf.h"
  4174. ],
  4175. "strip-components": 0,
  4176. "to": "include/"
  4177. }
  4178. }
  4179. ],
  4180. "url": "https://github.com/madler/zlib.git"
  4181. }
  4182. }
  4183. }
  4184. },
  4185. "version": 1
  4186. }