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.

4130 Zeilen
142KB

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