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.

4310 line
146KB

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