Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

3935 Zeilen
136KB

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