You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3374 lines
126KB

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