Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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