diff --git a/assets/nasm/nasm-2.16.01-win64.zip b/assets/nasm/nasm-2.16.01-win64.zip new file mode 100644 index 0000000000..5af6867b02 Binary files /dev/null and b/assets/nasm/nasm-2.16.01-win64.zip differ diff --git a/dist/packages.js b/dist/packages.js index 2a4c212d4a..b977047f67 100644 --- a/dist/packages.js +++ b/dist/packages.js @@ -4,7 +4,6 @@ var wording = { en: { version: 'Version: ', more: ' More...', - compat: 'Compatibility:', website: 'Website', star: 'Star', 'total-pkgs': 'Total Packages: ', @@ -25,7 +24,6 @@ var triplets = [ 'x64-windows-static', 'x86-windows', ]; -var compatFilter = []; $(document).ready(function () { $(".load-results").on("click", function(e) { renderMorePackages(); @@ -103,84 +101,6 @@ var renderCardDescription = function (fullDesc) { descriptionDiv.appendChild(shortDescSpan); return descriptionDiv; }; -var renderCompatibility = function (pkg, packageDiv) { - var compatRowDiv = document.createElement('div'); - compatRowDiv.className = 'package-compatibility'; - - // Compatibility text - var compatDiv = document.createElement('span'); - compatDiv.className = 'package-compatibility-text'; - compatDiv.textContent = wording[lang]['compat']; - compatRowDiv.appendChild(compatDiv); - - // Display processor statuses - let statusDiv = document.createElement('div'); - statusDiv.className = 'processor-status'; - - let compatRowFrag = document.createDocumentFragment(); - for (var t of triplets) { - var procStatusDiv = statusDiv.cloneNode(true); - var status = pkg[t]; - var simplifiedStatus = status === 'pass' || status === 'fail' ? status : 'unknown'; - procStatusDiv.classList.add(simplifiedStatus); - - // hide card if it doesn't pass the compatibility filter - if (packageDiv && simplifiedStatus === 'fail' && compatFilter.indexOf(t) !== -1) { - packageDiv.classList.add('hide'); - } - - let statusIcon; - let alt_text; - switch (simplifiedStatus) { - case 'pass': - statusIcon = '✓'; - alt_text = 'Compatible with ' + t; - break; - case 'fail': - statusIcon = '!'; - alt_text = 'Not Compatible with ' + t; - break; - default: - statusIcon = '?'; - alt_text = 'Compatibility unknown on ' + t; - } - - procStatusDiv.textContent = statusIcon + ' ' + t; - let spanTip = document.createElement('span'); - - spanTip.textContent = alt_text; - procStatusDiv.appendChild(spanTip); - procStatusDiv.classList.add('tip'); - compatRowFrag.appendChild(procStatusDiv); - } - compatRowDiv.appendChild(compatRowFrag); - return compatRowDiv; -}; -var renderCompability = function (pkg, packageDiv) { - var compatRowDiv = document.createElement('div'); - compatRowDiv.className = 'package-compatibility'; - // Compatibility text - var compatDiv = document.createElement('span'); - compatDiv.className = 'package-compatibility-text'; - compatDiv.textContent = wording[lang]['compat']; - compatRowDiv.appendChild(compatDiv); - // Display processor statuses - var statusDiv = document.createElement('div'); - statusDiv.className = 'processor-status'; - var compatRowFrag = document.createDocumentFragment(); - var platformPassesString = ""; - for (var _i = 0, triplets_1 = triplets; _i < triplets_1.length; _i++) { - var t = triplets_1[_i]; - var status = pkg[t]; - if(status === 'pass') { - platformPassesString += ", " + triplets_1[_i] - } - } - statusDiv.textContent = platformPassesString.substring(2); - compatRowFrag.appendChild(statusDiv); - compatRowDiv.appendChild(compatRowFrag); - return compatRowDiv; -}; function expandText(moreDescSpan, extraDescSpan) { extraDescSpan.classList.remove('hide'); moreDescSpan.className = 'hide'; @@ -261,8 +181,6 @@ function renderPackageDetails(package, packageDiv, isCard) { : renderModalDescription(fullDesc); detailFrag.appendChild(descriptionDiv); } - // Package Processor Compatibilities - detailFrag.appendChild(renderCompatibility(package, packageDiv)); detailFrag.appendChild(vcpkgPage); @@ -409,7 +327,7 @@ function renderCard(package, mainDiv, oldCancellationToken) { // Div for each package var packageDiv = parentPackageDiv.cloneNode(true); var cardFrag = document.createDocumentFragment(); - //package details (e.g description, compatibility, website) + //package details (e.g description, website) cardFrag.appendChild(renderPackageDetails(package, packageDiv)); // Add the package card to the page packageDiv.appendChild(cardFrag); @@ -572,25 +490,9 @@ function sortPackages() { break; } } -function filterCompat() { - compatFilter = Array.from(document.querySelectorAll(".compat-card input[type='checkbox']:checked")).map(function (e) { return e.value; }); - renderPackages(); -} function loadTotalPackages() { var totalPackages = document.getElementsByClassName('total-packages')[0]; - var hiddenPackages = new Set(); - for (var i = 0; i < currentPackages.length; i++) { - for (var _i = 0, triplets_2 = triplets; _i < triplets_2.length; _i++) { - var t = triplets_2[_i]; - var status_1 = currentPackages[i][t]; - var simplifiedStatus = status_1 === 'pass' || status_1 === 'fail' ? status_1 : 'unknown'; - if (simplifiedStatus === 'fail' && compatFilter.indexOf(t) !== -1) { - hiddenPackages.add(currentPackages[i]); - } - } - } - - let packagesFound = currentPackages.length - hiddenPackages.size; + let packagesFound = currentPackages.length; totalPackages.textContent = 'Showing 1-' + maxPackageLength + ' of ' + packagesFound + ' packages'; } diff --git a/output.json b/output.json index 4df867c7e5..47cd494dd1 100644 --- a/output.json +++ b/output.json @@ -1,6 +1,6 @@ { - "Baseline": "37c3e63a1306562f7f59c4c3c8892ddd50fdf992", - "Size": 2396, + "Baseline": "326d8b43e365352ba3ccadf388d989082fe0f2a6", + "Size": 2428, "Source": [ { "Name": "3fd", @@ -30,16 +30,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "7zip", @@ -60,16 +51,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ableton", @@ -83,20 +65,11 @@ "ableton-link" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ableton-link", - "Version": "3.1.0", + "Version": "3.1.1", "Description": "Ableton Link, a technology that synchronizes musical beat, tempo, and phase across multiple applications running on one or more devices.", "Homepage": "https://www.ableton.com/en/link/", "Documentation": "http://ableton.github.io/link/", @@ -141,22 +114,12 @@ "supports": "!uwp" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "abseil", - "Version": "20230802.1", + "Version": "20240116.2", "Description": [ - "an open-source collection designed to augment the C++ standard library.", "Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production, and is the same code we depend on in our daily coding lives.", "In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs we've found through usage in the Google code base. We denote those cases clearly within the library code we provide you.", "Abseil is not meant to be a competitor to the standard library; we've just found that many of these utilities serve a purpose within our code base, and we now want to provide those resources to the C++ community as a whole." @@ -178,16 +141,7 @@ "description": "Enable compiler C++17." } }, - "Stars": 13612, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 13988 }, { "Name": "absent", @@ -206,21 +160,11 @@ } ], "Features": [], - "Stars": 38, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 38 }, { "Name": "ace", - "Version": "7.1.2", - "Port-Version": 1, + "Version": "7.1.4", "Maintainers": "Johnny Willemsen ", "Description": "The ADAPTIVE Communication Environment", "Homepage": "https://github.com/DOCGroup/ACE_TAO", @@ -269,16 +213,7 @@ ] } }, - "Stars": 661, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 673 }, { "Name": "acl", @@ -306,16 +241,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "activemq-cpp", @@ -337,20 +263,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ada-url", - "Version": "2.7.6", + "Version": "2.7.7", "Description": "WHATWG-compliant and fast URL parser written in modern C++", "Homepage": "https://ada-url.com/", "License": "MIT", @@ -374,16 +291,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ade", @@ -400,21 +308,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "adios2", - "Version": "2.8.3", - "Port-Version": 1, + "Version": "2.9.2", "Description": "Next generation of ADIOS developed in the Exascale Computing Program", "Homepage": "https://github.com/ornladios/ADIOS2", "License": "Apache-2.0", @@ -476,16 +374,7 @@ ] } }, - "Stars": 243, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 253 }, { "Name": "advobfuscator", @@ -495,16 +384,7 @@ "boost-msm" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "air-ctl", @@ -524,16 +404,7 @@ } ], "Features": [], - "Stars": 33, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 33 }, { "Name": "aixlog", @@ -549,16 +420,7 @@ } ], "Features": [], - "Stars": 125, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 128 }, { "Name": "aklomp-base64", @@ -577,16 +439,7 @@ } ], "Features": [], - "Stars": 817, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 838 }, { "Name": "alac", @@ -606,16 +459,7 @@ } ], "Features": [], - "Stars": 315, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 326 }, { "Name": "alac-decoder", @@ -634,16 +478,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "alembic", @@ -670,22 +505,14 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "aliyun-oss-c-sdk", - "Version": "3.10.0", - "Port-Version": 3, + "Version": "3.10.1", "Description": "Alibaba Cloud Object Storage Service (OSS) is a cloud storage service provided by Alibaba Cloud, featuring massive capacity, security, a low cost, and high reliability.", + "Homepage": "https://github.com/aliyun/aliyun-oss-c-sdk", + "License": "MIT", "Supports": "!(uwp | linux | osx)", "Dependencies": [ "apr-util", @@ -693,23 +520,10 @@ { "name": "vcpkg-cmake", "host": true - }, - { - "name": "vcpkg-cmake-config", - "host": true } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 150 }, { "Name": "allegro5", @@ -774,16 +588,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "alpaca", @@ -802,16 +607,7 @@ } ], "Features": [], - "Stars": 403, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 419 }, { "Name": "alpaka", @@ -838,35 +634,18 @@ } ], "Features": [], - "Stars": 313, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 325 }, { "Name": "alsa", "Version": "1.2.11", + "Port-Version": 1, "Description": "The Advanced Linux Sound Architecture (ALSA) - library", "Homepage": "https://www.alsa-project.org/", "License": "LGPL-2.1-or-later", "Supports": "linux", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "amd-adl-sdk", @@ -876,35 +655,18 @@ "License": null, "Supports": "!osx", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "amd-amf", - "Version": "1.4.29", + "Version": "1.4.33", + "Port-Version": 1, "Description": "AMD Advanced Media Framework headers", "Homepage": "https://github.com/GPUOpen-LibrariesAndSDKs/AMF", "License": "MIT", "Supports": "!osx", "Features": [], - "Stars": 547, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 567 }, { "Name": "ampl-asl", @@ -925,16 +687,7 @@ } ], "Features": [], - "Stars": 16, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 17 }, { "Name": "ampl-mp", @@ -959,20 +712,11 @@ } ], "Features": [], - "Stars": 223, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 225 }, { "Name": "amqpcpp", - "Version": "4.3.23", + "Version": "4.3.26", "Description": "AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker", "Homepage": "https://github.com/CopernicaMarketingSoftware/AMQP-CPP", "License": "Apache-2.0", @@ -989,16 +733,7 @@ } ], "Features": [], - "Stars": 832, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 850 }, { "Name": "anari", @@ -1020,16 +755,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "anax", @@ -1045,16 +771,7 @@ } ], "Features": [], - "Stars": 463, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 461 }, { "Name": "angelscript", @@ -1079,16 +796,7 @@ "description": "Installs all addons for use in compiling scripts addons" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "angle", @@ -1126,20 +834,11 @@ "zlib" ], "Features": [], - "Stars": 3172, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3250 }, { "Name": "ankurvdev-embedresource", - "Version": "0.0.10", + "Version": "0.0.11", "Description": "Cross Platform Resource Embedding", "Homepage": "https://github.com/ankurvdev/embedresource", "License": "BSD-3-Clause", @@ -1154,20 +853,11 @@ } ], "Features": [], - "Stars": 1, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1 }, { "Name": "annoy", - "Version": "1.17.2", + "Version": "1.17.3", "Description": "Approximate Nearest Neighbors optimized for memory usage and loading/saving to disk", "Homepage": "https://github.com/spotify/annoy", "License": "Apache-2.0", @@ -1182,16 +872,7 @@ } ], "Features": [], - "Stars": 12505, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 12719 }, { "Name": "antlr4", @@ -1215,16 +896,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "any-lite", @@ -1241,16 +913,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "anyrpc", @@ -1269,20 +932,12 @@ } ], "Features": [], - "Stars": 64, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 65 }, { "Name": "aom", "Version": "3.8.1", + "Port-Version": 1, "Description": "AV1 codec library", "Homepage": "https://aomedia.googlesource.com/aom", "License": "BSD-2-Clause", @@ -1297,20 +952,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "apache-datasketches", - "Version": "4.1.0", + "Version": "5.0.2", "Description": "Apache DataSketches Core C++ Library Component.", "Homepage": "https://datasketches.apache.org/", "License": "Apache-2.0", @@ -1325,33 +971,16 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "approval-tests-cpp", - "Version": "10.12.2", + "Version": "10.13.0", "Description": "Approval Tests allow you to verify a chunk of output (such as a file) in one operation as opposed to writing test assertions for each element.", "Homepage": "https://github.com/approvals/ApprovalTests.cpp", + "License": "Apache-2.0", "Features": [], - "Stars": 302, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 304 }, { "Name": "apr", @@ -1377,16 +1006,7 @@ "description": "Install non-standard files required for building Apache httpd" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "apr-util", @@ -1411,20 +1031,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "apriltag", - "Version": "3.3.0", + "Version": "3.4.0", "Description": "AprilTag is a visual fiducial system popular for robotics research.", "Homepage": "https://april.eecs.umich.edu/software/apriltag", "License": "BSD-2-Clause", @@ -1441,16 +1052,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "apsi", @@ -1511,16 +1113,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 179 }, { "Name": "arb", @@ -1542,16 +1135,7 @@ } ], "Features": [], - "Stars": 451, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 457 }, { "Name": "arcus", @@ -1572,16 +1156,7 @@ } ], "Features": [], - "Stars": 72, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 72 }, { "Name": "arg-router", @@ -1605,16 +1180,7 @@ } ], "Features": [], - "Stars": 49, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 49 }, { "Name": "argagg", @@ -1631,20 +1197,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "argh", "Version": "1.3.2", + "Port-Version": 1, "Description": "Argh! A minimalist argument handler.", "Homepage": "https://github.com/adishavit/argh", "License": "BSD-3-Clause", @@ -1659,16 +1217,7 @@ } ], "Features": [], - "Stars": 1244, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1284 }, { "Name": "argon2", @@ -1696,16 +1245,7 @@ "description": "Install the argon2 tool" } }, - "Stars": 4600, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4661 }, { "Name": "argparse", @@ -1724,16 +1264,7 @@ } ], "Features": [], - "Stars": 2244, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2385 }, { "Name": "args", @@ -1752,16 +1283,7 @@ } ], "Features": [], - "Stars": 1276, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1311 }, { "Name": "argtable2", @@ -1782,16 +1304,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "argtable3", @@ -1814,16 +1327,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "argumentum", @@ -1842,20 +1346,11 @@ } ], "Features": [], - "Stars": 193, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 192 }, { "Name": "aricpp", - "Version": "1.1.2", + "Version": "1.1.3", "Description": "Asterisk ARI interface bindings for modern C++", "Homepage": "https://github.com/daniele77/aricpp", "License": "BSL-1.0", @@ -1873,20 +1368,12 @@ } ], "Features": [], - "Stars": 30, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 30 }, { "Name": "armadillo", "Version": "12.6.6", + "Port-Version": 1, "Description": "Armadillo is a high quality linear algebra library (matrix maths) for the C++ language, aiming towards a good balance between speed and ease of use", "Homepage": "https://arma.sourceforge.net/", "License": "Apache-2.0", @@ -1903,21 +1390,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "arpack-ng", - "Version": "3.9.0", - "Port-Version": 1, + "Version": "3.9.1", "Description": "ARPACK-NG is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems.", "Homepage": "https://github.com/opencollab/arpack-ng", "License": "BSD-3-Clause", @@ -1939,16 +1416,7 @@ } ], "Features": [], - "Stars": 265, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 271 }, { "Name": "arrayfire", @@ -2006,20 +1474,12 @@ ] } }, - "Stars": 4356, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4416 }, { "Name": "arrow", - "Version": "15.0.0", + "Version": "16.0.0", + "Port-Version": 1, "Description": "Cross-language development platform for in-memory analytics", "Homepage": "https://arrow.apache.org", "License": "Apache-2.0", @@ -2157,16 +1617,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "arsenalgear", @@ -2186,16 +1637,7 @@ } ], "Features": [], - "Stars": 3, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3 }, { "Name": "ashes", @@ -2232,20 +1674,11 @@ "description": "Compiles Vulkan renderer." } }, - "Stars": 350, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 355 }, { "Name": "asio", - "Version": "1.29.0", + "Version": "1.30.2", "Description": "Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach.", "Homepage": "https://github.com/chriskohlhoff/asio", "Documentation": "https://think-async.com/Asio/asio-1.28.0/doc/", @@ -2280,20 +1713,11 @@ ] } }, - "Stars": 4540, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4637 }, { "Name": "asio-grpc", - "Version": "3.0.0", + "Version": "3.1.0", "Description": "Asynchronous gRPC with Asio/unified executors", "Homepage": "https://github.com/Tradias/asio-grpc", "License": "Apache-2.0", @@ -2309,34 +1733,17 @@ } ], "Features": [], - "Stars": 306, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 326 }, { "Name": "asiochan", "Version": "2022-11-25", + "Port-Version": 1, "Description": "C++20 coroutine channels for ASIO", "Homepage": "https://github.com/MiSo1289/asiochan", "License": "MIT", "Features": [], - "Stars": 29, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 31 }, { "Name": "asiosdk", @@ -2346,16 +1753,7 @@ "Homepage": "https://www.steinberg.net/en/company/developers.html", "Supports": "windows & !(arm | uwp)", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "asmjit", @@ -2374,16 +1772,7 @@ } ], "Features": [], - "Stars": 3736, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3813 }, { "Name": "asmtk", @@ -2404,21 +1793,11 @@ } ], "Features": [], - "Stars": 209, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 216 }, { "Name": "assimp", - "Version": "5.3.1", - "Port-Version": 4, + "Version": "5.4.0", "Description": "The Open Asset import library", "Homepage": "https://github.com/assimp/assimp", "License": "BSD-3-Clause", @@ -2443,20 +1822,11 @@ "zlib" ], "Features": [], - "Stars": 10064, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 10292 }, { "Name": "async-mqtt", - "Version": "4.0.0", + "Version": "5.0.0", "Description": "Header-only Asynchronous MQTT communication library for C++17 based on Boost.Asio.", "Homepage": "https://github.com/redboltz/async_mqtt", "License": "BSL-1.0", @@ -2492,16 +1862,7 @@ ] } }, - "Stars": 50, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 60 }, { "Name": "async-simple", @@ -2521,16 +1882,7 @@ } ], "Features": [], - "Stars": 1338, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1480 }, { "Name": "asynch", @@ -2539,16 +1891,7 @@ "Description": "Async.h - asynchronous, stackless subroutines.", "Homepage": "https://github.com/naasking/async.h", "Features": [], - "Stars": 654, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 664 }, { "Name": "asyncplusplus", @@ -2568,16 +1911,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "at-spi2-atk", @@ -2601,16 +1935,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "at-spi2-core", @@ -2636,16 +1961,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "atk", @@ -2683,16 +1999,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "atkmm", @@ -2712,16 +2019,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "atl", @@ -2729,16 +2027,26 @@ "Description": "A stub package that ensures Visual Studio has Active Template Library (ATL) installed.", "Supports": "windows", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 + }, + { + "Name": "atliac-minitest", + "Version": "1.0.0", + "Description": "A C++ unit testing framework that helps write tests alongside the code being tested.", + "Homepage": "https://github.com/Atliac/minitest", + "License": "MIT", + "Dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "Features": [], + "Stars": 0 }, { "Name": "atlmfc", @@ -2750,34 +2058,16 @@ "atl" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "atomic-queue", - "Version": "1.5", + "Version": "1.6.3", "Description": "Minimalistic header-only thread-safe ultra-low-latency multiple-producer-multiple-consumer lockless queues based on circular buffer with std::atomic.", "Homepage": "https://github.com/max0x7ba/atomic_queue", "License": "MIT", "Features": [], - "Stars": 1268, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1329 }, { "Name": "attr", @@ -2801,16 +2091,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "aubio", @@ -2858,16 +2139,7 @@ ] } }, - "Stars": 3122, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3182 }, { "Name": "audiofile", @@ -2886,16 +2158,7 @@ } ], "Features": [], - "Stars": 874, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 899 }, { "Name": "aurora", @@ -2904,16 +2167,7 @@ "Description": "Aurora is an open-source C++ library providing various rather uncommon C++ utilities", "Homepage": "https://github.com/Bromeon/Aurora", "Features": [], - "Stars": 42, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 42 }, { "Name": "autobahn", @@ -2928,16 +2182,7 @@ "websocketpp" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "autodock-vina", @@ -2971,20 +2216,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "avcpp", - "Version": "2.2.1", + "Version": "2.3.0", "Description": "Wrapper for the FFmpeg that simplify usage it from C++ projects.", "Homepage": "https://github.com/h4tr3d/avcpp", "License": "LGPL-2.1-only OR BSD-3-Clause", @@ -3012,16 +2248,7 @@ } ], "Features": [], - "Stars": 391, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 407 }, { "Name": "avisynthplus", @@ -3037,16 +2264,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "avro-c", @@ -3066,16 +2284,7 @@ "zlib" ], "Features": [], - "Stars": 2719, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2770 }, { "Name": "avro-cpp", @@ -3113,20 +2322,43 @@ ] } }, - "Stars": 2719, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2770 + }, + { + "Name": "awlib", + "Version": "2024-04-06", + "Description": "Cross-platform utility library", + "Homepage": "https://github.com/absurdworlds/awlib", + "License": "LGPL-3.0-or-later", + "Supports": "!uwp & !android", + "Dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "Features": { + "graphics": { + "description": "Build graphics library", + "supports": "!uwp", + "dependencies": [ + "glfw3", + "libpng" + ] + }, + "hudf": { + "description": "Build HuDF support" + } + }, + "Stars": 0 }, { "Name": "aws-c-auth", - "Version": "0.7.14", + "Version": "0.7.16", "Description": "C99 library implementation of AWS client-side authentication: standard credentials providers and signing.", "Homepage": "https://github.com/awslabs/aws-c-auth", "License": "Apache-2.0", @@ -3149,20 +2381,11 @@ } ], "Features": [], - "Stars": 37, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 40 }, { "Name": "aws-c-cal", - "Version": "0.6.9", + "Version": "0.6.10", "Description": "C99 wrapper for cryptography primitives.", "Homepage": "https://github.com/awslabs/aws-c-cal", "License": "Apache-2.0", @@ -3183,20 +2406,11 @@ } ], "Features": [], - "Stars": 33, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 34 }, { "Name": "aws-c-common", - "Version": "0.9.12", + "Version": "0.9.14", "Description": "AWS common library for C", "Homepage": "https://github.com/awslabs/aws-c-common", "License": "Apache-2.0", @@ -3212,20 +2426,11 @@ } ], "Features": [], - "Stars": 244, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 250 }, { "Name": "aws-c-compression", - "Version": "0.2.17", + "Version": "0.2.18", "Description": "C99 implementation of huffman encoding/decoding", "Homepage": "https://github.com/awslabs/aws-c-compression", "License": "Apache-2.0", @@ -3242,20 +2447,11 @@ } ], "Features": [], - "Stars": 29, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 31 }, { "Name": "aws-c-event-stream", - "Version": "0.4.1", + "Version": "0.4.2", "Description": "C99 implementation of the vnd.amazon.event-stream content-type.", "Homepage": "https://github.com/awslabs/aws-c-event-stream", "License": "Apache-2.0", @@ -3274,20 +2470,11 @@ } ], "Features": [], - "Stars": 33, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 33 }, { "Name": "aws-c-http", - "Version": "0.8.0", + "Version": "0.8.1", "Description": "C99 implementation of the HTTP/1.1 and HTTP/2 specifications", "Homepage": "https://github.com/awslabs/aws-c-http", "License": "Apache-2.0", @@ -3307,20 +2494,11 @@ } ], "Features": [], - "Stars": 122, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 124 }, { "Name": "aws-c-io", - "Version": "0.14.3", + "Version": "0.14.6", "Description": "Handles all IO and TLS work for application protocols.", "Homepage": "https://github.com/awslabs/aws-c-io", "License": "Apache-2.0", @@ -3342,20 +2520,11 @@ } ], "Features": [], - "Stars": 98, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 102 }, { "Name": "aws-c-mqtt", - "Version": "0.10.1", + "Version": "0.10.3", "Description": "C99 implementation of the MQTT 3.1.1 specification.", "Homepage": "https://github.com/awslabs/aws-c-mqtt", "License": "Apache-2.0", @@ -3377,20 +2546,11 @@ } ], "Features": [], - "Stars": 88, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 91 }, { "Name": "aws-c-s3", - "Version": "0.5.0", + "Version": "0.5.4", "Description": "C99 library implementation for communicating with the S3 service, designed for maximizing throughput on high bandwidth EC2 instances.", "Homepage": "https://github.com/awslabs/aws-c-s3", "License": "Apache-2.0", @@ -3414,20 +2574,11 @@ } ], "Features": [], - "Stars": 83, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 85 }, { "Name": "aws-c-sdkutils", - "Version": "0.1.14", + "Version": "0.1.15", "Description": "C99 library implementing AWS SDK specific utilities. Includes utilities for ARN parsing, reading AWS profiles, etc...", "Homepage": "https://github.com/awslabs/aws-c-sdkutils", "License": "Apache-2.0", @@ -3444,20 +2595,11 @@ } ], "Features": [], - "Stars": 5, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5 }, { "Name": "aws-checksums", - "Version": "0.1.17", + "Version": "0.1.18", "Description": "Cross-Platform HW accelerated CRC32c and CRC32 with fallback to efficient SW implementations.", "Homepage": "https://github.com/awslabs/aws-checksums", "License": "Apache-2.0", @@ -3474,20 +2616,11 @@ } ], "Features": [], - "Stars": 49, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 49 }, { "Name": "aws-crt-cpp", - "Version": "0.26.1", + "Version": "0.26.4", "Description": "C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.", "Homepage": "https://github.com/awslabs/aws-crt-cpp", "License": "Apache-2.0", @@ -3517,16 +2650,7 @@ } ], "Features": [], - "Stars": 68, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 74 }, { "Name": "aws-lambda-cpp", @@ -3546,20 +2670,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "aws-sdk-cpp", - "Version": "1.11.255", + "Version": "1.11.285", + "Port-Version": 1, "Description": "AWS SDK for C++", "Homepage": "https://github.com/aws/aws-sdk-cpp", "License": "Apache-2.0", @@ -4798,16 +3914,7 @@ "description": "C++ SDK for the AWS xray service" } }, - "Stars": 1836, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1876 }, { "Name": "azmq", @@ -4838,20 +3945,12 @@ "zeromq" ], "Features": [], - "Stars": 316, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 315 }, { "Name": "azure-c-shared-utility", - "Version": "2023-08-07", + "Version": "2024-03-04", + "Port-Version": 1, "Description": "Azure C SDKs common code", "Homepage": "https://github.com/Azure/azure-c-shared-utility", "License": "MIT", @@ -4877,20 +3976,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 106 }, { "Name": "azure-core-amqp-cpp", - "Version": "1.0.0-beta.7", + "Version": "1.0.0-beta.8", "Description": [ "Microsoft Azure AMQP SDK for C++", "This library provides AMQP functionality to Azure SDK services." @@ -4903,7 +3993,7 @@ { "name": "azure-core-cpp", "default-features": false, - "version>=": "1.10.0" + "version>=": "1.11.3" }, "azure-macro-utils-c", "umock-c", @@ -4917,20 +4007,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 166 }, { "Name": "azure-core-cpp", - "Version": "1.11.2", + "Version": "1.11.3", "Description": [ "Microsoft Azure Core SDK for C++", "This library provides shared primitives, abstractions, and helpers for modern Azure SDK client libraries written in the C++." @@ -5004,21 +4085,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 166 }, { "Name": "azure-core-tracing-opentelemetry-cpp", "Version": "1.0.0-beta.4", - "Port-Version": 2, + "Port-Version": 3, "Description": [ "Microsoft Azure Core Tracing OpenTelemetry SDK for C++", "This library provides support for modern Azure SDK client libraries written in C++ to leverage OpenTelemetry APIs." @@ -5046,20 +4118,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 166 }, { "Name": "azure-data-tables-cpp", - "Version": "1.0.0-beta.1", + "Version": "1.0.0-beta.2", "Description": [ "Microsoft Azure Data Tables SDK for C++", "This library provides Azure Data Tables SDK." @@ -5070,13 +4133,17 @@ { "name": "azure-core-cpp", "default-features": false, - "version>=": "1.11.0" + "version>=": "1.11.3" }, { "name": "libxml2", "default-features": false, "platform": "!windows" }, + { + "name": "openssl", + "platform": "!windows" + }, { "name": "vcpkg-cmake", "host": true @@ -5087,20 +4154,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 166 }, { "Name": "azure-identity-cpp", "Version": "1.6.0", + "Port-Version": 1, "Description": [ "Microsoft Azure Identity SDK for C++", "This library provides common authentication-related abstractions for Azure SDK." @@ -5131,20 +4190,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 166 }, { "Name": "azure-iot-sdk-c", - "Version": "2023-08-07", + "Version": "2024-03-04", "Description": "A C99 SDK for connecting devices to Microsoft Azure IoT services", "Homepage": "https://github.com/Azure/azure-iot-sdk-c", "License": "MIT", @@ -5166,16 +4216,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 573 }, { "Name": "azure-kinect-sensor-sdk", @@ -5229,16 +4270,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1460 }, { "Name": "azure-macro-utils-c", @@ -5257,21 +4289,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "azure-messaging-eventhubs-checkpointstore-blob-cpp", "Version": "1.0.0-beta.1", - "Port-Version": 1, + "Port-Version": 2, "Description": [ "Microsoft Azure Messaging Event Hubs Blob Checkpoint Store SDK for C++", "This library provides an Azure-Storage-Blobs based implementation of an Azure Messaging Event Hubs SDK Checkpoint Store." @@ -5304,20 +4327,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 166 }, { "Name": "azure-messaging-eventhubs-cpp", - "Version": "1.0.0-beta.6", + "Version": "1.0.0-beta.7", "Description": [ "Microsoft Azure Messaging Event Hubs SDK for C++", "This library provides Azure Messaging Event Hubs SDK." @@ -5328,7 +4342,7 @@ { "name": "azure-core-amqp-cpp", "default-features": false, - "version>=": "1.0.0-beta.7" + "version>=": "1.0.0-beta.8" }, { "name": "vcpkg-cmake", @@ -5340,21 +4354,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 166 }, { "Name": "azure-security-attestation-cpp", "Version": "1.1.0", - "Port-Version": 2, + "Port-Version": 3, "Description": [ "Microsoft Azure Attestation Service SDK for C++", "This library provides API access to the Microsoft Azure Attestation service." @@ -5378,20 +4383,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 166 }, { "Name": "azure-security-keyvault-administration-cpp", "Version": "4.0.0-beta.4", + "Port-Version": 1, "Description": [ "Microsoft Azure Key Vault Administration SDK for C++", "This library provides Azure Key Vault Administration SDK." @@ -5414,20 +4411,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 166 }, { "Name": "azure-security-keyvault-certificates-cpp", "Version": "4.2.1", + "Port-Version": 1, "Description": [ "Microsoft Azure Key Vault Certificates SDK for C++", "This library provides Azure Key Vault Certificates SDK." @@ -5450,20 +4439,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 166 }, { "Name": "azure-security-keyvault-keys-cpp", "Version": "4.4.1", + "Port-Version": 1, "Description": [ "Microsoft Azure Key Vault Keys SDK for C++", "This library provides Azure Key Vault Keys SDK." @@ -5486,20 +4467,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 166 }, { "Name": "azure-security-keyvault-secrets-cpp", "Version": "4.2.1", + "Port-Version": 1, "Description": [ "Microsoft Azure Key Vault Secrets SDK for C++", "This library provides Azure Key Vault Secrets SDK." @@ -5522,20 +4495,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 166 }, { "Name": "azure-storage-blobs-cpp", "Version": "12.10.0", + "Port-Version": 1, "Description": [ "Microsoft Azure Storage Blobs SDK for C++", "This library provides Azure Storage Blobs SDK." @@ -5558,20 +4523,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 166 }, { "Name": "azure-storage-common-cpp", "Version": "12.5.0", + "Port-Version": 1, "Description": [ "Microsoft Azure Common Storage SDK for C++", "This library provides common Azure Storage-related abstractions for Azure SDK." @@ -5586,6 +4543,7 @@ }, { "name": "libxml2", + "default-features": false, "platform": "!windows" }, { @@ -5602,16 +4560,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 166 }, { "Name": "azure-storage-cpp", @@ -5662,20 +4611,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "azure-storage-files-datalake-cpp", "Version": "12.9.0", + "Port-Version": 1, "Description": [ "Microsoft Azure Storage Files Data Lake SDK for C++", "This library provides Azure Storage Files Data Lake SDK." @@ -5698,20 +4639,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 166 }, { "Name": "azure-storage-files-shares-cpp", "Version": "12.8.0", + "Port-Version": 1, "Description": [ "Microsoft Azure Storage Files Shares SDK for C++", "This library provides Azure Storage Files Shares SDK." @@ -5734,20 +4667,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 166 }, { "Name": "azure-storage-queues-cpp", "Version": "12.2.0", + "Port-Version": 1, "Description": [ "Microsoft Azure Storage Queues SDK for C++", "This library provides Azure Storage Queues SDK." @@ -5770,20 +4695,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 166 }, { "Name": "azure-uamqp-c", - "Version": "2023-08-07", + "Version": "2024-03-04", "Description": "AMQP library for C", "Homepage": "https://github.com/Azure/azure-uamqp-c", "License": "MIT", @@ -5801,20 +4717,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 56 }, { "Name": "azure-uhttp-c", - "Version": "2023-08-07", + "Version": "2024-03-04", "Description": "Azure HTTP Library written in C", "Homepage": "https://github.com/Azure/azure-uhttp-c", "License": "MIT", @@ -5832,20 +4739,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 16 }, { "Name": "azure-umqtt-c", - "Version": "2023-08-03", + "Version": "2024-03-04", "Description": "General purpose library for communication over the mqtt protocol", "Homepage": "https://github.com/Azure/azure-umqtt-c", "License": "MIT", @@ -5863,16 +4761,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 49 }, { "Name": "b64", @@ -5891,20 +4780,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "backward-cpp", "Version": "2023-11-24", + "Port-Version": 1, "Description": "A beautiful stack trace pretty printer for C++", "Homepage": "https://github.com/bombela/backward-cpp", "Supports": "!uwp & !(windows & arm)", @@ -5919,20 +4800,11 @@ } ], "Features": [], - "Stars": 3518, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3598 }, { "Name": "baresip-libre", - "Version": "3.9.0", + "Version": "3.11.0", "Description": "Generic library for real-time communications with async IO support", "Homepage": "https://github.com/baresip/re", "License": "BSD-3-Clause", @@ -5950,16 +4822,7 @@ "zlib" ], "Features": [], - "Stars": 111, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 116 }, { "Name": "basisu", @@ -5976,16 +4839,7 @@ } ], "Features": [], - "Stars": 2541, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2572 }, { "Name": "bcg729", @@ -6004,26 +4858,17 @@ } ], "Features": [], - "Stars": 108, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 111 }, { "Name": "bddisasm", - "Version": "1.34.10", + "Version": "2.1.0", "Maintainers": "Cristi Anichitei ", "Description": "bddisasm is a fast, lightweight, x86/x64 instruction decoder and emulator.", "Homepage": "https://github.com/bitdefender/bddisasm", "Documentation": "https://bddisasm.readthedocs.io/en/latest/", "License": "Apache-2.0", - "Supports": "!arm", + "Supports": "!osx & !android", "Dependencies": [ { "name": "vcpkg-cmake", @@ -6035,16 +4880,7 @@ } ], "Features": [], - "Stars": 833, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 841 }, { "Name": "bde", @@ -6062,16 +4898,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "skip", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "bdwgc", @@ -6091,16 +4918,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "beast", @@ -6112,16 +4930,7 @@ "boost-beast" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "behaviortree-cpp", @@ -6142,22 +4951,13 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "benchmark", "Version": "1.8.3", - "Port-Version": 2, - "Description": "A library to support the benchmarking of functions, similar to unit-tests.", + "Port-Version": 3, + "Description": "A library to benchmark code snippets, similar to unit tests.", "Homepage": "https://github.com/google/benchmark", "License": "Apache-2.0", "Supports": "!uwp", @@ -6172,16 +4972,7 @@ } ], "Features": [], - "Stars": 8237, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 8426 }, { "Name": "bento4", @@ -6200,16 +4991,7 @@ } ], "Features": [], - "Stars": 1820, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1882 }, { "Name": "berkeleydb", @@ -6229,16 +5011,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "better-enums", @@ -6247,16 +5020,7 @@ "Homepage": "http://aantron.github.io/better-enums/", "License": "BSD-2-Clause", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "bext-di", @@ -6269,16 +5033,7 @@ "description": "Build with extensions included" } }, - "Stars": 1078, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1103 }, { "Name": "bext-mp", @@ -6298,16 +5053,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "bext-sml", @@ -6316,16 +5062,7 @@ "Homepage": "https://github.com/boost-ext/sml", "License": "BSL-1.0", "Features": [], - "Stars": 1048, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1083 }, { "Name": "bext-sml2", @@ -6334,23 +5071,13 @@ "Homepage": "https://github.com/boost-ext/sml2", "License": "BSL-1.0", "Features": [], - "Stars": 121, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 131 }, { "Name": "bext-ut", - "Version": "1.1.9", - "Port-Version": 2, - "Description": "UT: C++20 μ(micro)/Unit Testing Framework", - "Homepage": "https://boost-ext.github.io/ut/", + "Version": "2.0.1", + "Description": "C++ single header/single module, macro-free μ(micro)/Unit Testing Framework.", + "Homepage": "https://github.com/boost-ext/ut", "License": "BSL-1.0", "Dependencies": [ { @@ -6363,20 +5090,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1202 }, { "Name": "bext-wintls", - "Version": "0.9.7", + "Version": "0.9.8", "Description": "Native Windows TLS stream wrapper for use with boost::asio", "Homepage": "https://github.com/laudrup/boost-wintls", "Supports": "windows | mingw", @@ -6384,16 +5102,7 @@ "boost-asio" ], "Features": [], - "Stars": 43, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 47 }, { "Name": "bfgroup-lyra", @@ -6412,16 +5121,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "bgfx", @@ -6471,16 +5171,7 @@ "supports": "native" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "bigint", @@ -6499,16 +5190,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "binlog", @@ -6529,16 +5211,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "binn", @@ -6556,16 +5229,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "bitmagic", @@ -6573,16 +5237,7 @@ "Description": "Algorithms and tools for Algebra of Sets for information retrieval, indexing of databases, scientific algorithms, ranking, clustering, unsupervised machine learning and signal processing.", "Homepage": "http://bitmagic.io", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "bitserializer", @@ -6629,16 +5284,7 @@ ] } }, - "Stars": 3, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4 }, { "Name": "bitserializer-cpprestjson", @@ -6654,16 +5300,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "bitserializer-pugixml", @@ -6679,16 +5316,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "bitserializer-rapidjson", @@ -6704,16 +5332,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "bitserializer-rapidyaml", @@ -6729,16 +5348,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "bitsery", @@ -6756,21 +5366,11 @@ } ], "Features": [], - "Stars": 961, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 990 }, { "Name": "blake3", - "Version": "1.5.0", - "Port-Version": 1, + "Version": "1.5.1", "Description": "BLAKE3 cryptographic hash function.", "Homepage": "https://github.com/BLAKE3-team/BLAKE3", "License": "CC0-1.0 OR Apache-2.0", @@ -6785,40 +5385,32 @@ } ], "Features": [], - "Stars": 4489, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4589 }, { "Name": "blas", - "Version": "2023-03-25", + "Version": "2023-04-14", "Description": "Metapackage for packages which provide BLAS", "License": null, "Dependencies": [ - "openblas", + { + "name": "lapack-reference", + "features": [ + "cblas" + ], + "platform": "!osx & !ios & !uwp & !(windows & arm) & windows & static" + }, + { + "name": "openblas", + "platform": "!osx & !ios & (uwp | (windows & arm) | !windows | !static)" + }, { "name": "vcpkg-cmake", "host": true } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "blaze", @@ -6853,16 +5445,7 @@ "description": "OpenMP support" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "blend2d", @@ -6922,16 +5505,7 @@ ] } }, - "Stars": 1446, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1468 }, { "Name": "blingfire", @@ -6947,21 +5521,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "blitz", "Version": "2020-03-25", - "Port-Version": 5, + "Port-Version": 6, "Description": "Blitz++ is a C++ template class library that provides high-performance multidimensional array containers for scientific computing.", "Homepage": "https://github.com/blitzpp/blitz", "Supports": "!(arm | arm64 | uwp)", @@ -6973,23 +5538,10 @@ { "name": "vcpkg-cmake-config", "host": true - }, - { - "name": "vcpkg-tool-python2", - "host": true } ], "Features": [], - "Stars": 390, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "fail", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 397 }, { "Name": "bloomberg-quantum", @@ -7009,16 +5561,7 @@ } ], "Features": [], - "Stars": 560, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 566 }, { "Name": "blosc", @@ -7041,16 +5584,7 @@ "zstd" ], "Features": [], - "Stars": 951, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 959 }, { "Name": "blpapi", @@ -7059,20 +5593,11 @@ "Homepage": "https://www.bloomberg.com/professional/support/api-library/", "Supports": "(linux | (windows & !uwp)) & !static & (x86 | x64)", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "boinc", - "Version": "7.24.3", + "Version": "8.0.0", "Description": "Open-source software for volunteer computing and grid computing.", "Homepage": "https://boinc.berkeley.edu/", "License": "LGPL-3.0-or-later", @@ -7089,21 +5614,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "bond", "Version": "10.0.0", - "Port-Version": 2, + "Port-Version": 3, "Description": "Bond is a cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services.", "Homepage": "https://github.com/Microsoft/bond", "Dependencies": [ @@ -7129,16 +5645,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "fail", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2575 }, { "Name": "boolinq", @@ -7146,20 +5653,12 @@ "Description": "Super tiny C++11 single-file header-only LINQ library", "Homepage": "https://github.com/k06a/boolinq", "Features": [], - "Stars": 607, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 616 }, { "Name": "boost", "Version": "1.84.0", + "Port-Version": 1, "Description": "Peer-reviewed portable C++ source libraries", "Homepage": "https://boost.org", "License": "BSL-1.0", @@ -7227,7 +5726,7 @@ }, { "name": "boost-cobalt", - "platform": "!osx & !ios & !android", + "platform": "!osx & !ios & !android & !uwp", "version>=": "1.84.0" }, { @@ -7369,12 +5868,17 @@ }, { "name": "boost-graph", + "platform": "!uwp", "version>=": "1.84.0" }, { "name": "boost-hana", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-heap", "version>=": "1.84.0" @@ -7789,20 +6293,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "boost-accumulators", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost accumulators module", "Homepage": "https://github.com/boostorg/accumulators", "License": "BSL-1.0", @@ -7819,6 +6315,10 @@ "name": "boost-circular-buffer", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-concept-check", "version>=": "1.84.0" @@ -7835,6 +6335,10 @@ "name": "boost-fusion", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-iterator", "version>=": "1.84.0" @@ -7886,27 +6390,15 @@ { "name": "boost-ublas", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 22, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 22 }, { "Name": "boost-algorithm", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost algorithm module", "Homepage": "https://github.com/boostorg/algorithm", "License": "BSL-1.0", @@ -7923,6 +6415,10 @@ "name": "boost-bind", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-concept-check", "version>=": "1.84.0" @@ -7943,6 +6439,10 @@ "name": "boost-function", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-iterator", "version>=": "1.84.0" @@ -7978,27 +6478,15 @@ { "name": "boost-unordered", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 109, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 109 }, { "Name": "boost-align", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost align module", "Homepage": "https://github.com/boostorg/align", "License": "BSL-1.0", @@ -8007,6 +6495,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -8016,29 +6508,21 @@ "version>=": "1.84.0" }, { - "name": "boost-static-assert", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-static-assert", "version>=": "1.84.0" } ], "Features": [], - "Stars": 12, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 11 }, { "Name": "boost-any", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost any module", "Homepage": "https://github.com/boostorg/any", "License": "BSL-1.0", @@ -8047,38 +6531,34 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-throw-exception", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-type-index", + "name": "boost-throw-exception", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-type-index", "version>=": "1.84.0" } ], "Features": [], - "Stars": 32, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 32 }, { "Name": "boost-array", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost array module", "Homepage": "https://github.com/boostorg/array", "License": "BSL-1.0", @@ -8087,6 +6567,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -8096,33 +6580,25 @@ "version>=": "1.84.0" }, { - "name": "boost-static-assert", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-throw-exception", + "name": "boost-static-assert", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-throw-exception", "version>=": "1.84.0" } ], "Features": [], - "Stars": 19, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 20 }, { "Name": "boost-asio", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost asio module", "Homepage": "https://github.com/boostorg/asio", "License": "BSL-1.0", @@ -8135,6 +6611,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -8154,15 +6634,15 @@ "version>=": "1.84.0" }, { - "name": "boost-system", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-throw-exception", + "name": "boost-system", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-throw-exception", "version>=": "1.84.0" } ], @@ -8177,48 +6657,36 @@ ] } }, - "Stars": 1087, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1128 }, { "Name": "boost-assert", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost assert module", "Homepage": "https://github.com/boostorg/assert", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 32, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 31 }, { "Name": "boost-assign", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost assign module", "Homepage": "https://github.com/boostorg/assign", "License": "BSL-1.0", @@ -8227,6 +6695,10 @@ "name": "boost-array", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -8235,6 +6707,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-move", "version>=": "1.84.0" @@ -8266,27 +6742,15 @@ { "name": "boost-type-traits", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 11, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 10 }, { "Name": "boost-atomic", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost atomic module", "Homepage": "https://github.com/boostorg/atomic", "License": "BSL-1.0", @@ -8300,8 +6764,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -8309,8 +6772,7 @@ "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-headers", "version>=": "1.84.0" }, { @@ -8325,34 +6787,18 @@ "name": "boost-type-traits", "version>=": "1.84.0" }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, { "name": "boost-winapi", "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 55, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 55 }, { "Name": "boost-beast", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost beast module", "Homepage": "https://github.com/boostorg/beast", "License": "BSL-1.0", @@ -8370,6 +6816,10 @@ "name": "boost-bind", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -8390,6 +6840,10 @@ "name": "boost-endian", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-intrusive", "version>=": "1.84.0" @@ -8438,34 +6892,26 @@ "name": "boost-type-traits", "version>=": "1.84.0" }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, { "name": "boost-winapi", "version>=": "1.84.0" } ], "Features": [], - "Stars": 4103, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4181 }, { "Name": "boost-bimap", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost bimap module", "Homepage": "https://github.com/boostorg/bimap", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-concept-check", "version>=": "1.84.0" @@ -8482,6 +6928,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-iterator", "version>=": "1.84.0" @@ -8517,31 +6967,23 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 17, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 18 }, { "Name": "boost-bind", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost bind module", "Homepage": "https://github.com/boostorg/bind", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -8551,25 +6993,17 @@ "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 26, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 26 }, { "Name": "boost-build", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost.Build", "Homepage": "https://github.com/boostorg/build", "License": "BSL-1.0", @@ -8580,48 +7014,36 @@ } ], "Features": [], - "Stars": 228, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 229 }, { "Name": "boost-callable-traits", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost callable_traits module", "Homepage": "https://github.com/boostorg/callable_traits", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 129, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 129 }, { "Name": "boost-chrono", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost chrono module", "Homepage": "https://github.com/boostorg/chrono", "License": "BSL-1.0", @@ -8631,8 +7053,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -8644,12 +7065,11 @@ "version>=": "1.84.0" }, { - "name": "boost-integer", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-integer", "version>=": "1.84.0" }, { @@ -8692,34 +7112,18 @@ "name": "boost-utility", "version>=": "1.84.0" }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, { "name": "boost-winapi", "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 16, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 15 }, { "Name": "boost-circular-buffer", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost circular_buffer module", "Homepage": "https://github.com/boostorg/circular_buffer", "License": "BSL-1.0", @@ -8728,6 +7132,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-concept-check", "version>=": "1.84.0" @@ -8740,6 +7148,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-move", "version>=": "1.84.0" @@ -8755,43 +7167,56 @@ { "name": "boost-type-traits", "version>=": "1.84.0" - }, + } + ], + "Features": [], + "Stars": 51 + }, + { + "Name": "boost-cmake", + "Version": "1.84.0", + "Description": "Boost cmake files", + "License": "BSL-1.0", + "Dependencies": [ { - "name": "boost-vcpkg-helpers", + "name": "boost-uninstall", "version>=": "1.84.0" + }, + { + "name": "vcpkg-boost", + "host": true + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true } ], "Features": [], - "Stars": 51, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "boost-cobalt", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost cobalt module", "Homepage": "https://github.com/boostorg/cobalt", "License": "BSL-1.0", - "Supports": "!osx & !ios & !android", + "Supports": "!osx & !ios & !android & !uwp", "Dependencies": [ { "name": "boost-asio", "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-circular-buffer", "version>=": "1.84.0" }, { - "name": "boost-circular-buffer", + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -8807,16 +7232,15 @@ "version>=": "1.84.0" }, { - "name": "boost-intrusive", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-leaf", + "name": "boost-intrusive", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-leaf", "version>=": "1.84.0" }, { @@ -8842,31 +7266,15 @@ { "name": "boost-variant2", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 138, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 169 }, { "Name": "boost-compat", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost compat module", "Homepage": "https://github.com/boostorg/compat", "License": "BSL-1.0", @@ -8875,62 +7283,54 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-throw-exception", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-throw-exception", "version>=": "1.84.0" } ], "Features": [], - "Stars": 6, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7 }, { "Name": "boost-compatibility", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost compatibility module", "Homepage": "https://github.com/boostorg/compatibility", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 5, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5 }, { "Name": "boost-compute", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost compute module", "Homepage": "https://github.com/boostorg/compute", "License": "BSL-1.0", @@ -8951,6 +7351,10 @@ "name": "boost-chrono", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -8976,6 +7380,10 @@ "name": "boost-fusion", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-iterator", "version>=": "1.84.0" @@ -9043,91 +7451,71 @@ { "name": "boost-uuid", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 1486, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1503 }, { "Name": "boost-concept-check", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost concept_check module", "Homepage": "https://github.com/boostorg/concept_check", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-preprocessor", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-static-assert", + "name": "boost-preprocessor", "version>=": "1.84.0" }, { - "name": "boost-type-traits", + "name": "boost-static-assert", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-type-traits", "version>=": "1.84.0" } ], "Features": [], - "Stars": 20, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 19 }, { "Name": "boost-config", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost config module", "Homepage": "https://github.com/boostorg/config", "License": "BSL-1.0", "Dependencies": [ { - "name": "boost-vcpkg-helpers", + "name": "boost-cmake", + "version>=": "1.84.0" + }, + { + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 67, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 68 }, { "Name": "boost-container", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost container module", "Homepage": "https://github.com/boostorg/container", "License": "BSL-1.0", @@ -9137,8 +7525,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -9146,12 +7533,11 @@ "version>=": "1.84.0" }, { - "name": "boost-intrusive", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-intrusive", "version>=": "1.84.0" }, { @@ -9161,35 +7547,23 @@ { "name": "boost-static-assert", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 94, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 94 }, { "Name": "boost-container-hash", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost container_hash module", "Homepage": "https://github.com/boostorg/container_hash", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -9199,29 +7573,21 @@ "version>=": "1.84.0" }, { - "name": "boost-mp11", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-mp11", "version>=": "1.84.0" } ], "Features": [], - "Stars": 29, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 29 }, { "Name": "boost-context", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost context module", "Homepage": "https://github.com/boostorg/context", "License": "BSL-1.0", @@ -9232,8 +7598,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -9245,8 +7610,7 @@ "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-headers", "version>=": "1.84.0" }, { @@ -9264,31 +7628,15 @@ { "name": "boost-smart-ptr", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 276, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 280 }, { "Name": "boost-contract", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost contract module", "Homepage": "https://github.com/boostorg/contract", "License": "BSL-1.0", @@ -9302,8 +7650,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -9327,8 +7674,7 @@ "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-headers", "version>=": "1.84.0" }, { @@ -9366,31 +7712,15 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 37, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 39 }, { "Name": "boost-conversion", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost conversion module", "Homepage": "https://github.com/boostorg/conversion", "License": "BSL-1.0", @@ -9399,42 +7729,42 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-smart-ptr", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-throw-exception", + "name": "boost-smart-ptr", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-throw-exception", "version>=": "1.84.0" } ], "Features": [], - "Stars": 12, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 12 }, { "Name": "boost-convert", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost convert module", "Homepage": "https://github.com/boostorg/convert", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -9447,6 +7777,10 @@ "name": "boost-function-types", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-lexical-cast", "version>=": "1.84.0" @@ -9478,27 +7812,15 @@ { "name": "boost-type-traits", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 15, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 15 }, { "Name": "boost-core", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost core module", "Homepage": "https://github.com/boostorg/core", "License": "BSL-1.0", @@ -9507,38 +7829,34 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-static-assert", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-throw-exception", + "name": "boost-static-assert", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-throw-exception", "version>=": "1.84.0" } ], "Features": [], - "Stars": 130, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 131 }, { "Name": "boost-coroutine", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost coroutine module", "Homepage": "https://github.com/boostorg/coroutine", "License": "BSL-1.0", @@ -9549,8 +7867,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -9571,8 +7888,7 @@ "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-headers", "version>=": "1.84.0" }, { @@ -9594,69 +7910,47 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 80, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 79 }, { "Name": "boost-coroutine2", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost coroutine2 module", "Homepage": "https://github.com/boostorg/coroutine2", "License": "BSL-1.0", - "Supports": "!emscripten", "Dependencies": [ { "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { "name": "boost-context", - "platform": "!uwp & !emscripten", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 120, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 120 }, { "Name": "boost-crc", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost crc module", "Homepage": "https://github.com/boostorg/crc", "License": "BSL-1.0", @@ -9665,38 +7959,34 @@ "name": "boost-array", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-integer", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-type-traits", + "name": "boost-integer", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-type-traits", "version>=": "1.84.0" } ], "Features": [], - "Stars": 14, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 14 }, { "Name": "boost-date-time", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost date_time module", "Homepage": "https://github.com/boostorg/date_time", "License": "BSL-1.0", @@ -9710,8 +8000,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -9723,16 +8012,15 @@ "version>=": "1.84.0" }, { - "name": "boost-io", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-lexical-cast", + "name": "boost-io", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-lexical-cast", "version>=": "1.84.0" }, { @@ -9767,70 +8055,54 @@ "name": "boost-utility", "version>=": "1.84.0" }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, { "name": "boost-winapi", "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 64, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 64 }, { "Name": "boost-describe", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost describe module", "Homepage": "https://github.com/boostorg/describe", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-mp11", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-mp11", "version>=": "1.84.0" } ], "Features": [], - "Stars": 65, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 66 }, { "Name": "boost-detail", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost detail module", "Homepage": "https://github.com/boostorg/detail", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -9840,37 +8112,29 @@ "version>=": "1.84.0" }, { - "name": "boost-preprocessor", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-static-assert", + "name": "boost-preprocessor", "version>=": "1.84.0" }, { - "name": "boost-type-traits", + "name": "boost-static-assert", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-type-traits", "version>=": "1.84.0" } ], "Features": [], - "Stars": 9, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 9 }, { "Name": "boost-dll", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost dll module", "Homepage": "https://github.com/boostorg/dll", "License": "BSL-1.0", @@ -9879,6 +8143,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -9889,13 +8157,16 @@ }, { "name": "boost-filesystem", - "platform": "!uwp", "version>=": "1.84.0" }, { "name": "boost-function", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-move", "version>=": "1.84.0" @@ -9928,30 +8199,18 @@ "name": "boost-type-traits", "version>=": "1.84.0" }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, { "name": "boost-winapi", "version>=": "1.84.0" } ], "Features": [], - "Stars": 47, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 48 }, { "Name": "boost-dynamic-bitset", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost dynamic_bitset module", "Homepage": "https://github.com/boostorg/dynamic_bitset", "License": "BSL-1.0", @@ -9960,6 +8219,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -9972,6 +8235,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-integer", "version>=": "1.84.0" @@ -9987,55 +8254,39 @@ { "name": "boost-throw-exception", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 36, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 35 }, { "Name": "boost-endian", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost endian module", "Homepage": "https://github.com/boostorg/endian", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 43, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 43 }, { "Name": "boost-exception", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost exception module", "Homepage": "https://github.com/boostorg/exception", "License": "BSL-1.0", @@ -10045,8 +8296,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -10058,8 +8308,7 @@ "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-headers", "version>=": "1.84.0" }, { @@ -10077,31 +8326,15 @@ { "name": "boost-type-traits", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 15, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 15 }, { "Name": "boost-fiber", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost fiber module", "Homepage": "https://github.com/boostorg/fiber", "License": "BSL-1.0", @@ -10116,8 +8349,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -10143,12 +8375,11 @@ "version>=": "1.84.0" }, { - "name": "boost-intrusive", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-intrusive", "version>=": "1.84.0" }, { @@ -10158,14 +8389,6 @@ { "name": "boost-smart-ptr", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": { @@ -10173,20 +8396,12 @@ "description": "Enable NUMA support" } }, - "Stars": 432, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 436 }, { "Name": "boost-filesystem", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost filesystem module", "Homepage": "https://github.com/boostorg/filesystem", "License": "BSL-1.0", @@ -10201,8 +8416,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -10222,16 +8436,15 @@ "version>=": "1.84.0" }, { - "name": "boost-io", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-iterator", + "name": "boost-io", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-iterator", "version>=": "1.84.0" }, { @@ -10254,34 +8467,18 @@ "name": "boost-type-traits", "version>=": "1.84.0" }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, { "name": "boost-winapi", "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 154, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 153 }, { "Name": "boost-flyweight", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost flyweight module", "Homepage": "https://github.com/boostorg/flyweight", "License": "BSL-1.0", @@ -10290,6 +8487,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -10306,6 +8507,10 @@ "name": "boost-detail", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-interprocess", "version>=": "1.84.0" @@ -10337,31 +8542,23 @@ { "name": "boost-type-traits", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 10, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 10 }, { "Name": "boost-foreach", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost foreach module", "Homepage": "https://github.com/boostorg/foreach", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -10370,6 +8567,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-iterator", "version>=": "1.84.0" @@ -10385,27 +8586,15 @@ { "name": "boost-type-traits", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 8, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 8 }, { "Name": "boost-format", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost format module", "Homepage": "https://github.com/boostorg/format", "License": "BSL-1.0", @@ -10414,6 +8603,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -10422,6 +8615,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-optional", "version>=": "1.84.0" @@ -10437,27 +8634,15 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 25, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 24 }, { "Name": "boost-function", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost function module", "Homepage": "https://github.com/boostorg/function", "License": "BSL-1.0", @@ -10470,6 +8655,10 @@ "name": "boost-bind", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -10479,41 +8668,37 @@ "version>=": "1.84.0" }, { - "name": "boost-preprocessor", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-throw-exception", + "name": "boost-preprocessor", "version>=": "1.84.0" }, { - "name": "boost-type-traits", + "name": "boost-throw-exception", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-type-traits", "version>=": "1.84.0" } ], "Features": [], - "Stars": 22, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 22 }, { "Name": "boost-function-types", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost function_types module", "Homepage": "https://github.com/boostorg/function_types", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -10527,41 +8712,37 @@ "version>=": "1.84.0" }, { - "name": "boost-mpl", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-preprocessor", + "name": "boost-mpl", "version>=": "1.84.0" }, { - "name": "boost-type-traits", + "name": "boost-preprocessor", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-type-traits", "version>=": "1.84.0" } ], "Features": [], - "Stars": 6, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 6 }, { "Name": "boost-functional", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost functional module", "Homepage": "https://github.com/boostorg/functional", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -10578,6 +8759,10 @@ "name": "boost-function-types", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-mpl", "version>=": "1.84.0" @@ -10597,31 +8782,23 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 17, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 17 }, { "Name": "boost-fusion", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost fusion module", "Homepage": "https://github.com/boostorg/fusion", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -10642,6 +8819,10 @@ "name": "boost-functional", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-mpl", "version>=": "1.84.0" @@ -10669,27 +8850,15 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 47, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 47 }, { "Name": "boost-geometry", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost geometry module", "Homepage": "https://github.com/boostorg/geometry", "License": "BSL-1.0", @@ -10710,6 +8879,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-concept-check", "version>=": "1.84.0" @@ -10734,6 +8907,10 @@ "name": "boost-fusion", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-integer", "version>=": "1.84.0" @@ -10813,27 +8990,15 @@ { "name": "boost-variant2", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 415, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 422 }, { "Name": "boost-gil", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost gil module", "Homepage": "https://github.com/boostorg/gil", "License": "BSL-1.0", @@ -10842,6 +9007,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-concept-check", "version>=": "1.84.0" @@ -10858,6 +9027,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-integer", "version>=": "1.84.0" @@ -10881,27 +9054,15 @@ { "name": "boost-variant2", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 170, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 173 }, { "Name": "boost-graph", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost graph module", "Homepage": "https://github.com/boostorg/graph", "License": "BSL-1.0", @@ -10931,8 +9092,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -10967,6 +9127,10 @@ "name": "boost-function", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-integer", "version>=": "1.84.0" @@ -10983,11 +9147,6 @@ "name": "boost-math", "version>=": "1.84.0" }, - { - "name": "boost-modular-build-helper", - "host": true, - "version>=": "1.84.0" - }, { "name": "boost-move", "version>=": "1.84.0" @@ -11022,7 +9181,6 @@ }, { "name": "boost-random", - "platform": "!uwp", "version>=": "1.84.0" }, { @@ -11077,34 +9235,18 @@ "name": "boost-utility", "version>=": "1.84.0" }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, { "name": "boost-xpressive", "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 291, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 298 }, { "Name": "boost-graph-parallel", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost graph_parallel module", "Homepage": "https://github.com/boostorg/graph_parallel", "License": "BSL-1.0", @@ -11119,8 +9261,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -11165,16 +9306,15 @@ "version>=": "1.84.0" }, { - "name": "boost-iterator", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-lexical-cast", + "name": "boost-iterator", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-lexical-cast", "version>=": "1.84.0" }, { @@ -11227,35 +9367,23 @@ "name": "boost-variant", "version>=": "1.84.0" }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - "mpi", - { - "name": "vcpkg-cmake", - "host": true - } + "mpi" ], "Features": [], - "Stars": 25, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 25 }, { "Name": "boost-hana", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost hana module", "Homepage": "https://github.com/boostorg/hana", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -11268,6 +9396,10 @@ "name": "boost-fusion", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-mpl", "version>=": "1.84.0" @@ -11275,27 +9407,30 @@ { "name": "boost-tuple", "version>=": "1.84.0" - }, + } + ], + "Features": [], + "Stars": 1639 + }, + { + "Name": "boost-headers", + "Version": "1.84.0", + "Description": "Boost headers module", + "Homepage": "https://github.com/boostorg/headers", + "License": "BSL-1.0", + "Dependencies": [ { - "name": "boost-vcpkg-helpers", + "name": "boost-cmake", "version>=": "1.84.0" } ], "Features": [], - "Stars": 1608, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5 }, { "Name": "boost-heap", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost heap module", "Homepage": "https://github.com/boostorg/heap", "License": "BSL-1.0", @@ -11312,6 +9447,10 @@ "name": "boost-bind", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-concept-check", "version>=": "1.84.0" @@ -11324,6 +9463,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-intrusive", "version>=": "1.84.0" @@ -11347,31 +9490,23 @@ { "name": "boost-type-traits", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 16, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 16 }, { "Name": "boost-histogram", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost histogram module", "Homepage": "https://github.com/boostorg/histogram", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -11380,6 +9515,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-math", "version>=": "1.84.0" @@ -11399,55 +9538,39 @@ { "name": "boost-variant2", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 307, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 311 }, { "Name": "boost-hof", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost hof module", "Homepage": "https://github.com/boostorg/hof", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 503, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 505 }, { "Name": "boost-icl", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost icl module", "Homepage": "https://github.com/boostorg/icl", "License": "BSL-1.0", @@ -11456,6 +9579,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-concept-check", "version>=": "1.84.0" @@ -11480,6 +9607,10 @@ "name": "boost-detail", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-iterator", "version>=": "1.84.0" @@ -11511,27 +9642,15 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 10, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 10 }, { "Name": "boost-integer", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost integer module", "Homepage": "https://github.com/boostorg/integer", "License": "BSL-1.0", @@ -11540,6 +9659,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -11549,37 +9672,29 @@ "version>=": "1.84.0" }, { - "name": "boost-static-assert", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-throw-exception", + "name": "boost-static-assert", "version>=": "1.84.0" }, { - "name": "boost-type-traits", + "name": "boost-throw-exception", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-type-traits", "version>=": "1.84.0" } ], "Features": [], - "Stars": 16, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 16 }, { "Name": "boost-interprocess", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost interprocess module", "Homepage": "https://github.com/boostorg/interprocess", "License": "BSL-1.0", @@ -11588,6 +9703,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -11600,6 +9719,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-intrusive", "version>=": "1.84.0" @@ -11620,34 +9743,26 @@ "name": "boost-unordered", "version>=": "1.84.0" }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, { "name": "boost-winapi", "version>=": "1.84.0" } ], "Features": [], - "Stars": 117, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 122 }, { "Name": "boost-interval", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost interval module", "Homepage": "https://github.com/boostorg/interval", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -11657,29 +9772,21 @@ "version>=": "1.84.0" }, { - "name": "boost-logic", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-logic", "version>=": "1.84.0" } ], "Features": [], - "Stars": 22, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 22 }, { "Name": "boost-intrusive", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost intrusive module", "Homepage": "https://github.com/boostorg/intrusive", "License": "BSL-1.0", @@ -11688,6 +9795,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -11697,61 +9808,49 @@ "version>=": "1.84.0" }, { - "name": "boost-move", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-static-assert", + "name": "boost-move", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-static-assert", "version>=": "1.84.0" } ], "Features": [], - "Stars": 48, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 51 }, { "Name": "boost-io", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost io module", "Homepage": "https://github.com/boostorg/io", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 13, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 13 }, { "Name": "boost-iostreams", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost iostreams module", "Homepage": "https://github.com/boostorg/iostreams", "License": "BSL-1.0", @@ -11762,8 +9861,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -11783,16 +9881,15 @@ "version>=": "1.84.0" }, { - "name": "boost-integer", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-iterator", + "name": "boost-integer", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-iterator", "version>=": "1.84.0" }, { @@ -11839,14 +9936,6 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Default-Features": [ @@ -11881,20 +9970,12 @@ ] } }, - "Stars": 40, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 42 }, { "Name": "boost-iterator", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost iterator module", "Homepage": "https://github.com/boostorg/iterator", "License": "BSL-1.0", @@ -11903,6 +9984,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-concept-check", "version>=": "1.84.0" @@ -11927,6 +10012,10 @@ "name": "boost-fusion", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-mpl", "version>=": "1.84.0" @@ -11950,27 +10039,15 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 17, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 18 }, { "Name": "boost-json", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost json module", "Homepage": "https://github.com/boostorg/json", "License": "BSL-1.0", @@ -11984,8 +10061,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -12009,8 +10085,7 @@ "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-headers", "version>=": "1.84.0" }, { @@ -12024,31 +10099,15 @@ { "name": "boost-throw-exception", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 407, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 415 }, { "Name": "boost-lambda", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost lambda module", "Homepage": "https://github.com/boostorg/lambda", "License": "BSL-1.0", @@ -12057,6 +10116,10 @@ "name": "boost-bind", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -12069,6 +10132,10 @@ "name": "boost-detail", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-iterator", "version>=": "1.84.0" @@ -12092,87 +10159,71 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 18, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 18 }, { "Name": "boost-lambda2", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost lambda2 module", "Homepage": "https://github.com/boostorg/lambda2", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 21, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 21 }, { "Name": "boost-leaf", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost leaf module", "Homepage": "https://github.com/boostorg/leaf", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 287, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 290 }, { "Name": "boost-lexical-cast", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost lexical_cast module", "Homepage": "https://github.com/boostorg/lexical_cast", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -12185,6 +10236,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-integer", "version>=": "1.84.0" @@ -12200,35 +10255,31 @@ { "name": "boost-type-traits", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 29, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 31 }, { "Name": "boost-local-function", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost local_function module", "Homepage": "https://github.com/boostorg/local_function", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-mpl", "version>=": "1.84.0" @@ -12252,27 +10303,15 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 7, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 8 }, { "Name": "boost-locale", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost locale module", "Homepage": "https://github.com/boostorg/locale", "License": "BSL-1.0", @@ -12283,8 +10322,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -12296,12 +10334,11 @@ "version>=": "1.84.0" }, { - "name": "boost-iterator", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-iterator", "version>=": "1.84.0" }, { @@ -12316,17 +10353,9 @@ "name": "boost-utility", "version>=": "1.84.0" }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, { "name": "libiconv", "platform": "!uwp & !windows & !mingw" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": { @@ -12337,20 +10366,12 @@ ] } }, - "Stars": 29, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 29 }, { "Name": "boost-lockfree", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost lockfree module", "Homepage": "https://github.com/boostorg/lockfree", "License": "BSL-1.0", @@ -12371,6 +10392,10 @@ "name": "boost-atomic", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -12379,6 +10404,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-integer", "version>=": "1.84.0" @@ -12414,27 +10443,15 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 108, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 111 }, { "Name": "boost-log", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost log module", "Homepage": "https://github.com/boostorg/log", "License": "BSL-1.0", @@ -12457,8 +10474,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -12490,6 +10506,10 @@ "name": "boost-fusion", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-interprocess", "version>=": "1.84.0" @@ -12506,11 +10526,6 @@ "name": "boost-iterator", "version>=": "1.84.0" }, - { - "name": "boost-modular-build-helper", - "host": true, - "version>=": "1.84.0" - }, { "name": "boost-move", "version>=": "1.84.0" @@ -12592,10 +10607,6 @@ "name": "boost-utility", "version>=": "1.84.0" }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, { "name": "boost-winapi", "version>=": "1.84.0" @@ -12603,31 +10614,23 @@ { "name": "boost-xpressive", "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 176, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 174 }, { "Name": "boost-logic", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost logic module", "Homepage": "https://github.com/boostorg/logic", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -12637,25 +10640,17 @@ "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 11, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 10 }, { "Name": "boost-math", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost math module", "Homepage": "https://github.com/boostorg/math", "License": "BSL-1.0", @@ -12665,8 +10660,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -12682,16 +10676,15 @@ "version>=": "1.84.0" }, { - "name": "boost-integer", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-lexical-cast", + "name": "boost-integer", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-lexical-cast", "version>=": "1.84.0" }, { @@ -12710,39 +10703,31 @@ { "name": "boost-throw-exception", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 285, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 289 }, { "Name": "boost-metaparse", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost metaparse module", "Homepage": "https://github.com/boostorg/metaparse", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-mpl", "version>=": "1.84.0" @@ -12762,115 +10747,63 @@ { "name": "boost-type-traits", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 43, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" - }, - { - "Name": "boost-modular-build-helper", - "Version": "1.84.0", - "Port-Version": 2, - "Description": "Internal vcpkg port used to build Boost libraries", - "License": "MIT", - "Dependencies": [ - { - "name": "boost-uninstall", - "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true - }, - { - "name": "vcpkg-cmake-get-vars", - "host": true - } - ], - "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 42 }, { "Name": "boost-move", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost move module", "Homepage": "https://github.com/boostorg/move", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 18, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 18 }, { "Name": "boost-mp11", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost mp11 module", "Homepage": "https://github.com/boostorg/mp11", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 226, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 225 }, { "Name": "boost-mpi", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost mpi module", "Homepage": "https://github.com/boostorg/mpi", "License": "BSL-1.0", @@ -12881,8 +10814,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -12906,20 +10838,19 @@ "version>=": "1.84.0" }, { - "name": "boost-integer", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-iterator", + "name": "boost-integer", "version>=": "1.84.0" }, { - "name": "boost-lexical-cast", + "name": "boost-iterator", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-lexical-cast", "version>=": "1.84.0" }, { @@ -12954,15 +10885,7 @@ "name": "boost-utility", "version>=": "1.84.0" }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - "mpi", - { - "name": "vcpkg-cmake", - "host": true - } + "mpi" ], "Features": { "python3": { @@ -12981,24 +10904,20 @@ ] } }, - "Stars": 60, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 59 }, { "Name": "boost-mpl", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost mpl module", "Homepage": "https://github.com/boostorg/mpl", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -13007,6 +10926,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-predef", "version>=": "1.84.0" @@ -13026,27 +10949,15 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 47, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 46 }, { "Name": "boost-msm", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost msm module", "Homepage": "https://github.com/boostorg/msm", "License": "BSL-1.0", @@ -13067,6 +10978,10 @@ "name": "boost-circular-buffer", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -13083,6 +10998,10 @@ "name": "boost-fusion", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-mpl", "version>=": "1.84.0" @@ -13118,27 +11037,15 @@ { "name": "boost-typeof", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 29, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 29 }, { "Name": "boost-multi-array", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost multi_array module", "Homepage": "https://github.com/boostorg/multi_array", "License": "BSL-1.0", @@ -13151,6 +11058,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-concept-check", "version>=": "1.84.0" @@ -13167,6 +11078,10 @@ "name": "boost-functional", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-iterator", "version>=": "1.84.0" @@ -13182,27 +11097,15 @@ { "name": "boost-type-traits", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 29, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 29 }, { "Name": "boost-multi-index", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost multi_index module", "Homepage": "https://github.com/boostorg/multi_index", "License": "BSL-1.0", @@ -13215,6 +11118,10 @@ "name": "boost-bind", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -13227,6 +11134,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-integer", "version>=": "1.84.0" @@ -13270,27 +11181,15 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 42, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 42 }, { "Name": "boost-multiprecision", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost multiprecision module", "Homepage": "https://github.com/boostorg/multiprecision", "License": "BSL-1.0", @@ -13299,6 +11198,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -13307,6 +11210,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-integer", "version>=": "1.84.0" @@ -13331,27 +11238,15 @@ { "name": "boost-throw-exception", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 174, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 177 }, { "Name": "boost-mysql", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost mysql module", "Homepage": "https://github.com/boostorg/mysql", "License": "BSL-1.0", @@ -13364,6 +11259,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -13380,6 +11279,10 @@ "name": "boost-endian", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-lexical-cast", "version>=": "1.84.0" @@ -13400,33 +11303,21 @@ "name": "boost-variant2", "version>=": "1.84.0" }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - } + "openssl" ], "Features": [], - "Stars": 230, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 239 }, { "Name": "boost-nowide", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost nowide module", "Homepage": "https://github.com/boostorg/nowide", "License": "BSL-1.0", "Dependencies": [ { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -13439,38 +11330,25 @@ "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, - "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 166, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 168 }, { "Name": "boost-numeric-conversion", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost numeric_conversion module", "Homepage": "https://github.com/boostorg/numeric_conversion", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -13483,6 +11361,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-mpl", "version>=": "1.84.0" @@ -13498,27 +11380,15 @@ { "name": "boost-type-traits", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 8, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 8 }, { "Name": "boost-odeint", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost odeint module", "Homepage": "https://github.com/boostorg/odeint", "License": "BSL-1.0", @@ -13535,6 +11405,10 @@ "name": "boost-bind", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-compute", "version>=": "1.84.0" @@ -13555,6 +11429,10 @@ "name": "boost-fusion", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-iterator", "version>=": "1.84.0" @@ -13602,10 +11480,6 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": { @@ -13619,20 +11493,12 @@ ] } }, - "Stars": 39, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 38 }, { "Name": "boost-optional", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost optional module", "Homepage": "https://github.com/boostorg/optional", "License": "BSL-1.0", @@ -13641,6 +11507,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -13653,6 +11523,10 @@ "name": "boost-detail", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-move", "version>=": "1.84.0" @@ -13676,31 +11550,23 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 57, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 56 }, { "Name": "boost-outcome", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost outcome module", "Homepage": "https://github.com/boostorg/outcome", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -13710,37 +11576,33 @@ "version>=": "1.84.0" }, { - "name": "boost-system", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-throw-exception", + "name": "boost-system", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-throw-exception", "version>=": "1.84.0" } ], "Features": [], - "Stars": 38, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 39 }, { "Name": "boost-parameter", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost parameter module", "Homepage": "https://github.com/boostorg/parameter", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -13757,6 +11619,10 @@ "name": "boost-fusion", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-mp11", "version>=": "1.84.0" @@ -13780,36 +11646,32 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 12, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 12 }, { "Name": "boost-parameter-python", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost parameter_python module", "Homepage": "https://github.com/boostorg/parameter_python", "License": "BSL-1.0", "Supports": "!emscripten", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-mpl", "version>=": "1.84.0" @@ -13824,57 +11686,40 @@ }, { "name": "boost-python", - "platform": "!uwp & !emscripten & !ios & !android", - "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 2, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2 }, { "Name": "boost-pfr", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost pfr module", "Homepage": "https://github.com/boostorg/pfr", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 1245, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1265 }, { "Name": "boost-phoenix", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost phoenix module", "Homepage": "https://github.com/boostorg/phoenix", "License": "BSL-1.0", @@ -13887,6 +11732,10 @@ "name": "boost-bind", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -13903,6 +11752,10 @@ "name": "boost-fusion", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-mpl", "version>=": "1.84.0" @@ -13934,27 +11787,15 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 27, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 28 }, { "Name": "boost-poly-collection", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost poly_collection module", "Homepage": "https://github.com/boostorg/poly_collection", "License": "BSL-1.0", @@ -13963,6 +11804,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -13971,6 +11816,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-iterator", "version>=": "1.84.0" @@ -13990,55 +11839,39 @@ { "name": "boost-type-traits", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 60, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 61 }, { "Name": "boost-polygon", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost polygon module", "Homepage": "https://github.com/boostorg/polygon", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 53, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 52 }, { "Name": "boost-pool", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost pool module", "Homepage": "https://github.com/boostorg/pool", "License": "BSL-1.0", @@ -14047,24 +11880,28 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-integer", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-throw-exception", + "name": "boost-integer", "version>=": "1.84.0" }, { - "name": "boost-type-traits", + "name": "boost-throw-exception", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-type-traits", "version>=": "1.84.0" }, { @@ -14073,76 +11910,60 @@ } ], "Features": [], - "Stars": 44, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 44 }, { "Name": "boost-predef", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost predef module", "Homepage": "https://github.com/boostorg/predef", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 44, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 46 }, { "Name": "boost-preprocessor", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost preprocessor module", "Homepage": "https://github.com/boostorg/preprocessor", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 89, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 89 }, { "Name": "boost-process", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost process module", "Homepage": "https://github.com/boostorg/process", "License": "BSL-1.0", @@ -14160,6 +11981,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -14177,6 +12002,10 @@ "name": "boost-fusion", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-io", "version>=": "1.84.0" @@ -14217,30 +12046,18 @@ "name": "boost-utility", "version>=": "1.84.0" }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, { "name": "boost-winapi", "version>=": "1.84.0" } ], "Features": [], - "Stars": 102, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 103 }, { "Name": "boost-program-options", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost program_options module", "Homepage": "https://github.com/boostorg/program_options", "License": "BSL-1.0", @@ -14254,8 +12071,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -14275,16 +12091,15 @@ "version>=": "1.84.0" }, { - "name": "boost-iterator", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-lexical-cast", + "name": "boost-iterator", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-lexical-cast", "version>=": "1.84.0" }, { @@ -14306,31 +12121,15 @@ { "name": "boost-type-traits", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 95, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 98 }, { "Name": "boost-property-map", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost property_map module", "Homepage": "https://github.com/boostorg/property_map", "License": "BSL-1.0", @@ -14343,6 +12142,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-concept-check", "version>=": "1.84.0" @@ -14359,6 +12162,10 @@ "name": "boost-function", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-iterator", "version>=": "1.84.0" @@ -14394,27 +12201,15 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 13, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 13 }, { "Name": "boost-property-map-parallel", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost property_map_parallel module", "Homepage": "https://github.com/boostorg/property_map_parallel", "License": "BSL-1.0", @@ -14423,6 +12218,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-concept-check", "version>=": "1.84.0" @@ -14435,9 +12234,12 @@ "name": "boost-function", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-mpi", - "platform": "!uwp", "version>=": "1.84.0" }, { @@ -14471,27 +12273,15 @@ { "name": "boost-type-traits", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 2, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2 }, { "Name": "boost-property-tree", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost property_tree module", "Homepage": "https://github.com/boostorg/property_tree", "License": "BSL-1.0", @@ -14508,6 +12298,10 @@ "name": "boost-bind", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -14516,6 +12310,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-iterator", "version>=": "1.84.0" @@ -14551,31 +12349,23 @@ { "name": "boost-type-traits", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 49, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 51 }, { "Name": "boost-proto", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost proto module", "Homepage": "https://github.com/boostorg/proto", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -14588,6 +12378,10 @@ "name": "boost-fusion", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-mpl", "version>=": "1.84.0" @@ -14615,27 +12409,15 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 20, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 20 }, { "Name": "boost-ptr-container", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost ptr_container module", "Homepage": "https://github.com/boostorg/ptr_container", "License": "BSL-1.0", @@ -14652,6 +12434,10 @@ "name": "boost-circular-buffer", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -14660,6 +12446,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-iterator", "version>=": "1.84.0" @@ -14691,27 +12481,15 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 13, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 13 }, { "Name": "boost-python", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost python module", "Homepage": "https://github.com/boostorg/python", "License": "BSL-1.0", @@ -14726,8 +12504,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -14759,20 +12536,19 @@ "version>=": "1.84.0" }, { - "name": "boost-integer", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-iterator", + "name": "boost-integer", "version>=": "1.84.0" }, { - "name": "boost-lexical-cast", + "name": "boost-iterator", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-lexical-cast", "version>=": "1.84.0" }, { @@ -14810,14 +12586,6 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Default-Features": [ @@ -14838,48 +12606,36 @@ ] } }, - "Stars": 439, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 444 }, { "Name": "boost-qvm", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost qvm module", "Homepage": "https://github.com/boostorg/qvm", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 81, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 81 }, { "Name": "boost-random", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost random module", "Homepage": "https://github.com/boostorg/random", "License": "BSL-1.0", @@ -14894,8 +12650,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -14911,16 +12666,15 @@ "version>=": "1.84.0" }, { - "name": "boost-integer", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-io", + "name": "boost-integer", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-io", "version>=": "1.84.0" }, { @@ -14946,31 +12700,15 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 34, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 33 }, { "Name": "boost-range", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost range module", "Homepage": "https://github.com/boostorg/range", "License": "BSL-1.0", @@ -14983,6 +12721,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-concept-check", "version>=": "1.84.0" @@ -15007,6 +12749,10 @@ "name": "boost-detail", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-iterator", "version>=": "1.84.0" @@ -15042,55 +12788,39 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 44, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 43 }, { "Name": "boost-ratio", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost ratio module", "Homepage": "https://github.com/boostorg/ratio", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 8, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7 }, { "Name": "boost-rational", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost rational module", "Homepage": "https://github.com/boostorg/rational", "License": "BSL-1.0", @@ -15099,6 +12829,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -15107,6 +12841,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-integer", "version>=": "1.84.0" @@ -15126,27 +12864,15 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 20, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 19 }, { "Name": "boost-redis", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost redis module", "Homepage": "https://github.com/boostorg/redis", "License": "BSL-1.0", @@ -15159,6 +12885,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -15168,37 +12898,29 @@ "version>=": "1.84.0" }, { - "name": "boost-mp11", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-system", + "name": "boost-mp11", "version>=": "1.84.0" }, { - "name": "boost-throw-exception", + "name": "boost-system", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-throw-exception", "version>=": "1.84.0" } ], "Features": [], - "Stars": 195, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 204 }, { "Name": "boost-regex", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost regex module", "Homepage": "https://github.com/boostorg/regex", "License": "BSL-1.0", @@ -15208,8 +12930,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -15229,12 +12950,11 @@ "version>=": "1.84.0" }, { - "name": "boost-integer", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-integer", "version>=": "1.84.0" }, { @@ -15260,14 +12980,6 @@ { "name": "boost-type-traits", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": { @@ -15278,24 +12990,20 @@ ] } }, - "Stars": 77, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 80 }, { "Name": "boost-safe-numerics", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost safe_numerics module", "Homepage": "https://github.com/boostorg/safe_numerics", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-concept-check", "version>=": "1.84.0" @@ -15309,41 +13017,37 @@ "version>=": "1.84.0" }, { - "name": "boost-integer", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-logic", + "name": "boost-integer", "version>=": "1.84.0" }, { - "name": "boost-mp11", + "name": "boost-logic", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-mp11", "version>=": "1.84.0" } ], "Features": [], - "Stars": 206, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 206 }, { "Name": "boost-scope-exit", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost scope_exit module", "Homepage": "https://github.com/boostorg/scope_exit", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -15353,37 +13057,29 @@ "version>=": "1.84.0" }, { - "name": "boost-preprocessor", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-type-traits", + "name": "boost-preprocessor", "version>=": "1.84.0" }, { - "name": "boost-typeof", + "name": "boost-type-traits", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-typeof", "version>=": "1.84.0" } ], "Features": [], - "Stars": 14, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 15 }, { "Name": "boost-serialization", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost serialization module", "Homepage": "https://github.com/boostorg/serialization", "License": "BSL-1.0", @@ -15397,8 +13093,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -15418,20 +13113,19 @@ "version>=": "1.84.0" }, { - "name": "boost-integer", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-io", + "name": "boost-integer", "version>=": "1.84.0" }, { - "name": "boost-iterator", + "name": "boost-io", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-iterator", "version>=": "1.84.0" }, { @@ -15489,31 +13183,15 @@ { "name": "boost-variant2", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 116, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 117 }, { "Name": "boost-signals2", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost signals2 module", "Homepage": "https://github.com/boostorg/signals2", "License": "BSL-1.0", @@ -15526,6 +13204,10 @@ "name": "boost-bind", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -15538,6 +13220,10 @@ "name": "boost-function", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-iterator", "version>=": "1.84.0" @@ -15577,27 +13263,15 @@ { "name": "boost-variant", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 73, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 73 }, { "Name": "boost-smart-ptr", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost smart_ptr module", "Homepage": "https://github.com/boostorg/smart_ptr", "License": "BSL-1.0", @@ -15606,6 +13280,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -15614,6 +13292,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-move", "version>=": "1.84.0" @@ -15629,31 +13311,23 @@ { "name": "boost-type-traits", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 109, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 109 }, { "Name": "boost-sort", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost sort module", "Homepage": "https://github.com/boostorg/sort", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -15663,37 +13337,29 @@ "version>=": "1.84.0" }, { - "name": "boost-range", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-static-assert", + "name": "boost-range", "version>=": "1.84.0" }, { - "name": "boost-type-traits", + "name": "boost-static-assert", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-type-traits", "version>=": "1.84.0" } ], "Features": [], - "Stars": 52, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 50 }, { "Name": "boost-spirit", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost spirit module", "Homepage": "https://github.com/boostorg/spirit", "License": "BSL-1.0", @@ -15706,6 +13372,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -15730,6 +13400,10 @@ "name": "boost-fusion", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-integer", "version>=": "1.84.0" @@ -15813,35 +13487,22 @@ { "name": "boost-variant", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 375, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 377 }, { "Name": "boost-stacktrace", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost stacktrace module", "Homepage": "https://github.com/boostorg/stacktrace", "License": "BSL-1.0", "Supports": "!uwp", "Dependencies": [ { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -15857,42 +13518,25 @@ "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-headers", "version>=": "1.84.0" }, { "name": "boost-predef", "version>=": "1.84.0" }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, { "name": "boost-winapi", "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 387, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 396 }, { "Name": "boost-statechart", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost statechart module", "Homepage": "https://github.com/boostorg/statechart", "License": "BSL-1.0", @@ -15905,6 +13549,10 @@ "name": "boost-bind", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -15925,6 +13573,10 @@ "name": "boost-function", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-mpl", "version>=": "1.84.0" @@ -15944,55 +13596,39 @@ { "name": "boost-type-traits", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 23, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 22 }, { "Name": "boost-static-assert", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost static_assert module", "Homepage": "https://github.com/boostorg/static_assert", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 14, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 14 }, { "Name": "boost-static-string", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost static_string module", "Homepage": "https://github.com/boostorg/static_string", "License": "BSL-1.0", @@ -16001,6 +13637,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -16014,37 +13654,29 @@ "version>=": "1.84.0" }, { - "name": "boost-static-assert", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-throw-exception", + "name": "boost-static-assert", "version>=": "1.84.0" }, { - "name": "boost-utility", + "name": "boost-throw-exception", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-utility", "version>=": "1.84.0" } ], "Features": [], - "Stars": 57, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 59 }, { "Name": "boost-stl-interfaces", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost stl_interfaces module", "Homepage": "https://github.com/boostorg/stl_interfaces", "License": "BSL-1.0", @@ -16053,34 +13685,30 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-type-traits", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-type-traits", "version>=": "1.84.0" } ], "Features": [], - "Stars": 70, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 70 }, { "Name": "boost-system", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost system module", "Homepage": "https://github.com/boostorg/system", "License": "BSL-1.0", @@ -16090,8 +13718,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -16099,8 +13726,7 @@ "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-headers", "version>=": "1.84.0" }, { @@ -16111,34 +13737,18 @@ "name": "boost-variant2", "version>=": "1.84.0" }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, { "name": "boost-winapi", "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 32, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 32 }, { "Name": "boost-test", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost test module", "Homepage": "https://github.com/boostorg/test", "License": "BSL-1.0", @@ -16157,8 +13767,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -16182,16 +13791,15 @@ "version>=": "1.84.0" }, { - "name": "boost-io", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-iterator", + "name": "boost-io", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-iterator", "version>=": "1.84.0" }, { @@ -16225,31 +13833,15 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 161, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 169 }, { "Name": "boost-thread", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost thread module", "Homepage": "https://github.com/boostorg/thread", "License": "BSL-1.0", @@ -16267,12 +13859,11 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-chrono", "version>=": "1.84.0" }, { - "name": "boost-chrono", + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -16308,12 +13899,11 @@ "version>=": "1.84.0" }, { - "name": "boost-io", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-io", "version>=": "1.84.0" }, { @@ -16360,34 +13950,18 @@ "name": "boost-utility", "version>=": "1.84.0" }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, { "name": "boost-winapi", "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 196, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 195 }, { "Name": "boost-throw-exception", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost throw_exception module", "Homepage": "https://github.com/boostorg/throw_exception", "License": "BSL-1.0", @@ -16396,37 +13970,32 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 12, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 12 }, { "Name": "boost-timer", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost timer module", "Homepage": "https://github.com/boostorg/timer", "License": "BSL-1.0", "Dependencies": [ { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -16434,42 +14003,25 @@ "version>=": "1.84.0" }, { - "name": "boost-io", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-io", "version>=": "1.84.0" }, { "name": "boost-predef", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 21, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 21 }, { "Name": "boost-tokenizer", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost tokenizer module", "Homepage": "https://github.com/boostorg/tokenizer", "License": "BSL-1.0", @@ -16478,6 +14030,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -16487,41 +14043,37 @@ "version>=": "1.84.0" }, { - "name": "boost-iterator", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-throw-exception", + "name": "boost-iterator", "version>=": "1.84.0" }, { - "name": "boost-type-traits", + "name": "boost-throw-exception", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-type-traits", "version>=": "1.84.0" } ], "Features": [], - "Stars": 24, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 24 }, { "Name": "boost-tti", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost tti module", "Homepage": "https://github.com/boostorg/tti", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -16531,41 +14083,37 @@ "version>=": "1.84.0" }, { - "name": "boost-mpl", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-preprocessor", + "name": "boost-mpl", "version>=": "1.84.0" }, { - "name": "boost-type-traits", + "name": "boost-preprocessor", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-type-traits", "version>=": "1.84.0" } ], "Features": [], - "Stars": 4, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4 }, { "Name": "boost-tuple", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost tuple module", "Homepage": "https://github.com/boostorg/tuple", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -16575,33 +14123,25 @@ "version>=": "1.84.0" }, { - "name": "boost-static-assert", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-type-traits", + "name": "boost-static-assert", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-type-traits", "version>=": "1.84.0" } ], "Features": [], - "Stars": 17, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 17 }, { "Name": "boost-type-erasure", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost type_erasure module", "Homepage": "https://github.com/boostorg/type_erasure", "License": "BSL-1.0", @@ -16611,8 +14151,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -16628,12 +14167,11 @@ "version>=": "1.84.0" }, { - "name": "boost-iterator", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-iterator", "version>=": "1.84.0" }, { @@ -16668,38 +14206,26 @@ "name": "boost-typeof", "version>=": "1.84.0" }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, { "name": "boost-vmd", "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 12, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 12 }, { "Name": "boost-type-index", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost type_index module", "Homepage": "https://github.com/boostorg/type_index", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -16713,93 +14239,85 @@ "version>=": "1.84.0" }, { - "name": "boost-throw-exception", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-throw-exception", "version>=": "1.84.0" } ], "Features": [], - "Stars": 22, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 23 }, { "Name": "boost-type-traits", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost type_traits module", "Homepage": "https://github.com/boostorg/type_traits", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-static-assert", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-static-assert", "version>=": "1.84.0" } ], "Features": [], - "Stars": 59, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 60 }, { "Name": "boost-typeof", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost typeof module", "Homepage": "https://github.com/boostorg/typeof", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" } ], "Features": [], - "Stars": 10, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 11 }, { "Name": "boost-ublas", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost ublas module", "Homepage": "https://github.com/boostorg/ublas", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, + { + "name": "boost-compute", + "version>=": "1.84.0" + }, { "name": "boost-concept-check", "version>=": "1.84.0" @@ -16812,6 +14330,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-interval", "version>=": "1.84.0" @@ -16847,44 +14369,24 @@ { "name": "boost-typeof", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 105, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 104 }, { "Name": "boost-uninstall", "Version": "1.84.0", + "Port-Version": 1, "Description": "Internal vcpkg port used to uninstall Boost", "License": "MIT", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "boost-units", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost units module", "Homepage": "https://github.com/boostorg/units", "License": "BSL-1.0", @@ -16893,6 +14395,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -16901,6 +14407,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-integer", "version>=": "1.84.0" @@ -16936,27 +14446,15 @@ { "name": "boost-typeof", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 30, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 30 }, { "Name": "boost-unordered", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost unordered module", "Homepage": "https://github.com/boostorg/unordered", "License": "BSL-1.0", @@ -16965,6 +14463,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -16978,37 +14480,29 @@ "version>=": "1.84.0" }, { - "name": "boost-mp11", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-predef", + "name": "boost-mp11", "version>=": "1.84.0" }, { - "name": "boost-throw-exception", + "name": "boost-predef", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-throw-exception", "version>=": "1.84.0" } ], "Features": [], - "Stars": 49, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 53 }, { "Name": "boost-url", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost url module", "Homepage": "https://github.com/boostorg/url", "License": "BSL-1.0", @@ -17022,8 +14516,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -17035,8 +14528,7 @@ "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-headers", "version>=": "1.84.0" }, { @@ -17066,31 +14558,15 @@ { "name": "boost-variant2", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 177, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 178 }, { "Name": "boost-utility", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost utility module", "Homepage": "https://github.com/boostorg/utility", "License": "BSL-1.0", @@ -17099,6 +14575,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -17107,6 +14587,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-io", "version>=": "1.84.0" @@ -17122,27 +14606,15 @@ { "name": "boost-type-traits", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 48, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 47 }, { "Name": "boost-uuid", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost uuid module", "Homepage": "https://github.com/boostorg/uuid", "License": "BSL-1.0", @@ -17151,6 +14623,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -17163,6 +14639,10 @@ "name": "boost-core", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-io", "version>=": "1.84.0" @@ -17200,30 +14680,18 @@ "name": "boost-type-traits", "version>=": "1.84.0" }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, { "name": "boost-winapi", "version>=": "1.84.0" } ], "Features": [], - "Stars": 74, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 73 }, { "Name": "boost-variant", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost variant module", "Homepage": "https://github.com/boostorg/variant", "License": "BSL-1.0", @@ -17232,6 +14700,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -17248,6 +14720,10 @@ "name": "boost-detail", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-integer", "version>=": "1.84.0" @@ -17279,27 +14755,15 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 45, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 45 }, { "Name": "boost-variant2", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost variant2 module", "Homepage": "https://github.com/boostorg/variant2", "License": "BSL-1.0", @@ -17309,88 +14773,57 @@ "version>=": "1.84.0" }, { - "name": "boost-config", + "name": "boost-cmake", "version>=": "1.84.0" }, { - "name": "boost-mp11", + "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-headers", "version>=": "1.84.0" - } - ], - "Features": [], - "Stars": 68, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" - }, - { - "Name": "boost-vcpkg-helpers", - "Version": "1.84.0", - "Description": "Internal vcpkg port used to modularize Boost", - "License": "MIT", - "Dependencies": [ + }, { - "name": "boost-uninstall", + "name": "boost-mp11", "version>=": "1.84.0" } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 67 }, { "Name": "boost-vmd", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost vmd module", "Homepage": "https://github.com/boostorg/vmd", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-preprocessor", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-preprocessor", "version>=": "1.84.0" } ], "Features": [], - "Stars": 9, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 9 }, { "Name": "boost-wave", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost wave module", "Homepage": "https://github.com/boostorg/wave", "License": "BSL-1.0", @@ -17401,8 +14834,7 @@ "version>=": "1.84.0" }, { - "name": "boost-build", - "host": true, + "name": "boost-cmake", "version>=": "1.84.0" }, { @@ -17427,16 +14859,15 @@ "version>=": "1.84.0" }, { - "name": "boost-iterator", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-lexical-cast", + "name": "boost-iterator", "version>=": "1.84.0" }, { - "name": "boost-modular-build-helper", - "host": true, + "name": "boost-lexical-cast", "version>=": "1.84.0" }, { @@ -17482,63 +14913,43 @@ { "name": "boost-type-traits", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" - }, - { - "name": "vcpkg-cmake", - "host": true } ], "Features": [], - "Stars": 20, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 20 }, { "Name": "boost-winapi", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost winapi module", "Homepage": "https://github.com/boostorg/winapi", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" }, { - "name": "boost-predef", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-predef", "version>=": "1.84.0" } ], "Features": [], - "Stars": 58, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 60 }, { "Name": "boost-xpressive", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost xpressive module", "Homepage": "https://github.com/boostorg/xpressive", "License": "BSL-1.0", @@ -17547,6 +14958,10 @@ "name": "boost-assert", "version>=": "1.84.0" }, + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -17567,6 +14982,10 @@ "name": "boost-fusion", "version>=": "1.84.0" }, + { + "name": "boost-headers", + "version>=": "1.84.0" + }, { "name": "boost-integer", "version>=": "1.84.0" @@ -17630,31 +15049,23 @@ { "name": "boost-utility", "version>=": "1.84.0" - }, - { - "name": "boost-vcpkg-helpers", - "version>=": "1.84.0" } ], "Features": [], - "Stars": 16, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 16 }, { "Name": "boost-yap", "Version": "1.84.0", + "Port-Version": 1, "Description": "Boost yap module", "Homepage": "https://github.com/boostorg/yap", "License": "BSL-1.0", "Dependencies": [ + { + "name": "boost-cmake", + "version>=": "1.84.0" + }, { "name": "boost-config", "version>=": "1.84.0" @@ -17664,29 +15075,20 @@ "version>=": "1.84.0" }, { - "name": "boost-preprocessor", + "name": "boost-headers", "version>=": "1.84.0" }, { - "name": "boost-type-index", + "name": "boost-preprocessor", "version>=": "1.84.0" }, { - "name": "boost-vcpkg-helpers", + "name": "boost-type-index", "version>=": "1.84.0" } ], "Features": [], - "Stars": 103, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 104 }, { "Name": "boringssl", @@ -17705,25 +15107,20 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 0 }, { "Name": "botan", - "Version": "3.2.0", + "Version": "3.3.0", "Description": "A cryptography library written in C++11", "Homepage": "https://botan.randombit.net", "License": "BSD-2-Clause", "Supports": "!uwp", "Dependencies": [ + { + "name": "vcpkg-cmake-config", + "host": true + }, { "name": "vcpkg-cmake-get-vars", "host": true @@ -17744,16 +15141,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "box2d", @@ -17773,21 +15161,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "braft", "Version": "2021-26-04", - "Port-Version": 1, + "Port-Version": 4, "Description": "Consensus algorithm library", "Homepage": "https://github.com/baidu/braft", "License": "Apache-2.0", @@ -17809,16 +15188,7 @@ } ], "Features": [], - "Stars": 3742, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3791 }, { "Name": "breakpad", @@ -17853,16 +15223,7 @@ "supports": "linux" } }, - "Stars": 2499, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2538 }, { "Name": "brigand", @@ -17879,16 +15240,7 @@ } ], "Features": [], - "Stars": 569, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 571 }, { "Name": "brotli", @@ -17908,24 +15260,16 @@ } ], "Features": [], - "Stars": 12958, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 13147 }, { "Name": "brpc", "Version": "1.6.1", + "Port-Version": 3, "Description": "Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called \"baidu-rpc\" inside Baidu.", "Homepage": "https://github.com/apache/incubator-brpc", "License": "Apache-2.0", - "Supports": "!windows & !arm", + "Supports": "!windows & !(arm & android)", "Dependencies": [ "gflags", "glog", @@ -17951,16 +15295,7 @@ } ], "Features": [], - "Stars": 15705, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 15907 }, { "Name": "brunocodutra-metal", @@ -17977,16 +15312,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "brynet", @@ -17994,36 +15320,18 @@ "Description": "A C++ header only cross platform high performance tcp network library, and support SSL/HTTP/Websocket.", "Homepage": "https://github.com/IronsDu/brynet", "Features": [], - "Stars": 994, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1018 }, { "Name": "bshoshany-thread-pool", - "Version": "4.0.1", + "Version": "4.1.0", "Maintainers": "Barak Shoshany ", "Description": "BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library", "Homepage": "https://github.com/bshoshany/thread-pool", "Documentation": "https://github.com/bshoshany/thread-pool/blob/master/README.md", "License": "MIT", "Features": [], - "Stars": 1825, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1944 }, { "Name": "bsio", @@ -18038,16 +15346,7 @@ } ], "Features": [], - "Stars": 37, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 37 }, { "Name": "buck-yeh-bux", @@ -18065,16 +15364,7 @@ } ], "Features": [], - "Stars": 4, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4 }, { "Name": "buck-yeh-bux-mariadb-client", @@ -18094,16 +15384,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "buck-yeh-bux-sqlite", @@ -18122,16 +15403,7 @@ } ], "Features": [], - "Stars": 1, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1 }, { "Name": "bullet3", @@ -18164,16 +15436,7 @@ "description": "Enable RTTI on windows" } }, - "Stars": 11675, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 11951 }, { "Name": "bustache", @@ -18195,16 +15458,7 @@ } ], "Features": [], - "Stars": 79, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 80 }, { "Name": "butteraugli", @@ -18225,16 +15479,7 @@ } ], "Features": [], - "Stars": 1943, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1951 }, { "Name": "bxzstr", @@ -18251,16 +15496,7 @@ "zstd" ], "Features": [], - "Stars": 41, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 43 }, { "Name": "byte-lite", @@ -18277,16 +15513,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "bzip2", @@ -18310,20 +15537,11 @@ "description": "Builds bzip2 executable" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "c-ares", - "Version": "1.26.0", + "Version": "1.28.1", "Description": "A C library for asynchronous DNS requests", "Homepage": "https://github.com/c-ares/c-ares", "License": "MIT-CMU", @@ -18338,16 +15556,7 @@ } ], "Features": [], - "Stars": 1748, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1777 }, { "Name": "c-dbg-macro", @@ -18355,16 +15564,7 @@ "Description": "A dbg(...) macro for C", "Homepage": "https://github.com/eerimoq/dbg-macro", "Features": [], - "Stars": 74, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 75 }, { "Name": "c4core", @@ -18384,16 +15584,7 @@ } ], "Features": [], - "Stars": 92, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 97 }, { "Name": "c89stringutils", @@ -18412,16 +15603,7 @@ } ], "Features": [], - "Stars": 1, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1 }, { "Name": "c9y", @@ -18440,21 +15622,12 @@ } ], "Features": [], - "Stars": 4, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4 }, { "Name": "cachelib", - "Version": "2023.05.08.00", - "Description": "facebook cachelib", + "Version": "2024.05.02.00", + "Description": "Pluggable caching engine to build and scale high performance cache services.", "Homepage": "https://github.com/facebook/CacheLib", "License": "Apache-2.0", "Supports": "linux & x64 & static", @@ -18462,7 +15635,12 @@ "fbthrift", "fizz", "fmt", - "folly", + { + "name": "folly", + "features": [ + "libaio" + ] + }, "gflags", "glog", "gtest", @@ -18478,16 +15656,7 @@ "wangle" ], "Features": [], - "Stars": 1037, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1099 }, { "Name": "caf", @@ -18507,16 +15676,7 @@ } ], "Features": [], - "Stars": 3067, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3108 }, { "Name": "caffe2", @@ -18532,20 +15692,12 @@ } ], "Features": [], - "Stars": 8419, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "fail" + "Stars": 8421 }, { "Name": "cairo", "Version": "1.18.0", + "Port-Version": 1, "Description": "Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System (via both Xlib and XCB), Quartz, Win32, image buffers, PostScript, PDF, and SVG file output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.", "Homepage": "https://cairographics.org", "License": "LGPL-2.1-only OR MPL-1.1", @@ -18554,7 +15706,6 @@ "dirent", "expat", "libpng", - "lzo", "pixman", "pthread", { @@ -18586,21 +15737,18 @@ "glib" ] }, + "lzo": { + "description": "build with lzo support", + "dependencies": [ + "lzo" + ] + }, "x11": { "description": "build with x11 support", "supports": "!windows" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cairomm", @@ -18619,36 +15767,28 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "calceph", - "Version": "3.5.5", + "Version": "4.0.0", "Description": "C library to access the binary planetary ephemeris files.", "Homepage": "https://www.imcce.fr/inpop/calceph/", - "Documentation": "https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/html/c/index.html", + "Documentation": "https://calceph.imcce.fr/docs/latest/html/c/index.html", "License": "CECILL-2.1 OR CECILL-B OR CECILL-C", "Supports": "!uwp", + "Dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "camport3", @@ -18657,16 +15797,7 @@ "Homepage": "https://github.com/percipioxyz/camport3", "Supports": "((windows & !uwp & !arm & !arm64 & !static) | linux) & !wasm32", "Features": [], - "Stars": 66, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 68 }, { "Name": "canvas-ity", @@ -18675,16 +15806,7 @@ "Homepage": "https://github.com/a-e-k/canvas_ity", "License": "ISC", "Features": [], - "Stars": 310, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 319 }, { "Name": "capnproto", @@ -18712,16 +15834,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "capstone", @@ -18795,16 +15908,7 @@ "description": "Capstone disassembly support for XCore" } }, - "Stars": 6916, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7053 }, { "Name": "cargs", @@ -18822,16 +15926,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cartographer", @@ -18863,16 +15958,7 @@ } ], "Features": [], - "Stars": 6885, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 6963 }, { "Name": "casclib", @@ -18892,16 +15978,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "catch", @@ -18912,16 +15989,7 @@ "catch2" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "catch-classic", @@ -18934,20 +16002,11 @@ ], "Homepage": "https://github.com/catchorg/Catch2", "Features": [], - "Stars": 17798, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 18029 }, { "Name": "catch2", - "Version": "3.5.2", + "Version": "3.5.4", "Description": "A modern, C++-native, test framework for unit-tests, TDD and BDD.", "Homepage": "https://github.com/catchorg/Catch2", "License": "BSL-1.0", @@ -18962,16 +16021,32 @@ } ], "Features": [], - "Stars": 17798, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 18029 + }, + { + "Name": "cblas", + "Version": "2024-03-19", + "Description": "Metapackage for packages which provide CBLAS", + "License": null, + "Dependencies": [ + { + "name": "lapack-reference", + "features": [ + "cblas" + ], + "platform": "!osx & !ios & !uwp & !(windows & arm) & windows & static" + }, + { + "name": "openblas", + "platform": "!osx & !ios & (uwp | (windows & arm) | !windows | !static)" + }, + { + "name": "vcpkg-cmake", + "host": true + } + ], + "Features": [], + "Stars": 0 }, { "Name": "cccapstone", @@ -18983,16 +16058,7 @@ "capstone" ], "Features": [], - "Stars": 55, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 55 }, { "Name": "ccd", @@ -19016,16 +16082,7 @@ "description": "Use float64 doubles for ccd" } }, - "Stars": 461, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 468 }, { "Name": "ccfits", @@ -19042,16 +16099,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cctag", @@ -19115,21 +16163,11 @@ ] } }, - "Stars": 327, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 332 }, { "Name": "cctz", - "Version": "2.3", - "Port-Version": 7, + "Version": "2.4", "Description": "two libraries that cooperate with to give C++ programmers all the necessary tools for computing with dates, times, and time zones in a simple and correct manner.", "Homepage": "https://github.com/google/cctz", "Dependencies": [ @@ -19143,16 +16181,7 @@ } ], "Features": [], - "Stars": 573, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 580 }, { "Name": "cdt", @@ -19178,16 +16207,7 @@ "description": "Templates for float and double will be instantiated and compiled into a library" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 886 }, { "Name": "celero", @@ -19206,16 +16226,7 @@ } ], "Features": [], - "Stars": 799, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 799 }, { "Name": "cello", @@ -19234,16 +16245,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cereal", @@ -19263,21 +16265,12 @@ } ], "Features": [], - "Stars": 3938, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4001 }, { "Name": "ceres", "Version": "2.1.0", - "Port-Version": 4, + "Port-Version": 5, "Description": "non-linear optimization package", "Homepage": "https://github.com/ceres-solver/ceres-solver", "License": "Apache-2.0", @@ -19324,6 +16317,9 @@ "lapack" ] }, + "schur": { + "description": "Enable fixed-size Schur specializations in Ceres" + }, "suitesparse": { "description": "SuiteSparse support for Ceres", "dependencies": [ @@ -19346,16 +16342,7 @@ ] } }, - "Stars": 3507, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3612 }, { "Name": "cfitsio", @@ -19391,21 +16378,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cgal", - "Version": "5.6", - "Port-Version": 1, + "Version": "5.6.1", "Description": "The Computational Geometry Algorithms Library (CGAL) is a C++ library that aims to provide easy access to efficient and reliable algorithms in computational geometry.", "Homepage": "https://github.com/CGAL/cgal", "License": "GPL-3.0-or-later AND LGPL-3.0-or-later AND BSL-1.0", @@ -19482,16 +16459,7 @@ ] } }, - "Stars": 4435, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4563 }, { "Name": "cgicc", @@ -19509,21 +16477,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cglm", - "Version": "0.9.2", - "Port-Version": 1, + "Version": "0.9.4", "Description": "Highly Optimized Graphics Math (glm) for C", "Homepage": "https://github.com/recp/cglm", "License": "MIT", @@ -19538,16 +16496,7 @@ } ], "Features": [], - "Stars": 2006, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2051 }, { "Name": "cgltf", @@ -19556,16 +16505,7 @@ "Homepage": "https://github.com/jkuhlmann/cgltf", "License": "MIT", "Features": [], - "Stars": 1344, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1383 }, { "Name": "cgns", @@ -19641,16 +16581,7 @@ "description": "No effects, preserved for upgrade compatibility" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "chaiscript", @@ -19659,21 +16590,12 @@ "Description": "Embedded Scripting Language Designed for C++", "Homepage": "https://github.com/ChaiScript/ChaiScript", "Features": [], - "Stars": 2860, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2888 }, { "Name": "chakracore", "Version": "2022-11-09", - "Port-Version": 5, + "Port-Version": 7, "Description": "Core part of the Chakra Javascript engine", "Homepage": "https://github.com/Microsoft/ChakraCore", "License": "MIT", @@ -19697,16 +16619,7 @@ } ], "Features": [], - "Stars": 9007, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "skip", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 9035 }, { "Name": "charls", @@ -19725,16 +16638,7 @@ } ], "Features": [], - "Stars": 164, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 166 }, { "Name": "chartdir", @@ -19745,16 +16649,7 @@ "License": null, "Supports": "!(arm & windows) & !uwp", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "pass", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 0 }, { "Name": "check", @@ -19774,16 +16669,7 @@ } ], "Features": [], - "Stars": 1028, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1041 }, { "Name": "chipmunk", @@ -19804,16 +16690,7 @@ } ], "Features": [], - "Stars": 2068, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2109 }, { "Name": "chmlib", @@ -19829,16 +16706,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "chromaprint", @@ -19855,16 +16723,7 @@ } ], "Features": [], - "Stars": 866, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 894 }, { "Name": "chromium-base", @@ -19885,16 +16744,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "pass", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "chronoengine", @@ -19926,16 +16776,7 @@ "description": "Enables template-based ground vehicle modeling and simulation within Chrono." } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cialloo-rcon", @@ -19947,16 +16788,7 @@ "asio" ], "Features": [], - "Stars": 1, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1 }, { "Name": "cimg", @@ -19970,16 +16802,7 @@ } ], "Features": [], - "Stars": 1395, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1426 }, { "Name": "cista", @@ -19998,16 +16821,7 @@ } ], "Features": [], - "Stars": 1584, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1652 }, { "Name": "cityhash", @@ -20031,16 +16845,7 @@ "supports": "x64 | (x86 & !windows)" } }, - "Stars": 1039, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1053 }, { "Name": "civetweb", @@ -20068,16 +16873,7 @@ ] } }, - "Stars": 2640, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2703 }, { "Name": "cjson", @@ -20100,16 +16896,7 @@ "description": "Enable building the cJSON_Utils library" } }, - "Stars": 9811, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 10057 }, { "Name": "clamav", @@ -20136,16 +16923,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "clap-cleveraudio", @@ -20164,23 +16942,15 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "clapack", "Version": "3.2.1", - "Port-Version": 22, + "Port-Version": 23, "Description": "CLAPACK (f2c'ed version of LAPACK)", - "Homepage": "https://www.netlib.org/clapack", + "Homepage": "https://netlib.org/lapack/", + "License": null, "Dependencies": [ "blas", { @@ -20193,16 +16963,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "pass", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 0 }, { "Name": "clara", @@ -20211,16 +16972,7 @@ "Description": "A simple to use command line parser for C++", "Homepage": "https://github.com/philsquared/Clara", "Features": [], - "Stars": 646, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 647 }, { "Name": "clblas", @@ -20241,16 +16993,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "clblast", @@ -20270,21 +17013,12 @@ } ], "Features": [], - "Stars": 951, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 997 }, { "Name": "cld3", "Version": "3.0.14", - "Port-Version": 1, + "Port-Version": 2, "Description": "Compact Language Detector v3", "Homepage": "https://github.com/google/cld3", "License": "Apache-2.0", @@ -20300,16 +17034,7 @@ } ], "Features": [], - "Stars": 734, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 750 }, { "Name": "clfft", @@ -20330,16 +17055,7 @@ } ], "Features": [], - "Stars": 610, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 609 }, { "Name": "cli", @@ -20359,20 +17075,11 @@ } ], "Features": [], - "Stars": 1091, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1122 }, { "Name": "cli11", - "Version": "2.4.0", + "Version": "2.4.1", "Description": "CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.", "Homepage": "https://github.com/CLIUtils/CLI11", "License": "BSD-3-Clause", @@ -20388,16 +17095,7 @@ } ], "Features": [], - "Stars": 2997, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3104 }, { "Name": "clickhouse-cpp", @@ -20422,16 +17120,7 @@ ] } }, - "Stars": 280, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 290 }, { "Name": "clipboardxx", @@ -20451,16 +17140,7 @@ } ], "Features": [], - "Stars": 61, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 61 }, { "Name": "clipp", @@ -20475,16 +17155,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "clipper2", @@ -20500,16 +17171,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "clockutils", @@ -20525,16 +17187,7 @@ } ], "Features": [], - "Stars": 5, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5 }, { "Name": "clrng", @@ -20555,16 +17208,7 @@ } ], "Features": [], - "Stars": 131, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 131 }, { "Name": "clue", @@ -20582,16 +17226,7 @@ "description": "Build test" } }, - "Stars": 57, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 57 }, { "Name": "cmakerc", @@ -20600,16 +17235,7 @@ "Homepage": "https://github.com/vector-of-bool/cmrc", "License": "MIT", "Features": [], - "Stars": 632, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 642 }, { "Name": "cmark", @@ -20632,16 +17258,7 @@ "supports": "!uwp" } }, - "Stars": 1538, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1573 }, { "Name": "cminpack", @@ -20661,16 +17278,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cmocka", @@ -20690,21 +17298,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cnats", - "Version": "3.7.0", - "Port-Version": 1, + "Version": "3.8.0", "Description": "A C client for the NATS messaging system", "Homepage": "https://github.com/nats-io/nats.c", "License": "Apache-2.0", @@ -20727,16 +17325,7 @@ "supports": "!windows" } }, - "Stars": 355, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 367 }, { "Name": "cnl", @@ -20755,16 +17344,7 @@ } ], "Features": [], - "Stars": 610, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 621 }, { "Name": "co", @@ -20777,16 +17357,7 @@ "cocoyaxi" ], "Features": [], - "Stars": 3770, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3841 }, { "Name": "cocoyaxi", @@ -20826,16 +17397,7 @@ ] } }, - "Stars": 3770, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3841 }, { "Name": "coin", @@ -20910,16 +17472,7 @@ ] } }, - "Stars": 248, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 258 }, { "Name": "coin-or-buildtools", @@ -20928,16 +17481,7 @@ "Homepage": "https://coin-or-tools.github.io/BuildTools/", "License": "EPL-2.0", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "coin-or-cbc", @@ -20952,16 +17496,7 @@ "coinutils" ], "Features": [], - "Stars": 713, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 732 }, { "Name": "coin-or-cgl", @@ -20975,16 +17510,7 @@ "coinutils" ], "Features": [], - "Stars": 22, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 23 }, { "Name": "coin-or-clp", @@ -20996,16 +17522,7 @@ "coinutils" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "coin-or-ipopt", @@ -21018,16 +17535,7 @@ "intel-mkl" ], "Features": [], - "Stars": 1236, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1292 }, { "Name": "coin-or-osi", @@ -21038,16 +17546,7 @@ "coinutils" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "coinutils", @@ -21074,16 +17573,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "collada-dom", @@ -21109,16 +17599,7 @@ "zlib" ], "Features": [], - "Stars": 77, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 78 }, { "Name": "colmap", @@ -21178,16 +17659,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "color-console", @@ -21196,16 +17668,7 @@ "Homepage": "https://github.com/imfl/color-console", "License": "MIT", "Features": [], - "Stars": 227, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 238 }, { "Name": "comms", @@ -21225,16 +17688,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "comms-ublox", @@ -21255,16 +17709,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "commsdsl", @@ -21286,16 +17731,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "compoundfilereader", @@ -21303,16 +17739,7 @@ "Description": "Simple standalone c++ header file to read compound file (Structured Storage File) content.", "Homepage": "https://github.com/microsoft/compoundfilereader", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 72 }, { "Name": "concurrencpp", @@ -21331,16 +17758,7 @@ } ], "Features": [], - "Stars": 1981, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2067 }, { "Name": "concurrentqueue", @@ -21359,20 +17777,11 @@ } ], "Features": [], - "Stars": 8660, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 8855 }, { "Name": "configcat", - "Version": "3.2.0", + "Version": "4.0.0", "Description": "ConfigCat SDK for C++ provides easy integration for your application to ConfigCat. ConfigCat is a feature flag and configuration management service that lets you separate feature releases from deployments. Alternative to LaunchDarkly.", "Homepage": "https://configcat.com/", "License": "MIT", @@ -21410,16 +17819,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "console-bridge", @@ -21438,16 +17838,7 @@ } ], "Features": [], - "Stars": 21, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 21 }, { "Name": "constexpr", @@ -21457,16 +17848,7 @@ "Homepage": "https://github.com/elbeno/constexpr", "License": "MIT", "Features": [], - "Stars": 240, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 241 }, { "Name": "constexpr-contracts", @@ -21485,16 +17867,7 @@ } ], "Features": [], - "Stars": 22, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 22 }, { "Name": "continuable", @@ -21514,16 +17887,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "convectionkernels", @@ -21542,16 +17906,7 @@ } ], "Features": [], - "Stars": 47, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 49 }, { "Name": "coolprop", @@ -21573,16 +17928,7 @@ } ], "Features": [], - "Stars": 692, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 728 }, { "Name": "copypp", @@ -21601,16 +17947,7 @@ } ], "Features": [], - "Stars": 1, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1 }, { "Name": "coroutine", @@ -21631,16 +17968,7 @@ } ], "Features": [], - "Stars": 464, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "fail", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 469 }, { "Name": "corrade", @@ -21727,16 +18055,30 @@ "description": "Utility library" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 + }, + { + "Name": "correlation-vector-cpp", + "Version": "1.0", + "Description": "CorrelationVector-Cpp provides a reference C++ implementation of the CorrelationVector protocol for tracing and correlation of events through a distributed system.", + "Homepage": "https://github.com/microsoft/CorrelationVector-Cpp", + "License": "MIT", + "Dependencies": [ + { + "name": "libuuid", + "platform": "!windows" + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "Features": [], + "Stars": 15 }, { "Name": "cpp-async", @@ -21745,16 +18087,7 @@ "Homepage": "https://github.com/microsoft/cpp-async", "License": "MIT", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 60 }, { "Name": "cpp-base64", @@ -21762,16 +18095,7 @@ "Description": "Base64 encoding and decoding with c++.", "Homepage": "https://github.com/ReneNyffenegger/cpp-base64/", "Features": [], - "Stars": 829, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 843 }, { "Name": "cpp-httplib", @@ -21812,16 +18136,7 @@ ] } }, - "Stars": 11486, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 11891 }, { "Name": "cpp-ipc", @@ -21840,16 +18155,7 @@ } ], "Features": [], - "Stars": 1542, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1609 }, { "Name": "cpp-jwt", @@ -21871,16 +18177,7 @@ } ], "Features": [], - "Stars": 373, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 377 }, { "Name": "cpp-netlib", @@ -21907,16 +18204,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cpp-peglib", @@ -21924,16 +18212,7 @@ "Description": "C++11 header-only PEG (Parsing Expression Grammars) library.", "License": "MIT", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cpp-redis", @@ -21954,16 +18233,7 @@ } ], "Features": [], - "Stars": 679, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 699 }, { "Name": "cpp-sort", @@ -21982,16 +18252,7 @@ } ], "Features": [], - "Stars": 588, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 598 }, { "Name": "cpp-taskflow", @@ -22003,16 +18264,7 @@ "taskflow" ], "Features": [], - "Stars": 9355, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 9580 }, { "Name": "cpp-timsort", @@ -22030,16 +18282,7 @@ } ], "Features": [], - "Stars": 281, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 281 }, { "Name": "cppad", @@ -22055,16 +18298,7 @@ } ], "Features": [], - "Stars": 411, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 430 }, { "Name": "cppcms", @@ -22085,16 +18319,7 @@ "zlib" ], "Features": [], - "Stars": 426, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 430 }, { "Name": "cppcodec", @@ -22112,16 +18337,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cppcoro", @@ -22141,16 +18357,7 @@ } ], "Features": [], - "Stars": 3163, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3243 }, { "Name": "cppdap", @@ -22170,16 +18377,7 @@ } ], "Features": [], - "Stars": 137, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 139 }, { "Name": "cppfs", @@ -22208,16 +18406,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cppgraphqlgen", @@ -22248,16 +18437,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 313 }, { "Name": "cppitertools", @@ -22277,16 +18457,7 @@ } ], "Features": [], - "Stars": 1307, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1313 }, { "Name": "cppkafka", @@ -22307,16 +18478,7 @@ } ], "Features": [], - "Stars": 569, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 577 }, { "Name": "cppmicroservices", @@ -22337,16 +18499,7 @@ } ], "Features": [], - "Stars": 782, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 786 }, { "Name": "cppp-reiconv", @@ -22361,16 +18514,7 @@ } ], "Features": [], - "Stars": 16, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 18 }, { "Name": "cpprestsdk", @@ -22487,20 +18631,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7818 }, { "Name": "cppslippi", - "Version": "1.3.3.14", + "Version": "1.4.3.16", "Description": "C++ Slippi replay file parser.", "Homepage": "https://sourceforge.net/projects/cppslippi/", "License": "MIT", @@ -22516,16 +18651,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "fail", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cpptoml", @@ -22545,20 +18671,11 @@ } ], "Features": [], - "Stars": 575, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 577 }, { "Name": "cpptrace", - "Version": "0.4.0", + "Version": "0.5.3", "Description": "Simple, portable, and self-contained stacktrace library for C++11 and newer", "Homepage": "https://github.com/jeremy-rifkin/cpptrace", "License": "MIT", @@ -22578,16 +18695,7 @@ } ], "Features": [], - "Stars": 321, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 466 }, { "Name": "cppunit", @@ -22609,16 +18717,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cpputest", @@ -22638,36 +18737,18 @@ } ], "Features": [], - "Stars": 1296, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1317 }, { "Name": "cppwinrt", - "Version": "2.0.230207.1", + "Version": "2.0.240111.5", "Description": "C++/WinRT is a standard C++ language projection for the Windows Runtime.", "Homepage": "https://github.com/microsoft/cppwinrt", "Documentation": "https://docs.microsoft.com/windows/uwp/cpp-and-winrt-apis/", "License": "MIT", "Supports": "windows", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1595 }, { "Name": "cppxaml", @@ -22678,16 +18759,7 @@ "License": "MIT", "Supports": "windows & !xbox", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cppzmq", @@ -22720,21 +18792,12 @@ ] } }, - "Stars": 1795, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1840 }, { "Name": "cpr", "Version": "1.10.5", - "Port-Version": 1, + "Port-Version": 2, "Description": "C++ Requests is a simple wrapper around libcurl inspired by the excellent Python Requests project.", "Homepage": "https://github.com/libcpr/cpr", "License": "MIT", @@ -22773,16 +18836,7 @@ ] } }, - "Stars": 6047, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 6172 }, { "Name": "cpu-features", @@ -22806,20 +18860,11 @@ "description": "list_cpu_features command line tool" } }, - "Stars": 2353, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2374 }, { "Name": "cpuid", - "Version": "0.6.2", + "Version": "0.6.4", "Description": "Provides CPU identification for the x86 (and x86_64)", "Homepage": "https://github.com/anrieff/libcpuid", "License": "MIT", @@ -22835,16 +18880,7 @@ } ], "Features": [], - "Stars": 416, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 420 }, { "Name": "cpuinfo", @@ -22870,16 +18906,7 @@ "supports": "!uwp" } }, - "Stars": 906, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 936 }, { "Name": "cr", @@ -22888,21 +18915,12 @@ "Description": "cr.h: A Simple C Hot Reload Header-only Library", "Homepage": "https://fungos.github.io/cr-simple-c-hot-reload/", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "crashpad", "Version": "2022-09-05", - "Port-Version": 4, + "Port-Version": 6, "Description": [ "Crashpad is a crash-reporting system.", "Crashpad is a library for capturing, storing and transmitting postmortem crash reports from a client to an upstream collection server. Crashpad aims to make it possible for clients to capture process state at the time of crash with the best possible fidelity and coverage, with the minimum of fuss." @@ -22911,6 +18929,7 @@ "License": "Apache-2.0", "Supports": "linux | osx | (windows & !uwp)", "Dependencies": [ + "curl", { "name": "vcpkg-cmake-get-vars", "host": true @@ -22926,16 +18945,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "crashrpt", @@ -22979,16 +18989,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "crc32c", @@ -23008,16 +19009,7 @@ } ], "Features": [], - "Stars": 425, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 436 }, { "Name": "crfsuite", @@ -23034,16 +19026,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "croncpp", @@ -23062,16 +19045,7 @@ } ], "Features": [], - "Stars": 204, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 216 }, { "Name": "crossguid", @@ -23093,27 +19067,18 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "crow", - "Version": "1.0-5", + "Version": "1.1.0", "Description": "Very fast and easy to use C++ micro web framework", "Homepage": "https://github.com/CrowCpp/crow", "License": "BSD-3-Clause", "Dependencies": [ + "asio", "boost-algorithm", "boost-array", - "boost-asio", "boost-date-time", "boost-functional", "boost-lexical-cast", @@ -23128,16 +19093,7 @@ } ], "Features": [], - "Stars": 2594, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2796 }, { "Name": "cryptopp", @@ -23160,16 +19116,7 @@ "description": "Crypto++ with PEM pack" } }, - "Stars": 4448, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4571 }, { "Name": "cserialport", @@ -23190,16 +19137,7 @@ } ], "Features": [], - "Stars": 618, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 647 }, { "Name": "cspice", @@ -23220,16 +19158,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ctbench", @@ -23259,25 +19188,15 @@ } ], "Features": [], - "Stars": 20, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "fail", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 20 }, { "Name": "ctbignum", "Version": "2019-08-02", - "Port-Version": 3, + "Port-Version": 4, "Description": "This is a header-only template library for fixed-width \"small big-integer\" computations, for use during run-time as well as compile-time.", "Homepage": "https://github.com/niekbouman/ctbignum", "Dependencies": [ - "boost", { "name": "vcpkg-cmake", "host": true @@ -23288,16 +19207,7 @@ } ], "Features": [], - "Stars": 105, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 107 }, { "Name": "ctemplate", @@ -23317,16 +19227,7 @@ } ], "Features": [], - "Stars": 341, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 346 }, { "Name": "ctp", @@ -23340,16 +19241,7 @@ "description": "Data collect support of CTP" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ctpg", @@ -23369,16 +19261,7 @@ } ], "Features": [], - "Stars": 441, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 448 }, { "Name": "ctre", @@ -23397,16 +19280,7 @@ } ], "Features": [], - "Stars": 3103, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3166 }, { "Name": "ctstraffic", @@ -23423,16 +19297,7 @@ "wil" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 225 }, { "Name": "cub", @@ -23452,16 +19317,7 @@ } ], "Features": [], - "Stars": 1624, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1649 }, { "Name": "cubeb", @@ -23482,16 +19338,7 @@ } ], "Features": [], - "Stars": 423, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 428 }, { "Name": "cuda", @@ -23502,16 +19349,7 @@ "License": null, "Supports": "(windows & x64 & !uwp & !xbox) | (linux & x64) | (linux & arm64)", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cuda-api-wrappers", @@ -23531,21 +19369,12 @@ } ], "Features": [], - "Stars": 706, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 732 }, { "Name": "cudnn", "Version": "7.6.5", - "Port-Version": 10, + "Port-Version": 11, "Description": "NVIDIA's cuDNN deep neural network acceleration library.", "Homepage": "https://developer.nvidia.com/cudnn", "License": null, @@ -23554,16 +19383,7 @@ "cuda" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cunit", @@ -23583,20 +19403,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "curl", - "Version": "8.6.0", + "Version": "8.7.1", + "Port-Version": 2, "Description": "A library for transferring data with URLs", "Homepage": "https://curl.se/", "License": "curl AND ISC AND BSD-3-Clause", @@ -23668,6 +19480,23 @@ "libidn2" ] }, + "ldap": { + "description": "LDAP support", + "supports": "!uwp", + "dependencies": [ + { + "name": "curl", + "default-features": false, + "features": [ + "non-http" + ] + }, + { + "name": "openldap", + "platform": "!windows" + } + ] + }, "mbedtls": { "description": "SSL support (mbedTLS)", "dependencies": [ @@ -23683,6 +19512,12 @@ "openssl" ] }, + "psl": { + "description": "Use psl support (libpsl)", + "dependencies": [ + "libpsl" + ] + }, "schannel": { "description": "SSL support (Secure Channel)", "supports": "windows & !uwp", @@ -23765,14 +19600,13 @@ "supports": "windows" }, "winldap": { - "description": "LDAP support (WinLDAP). This feature does not include LDAPS support.", - "supports": "windows & !uwp", + "description": "Obsolete. Use feature 'ldap' instead.", "dependencies": [ { "name": "curl", "default-features": false, "features": [ - "non-http" + "ldap" ] } ] @@ -23803,16 +19637,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "curlpp", @@ -23836,16 +19661,7 @@ } ], "Features": [], - "Stars": 1585, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1611 }, { "Name": "cute-headers", @@ -23854,16 +19670,7 @@ "Description": "Collection of cross-platform one-file C/C++ libraries with no dependencies", "Homepage": "https://github.com/RandyGaul/cute_headers", "Features": [], - "Stars": 4044, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4114 }, { "Name": "cutelyst2", @@ -23885,16 +19692,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cwalk", @@ -23912,20 +19710,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cwapi3d", - "Version": "30.10.1", + "Version": "30.475.1", "Description": "CwAPI3D is the Cadwork 3D plugin architecture in C++.", "Homepage": "https://github.com/cwapi3d/cwapi3dcpp", "License": "MIT", @@ -23940,16 +19729,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1 }, { "Name": "cxxgraph", @@ -23967,20 +19747,11 @@ } ], "Features": [], - "Stars": 374, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 401 }, { "Name": "cxxopts", - "Version": "3.2.0", + "Version": "3.2.1", "Description": "This is a lightweight C++ option parser library, supporting the standard GNU style syntax for options", "Homepage": "https://github.com/jarro2783/cxxopts", "License": "MIT", @@ -23995,16 +19766,7 @@ } ], "Features": [], - "Stars": 3917, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4004 }, { "Name": "cyclonedds", @@ -24093,16 +19855,7 @@ "description": "Enable Type Discovery support" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "cyclonedds-cxx", @@ -24139,16 +19892,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "czmq", @@ -24204,23 +19948,13 @@ ] } }, - "Stars": 1128, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1147 }, { "Name": "d3d12-memory-allocator", - "Version": "2021-05-05", - "Port-Version": 1, + "Version": "2.0.1", "Description": "Easy to integrate D3d12 memory allocation library from GPUOpen", - "Homepage": "https://gpuopen.com/gaming-product/d3d12-memory-allocator/", + "Homepage": "https://gpuopen.com/d3d12-memory-allocator/", "License": "MIT", "Supports": "windows", "Dependencies": [ @@ -24235,16 +19969,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "d3dx12", @@ -24255,16 +19980,7 @@ "License": "MIT", "Supports": "(windows & !xbox) | linux", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "darknet", @@ -24406,16 +20122,7 @@ ] } }, - "Stars": 21314, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 21468 }, { "Name": "darts-clone", @@ -24433,16 +20140,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "dartsim", @@ -24482,20 +20180,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "dataframe", - "Version": "3.0.0", + "Version": "3.1.0", "Description": "This is a C++ statistical library that provides an interface similar to Pandas package in Python", "Homepage": "https://github.com/hosseinmoein/DataFrame", "License": "BSD-3-Clause", @@ -24511,16 +20200,7 @@ } ], "Features": [], - "Stars": 2183, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2277 }, { "Name": "date", @@ -24548,16 +20228,7 @@ ] } }, - "Stars": 3014, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3044 }, { "Name": "datraw", @@ -24566,21 +20237,11 @@ "Homepage": "https://github.com/UniStuttgart-VISUS/datraw", "License": "MIT", "Features": [], - "Stars": 4, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4 }, { "Name": "dav1d", - "Version": "1.3.0", - "Port-Version": 1, + "Version": "1.4.0", "Description": "dav1d is a new open-source AV1 decoder developed by the VideoLAN and FFmpeg communities and sponsored by the Alliance for Open Media.", "Homepage": "https://code.videolan.org/videolan/dav1d", "License": "BSD-2-Clause", @@ -24592,16 +20253,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "daw-header-libraries", @@ -24620,16 +20272,7 @@ } ], "Features": [], - "Stars": 22, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 22 }, { "Name": "daw-json-link", @@ -24649,16 +20292,7 @@ } ], "Features": [], - "Stars": 420, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 429 }, { "Name": "daw-utf-range", @@ -24678,16 +20312,7 @@ } ], "Features": [], - "Stars": 22, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 22 }, { "Name": "daxa", @@ -24741,16 +20366,7 @@ "description": "The Task-Graph Daxa utility" } }, - "Stars": 263, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 306 }, { "Name": "dbg-macro", @@ -24759,16 +20375,7 @@ "Homepage": "https://github.com/sharkdp/dbg-macro", "License": "MIT", "Features": [], - "Stars": 2794, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2854 }, { "Name": "dbghelp", @@ -24777,16 +20384,7 @@ "Description": "Windows Debug Help Library", "Supports": "windows", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 0 }, { "Name": "dbow2", @@ -24806,16 +20404,7 @@ } ], "Features": [], - "Stars": 826, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 843 }, { "Name": "dbow3", @@ -24842,21 +20431,12 @@ } ], "Features": [], - "Stars": 471, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 488 }, { "Name": "dbus", "Version": "1.15.8", - "Port-Version": 2, + "Port-Version": 4, "Description": "D-Bus specification and reference implementation, including libdbus and dbus-daemon", "Homepage": "https://gitlab.freedesktop.org/dbus/dbus", "License": "AFL-2.1 OR GPL-2.0-or-later", @@ -24896,21 +20476,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "dcmtk", "Version": "3.6.8", - "Port-Version": 2, + "Port-Version": 5, "Description": "This DICOM ToolKit (DCMTK) package consists of source code, documentation and installation instructions for a set of software libraries and applications implementing part of the DICOM/MEDICOM Standard.", "Homepage": "https://github.com/DCMTK/dcmtk", "License": "BSD-3-Clause OR BSD-2-Clause OR libtiff OR MIT OR Zlib OR Libpng", @@ -24956,7 +20527,10 @@ "tiff": { "description": "Enable TIFF support", "dependencies": [ - "tiff" + { + "name": "tiff", + "default-features": false + } ] }, "tools": { @@ -24975,16 +20549,7 @@ ] } }, - "Stars": 652, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 672 }, { "Name": "debug-assert", @@ -25003,16 +20568,7 @@ } ], "Features": [], - "Stars": 216, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 219 }, { "Name": "decimal-for-cpp", @@ -25020,16 +20576,7 @@ "Port-Version": 1, "Description": "Decimal data type support, for COBOL-like fixed-point operations on currency values.", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "detours", @@ -25040,16 +20587,7 @@ "License": "MIT", "Supports": "windows & !uwp", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4895 }, { "Name": "devicenameresolver", @@ -25065,21 +20603,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "devil", "Version": "1.8.0", - "Port-Version": 11, + "Port-Version": 13, "Description": "A full featured cross-platform image library", "Homepage": "https://github.com/DentonW/DevIL", "Supports": "!uwp", @@ -25135,24 +20664,18 @@ "tiff": { "description": "Use Libtiff for .tif support", "dependencies": [ - "tiff" + { + "name": "tiff", + "default-features": false + } ] } }, - "Stars": 437, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 439 }, { "Name": "dimcli", - "Version": "7.1.0", + "Version": "7.2.0", "Description": "C++ command line parser toolkit", "Homepage": "https://github.com/gknowles/dimcli", "Documentation": "https://gknowles.github.io/dimcli", @@ -25165,20 +20688,11 @@ } ], "Features": [], - "Stars": 33, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "fail", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 33 }, { "Name": "directx-dxc", - "Version": "2023-08-14", + "Version": "2024-03-29", "Description": "DirectX Shader Compiler (LLVM/Clang)", "Homepage": "https://github.com/microsoft/DirectXShaderCompiler", "Documentation": "https://github.com/microsoft/DirectXShaderCompiler/wiki", @@ -25192,23 +20706,18 @@ { "name": "vcpkg-cmake-config", "host": true + }, + { + "name": "zlib", + "platform": "linux & !static" } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2920 }, { "Name": "directx-headers", - "Version": "1.611.0", + "Version": "1.613.0", "Description": "Official DirectX 12 Headers", "Homepage": "https://devblogs.microsoft.com/directx/", "Documentation": "https://devblogs.microsoft.com/directx/gettingstarted-dx12agility/", @@ -25225,20 +20734,34 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 + }, + { + "Name": "directx12-agility", + "Version": "1.613.0", + "Description": "DirectX 12 Agility SDK", + "Homepage": "https://aka.ms/directx12agility", + "Documentation": "https://devblogs.microsoft.com/directx/gettingstarted-dx12agility/", + "License": null, + "Supports": "windows & !uwp & !xbox", + "Dependencies": [ + "directx-headers", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "Features": [], + "Stars": 0 }, { "Name": "directxmath", "Version": "2024-02-14", + "Port-Version": 1, "Description": "DirectXMath SIMD C++ math library", "Homepage": "https://github.com/Microsoft/DirectXMath", "Documentation": "https://docs.microsoft.com/windows/win32/dxmath/directxmath-portal", @@ -25254,20 +20777,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1483 }, { "Name": "directxmesh", - "Version": "2023-12-31", + "Version": "2024-02-21", "Description": "DirectXMesh geometry processing library", "Homepage": "https://github.com/Microsoft/DirectXMesh", "Documentation": "https://github.com/microsoft/DirectXMesh/wiki", @@ -25310,16 +20824,7 @@ "supports": "windows & !uwp & !xbox" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 757 }, { "Name": "directxsdk", @@ -25340,20 +20845,11 @@ "description": "Include headers/libs needed for Windows 7.1A targeting Windows XP / Server 2003" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "skip", - "x64-windows-static": "pass", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 0 }, { "Name": "directxtex", - "Version": "2023-12-31", + "Version": "2024-03-06", "Description": "DirectXTex texture processing library", "Homepage": "https://github.com/Microsoft/DirectXTex", "Documentation": "https://github.com/microsoft/DirectXTex/wiki", @@ -25394,34 +20890,46 @@ } ] }, + "jpeg": { + "description": "Add the JPEG auxiliary functions", + "supports": "linux", + "dependencies": [ + "libjpeg-turbo" + ] + }, "openexr": { "description": "Enable OpenEXR support", "dependencies": [ "openexr" ] }, + "png": { + "description": "Add the PNG auxiliary functions", + "supports": "linux", + "dependencies": [ + "libpng" + ] + }, "spectre": { "description": "Build Spectre-mitigated library" }, "tools": { "description": "texture command-line tools", "supports": "windows & !uwp & !xbox" + }, + "xbox": { + "description": "Adds Xbox specific extensions to the library", + "supports": "windows & x64 & !uwp & !xbox", + "dependencies": [ + "ms-gdkx" + ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1705 }, { "Name": "directxtk", - "Version": "2023-12-31", + "Version": "2024-02-21", "Description": "A collection of helper classes for writing DirectX 11.x code in C++.", "Homepage": "https://github.com/Microsoft/DirectXTK", "Documentation": "https://github.com/microsoft/DirectXTK/wiki", @@ -25459,20 +20967,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2495 }, { "Name": "directxtk12", - "Version": "2023-12-31", + "Version": "2024-02-21", "Description": "A collection of helper classes for writing DirectX 12 code in C++.", "Homepage": "https://github.com/Microsoft/DirectXTK12", "Documentation": "https://github.com/microsoft/DirectXTK12/wiki", @@ -25523,16 +21022,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1405 }, { "Name": "dirent", @@ -25541,16 +21031,7 @@ "Homepage": "https://github.com/tronkko/dirent", "License": "MIT", "Features": [], - "Stars": 997, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1013 }, { "Name": "discord-game-sdk", @@ -25569,16 +21050,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "discord-rpc", @@ -25598,20 +21070,11 @@ } ], "Features": [], - "Stars": 1021, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1031 }, { "Name": "discordcoreapi", - "Version": "2.0.5", + "Version": "2.0.6", "Description": "A Discord bot library written in C++ using custom asynchronous coroutines.", "Homepage": "https://discordcoreapi.com", "License": "MIT", @@ -25631,16 +21094,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "fail", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "discount", @@ -25658,16 +21112,7 @@ } ], "Features": [], - "Stars": 839, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 843 }, { "Name": "discreture", @@ -25688,16 +21133,7 @@ } ], "Features": [], - "Stars": 63, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 65 }, { "Name": "distorm", @@ -25714,16 +21150,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "dlfcn-win32", @@ -25743,21 +21170,12 @@ } ], "Features": [], - "Stars": 280, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 285 }, { "Name": "dlib", "Version": "19.24", - "Port-Version": 3, + "Port-Version": 4, "Description": "Modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++", "Homepage": "https://github.com/davisking/dlib", "License": "BSL-1.0", @@ -25801,16 +21219,26 @@ ] } }, - "Stars": 12667, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 13054 + }, + { + "Name": "dlpack", + "Version": "0.8", + "Description": "DLPack is an open in-memory tensor structure for sharing tensors among frameworks", + "Homepage": "https://github.com/dmlc/dlpack", + "License": "Apache-2.0", + "Dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "Features": [], + "Stars": 852 }, { "Name": "dmlc", @@ -25834,22 +21262,14 @@ "description": "Build with openmp" } }, - "Stars": 861, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 863 }, { "Name": "docopt", - "Version": "2018-11-01", - "Port-Version": 3, + "Version": "2022-03-15", + "Port-Version": 1, "Description": "Command line arguments parser that will make you smile (C++11 port).", + "License": "MIT OR BSL-1.0", "Dependencies": [ { "name": "vcpkg-cmake", @@ -25861,16 +21281,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "doctest", @@ -25889,16 +21300,7 @@ } ], "Features": [], - "Stars": 5467, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5598 }, { "Name": "double-conversion", @@ -25916,16 +21318,7 @@ } ], "Features": [], - "Stars": 1073, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1079 }, { "Name": "dp-thread-pool", @@ -25945,16 +21338,7 @@ } ], "Features": [], - "Stars": 340, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 361 }, { "Name": "dpdk", @@ -25998,16 +21382,7 @@ "description": "Build with fast path traces enabled" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "dpp", @@ -26032,16 +21407,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "draco", @@ -26060,16 +21426,7 @@ } ], "Features": [], - "Stars": 6144, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 6261 }, { "Name": "drekar-launch-process-cpp", @@ -26089,16 +21446,7 @@ } ], "Features": [], - "Stars": 3, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3 }, { "Name": "drlibs", @@ -26107,16 +21455,7 @@ "Homepage": "https://github.com/mackron/dr_libs", "License": "Unlicense OR MIT-0", "Features": [], - "Stars": 1121, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1155 }, { "Name": "drogon", @@ -26226,16 +21565,7 @@ ] } }, - "Stars": 10562, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 10784 }, { "Name": "dstorage", @@ -26246,16 +21576,7 @@ "License": null, "Supports": "windows & !arm32 & !uwp & !xbox", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "dtl", @@ -26263,16 +21584,7 @@ "Description": "Diff template library", "License": "BSD-4-Clause", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "duckx", @@ -26294,16 +21606,7 @@ } ], "Features": [], - "Stars": 356, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 362 }, { "Name": "duilib", @@ -26319,16 +21622,7 @@ } ], "Features": [], - "Stars": 5511, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5555 }, { "Name": "dukglue", @@ -26340,22 +21634,15 @@ "duktape" ], "Features": [], - "Stars": 162, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 165 }, { "Name": "duktape", "Version": "2.7.0", + "Port-Version": 1, "Description": "Embeddable Javascript engine with a focus on portability and compact footprint.", "Homepage": "https://github.com/svaarala/duktape", + "License": "MIT", "Dependencies": [ { "name": "vcpkg-cmake", @@ -26367,16 +21654,7 @@ } ], "Features": [], - "Stars": 5801, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5832 }, { "Name": "dumb", @@ -26391,16 +21669,7 @@ } ], "Features": [], - "Stars": 123, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 125 }, { "Name": "dv-processing", @@ -26447,16 +21716,7 @@ "description": "Build CLI utilities" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "dx", @@ -26465,36 +21725,18 @@ "Description": "A modern C++ library for DirectX programming", "Homepage": "https://github.com/sdcb/dx", "Features": [], - "Stars": 14, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 14 }, { "Name": "dxsdk-d3dx", "Version": "9.29.952.8", - "Port-Version": 6, + "Port-Version": 7, "Description": "Redistributable package for the legacy DirectX SDK's D3DX9, D3DX10, and/or D3DX11 utility libraries.", "Homepage": "https://walbourn.github.io/legacy-d3dx-on-nuget/", "License": null, - "Supports": "windows & !arm & !uwp & !xbox & !staticcrt", + "Supports": "windows & !arm & !uwp & !xbox", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "dxut", @@ -26527,16 +21769,7 @@ "description": "Build Spectre-mitigated library" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 399 }, { "Name": "dylib", @@ -26555,16 +21788,7 @@ } ], "Features": [], - "Stars": 222, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 237 }, { "Name": "dyno", @@ -26585,16 +21809,7 @@ } ], "Features": [], - "Stars": 949, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 960 }, { "Name": "eabase", @@ -26613,16 +21828,7 @@ } ], "Features": [], - "Stars": 157, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 157 }, { "Name": "earcut-hpp", @@ -26631,16 +21837,7 @@ "Homepage": "https://github.com/mapbox/earcut.hpp", "License": "ISC", "Features": [], - "Stars": 798, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 811 }, { "Name": "eastl", @@ -26660,16 +21857,7 @@ } ], "Features": [], - "Stars": 7595, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7676 }, { "Name": "easycl", @@ -26681,16 +21869,7 @@ "opencl" ], "Features": [], - "Stars": 7, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7 }, { "Name": "easyexif", @@ -26705,16 +21884,7 @@ } ], "Features": [], - "Stars": 287, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 292 }, { "Name": "easyhook", @@ -26731,16 +21901,7 @@ } ], "Features": [], - "Stars": 2854, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2897 }, { "Name": "easyloggingpp", @@ -26770,16 +21931,7 @@ "description": "Make easyloggingpp thread safe (compile with ELPP_THREAD_SAFE)" } }, - "Stars": 3627, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3681 }, { "Name": "eathread", @@ -26801,21 +21953,11 @@ } ], "Features": [], - "Stars": 285, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 288 }, { "Name": "ebml", - "Version": "1.4.4", - "Port-Version": 1, + "Version": "1.4.5", "Description": "A C++ library to parse EBML files", "Homepage": "https://github.com/Matroska-Org/libebml", "Dependencies": [ @@ -26829,16 +21971,7 @@ } ], "Features": [], - "Stars": 132, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 132 }, { "Name": "ecal", @@ -26870,16 +22003,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ecm", @@ -26893,16 +22017,7 @@ } ], "Features": [], - "Stars": 116, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 123 }, { "Name": "ecos", @@ -26919,16 +22034,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ecsutil", @@ -26949,16 +22055,7 @@ } ], "Features": [], - "Stars": 1, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1 }, { "Name": "ed25519", @@ -26977,16 +22074,7 @@ } ], "Features": [], - "Stars": 468, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 479 }, { "Name": "edflib", @@ -27009,16 +22097,7 @@ "description": "Build tools" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "edlib", @@ -27037,16 +22116,7 @@ } ], "Features": [], - "Stars": 479, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 489 }, { "Name": "effects11", @@ -27072,16 +22142,7 @@ "description": "Build Spectre-mitigated library" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 418 }, { "Name": "effolkronium-random", @@ -27100,16 +22161,7 @@ } ], "Features": [], - "Stars": 850, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 879 }, { "Name": "efsw", @@ -27129,16 +22181,7 @@ } ], "Features": [], - "Stars": 535, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 555 }, { "Name": "egl", @@ -27154,16 +22197,7 @@ "opengl" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "egl-registry", @@ -27171,21 +22205,12 @@ "Description": "EGL API and Extension Registry", "Homepage": "https://github.com/KhronosGroup/EGL-Registry", "Features": [], - "Stars": 109, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 110 }, { "Name": "eigen3", "Version": "3.4.0", - "Port-Version": 3, + "Port-Version": 4, "Description": "C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.", "Homepage": "http://eigen.tuxfamily.org", "License": "MPL-2.0", @@ -27200,16 +22225,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "elements", @@ -27230,16 +22246,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "elfio", @@ -27258,16 +22265,7 @@ } ], "Features": [], - "Stars": 636, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 650 }, { "Name": "elfutils", @@ -27284,27 +22282,17 @@ "zstd" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "fail", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "embree3", "Version": "3.13.5", - "Port-Version": 2, + "Port-Version": 3, "Description": "High Performance Ray Tracing Kernels.", "Homepage": "https://github.com/embree/embree", "License": "Apache-2.0", "Supports": "!arm | osx", "Dependencies": [ - "tbb", { "name": "vcpkg-cmake", "host": true @@ -27315,51 +22303,66 @@ } ], "Default-Features": [ - "default-features" + "filter-function", + "geometry-curve", + "geometry-grid", + "geometry-instance", + "geometry-point", + "geometry-quad", + "geometry-subdivision", + "geometry-triangle", + "geometry-user", + "ray-packets", + "tasking-tbb" ], "Features": { - "avx": { - "description": "Enables AVX ISA." + "backface-culling": { + "description": "Enables backface culling." }, - "avx2": { - "description": "Enables AVX2 ISA." + "compact-polys": { + "description": "Enables double indexed poly layout." }, - "avx512": { - "description": "Enables AVX512 ISA." + "filter-function": { + "description": "Enables filter functions." }, - "default-features": { - "description": "Enables all default features.", - "dependencies": [ - { - "name": "embree3", - "default-features": false, - "features": [ - "avx", - "avx2", - "sse2", - "sse42" - ], - "platform": "x64 | x86" - } - ] + "geometry-curve": { + "description": "Enables support for curve geometries." }, - "sse2": { - "description": "Enables SSE2 ISA." + "geometry-grid": { + "description": "Enables support for grid geometries." + }, + "geometry-instance": { + "description": "Enables support for instances." + }, + "geometry-point": { + "description": "Enables support for point geometries." + }, + "geometry-quad": { + "description": "Enables support for quad geometries." + }, + "geometry-subdivision": { + "description": "Enables support for subdiv geometries." + }, + "geometry-triangle": { + "description": "Enables support for triangle geometries." + }, + "geometry-user": { + "description": "Enables support for user geometries." + }, + "ray-mask": { + "description": "Enables ray mask support." + }, + "ray-packets": { + "description": "Enabled support for ray packets." }, - "sse42": { - "description": "Enables SSE4.2 ISA." + "tasking-tbb": { + "description": "Use oneTBB as task system.", + "dependencies": [ + "tbb" + ] } }, - "Stars": 2228, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2275 }, { "Name": "enet", @@ -27378,21 +22381,12 @@ } ], "Features": [], - "Stars": 2536, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2590 }, { "Name": "enkits", "Version": "1.11", - "Port-Version": 1, + "Port-Version": 2, "Description": "A permissively licensed C and C++ Task Scheduler for creating parallel programs.", "Homepage": "https://github.com/dougbinks/enkiTS", "License": "Zlib", @@ -27407,16 +22401,7 @@ } ], "Features": [], - "Stars": 1603, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1628 }, { "Name": "ensmallen", @@ -27438,16 +22423,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "entityx", @@ -27462,20 +22438,11 @@ } ], "Features": [], - "Stars": 2162, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2181 }, { "Name": "entt", - "Version": "3.13.1", + "Version": "3.13.2", "Description": "Gaming meets modern C++ - a fast and reliable entity-component system and much more", "Homepage": "https://github.com/skypjack/entt", "License": "MIT", @@ -27490,16 +22457,7 @@ } ], "Features": [], - "Stars": 9269, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 9499 }, { "Name": "epsilon", @@ -27513,16 +22471,7 @@ "libpopt" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ereignis", @@ -27537,16 +22486,7 @@ } ], "Features": [], - "Stars": 2, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5 }, { "Name": "esaxx", @@ -27554,20 +22494,11 @@ "Port-Version": 1, "Description": "This library provides the implementation of enhanced suffix array.", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "etcd-cpp-apiv3", - "Version": "0.15.3", + "Version": "0.15.4", "Description": "The etcd-cpp-apiv3 is a C++ API for etcd's v3 client API, i.e., ETCDCTL_API=3.", "Homepage": "https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3", "License": "BSD-3-Clause", @@ -27576,7 +22507,10 @@ "boost-random", "boost-system", "boost-thread", - "cpprestsdk", + { + "name": "cpprestsdk", + "default-features": false + }, "grpc", "openssl", "protobuf", @@ -27590,16 +22524,7 @@ } ], "Features": [], - "Stars": 302, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 313 }, { "Name": "etl", @@ -27619,16 +22544,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "eve", @@ -27649,16 +22565,7 @@ } ], "Features": [], - "Stars": 817, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 854 }, { "Name": "eventpp", @@ -27677,21 +22584,12 @@ } ], "Features": [], - "Stars": 1176, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1238 }, { "Name": "evpp", "Version": "0.7.0", - "Port-Version": 7, + "Port-Version": 8, "Description": "A modern C++ network library based on libevent for developing high performance network services in TCP/UDP/HTTP protocols.", "Homepage": "https://github.com/Qihoo360/evpp", "License": "BSD-3-Clause", @@ -27722,16 +22620,7 @@ } ], "Features": [], - "Stars": 3445, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3496 }, { "Name": "exiv2", @@ -27793,20 +22682,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "expat", - "Version": "2.6.0", + "Version": "2.6.2", "Description": "XML parser library written in C", "Homepage": "https://github.com/libexpat/libexpat", "License": "MIT", @@ -27821,16 +22701,7 @@ } ], "Features": [], - "Stars": 955, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 999 }, { "Name": "expected-lite", @@ -27849,16 +22720,7 @@ } ], "Features": [], - "Stars": 342, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 350 }, { "Name": "exprtk", @@ -27868,16 +22730,7 @@ "Homepage": "https://www.partow.net/programming/exprtk/index.html", "License": "MIT", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ezc3d", @@ -27896,16 +22749,7 @@ } ], "Features": [], - "Stars": 123, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 131 }, { "Name": "ezfoundation", @@ -27925,16 +22769,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "faad2", @@ -27949,16 +22784,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "fadbad", @@ -27967,16 +22793,7 @@ "Description": "FADBAD++ Templates for Automatic Differentiation", "Homepage": "https://www.fadbad.com/", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "faiss", @@ -28005,16 +22822,7 @@ ] } }, - "Stars": 27088, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 28327 }, { "Name": "fakeit", @@ -28034,16 +22842,7 @@ } ], "Features": [], - "Stars": 1181, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1199 }, { "Name": "fameta-counter", @@ -28052,16 +22851,7 @@ "Homepage": "https://github.com/falemagn/fameta-counter", "License": "Unlicense", "Features": [], - "Stars": 44, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 46 }, { "Name": "fann", @@ -28080,16 +22870,7 @@ } ], "Features": [], - "Stars": 1534, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1554 }, { "Name": "farmhash", @@ -28100,16 +22881,7 @@ "License": "MIT", "Supports": "!arm", "Features": [], - "Stars": 615, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 619 }, { "Name": "fast-cpp-csv-parser", @@ -28119,20 +22891,11 @@ "Homepage": "https://github.com/ben-strasser/fast-cpp-csv-parser", "License": "BSD-3-Clause", "Features": [], - "Stars": 2026, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2062 }, { "Name": "fast-float", - "Version": "6.0.0", + "Version": "6.1.1", "Description": "Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod", "Homepage": "https://github.com/fastfloat/fast_float", "License": "Apache-2.0 OR BSL-1.0 OR MIT", @@ -28147,16 +22910,7 @@ } ], "Features": [], - "Stars": 1243, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1283 }, { "Name": "fastcdr", @@ -28175,16 +22929,7 @@ } ], "Features": [], - "Stars": 126, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 127 }, { "Name": "fastcgi", @@ -28195,16 +22940,7 @@ "License": "OML", "Supports": "!uwp", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "fastfeat", @@ -28218,21 +22954,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "fastgltf", - "Version": "0.7.0", - "Port-Version": 1, + "Version": "0.7.1", "Description": "A modern C++17 glTF 2.0 library focused on speed, correctness, and usability", "Homepage": "https://github.com/spnda/fastgltf", "License": "MIT", @@ -28248,16 +22974,7 @@ } ], "Features": [], - "Stars": 201, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 224 }, { "Name": "fastio", @@ -28276,16 +22993,7 @@ } ], "Features": [], - "Stars": 465, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 532 }, { "Name": "fastlz", @@ -28300,16 +23008,7 @@ } ], "Features": [], - "Stars": 376, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 394 }, { "Name": "fastor", @@ -28328,16 +23027,7 @@ } ], "Features": [], - "Stars": 682, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 705 }, { "Name": "fastrtps", @@ -28363,16 +23053,32 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "fail", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 + }, + { + "Name": "faudio", + "Version": "24.03", + "Description": "FAudio - accuracy-focused XAudio reimplementation for open platforms", + "Homepage": "https://fna-xna.github.io/", + "License": "Zlib", + "Supports": "!uwp", + "Dependencies": [ + { + "name": "sdl2", + "default-features": false, + "platform": "!windows" + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "Features": [], + "Stars": 0 }, { "Name": "fawdlstty-libfv", @@ -28389,16 +23095,7 @@ "zlib" ], "Features": [], - "Stars": 119, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 119 }, { "Name": "fbgemm", @@ -28420,20 +23117,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "fbthrift", - "Version": "2024.01.01.00", + "Version": "2024.05.02.00", "Description": "Facebook's branch of Apache Thrift, including a new C++ server.", "Homepage": "https://github.com/facebook/fbthrift", "License": "Apache-2.0", @@ -28465,16 +23153,7 @@ "zstd" ], "Features": [], - "Stars": 2519, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2535 }, { "Name": "fcl", @@ -28496,16 +23175,7 @@ } ], "Features": [], - "Stars": 1263, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1308 }, { "Name": "fdk-aac", @@ -28530,16 +23200,7 @@ "supports": "!android" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "fdlibm", @@ -28553,21 +23214,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ffmpeg", "Version": "6.1.1", - "Port-Version": 1, + "Port-Version": 3, "Description": [ "a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.", "FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations." @@ -29076,7 +23728,7 @@ "name": "ffmpeg", "default-features": false, "features": [ - "nonfree" + "version3" ] }, "openssl" @@ -29254,34 +23906,16 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ffnvcodec", - "Version": "11.1.5.3", + "Version": "12.1.14.0", "Description": "FFmpeg version of Nvidia Codec SDK headers.", "Homepage": "https://github.com/FFmpeg/nv-codec-headers", "Supports": "linux | (!osx & !uwp & !(arm64 & windows))", "Features": [], - "Stars": 250, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 262 }, { "Name": "fftw3", @@ -29324,16 +23958,7 @@ "description": "Enable threads in fftw3" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "fftwpp", @@ -29345,16 +23970,7 @@ "fftw3" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "fineftp", @@ -29375,16 +23991,7 @@ } ], "Features": [], - "Stars": 281, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 286 }, { "Name": "fins", @@ -29405,16 +24012,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "fixed-string", @@ -29433,20 +24031,11 @@ } ], "Features": [], - "Stars": 99, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 99 }, { "Name": "fizz", - "Version": "2024.01.01.00", + "Version": "2024.05.02.00", "Description": "a TLS 1.3 implementation by Facebook", "Homepage": "https://github.com/facebookincubator/fizz", "License": "BSD-3-Clause", @@ -29471,16 +24060,7 @@ "zstd" ], "Features": [], - "Stars": 1102, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1110 }, { "Name": "flagpp", @@ -29494,16 +24074,7 @@ } ], "Features": [], - "Stars": 3, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3 }, { "Name": "flann", @@ -29537,16 +24108,7 @@ ] } }, - "Stars": 2119, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2155 }, { "Name": "flash-runtime-extensions", @@ -29566,16 +24128,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "flashlight-cpu", @@ -29689,16 +24242,7 @@ ] } }, - "Stars": 5089, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5160 }, { "Name": "flashlight-cuda", @@ -29810,16 +24354,7 @@ ] } }, - "Stars": 5089, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5160 }, { "Name": "flashlight-sequence", @@ -29848,16 +24383,7 @@ "description": "Build with OpenMP" } }, - "Stars": 10, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 11 }, { "Name": "flashlight-text", @@ -29883,16 +24409,7 @@ ] } }, - "Stars": 59, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 62 }, { "Name": "flat", @@ -29901,25 +24418,12 @@ "Homepage": "https://github.com/pubby/flat", "License": "BSL-1.0", "Features": [], - "Stars": 54, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 54 }, { "Name": "flatbuffers", - "Version": "23.5.26", - "Port-Version": 1, - "Description": [ - "Memory Efficient Serialization Library", - "FlatBuffers is an efficient cross platform serialization library for games and other memory constrained apps. It allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility." - ], + "Version": "24.3.25", + "Description": "FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.", "Homepage": "https://google.github.io/flatbuffers/", "License": "Apache-2.0", "Dependencies": [ @@ -29937,16 +24441,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "flatbush", @@ -29965,16 +24460,7 @@ } ], "Features": [], - "Stars": 12, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 12 }, { "Name": "flecs", @@ -29993,16 +24479,7 @@ } ], "Features": [], - "Stars": 5354, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5543 }, { "Name": "flint", @@ -30024,16 +24501,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "fltk", @@ -30079,16 +24547,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "fluidlite", @@ -30117,20 +24576,11 @@ ] } }, - "Stars": 115, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 118 }, { "Name": "fluidsynth", - "Version": "2.3.4", + "Version": "2.3.5", "Description": "FluidSynth reads and handles MIDI events from the MIDI input device. It is the software analogue of a MIDI synthesizer. FluidSynth can also play midifiles using a Soundfont.", "Homepage": "https://github.com/FluidSynth/fluidsynth", "License": "LGPL-2.1-or-later", @@ -30179,16 +24629,7 @@ ] } }, - "Stars": 1662, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1709 }, { "Name": "flux", @@ -30206,16 +24647,7 @@ } ], "Features": [], - "Stars": 285, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 389 }, { "Name": "fmem", @@ -30229,16 +24661,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "fmi4cpp", @@ -30263,16 +24686,7 @@ } ], "Features": [], - "Stars": 86, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 89 }, { "Name": "fmilib", @@ -30295,21 +24709,13 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "fmt", "Version": "10.2.1", - "Description": "Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.", + "Port-Version": 2, + "Description": "{fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams.", "Homepage": "https://github.com/fmtlib/fmt", "License": "MIT", "Dependencies": [ @@ -30323,20 +24729,11 @@ } ], "Features": [], - "Stars": 19002, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 19389 }, { "Name": "folly", - "Version": "2024.01.01.00", + "Version": "2024.05.02.00", "Description": "An open-source C++ library developed and used at Facebook. The library is UNSTABLE on Windows", "Homepage": "https://github.com/facebook/folly", "License": "Apache-2.0", @@ -30380,6 +24777,10 @@ "bzip2" ] }, + "libaio": { + "description": "Support compile with libaio", + "supports": "linux & x64" + }, "libsodium": { "description": "Support libsodium for cryto", "dependencies": [ @@ -30423,16 +24824,7 @@ ] } }, - "Stars": 26805, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 27144 }, { "Name": "font-chef", @@ -30450,16 +24842,7 @@ } ], "Features": [], - "Stars": 51, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 51 }, { "Name": "font-util", @@ -30471,16 +24854,7 @@ "xorg-macros" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "fontconfig", @@ -30511,16 +24885,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "foonathan-lexy", @@ -30540,16 +24905,7 @@ } ], "Features": [], - "Stars": 930, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 953 }, { "Name": "foonathan-memory", @@ -30576,16 +24932,7 @@ "description": "Build foonathan memory tool" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "forge", @@ -30616,16 +24963,7 @@ } ], "Features": [], - "Stars": 218, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 219 }, { "Name": "foxi", @@ -30641,16 +24979,7 @@ } ], "Features": [], - "Stars": 6, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 6 }, { "Name": "fp16", @@ -30666,40 +24995,7 @@ } ], "Features": [], - "Stars": 294, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" - }, - { - "Name": "fplus", - "Version": "0.2.22", - "Description": "Functional Programming Library for C++. Write concise and readable C++ code", - "Homepage": "https://github.com/Dobiasd/FunctionalPlus", - "License": "BSL-1.0", - "Dependencies": [ - { - "name": "vcpkg-cmake", - "host": true - } - ], - "Features": [], - "Stars": 1966, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 298 }, { "Name": "freealut", @@ -30724,16 +25020,7 @@ } ], "Features": [], - "Stars": 66, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 67 }, { "Name": "freeglut", @@ -30755,21 +25042,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "fail", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "freeimage", "Version": "3.18.0", - "Port-Version": 25, + "Port-Version": 26, "Description": "Support library for graphics image formats", "Homepage": "https://sourceforge.net/projects/freeimage/", "License": "GPL-2.0-only OR GPL-3.0-only OR FreeImage", @@ -30781,11 +25059,15 @@ "libraw", { "name": "libwebp", + "default-features": false, "platform": "!uwp" }, "openexr", "openjpeg", - "tiff", + { + "name": "tiff", + "default-features": false + }, { "name": "vcpkg-cmake", "host": true @@ -30797,16 +25079,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "freeopcua", @@ -30833,31 +25106,18 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "freerdp", - "Version": "3.0.0", + "Version": "3.4.0", "Port-Version": 1, "Description": "A free implementation of the Remote Desktop Protocol (RDP)", "Homepage": "https://github.com/FreeRDP/FreeRDP", "License": "Apache-2.0", - "Supports": "!uwp & !(arm & windows)", + "Supports": "!uwp", "Dependencies": [ "cjson", - { - "name": "glib", - "platform": "!windows" - }, "openssl", { "name": "vcpkg-cmake", @@ -30923,16 +25183,7 @@ ] } }, - "Stars": 9866, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 10260 }, { "Name": "freetds", @@ -30974,20 +25225,12 @@ "description": "Build tools" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "freetype", "Version": "2.13.2", + "Port-Version": 1, "Description": "A library to render fonts.", "Homepage": "https://www.freetype.org/", "License": "FTL OR GPL-2.0-or-later", @@ -31029,6 +25272,9 @@ "libpng" ] }, + "subpixel-rendering": { + "description": "Enables subpixel rendering." + }, "zlib": { "description": "Use zlib instead of internal library for DEFLATE", "dependencies": [ @@ -31036,16 +25282,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "freetype-gl", @@ -31081,16 +25318,7 @@ ] } }, - "Stars": 1574, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1592 }, { "Name": "freexl", @@ -31104,16 +25332,7 @@ "minizip" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "fribidi", @@ -31132,16 +25351,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "frozen", @@ -31160,26 +25370,18 @@ } ], "Features": [], - "Stars": 1185, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1212 }, { "Name": "frugally-deep", - "Version": "0.15.30", + "Version": "0.15.31", + "Port-Version": 1, "Description": "Header-only library for using Keras models in C++.", "Homepage": "https://github.com/Dobiasd/frugally-deep", "License": "MIT", "Dependencies": [ "eigen3", - "fplus", + "functionalplus", "nlohmann-json", { "name": "vcpkg-cmake", @@ -31195,16 +25397,7 @@ "description": "Use double precision" } }, - "Stars": 1034, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1046 }, { "Name": "fruit", @@ -31219,16 +25412,7 @@ } ], "Features": [], - "Stars": 1750, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1761 }, { "Name": "ftgl", @@ -31254,16 +25438,7 @@ } ], "Features": [], - "Stars": 23, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 23 }, { "Name": "ftxui", @@ -31283,16 +25458,7 @@ } ], "Features": [], - "Stars": 5862, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 6151 }, { "Name": "function2", @@ -31311,16 +25477,22 @@ } ], "Features": [], - "Stars": 504, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 531 + }, + { + "Name": "functionalplus", + "Version": "0.2.24", + "Description": "This port is the new fplus port, the old fplus has been removed. Functional Programming Library for C++. Write concise and readable C++ code", + "Homepage": "https://github.com/Dobiasd/FunctionalPlus", + "License": "BSL-1.0", + "Dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ], + "Features": [], + "Stars": 2007 }, { "Name": "functions-framework-cpp", @@ -31345,16 +25517,7 @@ } ], "Features": [], - "Stars": 42, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 42 }, { "Name": "fuzzylite", @@ -31371,16 +25534,7 @@ } ], "Features": [], - "Stars": 260, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 262 }, { "Name": "fxdiv", @@ -31395,21 +25549,12 @@ } ], "Features": [], - "Stars": 42, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 42 }, { "Name": "g2o", "Version": "2020-02-07", - "Port-Version": 4, + "Port-Version": 6, "Description": "g2o: A General Framework for Graph Optimization", "Homepage": "https://openslam.org/g2o.html", "Dependencies": [ @@ -31427,21 +25572,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "g3log", - "Version": "2.3", - "Port-Version": 1, + "Version": "2.4", "Description": "Asynchronous logger with Dynamic Sinks", "Homepage": "https://github.com/KjellKod/g3log", "License": "Unlicense", @@ -31457,16 +25592,7 @@ } ], "Features": [], - "Stars": 870, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 883 }, { "Name": "gainput", @@ -31487,16 +25613,7 @@ } ], "Features": [], - "Stars": 822, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 833 }, { "Name": "gamedev-framework", @@ -31540,16 +25657,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gamenetworkingsockets", @@ -31572,16 +25680,7 @@ } ], "Features": [], - "Stars": 7724, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7850 }, { "Name": "games101-cgl", @@ -31603,16 +25702,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gamma", @@ -31636,16 +25726,7 @@ } ], "Features": [], - "Stars": 436, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 443 }, { "Name": "gapp", @@ -31665,16 +25746,7 @@ } ], "Features": [], - "Stars": 20, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 26 }, { "Name": "gasol", @@ -31690,16 +25762,7 @@ } ], "Features": [], - "Stars": 16, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 18 }, { "Name": "gaussianlib", @@ -31707,16 +25770,7 @@ "Description": "Basic linear algebra C++ library for 2D and 3D applications", "Homepage": "https://github.com/LukasBanana/GaussianLib", "Features": [], - "Stars": 42, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 44 }, { "Name": "gazebo", @@ -31843,16 +25897,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "fail", - "x86-windows": "fail" + "Stars": 0 }, { "Name": "gcem", @@ -31871,20 +25916,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gdal", - "Version": "3.8.4", + "Version": "3.8.5", "Description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data", "Homepage": "https://gdal.org", "License": null, @@ -32201,20 +26237,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gdcm", - "Version": "3.0.22", + "Version": "3.0.23", "Description": "Grassroots DICOM library", "Homepage": "https://github.com/malaterre/GDCM", "License": "BSD-3-Clause", @@ -32237,16 +26264,7 @@ "zlib" ], "Features": [], - "Stars": 326, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 337 }, { "Name": "gdcm2", @@ -32258,42 +26276,39 @@ "gdcm" ], "Features": [], - "Stars": 326, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 337 }, { "Name": "gdk-pixbuf", "Version": "2.42.10", - "Port-Version": 2, + "Port-Version": 6, "Description": "Image loading library.", "Homepage": "https://gitlab.gnome.org/GNOME/gdk-pixbuf", "License": "LGPL-2.1-or-later", "Supports": "!xbox", "Dependencies": [ - "gettext", + { + "name": "gettext", + "host": true, + "features": [ + "tools" + ] + }, + "gettext-libintl", "glib", { "name": "glib", "host": true }, - "libpng", - { - "name": "tiff", - "default-features": false - }, { "name": "vcpkg-tool-meson", "host": true - }, - "zlib" + } + ], + "Default-Features": [ + "jpeg", + "png", + "tiff" ], "Features": { "introspection": { @@ -32301,18 +26316,30 @@ "dependencies": [ "gobject-introspection" ] + }, + "jpeg": { + "description": "Enable JPEG loader (requires libjpeg)", + "dependencies": [ + "libjpeg-turbo" + ] + }, + "png": { + "description": "Enable PNG loader (requires libpng)", + "dependencies": [ + "libpng" + ] + }, + "tiff": { + "description": "Enable TIFF loader (requires libtiff)", + "dependencies": [ + { + "name": "tiff", + "default-features": false + } + ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gemmlowp", @@ -32331,16 +26358,7 @@ } ], "Features": [], - "Stars": 1732, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1744 }, { "Name": "genann", @@ -32355,16 +26373,7 @@ } ], "Features": [], - "Stars": 1798, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1906 }, { "Name": "geogram", @@ -32394,16 +26403,7 @@ ] } }, - "Stars": 1561, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1605 }, { "Name": "geographiclib", @@ -32428,16 +26428,7 @@ "supports": "!uwp" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "geos", @@ -32457,16 +26448,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "geotrans", @@ -32483,16 +26465,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "getdns", @@ -32523,16 +26496,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "getopt", @@ -32547,16 +26511,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "getopt-win32", @@ -32576,21 +26531,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gettext", - "Version": "0.22.4", - "Port-Version": 2, + "Version": "0.22.5", "Description": "A GNU framework to help produce multi-lingual messages.", "Homepage": "https://www.gnu.org/software/gettext/", "License": "GPL-3.0-only", @@ -32617,21 +26562,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gettext-libintl", - "Version": "0.22.4", - "Port-Version": 1, + "Version": "0.22.5", "Description": "The libintl C library from GNU gettext-runtime.", "Homepage": "https://www.gnu.org/software/gettext/", "License": "LGPL-2.1-or-later", @@ -32643,16 +26578,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gettimeofday", @@ -32666,16 +26592,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gflags", @@ -32696,16 +26613,7 @@ } ], "Features": [], - "Stars": 2770, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2806 }, { "Name": "ghc-filesystem", @@ -32724,16 +26632,7 @@ } ], "Features": [], - "Stars": 1247, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1283 }, { "Name": "gherkin-c", @@ -32747,21 +26646,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 0 }, { "Name": "giflib", - "Version": "5.2.1", - "Port-Version": 3, + "Version": "5.2.2", "Description": "A library for reading and writing gif images.", "Homepage": "https://sourceforge.net/projects/giflib/", "License": "MIT", @@ -32772,16 +26661,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ginkgo", @@ -32818,21 +26698,11 @@ "supports": "mingw | !windows" } }, - "Stars": 364, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 375 }, { "Name": "gklib", - "Version": "2022-07-27", - "Port-Version": 2, + "Version": "2023-03-27", "Description": "General helper libraries for KarypisLab.", "Homepage": "https://github.com/KarypisLab/GKlib/", "License": "Apache-2.0", @@ -32847,16 +26717,7 @@ } ], "Features": [], - "Stars": 29, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 34 }, { "Name": "gl2ps", @@ -32875,16 +26736,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gl3w", @@ -32905,16 +26757,7 @@ } ], "Features": [], - "Stars": 693, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 701 }, { "Name": "glad", @@ -33269,20 +27112,11 @@ "supports": "!(linux | osx)" } }, - "Stars": 3440, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3522 }, { "Name": "glaze", - "Version": "2.1.4", + "Version": "2.4.5", "Description": "One of the fastest JSON libraries in the world. Glaze reads and writes from C++ memory, simplifying interfaces and offering incredible performance.", "Homepage": "https://github.com/stephenberry/glaze", "License": "MIT", @@ -33298,16 +27132,7 @@ } ], "Features": [], - "Stars": 819, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 899 }, { "Name": "glbinding", @@ -33328,16 +27153,7 @@ } ], "Features": [], - "Stars": 820, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 820 }, { "Name": "glew", @@ -33357,20 +27173,11 @@ } ], "Features": [], - "Stars": 2490, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2532 }, { "Name": "glfw3", - "Version": "3.3.9", + "Version": "3.4", "Description": "GLFW is a free, Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc.", "Homepage": "https://github.com/glfw/glfw", "License": "Zlib", @@ -33393,16 +27200,7 @@ ] } }, - "Stars": 11983, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 12262 }, { "Name": "gli", @@ -33422,20 +27220,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "glib", "Version": "2.78.4", + "Port-Version": 1, "Description": "Portable, general-purpose utility library.", "Homepage": "https://developer.gnome.org/glib/", "License": "LGPL-2.1-or-later", @@ -33465,16 +27255,62 @@ "supports": "linux" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 + }, + { + "Name": "glib-networking", + "Version": "2.78.0", + "Description": "Network extensions for GLib", + "Homepage": "https://gitlab.gnome.org/GNOME/glib-networking", + "License": "LGPL-2.1-only", + "Supports": "!uwp", + "Dependencies": [ + "glib", + { + "name": "glib", + "host": true + }, + { + "name": "vcpkg-tool-meson", + "host": true + } + ], + "Default-Features": [ + { + "name": "gnutls", + "platform": "linux | mingw" + }, + { + "name": "openssl", + "platform": "!linux & !mingw" + } + ], + "Features": { + "environment-proxy": { + "description": "support for environment variable proxy configuration" + }, + "gnutls": { + "description": "support for GnuTLS networking configuration", + "supports": "!windows | mingw", + "dependencies": [ + "libgnutls" + ] + }, + "libproxy": { + "description": "support for libproxy proxy configuration", + "supports": "!(uwp | xbox | android)", + "dependencies": [ + "libproxy" + ] + }, + "openssl": { + "description": "support for OpenSSL networking configuration", + "dependencies": [ + "openssl" + ] + } + }, + "Stars": 0 }, { "Name": "glibmm", @@ -33497,21 +27333,12 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "fail", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "glm", - "Version": "1.0.0", - "Port-Version": 1, + "Version": "1.0.1", + "Port-Version": 2, "Description": "OpenGL Mathematics (GLM)", "Homepage": "https://glm.g-truc.net", "License": "MIT", @@ -33526,16 +27353,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "globjects", @@ -33556,21 +27374,12 @@ } ], "Features": [], - "Stars": 538, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 541 }, { "Name": "glog", - "Version": "0.6.0", - "Port-Version": 3, + "Version": "0.7.0", + "Port-Version": 1, "Description": "C++ implementation of the Google logging module", "Homepage": "https://github.com/google/glog", "License": "BSD-3-Clause", @@ -33591,24 +27400,18 @@ }, "unwind": { "description": "Enable libunwind support", - "supports": "linux" + "supports": "linux", + "dependencies": [ + "libunwind" + ] } }, - "Stars": 6729, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 6820 }, { "Name": "gloo", "Version": "20201203", - "Port-Version": 2, + "Port-Version": 3, "Description": "Collective communications library with various primitives for multi-machine training.", "Homepage": "https://github.com/facebookincubator/gloo", "Supports": "x64 & linux", @@ -33643,16 +27446,7 @@ ] } }, - "Stars": 1118, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1140 }, { "Name": "glpk", @@ -33710,21 +27504,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "glslang", - "Version": "13.1.1", - "Port-Version": 1, + "Version": "14.0.0", "Description": "Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.", "Homepage": "https://github.com/KhronosGroup/glslang", "License": "Apache-2.0 AND BSD-3-Clause AND MIT AND GPL-3.0-or-later", @@ -33753,16 +27537,7 @@ "supports": "!ios" } }, - "Stars": 2770, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2832 }, { "Name": "glui", @@ -33784,16 +27559,7 @@ } ], "Features": [], - "Stars": 188, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 190 }, { "Name": "gmime", @@ -33814,16 +27580,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gmmlib", @@ -33839,21 +27596,11 @@ } ], "Features": [], - "Stars": 153, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 155 }, { "Name": "gmp", - "Version": "6.2.1", - "Port-Version": 21, + "Version": "6.3.0", "Description": "The GNU Multiple Precision Arithmetic Library", "Homepage": "https://gmplib.org", "License": "LGPL-3.0-only OR GPL-2.0-only", @@ -33874,20 +27621,11 @@ "supports": "!windows | mingw" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gmsh", - "Version": "4.11.1", + "Version": "4.12.2", "Description": "Gmsh is an open source 3D finite element mesh generator with a built-in CAD engine and post-processor.", "Homepage": "https://gmsh.info", "License": "LGPL-2.0-or-later", @@ -33931,21 +27669,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gobject-introspection", "Version": "1.72.0", - "Port-Version": 7, + "Port-Version": 8, "Description": "A middleware layer between C libraries (using GObject) and language bindings.", "Homepage": "https://gi.readthedocs.io/en/latest/", "License": null, @@ -33969,33 +27698,32 @@ }, "libffi", "python3", + { + "name": "python3", + "host": true + }, { "name": "vcpkg-tool-meson", "host": true } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "google-cloud-cpp", - "Version": "2.21.0", + "Version": "2.23.0", + "Port-Version": 1, "Description": "C++ Client Libraries for Google Cloud Platform APIs.", "Homepage": "https://github.com/googleapis/google-cloud-cpp", "License": "Apache-2.0", "Supports": "!uwp", "Dependencies": [ "abseil", - "openssl", + { + "name": "openssl", + "platform": "!windows" + }, { "name": "vcpkg-cmake", "host": true @@ -34110,6 +27838,18 @@ } ] }, + "apphub": { + "description": "App Hub API C++ Client Library", + "dependencies": [ + { + "name": "google-cloud-cpp", + "default-features": false, + "features": [ + "grpc-common" + ] + } + ] + }, "artifactregistry": { "description": "Artifact Registry API C++ Client Library", "dependencies": [ @@ -34161,6 +27901,18 @@ } ] }, + "backupdr": { + "description": "Backup and DR Service API C++ Client Library", + "dependencies": [ + { + "name": "google-cloud-cpp", + "default-features": false, + "features": [ + "grpc-common" + ] + } + ] + }, "baremetalsolution": { "description": "Bare Metal Solution API C++ Client Library", "dependencies": [ @@ -34283,6 +28035,18 @@ } ] }, + "cloudcontrolspartner": { + "description": "Cloud Controls Partner API C++ Client Library", + "dependencies": [ + { + "name": "google-cloud-cpp", + "default-features": false, + "features": [ + "grpc-common" + ] + } + ] + }, "cloudquotas": { "description": "Cloud Quotas API C++ Client Library", "dependencies": [ @@ -35168,6 +28932,18 @@ } ] }, + "securitycentermanagement": { + "description": "Security Center Management API C++ Client Library", + "dependencies": [ + { + "name": "google-cloud-cpp", + "default-features": false, + "features": [ + "grpc-common" + ] + } + ] + }, "servicecontrol": { "description": "Service Control API C++ Client Library", "dependencies": [ @@ -35290,6 +29066,18 @@ } ] }, + "storagecontrol": { + "description": "Cloud Storage Control API C++ Client Library", + "dependencies": [ + { + "name": "google-cloud-cpp", + "default-features": false, + "features": [ + "grpc-common" + ] + } + ] + }, "storageinsights": { "description": "Storage Insights API C++ Client Library", "dependencies": [ @@ -35531,16 +29319,7 @@ ] } }, - "Stars": 502, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 512 }, { "Name": "google-cloud-cpp-common", @@ -35551,16 +29330,7 @@ "google-cloud-cpp" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "google-cloud-cpp-spanner", @@ -35571,16 +29341,7 @@ "google-cloud-cpp" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "googleapis", @@ -35591,16 +29352,7 @@ "google-cloud-cpp" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gperf", @@ -35619,16 +29371,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gperftools", @@ -35654,20 +29397,11 @@ "supports": "windows" } }, - "Stars": 8041, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 8184 }, { "Name": "gpgme", - "Version": "1.22.0", + "Version": "1.23.2", "Description": "A library designed to make access to GnuPG easier for applications", "Homepage": "https://gnupg.org/software/gpgme/", "License": null, @@ -35684,16 +29418,7 @@ "description": "C++ bindings" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gpgmm", @@ -35713,16 +29438,7 @@ } ], "Features": [], - "Stars": 32, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 31 }, { "Name": "gppanel", @@ -35744,16 +29460,7 @@ "wxwidgets" ], "Features": [], - "Stars": 2, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2 }, { "Name": "grantlee", @@ -35775,16 +29482,7 @@ } ], "Features": [], - "Stars": 142, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 140 }, { "Name": "graphene", @@ -35821,20 +29519,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "graphicsmagick", "Version": "1.3.41", + "Port-Version": 1, "Description": "Image processing library", "Homepage": "https://sourceforge.net/projects/graphicsmagick/", "Dependencies": [ @@ -35843,7 +29533,10 @@ "libjpeg-turbo", "libpng", "libwebp", - "tiff", + { + "name": "tiff", + "default-features": false + }, { "name": "vcpkg-cmake", "host": true @@ -35855,16 +29548,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "graphite2", @@ -35886,16 +29570,7 @@ } ], "Features": [], - "Stars": 138, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 141 }, { "Name": "graphqlparser", @@ -35913,21 +29588,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "graphviz", - "Version": "9.0.0", - "Port-Version": 2, + "Version": "10.0.1", + "Port-Version": 1, "Description": "Graph Visualization Tools", "Homepage": "https://graphviz.org/", "License": "EPL-1.0", @@ -35937,6 +29603,8 @@ "name": "cairo", "default-features": false }, + "expat", + "gdk-pixbuf", "getopt", "gts", { @@ -35964,16 +29632,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "greatest", @@ -35981,22 +29640,13 @@ "Description": "Single-file testing system for C", "Homepage": "https://github.com/silentbicycle/greatest", "Features": [], - "Stars": 1449, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1458 }, { "Name": "grpc", "Version": "1.51.1", - "Port-Version": 1, - "Description": "An RPC library and framework", + "Port-Version": 3, + "Description": "gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.", "Homepage": "https://github.com/grpc/grpc", "License": "Apache-2.0", "Dependencies": [ @@ -36039,16 +29689,7 @@ "supports": "!uwp" } }, - "Stars": 40301, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 40788 }, { "Name": "grppi", @@ -36071,16 +29712,7 @@ ] } }, - "Stars": 81, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 81 }, { "Name": "gsl", @@ -36100,16 +29732,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gsl-lite", @@ -36127,16 +29750,7 @@ } ], "Features": [], - "Stars": 875, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 883 }, { "Name": "gsoap", @@ -36153,16 +29767,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 0 }, { "Name": "gst-rtsp-server", @@ -36187,21 +29792,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gstreamer", "Version": "1.22.5", - "Port-Version": 7, + "Port-Version": 8, "Description": "GStreamer open-source multimedia framework core library", "Homepage": "https://gstreamer.freedesktop.org/", "License": "LGPL-2.0-only", @@ -36848,6 +30444,19 @@ "soundtouch" ] }, + "soup": { + "description": "Enable support for the soup plugin", + "dependencies": [ + { + "name": "gstreamer", + "default-features": false, + "features": [ + "plugins-good" + ] + }, + "libsoup" + ] + }, "speex": { "description": "Enable support for the speex codec", "dependencies": [ @@ -37025,21 +30634,13 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gtest", "Version": "1.14.0", - "Description": "GoogleTest and GoogleMock testing frameworks", + "Port-Version": 1, + "Description": "Google Testing and Mocking Framework", "Homepage": "https://github.com/google/googletest", "License": "BSD-3-Clause", "Dependencies": [ @@ -37053,16 +30654,7 @@ } ], "Features": [], - "Stars": 32188, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 33149 }, { "Name": "gtk", @@ -37157,16 +30749,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gtk3", @@ -37259,16 +30842,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gtkmm", @@ -37291,16 +30865,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gtl", @@ -37315,16 +30880,7 @@ } ], "Features": [], - "Stars": 86, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 95 }, { "Name": "gts", @@ -37341,16 +30897,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gtsam", @@ -37386,16 +30933,7 @@ } ], "Features": [], - "Stars": 2326, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2404 }, { "Name": "guetzli", @@ -37412,21 +30950,11 @@ } ], "Features": [], - "Stars": 12864, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 12882 }, { "Name": "guile", - "Version": "3.0.8", - "Port-Version": 1, + "Version": "3.0.9", "Description": "GNU's programming and extension language", "Homepage": "https://www.gnu.org/software/guile/", "Documentation": "https://www.gnu.org/software/guile/manual/", @@ -37442,20 +30970,15 @@ ] }, "gmp", + { + "name": "gperf", + "host": true + }, "libffi", "libunistring" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "guilite", @@ -37464,20 +30987,11 @@ "Homepage": "https://github.com/idea4good/GuiLite", "License": "Apache-2.0", "Features": [], - "Stars": 7119, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7182 }, { "Name": "gul14", - "Version": "2.10.0", + "Version": "2.11.0", "Description": [ "General Utility Library for C++14.", "GUL14 contains often-used utility functions and types that form the foundation for other libraries and programs.", @@ -37494,16 +31008,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gumbo", @@ -37523,16 +31028,7 @@ } ], "Features": [], - "Stars": 5149, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5150 }, { "Name": "gz-cmake3", @@ -37548,16 +31044,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gz-common5", @@ -37594,16 +31081,7 @@ "tinyxml2" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gz-fuel-tools8", @@ -37626,16 +31104,7 @@ "tinyxml2" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gz-gui7", @@ -37669,16 +31138,7 @@ "tinyxml2" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "fail", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gz-math7", @@ -37696,16 +31156,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gz-msgs9", @@ -37724,16 +31175,7 @@ "tinyxml2" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gz-physics6", @@ -37758,16 +31200,7 @@ "sdformat13" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gz-plugin2", @@ -37789,16 +31222,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gz-rendering7", @@ -37827,16 +31251,7 @@ "opengl" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gz-sensors7", @@ -37859,16 +31274,7 @@ "sdformat13" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gz-tools2", @@ -37886,16 +31292,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gz-transport12", @@ -37919,16 +31316,7 @@ "zeromq" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gz-utils2", @@ -37944,16 +31332,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "gzip-hpp", @@ -37965,16 +31344,7 @@ "zlib" ], "Features": [], - "Stars": 296, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 308 }, { "Name": "h3", @@ -37994,25 +31364,20 @@ } ], "Features": [], - "Stars": 4502, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4607 }, { "Name": "h5py-lzf", - "Version": "2019-12-04", - "Port-Version": 3, - "Description": "The LZF filter is an alternative DEFLATE-style compressor for HDF5 datasets, using the free LZF library by Marc Alexander Lehmann.", + "Version": "2022-05-24", + "Description": "The LZF filter is an alternative DEFLATE-style compressor for HDF5 datasets.", "Homepage": "https://github.com/h5py/h5py/tree/master/lzf", + "License": "BSD-3-Clause", "Dependencies": [ - "hdf5", + { + "name": "hdf5", + "default-features": false + }, + "liblzf", { "name": "vcpkg-cmake", "host": true @@ -38023,16 +31388,7 @@ } ], "Features": [], - "Stars": 1981, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2005 }, { "Name": "halide", @@ -38237,16 +31593,7 @@ ] } }, - "Stars": 5645, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "fail", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5718 }, { "Name": "happly", @@ -38254,21 +31601,11 @@ "Description": "A header-only C++ reader/writer for the PLY file format.", "Homepage": "https://github.com/nmwsharp/happly", "Features": [], - "Stars": 276, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 286 }, { "Name": "hareflow", - "Version": "0.1.0", - "Port-Version": 1, + "Version": "0.1.1", "Description": "Hareflow: A RabbitMQ C++ stream client.", "Homepage": "https://github.com/coveooss/hareflow", "License": "Apache-2.0", @@ -38308,21 +31645,12 @@ } ], "Features": [], - "Stars": 4, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4 }, { "Name": "harfbuzz", - "Version": "8.3.0", - "Port-Version": 3, + "Version": "8.4.0", + "Port-Version": 1, "Description": "HarfBuzz OpenType text shaping engine", "Homepage": "https://github.com/harfbuzz/harfbuzz", "License": "MIT-Modern-Variant", @@ -38361,6 +31689,9 @@ "description": "Enable DirectWrite support on Windows", "supports": "windows" }, + "experimental-api": { + "description": "Enable experimental api" + }, "freetype": { "description": "Enable FreeType support", "dependencies": [ @@ -38400,16 +31731,7 @@ ] } }, - "Stars": 3460, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3601 }, { "Name": "hash-library", @@ -38429,16 +31751,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "hashids", @@ -38453,16 +31766,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "hayai", @@ -38481,16 +31785,7 @@ } ], "Features": [], - "Stars": 363, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 363 }, { "Name": "hazelcast-cpp-client", @@ -38531,16 +31826,7 @@ ] } }, - "Stars": 78, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 78 }, { "Name": "hdf5", @@ -38608,16 +31894,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "healpix", @@ -38630,16 +31907,7 @@ "cfitsio" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "hedley", @@ -38647,20 +31915,12 @@ "Description": "A C/C++ header to help move #ifdefs out of your code", "Homepage": "https://nemequ.github.io/hedley/", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "hello-imgui", "Version": "1.4.2", + "Port-Version": 1, "Description": "Hello ImGui: unleash your creativity in app development and prototyping", "Homepage": "https://pthom.github.io/hello_imgui/", "License": "MIT", @@ -38778,20 +32038,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "hexl", - "Version": "1.2.4", + "Version": "1.2.5", "Description": "Intel® HEXL is an open-source library which provides efficient implementations of integer arithmetic on Galois fields.", "Homepage": "https://github.com/intel/hexl", "License": "Apache-2.0", @@ -38809,16 +32060,7 @@ } ], "Features": [], - "Stars": 203, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 208 }, { "Name": "hffix", @@ -38837,16 +32079,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "hfsm2", @@ -38854,16 +32087,7 @@ "Description": "Header-only heriarchical FSM framework in C++14, with fully statically-defined structure (no dynamic allocations), built with variadic templates.", "Homepage": "https://github.com/andrew-gresyk/HFSM2", "Features": [], - "Stars": 422, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 436 }, { "Name": "hidapi", @@ -38892,16 +32116,7 @@ "supports": "windows" } }, - "Stars": 1429, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1479 }, { "Name": "highfive", @@ -38952,16 +32167,7 @@ ] } }, - "Stars": 616, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 636 }, { "Name": "highs", @@ -38982,16 +32188,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "highway", @@ -39015,16 +32212,7 @@ "supports": "!uwp" } }, - "Stars": 3501, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3660 }, { "Name": "hikogui", @@ -39055,16 +32243,7 @@ "vulkan-memory-allocator" ], "Features": [], - "Stars": 717, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 744 }, { "Name": "hiredis", @@ -39090,16 +32269,26 @@ ] } }, - "Stars": 6028, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 6098 + }, + { + "Name": "hjson-cpp", + "Version": "2.4.1", + "Description": "Hjson for C++", + "Homepage": "https://hjson.github.io", + "License": "MIT", + "Dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "Features": [], + "Stars": 0 }, { "Name": "hnswlib", @@ -39118,16 +32307,7 @@ } ], "Features": [], - "Stars": 3873, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4029 }, { "Name": "hps", @@ -39136,16 +32316,7 @@ "Homepage": "https://github.com/jl2922/hps", "License": "MIT", "Features": [], - "Stars": 72, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 74 }, { "Name": "hpx", @@ -39230,16 +32401,7 @@ ] } }, - "Stars": 2355, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "fail", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2420 }, { "Name": "http-parser", @@ -39258,16 +32420,7 @@ } ], "Features": [], - "Stars": 6269, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 6287 }, { "Name": "hungarian", @@ -39285,20 +32438,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "hunspell", "Version": "1.7.2", + "Port-Version": 1, "Description": "The most popular spellchecking library.", "Homepage": "https://github.com/hunspell/hunspell", "License": "MPL-1.1 OR LGPL-2.1-or-later OR GPL-2.0-or-later", @@ -39322,19 +32467,11 @@ ] }, "tools": { - "description": "Build hunspell tools" + "description": "Build hunspell tools", + "supports": "!windows | mingw" } }, - "Stars": 1959, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2008 }, { "Name": "hwloc", @@ -39348,16 +32485,7 @@ "License": "BSD-2-Clause", "Supports": "!uwp", "Features": [], - "Stars": 510, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 528 }, { "Name": "hyperscan", @@ -39394,16 +32522,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "hypodermic", @@ -39429,16 +32548,7 @@ } ], "Features": [], - "Stars": 546, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 555 }, { "Name": "hypre", @@ -39460,20 +32570,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "iceoryx", - "Version": "2.0.3", + "Version": "2.0.5", "Description": "True zero-copy inter-process-communication", "Homepage": "https://iceoryx.io", "License": "Apache-2.0", @@ -39507,20 +32608,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "icu", - "Version": "74.1", + "Version": "74.2", "Port-Version": 1, "Description": "Mature and widely used Unicode and localization library.", "Homepage": "https://icu.unicode.org/home", @@ -39540,16 +32632,7 @@ "supports": "!uwp" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ideviceinstaller", @@ -39569,16 +32652,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "idevicerestore", @@ -39603,20 +32677,11 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "idyntree", - "Version": "10.3.0", + "Version": "12.1.0", "Description": "Multibody Dynamics Library designed for Free Floating Robots.", "Homepage": "https://github.com/robotology/idyntree", "License": "BSD-3-Clause", @@ -39652,16 +32717,7 @@ ] } }, - "Stars": 140, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 150 }, { "Name": "if97", @@ -39671,16 +32727,7 @@ "Homepage": "https://github.com/CoolProp/IF97", "License": "MIT", "Features": [], - "Stars": 79, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 82 }, { "Name": "igloo", @@ -39688,16 +32735,7 @@ "Port-Version": 2, "Description": "A framework for unit testing in C++", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ignition-cmake0", @@ -39713,16 +32751,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ignition-cmake2", @@ -39737,16 +32766,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ignition-common1", @@ -39784,16 +32804,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ignition-common3", @@ -39822,16 +32833,7 @@ "tinyxml2" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ignition-fuel-tools1", @@ -39852,16 +32854,7 @@ "libzip" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ignition-fuel-tools4", @@ -39885,16 +32878,7 @@ "tinyxml2" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ignition-math4", @@ -39911,16 +32895,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ignition-math6", @@ -39937,16 +32912,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ignition-modularscripts", @@ -39965,16 +32931,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ignition-msgs1", @@ -39992,16 +32949,7 @@ "protobuf" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ignition-msgs5", @@ -40021,16 +32969,7 @@ "tinyxml2" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "skip", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ignition-msgs6", @@ -40050,16 +32989,7 @@ "tinyxml2" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ignition-plugin1", @@ -40079,16 +33009,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ignition-tools", @@ -40110,16 +33031,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ignition-transport4", @@ -40143,16 +33055,7 @@ "zeromq" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ignition-transport8", @@ -40177,16 +33080,7 @@ "zeromq" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ignition-transport9", @@ -40211,16 +33105,7 @@ "zeromq" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ignition-utils1", @@ -40236,20 +33121,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "igraph", - "Version": "0.10.10", + "Version": "0.10.11", "Description": "igraph is a C library for network analysis and graph theory, with an emphasis on efficiency portability and ease of use.", "Homepage": "https://igraph.org/", "License": "GPL-2.0-or-later", @@ -40280,16 +33156,7 @@ "description": "Use OpenMP parallelization in some functions" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "iir1", @@ -40309,16 +33176,7 @@ } ], "Features": [], - "Stars": 559, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 584 }, { "Name": "ijg-libjpeg", @@ -40339,16 +33197,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "fail", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 0 }, { "Name": "ilmbase", @@ -40358,16 +33207,7 @@ "imath" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "im3d", @@ -40386,20 +33226,11 @@ } ], "Features": [], - "Stars": 986, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1118 }, { "Name": "imageinfo", - "Version": "2024-01-19", + "Version": "2024-02-21", "Description": "Cross platform super fast single header c++ library to get image size and format without loading/decoding. Support avif, bmp, cur, dds, gif, hdr (pic), heic (heif), icns, ico, jp2, jpeg (jpg), jpx, ktx, png, psd, qoi, tga, tiff (tif), webp ...", "Homepage": "https://github.com/xiaozhuai/imageinfo", "License": "MIT", @@ -40419,21 +33250,11 @@ "supports": "!android & !ios & !xbox" } }, - "Stars": 89, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 92 }, { "Name": "imath", - "Version": "3.1.9", - "Port-Version": 1, + "Version": "3.1.11", "Description": "Imath is a C++ and Python library of 2D and 3D vector, matrix, and math operations for computer graphics.", "Homepage": "https://github.com/AcademySoftwareFoundation/Imath", "License": "BSD-3-Clause", @@ -40448,16 +33269,7 @@ } ], "Features": [], - "Stars": 332, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 350 }, { "Name": "imgui", @@ -40582,16 +33394,7 @@ "supports": "windows & !uwp" } }, - "Stars": 54329, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 55975 }, { "Name": "imgui-node-editor", @@ -40612,16 +33415,7 @@ } ], "Features": [], - "Stars": 3251, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3367 }, { "Name": "imgui-sfml", @@ -40643,16 +33437,7 @@ } ], "Features": [], - "Stars": 1031, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1048 }, { "Name": "imguizmo", @@ -40672,16 +33457,7 @@ } ], "Features": [], - "Stars": 2855, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2936 }, { "Name": "immer", @@ -40704,16 +33480,7 @@ "description": "Build documentation" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "implot", @@ -40733,16 +33500,7 @@ } ], "Features": [], - "Stars": 4206, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4345 }, { "Name": "indicators", @@ -40760,16 +33518,7 @@ } ], "Features": [], - "Stars": 2756, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2832 }, { "Name": "indirect-value", @@ -40787,21 +33536,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "influxdb-cxx", - "Version": "0.7.1", - "Port-Version": 1, + "Version": "0.7.2", "Description": "InfluxDB C++ client library", "Homepage": "https://github.com/offa/influxdb-cxx", "License": "MIT", @@ -40827,16 +33566,7 @@ ] } }, - "Stars": 102, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 109 }, { "Name": "infoware", @@ -40892,20 +33622,11 @@ "supports": "!windows" } }, - "Stars": 384, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 395 }, { "Name": "inih", - "Version": "57", + "Version": "58", "Description": "Simple .INI file parser", "Homepage": "https://github.com/benhoyt/inih", "License": "BSD-3-Clause", @@ -40923,16 +33644,7 @@ "description": "Build the C++ library" } }, - "Stars": 2264, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2316 }, { "Name": "iniparser", @@ -40952,16 +33664,7 @@ } ], "Features": [], - "Stars": 928, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 951 }, { "Name": "inipp", @@ -40970,16 +33673,7 @@ "Homepage": "https://github.com/mcmtroffaes/inipp", "License": "MIT", "Features": [], - "Stars": 251, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 253 }, { "Name": "inja", @@ -40999,16 +33693,7 @@ } ], "Features": [], - "Stars": 1488, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1542 }, { "Name": "intel-ipsec", @@ -41016,16 +33701,7 @@ "Description": "Intel(R) Multi-Buffer Crypto for IPsec Library", "Supports": "x64 & (windows | linux) & !uwp", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "intel-mkl", @@ -41043,16 +33719,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "intelrdfpmathlib", @@ -41067,16 +33734,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "io2d", @@ -41109,16 +33767,22 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 + }, + { + "Name": "iowa-hills-dsp", + "Version": "0.1.0", + "Description": "A platform-independent C/C++ library with many DSP (digital signal processing) functions, amongst also FIR and IIR filter design - but also FFT, DFT, Goertzel and Windowing functions.", + "Homepage": "https://github.com/hayguen/iowahills_dsp", + "License": "MIT", + "Dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ], + "Features": [], + "Stars": 16 }, { "Name": "irrlicht", @@ -41145,16 +33809,7 @@ "description": "Support unicode path on windows" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "irrxml", @@ -41165,16 +33820,7 @@ "irrlicht" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "isal", @@ -41184,16 +33830,7 @@ "License": "BSD-3-Clause", "Supports": "!uwp & (x64 | (arm64 & linux))", "Features": [], - "Stars": 880, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 907 }, { "Name": "ismrmrd", @@ -41215,16 +33852,7 @@ } ], "Features": [], - "Stars": 101, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 101 }, { "Name": "itay-grudev-singleapplication", @@ -41252,20 +33880,12 @@ } ], "Features": [], - "Stars": 826, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 853 }, { "Name": "itk", "Version": "5.3rc02", + "Port-Version": 1, "Description": "Insight Segmentation and Registration Toolkit (ITK) is used for image processing and analysis.", "Homepage": "https://github.com/InsightSoftwareConsortium/ITK", "License": "Apache-2.0", @@ -41293,7 +33913,10 @@ "name": "openjpeg", "default-features": false }, - "tiff", + { + "name": "tiff", + "default-features": false + }, { "name": "vcpkg-cmake", "host": true @@ -41379,16 +34002,7 @@ ] } }, - "Stars": 1316, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1343 }, { "Name": "itpp", @@ -41403,16 +34017,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "itsy-bitsy", @@ -41432,21 +34037,11 @@ "ztd-idk" ], "Features": [], - "Stars": 117, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 120 }, { "Name": "ixwebsocket", - "Version": "11.4.4", - "Port-Version": 2, + "Version": "11.4.5", "Description": "Lightweight WebSocket Client and Server + HTTP Client and Server", "Homepage": "https://github.com/machinezone/IXWebSocket", "License": "BSD-3-Clause", @@ -41516,16 +34111,7 @@ ] } }, - "Stars": 479, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 495 }, { "Name": "jack2", @@ -41545,16 +34131,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "jaeger-client-cpp", @@ -41578,16 +34155,7 @@ "yaml-cpp" ], "Features": [], - "Stars": 137, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 138 }, { "Name": "jansson", @@ -41607,20 +34175,11 @@ } ], "Features": [], - "Stars": 2951, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2977 }, { "Name": "jasper", - "Version": "4.2.0", + "Version": "4.2.1", "Description": "Open source implementation of the JPEG-2000 Part-1 standard", "Homepage": "https://github.com/jasper-software/jasper", "License": null, @@ -41666,16 +34225,7 @@ ] } }, - "Stars": 200, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 206 }, { "Name": "jbig2dec", @@ -41689,16 +34239,7 @@ } ], "Features": [], - "Stars": 34, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 35 }, { "Name": "jbigkit", @@ -41713,16 +34254,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "jemalloc", @@ -41732,16 +34264,7 @@ "Homepage": "https://jemalloc.net/", "License": "BSD-2-Clause", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "jhasse-poly2tri", @@ -41760,16 +34283,7 @@ } ], "Features": [], - "Stars": 405, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 416 }, { "Name": "jinja2cpplight", @@ -41785,16 +34299,7 @@ } ], "Features": [], - "Stars": 142, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 142 }, { "Name": "jkqtplotter", @@ -41835,20 +34340,12 @@ "description": "Build tools" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "joltphysics", - "Version": "4.0.0", + "Version": "5.0.0", + "Port-Version": 1, "Description": "A multi core friendly rigid body physics and collision detection library suitable for games and VR applications", "Homepage": "https://github.com/jrouwe/JoltPhysics", "License": "MIT", @@ -41863,16 +34360,7 @@ } ], "Features": [], - "Stars": 5058, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5615 }, { "Name": "josuttis-jthread", @@ -41881,16 +34369,7 @@ "Description": "C++ class for a joining and cooperative interruptible thread (std::jthread) with stop_token helper", "Homepage": "https://github.com/josuttis/jthread", "Features": [], - "Stars": 185, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 185 }, { "Name": "jsmn", @@ -41898,16 +34377,7 @@ "Port-Version": 2, "Description": "A minimalistic JSON parser in C.", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "json-c", @@ -41926,16 +34396,7 @@ } ], "Features": [], - "Stars": 2838, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2870 }, { "Name": "json-dto", @@ -41955,16 +34416,7 @@ } ], "Features": [], - "Stars": 116, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 122 }, { "Name": "json-rpc-cxx", @@ -41984,21 +34436,12 @@ } ], "Features": [], - "Stars": 224, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 231 }, { "Name": "json-schema-validator", "Version": "2.3.0", - "Port-Version": 1, + "Port-Version": 2, "Description": "C++ library for validating JSON documents based on a JSON Schema. This validator is based on the nlohmann-json library.", "Homepage": "https://github.com/pboettch/json-schema-validator", "License": "MIT", @@ -42017,22 +34460,13 @@ } ], "Features": [], - "Stars": 445, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 463 }, { "Name": "json-spirit", "Version": "4.1.0", - "Port-Version": 4, - "Description": "json parser using boost library", + "Port-Version": 5, + "Description": "A C++ JSON parser/generator implemented with Boost Spirit", "Dependencies": [ "boost-config", "boost-integer", @@ -42045,16 +34479,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "json11", @@ -42068,16 +34493,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "json5-parser", @@ -42097,20 +34513,11 @@ } ], "Features": [], - "Stars": 3, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3 }, { "Name": "jsoncons", - "Version": "0.173.4", + "Version": "0.175.0", "Description": "A C++, header-only library for constructing JSON and JSON-like text and binary data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON", "Homepage": "https://github.com/danielaparker/jsoncons", "License": "BSL-1.0", @@ -42125,22 +34532,13 @@ } ], "Features": [], - "Stars": 652, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 666 }, { "Name": "jsoncpp", "Version": "1.9.5", - "Port-Version": 2, - "Description": "jsoncpp is an implementation of a JSON reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format that it is easy to parse and redeable for human.", + "Port-Version": 4, + "Description": "JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files.", "Homepage": "https://github.com/open-source-parsers/jsoncpp", "License": "MIT", "Dependencies": [ @@ -42154,20 +34552,11 @@ } ], "Features": [], - "Stars": 7735, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7874 }, { "Name": "jsonifier", - "Version": "0.9.94", + "Version": "0.9.95", "Description": "A few classes for parsing and serializing json - very rapidly.", "Homepage": "https://github.com/realtimechris/jsonifier", "License": "MIT", @@ -42179,16 +34568,7 @@ } ], "Features": [], - "Stars": 24, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 28 }, { "Name": "jsonnet", @@ -42205,20 +34585,11 @@ } ], "Features": [], - "Stars": 6690, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 6763 }, { "Name": "juce", - "Version": "7.0.10", + "Version": "7.0.12", "Description": "Open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, AAX and LV2 audio plug-ins and plug-in hosts", "Homepage": "https://juce.com", "License": null, @@ -42319,16 +34690,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "jwt-cpp", @@ -42340,16 +34702,7 @@ "picojson" ], "Features": [], - "Stars": 750, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 784 }, { "Name": "jxrlib", @@ -42365,16 +34718,7 @@ } ], "Features": [], - "Stars": 32, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 37 }, { "Name": "kaitai-struct-cpp-stl-runtime", @@ -42406,20 +34750,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kangaru", - "Version": "4.3.1", + "Version": "4.3.2", "Description": "A dependency injection container for C++11, C++14 and later", "Homepage": "https://github.com/gracicot/kangaru", "License": "MIT", @@ -42438,16 +34773,7 @@ "description": "Enable hash based type id" } }, - "Stars": 449, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 465 }, { "Name": "kcp", @@ -42465,34 +34791,16 @@ } ], "Features": [], - "Stars": 14381, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 14761 }, { "Name": "kdalgorithms", - "Version": "1.2", + "Version": "1.3", "Description": "KDAB's algorithm helpers for C++14 and up", "Homepage": "https://github.com/KDAB/KDAlgorithms", "License": "MIT", "Features": [], - "Stars": 80, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 82 }, { "Name": "kdbindings", @@ -42511,16 +34819,7 @@ } ], "Features": [], - "Stars": 240, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 255 }, { "Name": "kddockwidgets", @@ -42545,16 +34844,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kdsoap", @@ -42577,16 +34867,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kealib", @@ -42611,16 +34892,7 @@ } ], "Features": [], - "Stars": 12, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 12 }, { "Name": "keccak-tiny", @@ -42639,16 +34911,7 @@ } ], "Features": [], - "Stars": 94, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 96 }, { "Name": "kenlm", @@ -42686,20 +34949,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kerbal", - "Version": "2023.12.1", + "Version": "2024.4.1", "Description": "Kerbal C++ Template Library", "Homepage": "https://github.com/WentsingNee/Kerbal", "License": "LGPL-3.0", @@ -42714,16 +34968,7 @@ } ], "Features": [], - "Stars": 63, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 66 }, { "Name": "keystone", @@ -42739,16 +34984,7 @@ } ], "Features": [], - "Stars": 2153, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2188 }, { "Name": "kf5archive", @@ -42794,16 +35030,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5attica", @@ -42824,16 +35051,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5auth", @@ -42856,16 +35074,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5bookmarks", @@ -42899,16 +35108,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5codecs", @@ -42933,16 +35133,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5completion", @@ -42964,16 +35155,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5config", @@ -42994,16 +35176,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5configwidgets", @@ -43045,16 +35218,7 @@ "description": "Enables a Qt Designer plugin" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5coreaddons", @@ -43075,16 +35239,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5crash", @@ -43109,16 +35264,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5dbusaddons", @@ -43139,16 +35285,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5declarative", @@ -43196,16 +35333,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5diagram", @@ -43227,16 +35355,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5globalaccel", @@ -43271,16 +35390,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5guiaddons", @@ -43344,16 +35454,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5holidays", @@ -43373,16 +35474,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5i18n", @@ -43413,16 +35505,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5iconthemes", @@ -43463,16 +35546,7 @@ "description": "Enables a Qt Designer plugin" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5itemmodels", @@ -43493,16 +35567,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5itemviews", @@ -43523,16 +35588,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5jobwidgets", @@ -43558,16 +35614,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5kcmutils", @@ -43603,16 +35650,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5kio", @@ -43708,16 +35746,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5newstuff", @@ -43759,16 +35788,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5notifications", @@ -43815,16 +35835,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5package", @@ -43855,16 +35866,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5parts", @@ -43903,16 +35905,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5plotting", @@ -43933,16 +35926,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5service", @@ -43979,16 +35963,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5solid", @@ -44031,16 +36006,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5sonnet", @@ -44068,16 +36034,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5syntaxhighlighting", @@ -44099,16 +36056,7 @@ } ], "Features": [], - "Stars": 134, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 134 }, { "Name": "kf5texteditor", @@ -44143,16 +36091,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5textwidgets", @@ -44186,16 +36125,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5wallet", @@ -44228,16 +36158,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5widgetsaddons", @@ -44258,16 +36179,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5windowsystem", @@ -44295,16 +36207,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kf5xmlgui", @@ -44355,21 +36258,11 @@ "description": "Enables a Qt Designer plugin" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kfr", - "Version": "5.0.1", - "Port-Version": 1, + "Version": "6.0.2", "Description": "Fast, modern C++ DSP framework.", "Homepage": "https://www.kfr.dev/", "License": "GPL-2.0", @@ -44378,6 +36271,10 @@ { "name": "vcpkg-cmake", "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true } ], "Features": { @@ -44395,21 +36292,9 @@ }, "dft": { "description": "Enable DFT and related algorithms." - }, - "dft-np": { - "description": "Enable non-power of 2 DFT." } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kinectsdk1", @@ -44426,16 +36311,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kinectsdk2", @@ -44452,16 +36328,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kissfft", @@ -44492,20 +36359,11 @@ ] } }, - "Stars": 1311, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1348 }, { "Name": "kissnet", - "Version": "2023-02-04", + "Version": "2024-01-20", "Description": "Keep It Simple Stupid NETwork - C++17 wrapping of your OS's native socket API", "Homepage": "https://github.com/Ybalrid/kissnet", "License": "MIT", @@ -44520,16 +36378,7 @@ } ], "Features": [], - "Stars": 225, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 228 }, { "Name": "klein", @@ -44547,16 +36396,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "knet", @@ -44577,16 +36417,7 @@ } ], "Features": [], - "Stars": 27, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 27 }, { "Name": "krabsetw", @@ -44595,20 +36426,11 @@ "Homepage": "https://github.com/microsoft/krabsetw", "Supports": "windows & !uwp", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 568 }, { "Name": "ktx", - "Version": "4.3.0-beta1", + "Version": "4.3.1", "Port-Version": 1, "Description": [ "The Khronos KTX library and tools.", @@ -44631,7 +36453,7 @@ "Features": { "tools": { "description": "Build tools", - "supports": "!android", + "supports": "!android & !uwp", "dependencies": [ "cxxopts", "fmt" @@ -44642,16 +36464,7 @@ "supports": "!emscripten" } }, - "Stars": 761, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 799 }, { "Name": "kubazip", @@ -44670,16 +36483,7 @@ } ], "Features": [], - "Stars": 1297, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1320 }, { "Name": "kubernetes", @@ -44704,16 +36508,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "kuku", @@ -44732,16 +36527,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 57 }, { "Name": "kvasir-mpl", @@ -44764,16 +36550,7 @@ "description": "Build with test" } }, - "Stars": 163, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 165 }, { "Name": "kwsys", @@ -44793,16 +36570,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "lager", @@ -44826,31 +36594,21 @@ "description": "Build documentation" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "lapack", - "Version": "2022-02-22", - "Port-Version": 2, + "Version": "2023-06-10", "Description": "Metapackage for packages which provide LAPACK", "License": null, "Dependencies": [ { "name": "clapack", - "platform": "(arm & windows) | uwp" + "platform": "uwp | (arm & windows)" }, { "name": "lapack-reference", - "platform": "!((arm & windows) | uwp)" + "platform": "!osx & !ios & !uwp & !(arm & windows)" }, { "name": "vcpkg-cmake", @@ -44858,23 +36616,14 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "lapack-reference", "Version": "3.11.0", - "Port-Version": 2, + "Port-Version": 6, "Description": "LAPACK - Linear Algebra PACKage", - "Homepage": "http://www.netlib.org/lapack/", + "Homepage": "https://netlib.org/lapack/", "License": "BSD-3-Clause-Open-MPI", "Dependencies": [ { @@ -44912,21 +36661,13 @@ }, "noblas": { "description": "Use external optimized BLAS", + "supports": "!windows | !static", "dependencies": [ "blas" ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "skip", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "lastools", @@ -44946,23 +36687,14 @@ } ], "Features": [], - "Stars": 804, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 831 }, { "Name": "laszip", - "Version": "3.4.3", - "Port-Version": 1, + "Version": "3.4.4", "Description": "LASzip - free and lossless LiDAR compression", "Homepage": "https://laszip.org/", + "License": "Apache-2.0", "Dependencies": [ { "name": "vcpkg-cmake", @@ -44974,16 +36706,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "launch-darkly-server", @@ -45006,16 +36729,7 @@ } ], "Features": [], - "Stars": 3, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3 }, { "Name": "lazy-importer", @@ -45023,16 +36737,7 @@ "Description": "Library for importing functions from dlls in a hidden, reverse engineer unfriendly way", "Homepage": "https://github.com/JustasMasiulis/lazy_importer", "Features": [], - "Stars": 1432, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1494 }, { "Name": "lcm", @@ -45057,16 +36762,7 @@ } ], "Features": [], - "Stars": 904, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "fail", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 926 }, { "Name": "lcms", @@ -45085,16 +36781,7 @@ } ], "Features": [], - "Stars": 508, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 519 }, { "Name": "leaf", @@ -45105,16 +36792,7 @@ "boost-leaf" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "lemon", @@ -45125,16 +36803,7 @@ "liblemon" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "lemon-parser-generator", @@ -45150,16 +36819,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "lensfun", @@ -45190,16 +36850,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "leptonica", @@ -45231,21 +36882,11 @@ "zlib" ], "Features": [], - "Stars": 1627, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1668 }, { "Name": "lerc", - "Version": "4.0", - "Port-Version": 2, + "Version": "4.0.4", "Description": "An open-source image or raster format which supports rapid encoding and decoding for any pixel type", "Homepage": "https://github.com/Esri/lerc", "License": "Apache-2.0", @@ -45260,16 +36901,7 @@ } ], "Features": [], - "Stars": 182, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 187 }, { "Name": "lest", @@ -45278,16 +36910,7 @@ "Description": "A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)", "Homepage": "https://github.com/martinmoene/lest", "Features": [], - "Stars": 382, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 383 }, { "Name": "leveldb", @@ -45320,16 +36943,7 @@ ] } }, - "Stars": 34635, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 35158 }, { "Name": "levmar", @@ -45345,16 +36959,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "lexbor", @@ -45373,16 +36978,7 @@ } ], "Features": [], - "Stars": 867, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 893 }, { "Name": "libaaplus", @@ -45405,16 +37001,7 @@ "description": "Build libaaplus tools" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libadlmidi", @@ -45468,21 +37055,12 @@ "description": "Support for AIL XMI files" } }, - "Stars": 167, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 168 }, { "Name": "libadwaita", "Version": "1.3.2", - "Port-Version": 1, + "Port-Version": 2, "Description": "Building blocks for modern GNOME applications", "Homepage": "https://gnome.pages.gitlab.gnome.org/libadwaita", "License": "LGPL-2.1-or-later", @@ -45496,19 +37074,14 @@ { "name": "sassc", "host": true + }, + { + "name": "vcpkg-tool-meson", + "host": true } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libaes-siv", @@ -45528,16 +37101,7 @@ } ], "Features": [], - "Stars": 19, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 19 }, { "Name": "libaiff", @@ -45552,16 +37116,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libalkimia", @@ -45611,16 +37166,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libao", @@ -45638,16 +37184,7 @@ } ], "Features": [], - "Stars": 69, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 72 }, { "Name": "libarchive", @@ -45735,16 +37272,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libass", @@ -45766,22 +37294,12 @@ } ], "Features": [], - "Stars": 852, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 872 }, { "Name": "libassert", - "Version": "1.2.2", - "Port-Version": 1, - "Description": "The most over-engineered and overpowered C++ assertion library.", + "Version": "2.0.2", + "Description": "The most over-engineered C++ assertion library", "Homepage": "https://github.com/jeremy-rifkin/libassert", "License": "MIT", "Supports": "!uwp", @@ -45798,20 +37316,11 @@ } ], "Features": [], - "Stars": 349, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 462 }, { "Name": "libassuan", - "Version": "2.5.6", + "Version": "2.5.7", "Description": "A library implementing the so-called Assuan protocol", "Homepage": "https://gnupg.org/software/libassuan/index.html", "License": "LGPL-2.1-or-later", @@ -45824,16 +37333,7 @@ "libgpg-error" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libatomic-ops", @@ -45852,20 +37352,11 @@ } ], "Features": [], - "Stars": 412, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 411 }, { "Name": "libavif", - "Version": "1.0.3", + "Version": "1.0.4", "Description": "Library for encoding and decoding AVIF files", "Homepage": "https://github.com/AOMediaCodec/libavif", "License": "BSD-2-Clause AND Apache-2.0", @@ -45888,16 +37379,7 @@ ] } }, - "Stars": 1309, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1381 }, { "Name": "libb2", @@ -45907,16 +37389,7 @@ "Homepage": "https://github.com/BLAKE2/libb2", "Supports": "!windows", "Features": [], - "Stars": 129, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 129 }, { "Name": "libbacktrace", @@ -45925,16 +37398,7 @@ "Homepage": "https://github.com/ianlancetaylor/libbacktrace", "Supports": "!windows", "Features": [], - "Stars": 872, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 895 }, { "Name": "libbf", @@ -45950,20 +37414,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libbson", - "Version": "1.26.0", + "Version": "1.26.2", "Description": "libbson is a library providing useful routines related to building, parsing, and iterating BSON documents.", "Homepage": "https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson", "License": null, @@ -45978,16 +37433,7 @@ } ], "Features": [], - "Stars": 794, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 794 }, { "Name": "libcaer", @@ -46023,16 +37469,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libcanberra", @@ -46103,21 +37540,12 @@ "description": "Enable optional PulseAudio support" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libcap", "Version": "2.69", - "Port-Version": 3, + "Port-Version": 4, "Description": "A library for getting and setting POSIX.1e (formerly POSIX 6) draft 15 capabilities.", "Homepage": "https://git.kernel.org/pub/scm/libs/libcap/libcap.git", "License": "BSD-3-Clause OR GPL-2.0-only", @@ -46133,20 +37561,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libcbor", - "Version": "0.10.2", + "Version": "0.11.0", "Description": "libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format", "Homepage": "https://github.com/PJK/libcbor", "License": "MIT", @@ -46154,19 +37573,14 @@ { "name": "vcpkg-cmake", "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true } ], "Features": [], - "Stars": 309, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 314 }, { "Name": "libcds", @@ -46189,16 +37603,7 @@ } ], "Features": [], - "Stars": 2450, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2477 }, { "Name": "libcerf", @@ -46213,16 +37618,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libconfig", @@ -46241,16 +37637,7 @@ } ], "Features": [], - "Stars": 1065, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1084 }, { "Name": "libconfuse", @@ -46269,16 +37656,7 @@ } ], "Features": [], - "Stars": 459, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 462 }, { "Name": "libcopp", @@ -46300,20 +37678,11 @@ } ], "Features": [], - "Stars": 794, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 803 }, { "Name": "libcoro", - "Version": "0.10", + "Version": "0.11.1", "Description": "C++20 coroutine library", "Homepage": "https://github.com/jbaldwin/libcoro", "License": "Apache-2.0", @@ -46323,22 +37692,15 @@ "host": true } ], - "Default-Features": [ - "networking", - "ssl" - ], "Features": { "networking": { "description": "Include networking features.", + "supports": "linux", "dependencies": [ "c-ares" ] }, - "platform": { - "description": "Include linux platform features.", - "supports": "linux" - }, - "ssl": { + "tls": { "description": "Include SSL features.", "dependencies": [ { @@ -46352,16 +37714,7 @@ ] } }, - "Stars": 427, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "fail", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 466 }, { "Name": "libcorrect", @@ -46380,16 +37733,7 @@ } ], "Features": [], - "Stars": 350, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 357 }, { "Name": "libcpplocate", @@ -46409,16 +37753,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libcrafter", @@ -46431,16 +37766,7 @@ "libpcap" ], "Features": [], - "Stars": 296, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 297 }, { "Name": "libcroco", @@ -46457,16 +37783,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libcsv", @@ -46477,16 +37794,7 @@ "License": "GPL-2.0-or-later", "Supports": "!xbox", "Features": [], - "Stars": 156, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 163 }, { "Name": "libcuckoo", @@ -46505,16 +37813,7 @@ } ], "Features": [], - "Stars": 1511, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1540 }, { "Name": "libcurl-simple-https", @@ -46534,21 +37833,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libdatachannel", - "Version": "0.19.5", - "Port-Version": 2, + "Version": "0.20.3", "Description": "libdatachannel is a standalone implementation of WebRTC Data Channels, WebRTC Media Transport, and WebSockets in C++17 with C bindings for POSIX platforms (including GNU/Linux, Android, and Apple macOS) and Microsoft Windows.", "Homepage": "https://github.com/paullouisageneau/libdatachannel", "License": "MPL-2.0", @@ -46585,16 +37874,7 @@ "description": "Web Socket support" } }, - "Stars": 1481, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1560 }, { "Name": "libdatrie", @@ -46618,21 +37898,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libdc1394", - "Version": "2.2.6", - "Port-Version": 1, + "Version": "2.2.7", "Description": "libdc1394 is a library that provides a complete high level application programming interface (API) for developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specifications (also known as the IIDC or DCAM Specifications).", "Homepage": "https://damien.douxchamps.net/ieee1394/libdc1394", "Supports": "!windows", @@ -46640,16 +37910,7 @@ "libusb" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libde265", @@ -46669,21 +37930,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libdeflate", - "Version": "1.19", - "Port-Version": 1, + "Version": "1.20", "Description": "libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression.", "Homepage": "https://github.com/ebiggers/libdeflate", "License": "MIT", @@ -46717,16 +37968,7 @@ "description": "Support the zlib format" } }, - "Stars": 903, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 933 }, { "Name": "libdisasm", @@ -46742,16 +37984,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libdivide", @@ -46774,20 +38007,11 @@ "description": "Build test" } }, - "Stars": 1023, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1043 }, { "Name": "libdjinterop", - "Version": "0.20.2", + "Version": "0.20.3", "Description": "C++ library for access to DJ record libraries. Currently only supports Denon Engine Prime databases", "Homepage": "https://github.com/xsco/libdjinterop", "License": "LGPL-3.0-or-later", @@ -46805,20 +38029,11 @@ "zlib" ], "Features": [], - "Stars": 42, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 45 }, { "Name": "libdmx", - "Version": "1.1.4", + "Version": "1.1.5", "Description": "X Window System DMX (Distributed Multihead X) extension library", "Homepage": "https://gitlab.freedesktop.org/xorg/lib/libdmx", "License": "MIT", @@ -46828,16 +38043,7 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libdshowcapture", @@ -46852,16 +38058,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libdwarf", @@ -46883,16 +38080,7 @@ "zstd" ], "Features": [], - "Stars": 130, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 142 }, { "Name": "libe57", @@ -46927,16 +38115,7 @@ "xerces-c" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libe57format", @@ -46956,16 +38135,7 @@ "xerces-c" ], "Features": [], - "Stars": 116, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 122 }, { "Name": "libebur128", @@ -46982,16 +38152,7 @@ } ], "Features": [], - "Stars": 374, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 382 }, { "Name": "libenvpp", @@ -47012,16 +38173,7 @@ } ], "Features": [], - "Stars": 111, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 118 }, { "Name": "libepoxy", @@ -47042,16 +38194,20 @@ } ], "Features": [], - "Stars": 630, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 643 + }, + { + "Name": "liberasurecode", + "Version": "1.6.3", + "Description": "Erasure Code API library written in C with pluggable Erasure Code backends. Mirror of code maintained at opendev.org.", + "Homepage": "https://github.com/openstack/liberasurecode", + "License": "BSD-2-Clause", + "Supports": "!android & !windows", + "Dependencies": [ + "zlib" + ], + "Features": [], + "Stars": 142 }, { "Name": "libev", @@ -47062,16 +38218,7 @@ "License": "BSD-2-Clause OR GPL-2.0-or-later", "Supports": "!windows", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libevent", @@ -47109,20 +38256,11 @@ "description": "Support for thread" } }, - "Stars": 10568, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 10755 }, { "Name": "libeventheader-decode", - "Version": "1.3.0", + "Version": "1.3.3", "Description": "C++ classes for decoding EventHeader-encoded Linux Tracepoints", "Homepage": "https://github.com/microsoft/LinuxTracepoints/", "License": "MIT", @@ -47130,11 +38268,11 @@ "Dependencies": [ { "name": "libeventheader-tracepoint", - "version>=": "1.3.0" + "version>=": "1.3.3" }, { "name": "libtracepoint-decode", - "version>=": "1.3.0" + "version>=": "1.3.3" }, { "name": "vcpkg-cmake", @@ -47146,20 +38284,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 36 }, { "Name": "libeventheader-tracepoint", - "Version": "1.3.0", + "Version": "1.3.3", "Description": "C/C++ interface for generating EventHeader-encoded Linux Tracepoints", "Homepage": "https://github.com/microsoft/LinuxTracepoints/", "License": "MIT", @@ -47167,7 +38296,7 @@ "Dependencies": [ { "name": "libtracepoint", - "version>=": "1.3.0" + "version>=": "1.3.3" }, { "name": "vcpkg-cmake", @@ -47179,16 +38308,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 36 }, { "Name": "libevhtp", @@ -47231,21 +38351,12 @@ "description": "Support thread for libevhtp" } }, - "Stars": 422, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 425 }, { "Name": "libexif", "Version": "0.6.24", - "Port-Version": 2, + "Port-Version": 3, "Description": "a library for parsing, editing, and saving EXIF data", "Homepage": "https://libexif.github.io/", "License": "LGPL-2.1-or-later", @@ -47276,16 +38387,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libfabric", @@ -47306,21 +38408,11 @@ } ], "Features": [], - "Stars": 493, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 508 }, { "Name": "libffi", - "Version": "3.4.4", - "Port-Version": 6, + "Version": "3.4.6", "Description": "Portable, high level programming interface to various calling conventions", "Homepage": "https://github.com/libffi/libffi", "License": "MIT", @@ -47331,20 +38423,11 @@ } ], "Features": [], - "Stars": 3008, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3062 }, { "Name": "libfido2", - "Version": "1.13.0", + "Version": "1.14.0", "Description": "Provides library functionality to communicate with a FIDO device over USB, and to verify attestation and assertion signatures.", "Homepage": "https://developers.yubico.com/libfido2/", "License": "BSD-2-Clause", @@ -47359,20 +38442,12 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libflac", "Version": "1.4.3", + "Port-Version": 2, "Description": "Library for manipulating FLAC files", "Homepage": "https://xiph.org/flac/", "License": "BSD-3-Clause", @@ -47387,22 +38462,23 @@ "host": true } ], + "Default-Features": [ + { + "name": "stack-protector", + "platform": "!emscripten" + } + ], "Features": { "asm": { "description": "Use any assembly optimization routines", "supports": "x86" + }, + "stack-protector": { + "description": "Build with stack smashing protection", + "supports": "!emscripten" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libfontenc", @@ -47417,16 +38493,28 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 + }, + { + "Name": "libfork", + "Version": "3.7.1", + "Description": "A bleeding-edge, lock-free, wait-free, continuation-stealing fork-join library built on C++20's coroutines.", + "Homepage": "https://github.com/conorwilliams/libfork", + "License": "MPL-2.0", + "Dependencies": [ + "boost-atomic", + "hwloc", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "Features": [], + "Stars": 473 }, { "Name": "libfort", @@ -47446,16 +38534,7 @@ } ], "Features": [], - "Stars": 467, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 475 }, { "Name": "libfreenect2", @@ -47501,20 +38580,11 @@ ] } }, - "Stars": 2011, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2035 }, { "Name": "libfs", - "Version": "1.0.8", + "Version": "1.0.9", "Description": "X Font Service client library", "Homepage": "https://gitlab.freedesktop.org/xorg/lib/libfs", "License": null, @@ -47526,16 +38596,7 @@ "xtrans" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libftdi", @@ -47554,16 +38615,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libftdi1", @@ -47583,16 +38635,23 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 + }, + { + "Name": "libfuse", + "Version": "3.16.2", + "Description": "The reference implementation of the Linux FUSE (Filesystem in Userspace) interface", + "Homepage": "https://github.com/libfuse/libfuse", + "License": "LGPL-2.1 AND GPL-2.0", + "Supports": "linux", + "Dependencies": [ + { + "name": "vcpkg-tool-meson", + "host": true + } + ], + "Features": [], + "Stars": 4991 }, { "Name": "libgcrypt", @@ -47613,21 +38672,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libgd", "Version": "2.3.3", - "Port-Version": 2, + "Port-Version": 3, "Description": "Open source code library for the dynamic creation of images by programmers.", "Homepage": "https://github.com/libgd/libgd", "License": "GD", @@ -47674,7 +38724,10 @@ "tiff": { "description": "Support for TIFF", "dependencies": [ - "tiff" + { + "name": "tiff", + "default-features": false + } ] }, "tools": { @@ -47687,16 +38740,7 @@ ] } }, - "Stars": 866, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 876 }, { "Name": "libgeotiff", @@ -47734,22 +38778,14 @@ ] } }, - "Stars": 166, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 171 }, { "Name": "libgig", - "Version": "4.3.0", + "Version": "4.4.1", "Description": "C++ library for loading Gigasampler files and DLS Level 1/2 files", "Homepage": "https://www.linuxsampler.org/libgig/", + "License": "GPL-2.0-or-later", "Supports": "windows & !uwp", "Dependencies": [ { @@ -47775,21 +38811,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libgit2", - "Version": "1.6.4", - "Port-Version": 1, + "Version": "1.8.0", "Description": "A C library implementing the Git core methods with a solid API", "Homepage": "https://github.com/libgit2/libgit2", "License": null, @@ -47883,16 +38909,7 @@ "supports": "windows & !uwp" } }, - "Stars": 9358, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 9434 }, { "Name": "libgme", @@ -47956,21 +38973,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libgnutls", - "Version": "3.8.1", - "Port-Version": 1, + "Version": "3.8.5", "Description": "A secure communications library implementing the SSL, TLS and DTLS protocols.", "Homepage": "https://www.gnutls.org/", "License": null, @@ -48006,16 +39013,7 @@ "description": "Enable the OpenSSL compatibility library." } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libgo", @@ -48036,16 +39034,7 @@ } ], "Features": [], - "Stars": 3081, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "fail", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3116 }, { "Name": "libgpg-error", @@ -48075,16 +39064,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libgpiod", @@ -48104,16 +39084,7 @@ "description": "Make available cxx bindings" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libgpod", @@ -48128,16 +39099,7 @@ "sqlite3" ], "Features": [], - "Stars": 34, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 36 }, { "Name": "libgta", @@ -48155,16 +39117,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libguarded", @@ -48183,16 +39136,7 @@ } ], "Features": [], - "Stars": 218, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 218 }, { "Name": "libgwenhywfar", @@ -48244,21 +39188,12 @@ "description": "Some helper tools provided by Gwenhywfar and useful for applications using it" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libgxps", "Version": "0.3.2", - "Port-Version": 2, + "Port-Version": 3, "Description": "libgxps is a GObject based library for handling and rendering XPS documents.", "Homepage": "https://wiki.gnome.org/Projects/libgxps", "Dependencies": [ @@ -48269,23 +39204,17 @@ "libjpeg-turbo", "libpng", "libxslt", - "tiff", + { + "name": "tiff", + "default-features": false + }, { "name": "vcpkg-tool-meson", "host": true } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "fail", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libharu", @@ -48306,26 +39235,21 @@ "zlib" ], "Features": [], - "Stars": 1656, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1683 }, { "Name": "libhdfs3", "Version": "2019-11-05", - "Port-Version": 5, + "Port-Version": 6, "Description": "Native Hadoop RPC protocol and HDFS data transfer protocol implementation", "Homepage": "https://github.com/erikmuttersbach/libhdfs3", "Supports": "!windows", "Dependencies": [ - "boost", + "boost-atomic", + "boost-chrono", + "boost-iostreams", + "boost-system", + "boost-thread", { "name": "libuuid", "platform": "!windows & !osx" @@ -48338,16 +39262,7 @@ } ], "Features": [], - "Stars": 40, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "fail", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 40 }, { "Name": "libheif", @@ -48384,20 +39299,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libhsplasma", - "Version": "2023-05-08", + "Version": "2024-03-07", "Description": "Cross-platform Plasma data and network library", "Homepage": "https://github.com/H-uru/libhsplasma", "License": "GPL-3.0-or-later", @@ -48424,16 +39330,7 @@ ] } }, - "Stars": 30, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 31 }, { "Name": "libhv", @@ -48460,16 +39357,7 @@ ] } }, - "Stars": 6185, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 6366 }, { "Name": "libhydrogen", @@ -48488,16 +39376,7 @@ } ], "Features": [], - "Stars": 568, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 581 }, { "Name": "libical", @@ -48524,16 +39403,7 @@ ] } }, - "Stars": 288, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 296 }, { "Name": "libice", @@ -48550,35 +39420,17 @@ "xtrans" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libiconv", "Version": "1.17", - "Port-Version": 2, + "Port-Version": 3, "Description": "GNU Unicode text conversion", "Homepage": "https://www.gnu.org/software/libiconv/", "License": null, "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libics", @@ -48596,16 +39448,26 @@ } ], "Features": [], - "Stars": 16, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 16 + }, + { + "Name": "libid3tag", + "Version": "0.16.3", + "Description": "ID3 tag manipulation library", + "Homepage": "https://codeberg.org/tenacityteam/libid3tag", + "Dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib" + ], + "Features": [], + "Stars": 0 }, { "Name": "libideviceactivation", @@ -48635,16 +39497,7 @@ "supports": "!android & !ios & !xbox" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libidn2", @@ -48672,16 +39525,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libigl", @@ -48769,16 +39613,7 @@ ] } }, - "Stars": 4318, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4403 }, { "Name": "libilbc", @@ -48795,16 +39630,7 @@ } ], "Features": [], - "Stars": 58, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 59 }, { "Name": "libimobiledevice", @@ -48838,16 +39664,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libimobiledevice-glue", @@ -48867,16 +39684,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libirecovery", @@ -48911,16 +39719,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libjpeg-turbo", @@ -48946,16 +39745,7 @@ "description": "Emulate libjpeg v8 API/ABI (this makes libjpeg-turbo backward-incompatible with libjpeg v6b!)" } }, - "Stars": 3537, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3598 }, { "Name": "libjuice", @@ -48982,21 +39772,12 @@ ] } }, - "Stars": 352, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 367 }, { "Name": "libjxl", - "Version": "0.8.2", - "Port-Version": 1, + "Version": "0.10.2", + "Port-Version": 2, "Description": "JPEG XL image format reference implementation", "Homepage": "https://github.com/libjxl/libjxl", "License": "BSD-3-Clause", @@ -49020,16 +39801,7 @@ ] } }, - "Stars": 1505, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2249 }, { "Name": "libkeyfinder", @@ -49049,16 +39821,7 @@ } ], "Features": [], - "Stars": 91, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 103 }, { "Name": "libkml", @@ -49083,16 +39846,7 @@ "zlib" ], "Features": [], - "Stars": 50, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 50 }, { "Name": "liblas", @@ -49130,16 +39884,7 @@ "description": "This feature does nothing. It is retained for compatibility." } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "liblbfgs", @@ -49154,16 +39899,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libleidenalg", @@ -49189,16 +39925,7 @@ } ], "Features": [], - "Stars": 9, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 11 }, { "Name": "liblemon", @@ -49218,16 +39945,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "liblinear", @@ -49247,21 +39965,11 @@ } ], "Features": [], - "Stars": 986, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 990 }, { "Name": "liblo", - "Version": "0.31", - "Port-Version": 4, + "Version": "0.32", "Description": "liblo is an implementation of the Open Sound Control protocol for POSIX systems", "Homepage": "https://github.com/radarsat1/liblo", "Dependencies": [ @@ -49275,16 +39983,7 @@ } ], "Features": [], - "Stars": 178, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 182 }, { "Name": "liblrc", @@ -49304,16 +40003,7 @@ } ], "Features": [], - "Stars": 2, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2 }, { "Name": "liblsl", @@ -49348,16 +40038,7 @@ } ], "Features": [], - "Stars": 95, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 104 }, { "Name": "liblsquic", @@ -49383,16 +40064,27 @@ "zlib" ], "Features": [], - "Stars": 1422, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1459 + }, + { + "Name": "liblzf", + "Version": "3.6", + "Port-Version": 1, + "Description": "LZF is an extremely fast compression algorithm. It is ideal for applications where you want to save some space but not at the cost of speed.", + "Homepage": "http://software.schmorp.de/pkg/liblzf.html", + "License": "BSD-2-Clause OR GPL-2.0-or-later", + "Dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "Features": [], + "Stars": 0 }, { "Name": "liblzma", @@ -49416,21 +40108,12 @@ "supports": "!windows, mingw" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libmad", "Version": "0.16.4", - "Port-Version": 1, + "Port-Version": 3, "Description": "high-quality MPEG audio decoder", "Homepage": "http://codeberg.org/tenacityteam/libmad", "Dependencies": [ @@ -49443,22 +40126,24 @@ "host": true } ], - "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Default-Features": [ + { + "name": "aso", + "platform": "x86 | x64 | arm" + } + ], + "Features": { + "aso": { + "description": "Enable CPU architecture-specific optimizations (x86, ARM and MIPS only)", + "supports": "x86 | x64 | arm" + } + }, + "Stars": 0 }, { "Name": "libmagic", "Version": "5.45", - "Port-Version": 1, + "Port-Version": 2, "Description": "This library can be used to classify files according to magic number tests.", "Homepage": "https://github.com/file/file", "License": "BSD-2-Clause", @@ -49480,17 +40165,33 @@ "platform": "windows | mingw" } ], - "Features": [], - "Stars": 1141, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Features": { + "bzip2": { + "description": "Enable bzip2 support", + "dependencies": [ + "bzip2" + ] + }, + "lzma": { + "description": "Enable lzma support", + "dependencies": [ + "liblzma" + ] + }, + "zlib": { + "description": "Enable zlib support", + "dependencies": [ + "zlib" + ] + }, + "zstd": { + "description": "Enable zstd support", + "dependencies": [ + "zstd" + ] + } + }, + "Stars": 1178 }, { "Name": "libmariadb", @@ -49565,16 +40266,7 @@ ] } }, - "Stars": 260, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "pass" + "Stars": 267 }, { "Name": "libmaxminddb", @@ -49592,20 +40284,11 @@ } ], "Features": [], - "Stars": 868, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 880 }, { "Name": "libmediainfo", - "Version": "23.10", + "Version": "24.3", "Description": "Get most relevant technical and tag data from video and audio files", "Homepage": "https://github.com/MediaArea/MediaInfoLib", "Dependencies": [ @@ -49623,16 +40306,7 @@ "zlib" ], "Features": [], - "Stars": 585, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 599 }, { "Name": "libmesh", @@ -49643,16 +40317,7 @@ "License": "LGPL-2.1-only", "Supports": "linux", "Features": [], - "Stars": 605, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "skip", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 616 }, { "Name": "libmicrodns", @@ -49669,21 +40334,12 @@ } ], "Features": [], - "Stars": 54, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 57 }, { "Name": "libmicrohttpd", - "Version": "0.9.77", - "Port-Version": 2, + "Version": "1.0.1", + "Port-Version": 1, "Description": "GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application", "Homepage": "https://www.gnu.org/software/libmicrohttpd/", "License": "LGPL-2.1-or-later", @@ -49696,7 +40352,7 @@ { "name": "vcpkg-msbuild", "host": true, - "platform": "windows" + "platform": "windows & !mingw" } ], "Features": { @@ -49708,16 +40364,26 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 + }, + { + "Name": "libmidi2", + "Version": "0.9", + "Description": "General purpose Midi 2 library for bytestream conversions and midi-ci", + "Homepage": "https://github.com/midi2-dev/AM_MIDI2.0Lib", + "License": "MIT", + "Dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "Features": [], + "Stars": 14 }, { "Name": "libmikmod", @@ -49735,16 +40401,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libmodbus", @@ -49764,16 +40421,7 @@ } ], "Features": [], - "Stars": 3083, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3195 }, { "Name": "libmodman", @@ -49800,21 +40448,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "fail", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libmodplug", "Version": "0.8.9.0", - "Port-Version": 10, + "Port-Version": 11, "Description": "The ModPlug mod file playing library.", "Homepage": "https://github.com/Konstanty/libmodplug", "License": null, @@ -49826,16 +40465,7 @@ } ], "Features": [], - "Stars": 128, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 132 }, { "Name": "libmorton", @@ -49852,20 +40482,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libmount", - "Version": "2.39", + "Version": "2.40", "Description": "Block device identification library from util-linux", "Homepage": "https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/about/", "License": null, @@ -49885,16 +40506,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libmpeg2", @@ -49914,16 +40526,7 @@ "description": "Build tools provided with libmpeg2" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libmspack", @@ -49937,16 +40540,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libmt32emu", @@ -49965,21 +40559,11 @@ } ], "Features": [], - "Stars": 570, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 583 }, { "Name": "libmupdf", - "Version": "1.22.1", - "Port-Version": 1, + "Version": "1.23.11", "Description": "a lightweight PDF, XPS, and E-book library", "Homepage": "https://github.com/ArtifexSoftware/mupdf", "License": "AGPL-3.0-only", @@ -50008,16 +40592,7 @@ ] } }, - "Stars": 975, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1042 }, { "Name": "libmysql", @@ -50056,21 +40631,12 @@ "zstd" ], "Features": [], - "Stars": 10018, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "skip" + "Stars": 10291 }, { "Name": "libnice", "Version": "0.1.21", - "Port-Version": 1, + "Port-Version": 2, "Description": "Libnice is an implementation of the IETF's Interactive Connectivity Establishment (ICE) standard (RFC 5245) and the Session Traversal Utilities for NAT (STUN) standard (RFC 5389).", "Homepage": "https://nice.freedesktop.org", "License": "LGPL-2.1-only AND MPL-1.1", @@ -50082,47 +40648,37 @@ "host": true, "default-features": false }, - "openssl" + "openssl", + { + "name": "vcpkg-tool-meson", + "host": true + } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libnice-gst", "Version": "0.1.21", - "Port-Version": 3, + "Port-Version": 4, "Description": "Gstreamer Libnice plugins.", "Homepage": "https://nice.freedesktop.org", "License": "LGPL-2.1-only AND MPL-1.1", "Supports": "!xbox", "Dependencies": [ "gstreamer", - "libnice" + "libnice", + { + "name": "vcpkg-tool-meson", + "host": true + } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libnick", - "Version": "2024.2.7", + "Version": "2024.3.1", "Maintainers": "Nicholas Logozzo nlogozzo225@gmail.com", "Description": "A cross-platform base for native Nickvision applications.", "Homepage": "https://github.com/NickvisionApps/libnick", @@ -50158,16 +40714,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libnoise", @@ -50187,16 +40734,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libnop", @@ -50204,16 +40742,7 @@ "Description": "libnop is a header-only library for serializing and deserializing C++ data types without external code generators or runtime support libraries", "Homepage": "https://github.com/google/libnop", "Features": [], - "Stars": 553, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 553 }, { "Name": "libobfuscate", @@ -50222,16 +40751,7 @@ "Homepage": "https://github.com/adamyaxley/Obfuscate", "License": "Unlicense", "Features": [], - "Stars": 928, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 977 }, { "Name": "libodb", @@ -50246,16 +40766,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libodb-boost", @@ -50270,16 +40781,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libodb-mysql", @@ -50300,16 +40802,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libodb-pgsql", @@ -50330,16 +40823,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libodb-sqlite", @@ -50356,16 +40840,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libofx", @@ -50403,16 +40878,7 @@ "description": "Enables ofxdump utility which prints, in human readable form, everything the library understands about a file" } }, - "Stars": 52, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 54 }, { "Name": "libogg", @@ -50432,20 +40898,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libopenmpt", - "Version": "0.6.12", + "Version": "0.7.4", "Description": "A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream.", "Homepage": "https://openmpt.org/", "License": "BSD-3-Clause", @@ -50464,16 +40921,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libopensp", @@ -50499,21 +40947,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libopnmidi", "Version": "1.5.1", - "Port-Version": 1, + "Port-Version": 2, "Description": "libOPNMIDI is a free Software MIDI synthesizer library with OPN2 (YM2612) and OPNA (YM2608) emulation", "Homepage": "https://github.com/Wohlstand/libOPNMIDI", "License": "LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR MIT", @@ -50569,16 +41008,7 @@ "description": "Support for AIL XMI files" } }, - "Stars": 87, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 89 }, { "Name": "libopusenc", @@ -50595,16 +41025,44 @@ } ], "Features": [], - "Stars": 105, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 106 + }, + { + "Name": "liborigin", + "Version": "3.0.2", + "Port-Version": 1, + "Description": "A library for reading OriginLab OPJ project files.", + "Homepage": "https://sourceforge.net/projects/liborigin/", + "License": "GPL-2.0-or-later", + "Dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ], + "Features": [], + "Stars": 0 + }, + { + "Name": "libosdp", + "Version": "3.0.5", + "Description": "An cross-platform open source implementation of IEC 60839-11-5 Open Supervised Device Protocol (OSDP)", + "Homepage": "https://github.com/goToMain/libosdp", + "Documentation": "https://libosdp.sidcha.dev", + "License": "Apache-2.0", + "Dependencies": [ + "openssl", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "Features": [], + "Stars": 119 }, { "Name": "libosip2", @@ -50621,16 +41079,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libosmium", @@ -50653,16 +41102,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libosmscout", @@ -50722,16 +41162,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libp7-baical", @@ -50742,16 +41173,7 @@ "libp7client" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libp7client", @@ -50767,16 +41189,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libpcap", @@ -50793,16 +41206,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libpff", @@ -50824,20 +41228,11 @@ "zlib" ], "Features": [], - "Stars": 267, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 275 }, { "Name": "libphonenumber", - "Version": "8.13.29", + "Version": "8.13.31", "Description": "Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers.", "License": "Apache-2.0", "Dependencies": [ @@ -50858,16 +41253,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libplist", @@ -50892,16 +41278,7 @@ "supports": "!android & !ios & !xbox" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libpmemobj-cpp", @@ -50927,20 +41304,11 @@ ] } }, - "Stars": 107, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 107 }, { "Name": "libpng", - "Version": "1.6.40", + "Version": "1.6.43", "Port-Version": 1, "Description": "libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files", "Homepage": "https://github.com/glennrp/libpng", @@ -50966,16 +41334,7 @@ "description": "This is backward compatible with the regular libpng, both in library usage and format" } }, - "Stars": 1123, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1167 }, { "Name": "libpopt", @@ -50989,20 +41348,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libpq", "Version": "16.2", + "Port-Version": 1, "Description": "The official database access API of postgresql", "Homepage": "https://www.postgresql.org/", "License": "PostgreSQL", @@ -51193,20 +41544,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libpqxx", - "Version": "7.8.1", + "Version": "7.9.0", "Description": "The official C++ client API for PostgreSQL", "Homepage": "https://www.postgresql.org/", "License": "BSD-3-Clause", @@ -51225,16 +41567,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libprotobuf-mutator", @@ -51254,16 +41587,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libproxy", @@ -51306,16 +41630,48 @@ "description": "build tools" } }, - "Stars": 177, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 183 + }, + { + "Name": "libpsl", + "Version": "0.21.5", + "Description": "C library for the Public Suffix List", + "Homepage": "rockdaboot.github.io/libpsl", + "License": "MIT", + "Supports": "!uwp", + "Dependencies": [ + { + "name": "vcpkg-tool-meson", + "host": true + } + ], + "Default-Features": [ + { + "name": "libicu", + "platform": "windows" + }, + { + "name": "libidn2", + "platform": "!windows" + } + ], + "Features": { + "libicu": { + "description": "choose libicu as runtime", + "supports": "windows", + "dependencies": [ + "icu" + ] + }, + "libidn2": { + "description": "choose libidn2 as runtime", + "supports": "!windows", + "dependencies": [ + "libidn2" + ] + } + }, + "Stars": 0 }, { "Name": "libqcow", @@ -51339,16 +41695,7 @@ "zlib" ], "Features": [], - "Stars": 51, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 51 }, { "Name": "libqglviewer", @@ -51369,16 +41716,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libqrencode", @@ -51405,16 +41743,7 @@ ] } }, - "Stars": 2389, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2438 }, { "Name": "libqtrest", @@ -51444,21 +41773,11 @@ ] } }, - "Stars": 216, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 221 }, { "Name": "librabbitmq", - "Version": "0.11.0", - "Port-Version": 2, + "Version": "0.14.0", "Description": "A C-language AMQP client library for use with v2.0+ of the RabbitMQ broker.", "Homepage": "https://github.com/alanxz/rabbitmq-c", "License": "MIT", @@ -51474,16 +41793,7 @@ } ], "Features": [], - "Stars": 1705, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1719 }, { "Name": "libraqm", @@ -51497,16 +41807,7 @@ "vcpkg-cmake" ], "Features": [], - "Stars": 242, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 252 }, { "Name": "libraw", @@ -51547,16 +41848,7 @@ "description": "Build library with OpenMP support" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "librdkafka", @@ -51605,21 +41897,11 @@ ] } }, - "Stars": 7204, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7299 }, { "Name": "libredwg", - "Version": "0.13.2", - "Port-Version": 1, + "Version": "0.13.3", "Description": "GNU LibreDWG is a free C library to handle DWG files. It aims to be a free replacement for the OpenDWG libraries. DWG is the native file format of AutoCAD.", "Homepage": "https://www.gnu.org/software/libredwg/", "License": "GPL-3.0", @@ -51640,16 +41922,7 @@ "description": "Build dwg/dxf manipulation command-line tools" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libremidi", @@ -51672,16 +41945,7 @@ } ], "Features": [], - "Stars": 350, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 393 }, { "Name": "libressl", @@ -51703,16 +41967,7 @@ "description": "Build openssl and ocspcheck executables" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 0 }, { "Name": "librsvg", @@ -51738,16 +41993,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "librsync", @@ -51762,16 +42008,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "librtmp", @@ -51788,16 +42025,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "librttopo", @@ -51810,16 +42038,7 @@ "geos" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libsamplerate", @@ -51839,35 +42058,16 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libsass", - "Version": "3.6.5", - "Port-Version": 1, + "Version": "3.6.6", "Description": "LibSass - Sass compiler written in C++", "Homepage": "https://github.com/sass/libsass", "Supports": "!uwp", "Features": [], - "Stars": 4315, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4315 }, { "Name": "libsbml", @@ -51961,16 +42161,7 @@ ] } }, - "Stars": 32, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 36 }, { "Name": "libsbsms", @@ -51989,21 +42180,11 @@ } ], "Features": [], - "Stars": 25, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 25 }, { "Name": "libsecret", - "Version": "0.20.4", - "Port-Version": 2, + "Version": "0.21.4", "Description": "libsecret is a GObject-based library for accessing the Secret Service API of the freedesktop.org project, a cross-desktop effort to access passwords, tokens and other types of secrets. libsecret provides a convenient wrapper for these methods so consumers do not have to call the low-level DBus methods.", "Homepage": "https://gitlab.gnome.org/GNOME/libsecret/", "License": "LGPL-2.1-or-later", @@ -52021,20 +42202,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libsercomm", "Version": "1.3.2", + "Port-Version": 1, "Description": "Multiplatform serial communications library", "Homepage": "https://github.com/ingeniamc/sercomm", "License": "MIT", @@ -52060,16 +42233,7 @@ "description": "When enabled, error details description can be obtained" } }, - "Stars": 13, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 14 }, { "Name": "libsigcpp", @@ -52088,16 +42252,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libsigcpp-3", @@ -52109,16 +42264,7 @@ "libsigcpp" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libslirp", @@ -52135,16 +42281,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libsm", @@ -52159,16 +42296,7 @@ "xorg-macros" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libsmacker", @@ -52191,16 +42319,7 @@ "description": "Build driver (dump tool) and smk2avi" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libsmb2", @@ -52219,16 +42338,7 @@ } ], "Features": [], - "Stars": 285, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 301 }, { "Name": "libsndfile", @@ -52280,16 +42390,7 @@ ] } }, - "Stars": 1305, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1342 }, { "Name": "libsnoretoast", @@ -52309,21 +42410,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libsodium", "Version": "1.0.19", - "Port-Version": 1, + "Port-Version": 2, "Description": "A modern and easy-to-use crypto library", "Homepage": "https://libsodium.org/", "License": "ISC", @@ -52335,16 +42427,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libsonic", @@ -52364,16 +42447,7 @@ "description": "Build tool" } }, - "Stars": 576, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 588 }, { "Name": "libsoundio", @@ -52406,16 +42480,32 @@ "description": "PulseAudio backend for libsoundio" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 + }, + { + "Name": "libsoup", + "Version": "3.4.4", + "Description": "HTTP Library for GLib", + "Homepage": "https://libsoup.org", + "License": "LGPL-2.0-or-later", + "Supports": "!uwp & !xbox", + "Dependencies": [ + "glib", + { + "name": "glib", + "host": true + }, + "glib-networking", + "libpsl", + "nghttp2", + "sqlite3", + { + "name": "vcpkg-tool-meson", + "host": true + } + ], + "Features": [], + "Stars": 0 }, { "Name": "libspatialindex", @@ -52432,16 +42522,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libspatialite", @@ -52494,16 +42575,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libspnav", @@ -52513,16 +42585,7 @@ "Homepage": "https://github.com/FreeSpacenav/libspnav", "Supports": "linux", "Features": [], - "Stars": 64, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 66 }, { "Name": "libspng", @@ -52542,16 +42605,7 @@ "zlib" ], "Features": [], - "Stars": 672, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 691 }, { "Name": "libsquish", @@ -52576,21 +42630,11 @@ "supports": "osx & x64" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libsrt", - "Version": "1.5.0", - "Port-Version": 3, + "Version": "1.5.3", "Description": "Secure Reliable Transport (SRT) is an open source transport technology that optimizes streaming performance across unpredictable networks, such as the Internet.", "Homepage": "https://github.com/Haivision/srt", "License": "MPL-2.0", @@ -52614,16 +42658,7 @@ "description": "Builds libsrt executable" } }, - "Stars": 2869, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2938 }, { "Name": "libsrtp", @@ -52650,16 +42685,7 @@ ] } }, - "Stars": 1154, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1174 }, { "Name": "libssh", @@ -52691,16 +42717,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libssh2", @@ -52745,16 +42762,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libstemmer", @@ -52773,16 +42781,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libstk", @@ -52800,16 +42799,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libsvm", @@ -52832,24 +42822,15 @@ "supports": "!uwp" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libsystemd", - "Version": "254", - "Port-Version": 2, + "Version": "255", + "Port-Version": 1, "Description": "Libsystemd", "Homepage": "https://github.com/systemd/systemd", - "License": "LGPL-2.1+", + "License": null, "Supports": "linux", "Dependencies": [ { @@ -52868,16 +42849,7 @@ "zstd" ], "Features": [], - "Stars": 12208, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 12534 }, { "Name": "libtar", @@ -52886,16 +42858,7 @@ "Homepage": "https://repo.or.cz/libtar.git", "Supports": "!windows", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libtasn1", @@ -52916,16 +42879,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libtcod", @@ -52981,16 +42935,7 @@ ] } }, - "Stars": 887, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 913 }, { "Name": "libtess2", @@ -53008,16 +42953,7 @@ } ], "Features": [], - "Stars": 448, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 451 }, { "Name": "libtheora", @@ -53038,16 +42974,7 @@ } ], "Features": [], - "Stars": 94, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 96 }, { "Name": "libtins", @@ -53070,16 +42997,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libtomcrypt", @@ -53091,16 +43009,7 @@ "libtommath" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libtommath", @@ -53108,20 +43017,12 @@ "Description": "LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.", "Homepage": "https://www.libtom.net/LibTomMath/", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libtorch", "Version": "2.1.2", + "Port-Version": 2, "Description": "Tensors and Dynamic neural networks in Python with strong GPU acceleration", "Homepage": "https://pytorch.org/", "License": null, @@ -53276,16 +43177,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libtorrent", @@ -53350,20 +43242,11 @@ "description": "build the tools in the tools directory" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libtracepoint", - "Version": "1.3.0", + "Version": "1.3.3", "Description": "C/C++ interface for generating Linux Tracepoints", "Homepage": "https://github.com/microsoft/LinuxTracepoints/", "License": "MIT", @@ -53379,20 +43262,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 36 }, { "Name": "libtracepoint-control", - "Version": "1.3.0", + "Version": "1.3.3", "Description": "C++ classes for collecting Linux Tracepoints", "Homepage": "https://github.com/microsoft/LinuxTracepoints/", "License": "MIT", @@ -53400,7 +43274,7 @@ "Dependencies": [ { "name": "libtracepoint-decode", - "version>=": "1.3.0" + "version>=": "1.3.3" }, { "name": "vcpkg-cmake", @@ -53412,20 +43286,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 36 }, { "Name": "libtracepoint-decode", - "Version": "1.3.0", + "Version": "1.3.3", "Description": "C++ classes for decoding Linux Tracepoints", "Homepage": "https://github.com/microsoft/LinuxTracepoints/", "License": "MIT", @@ -53441,16 +43306,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 36 }, { "Name": "libu2f-server", @@ -53468,16 +43324,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libudis86", @@ -53492,16 +43339,7 @@ } ], "Features": [], - "Stars": 979, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 985 }, { "Name": "libudns", @@ -53511,16 +43349,7 @@ "Homepage": "https://github.com/ortclib/udns", "Supports": "!windows & !osx", "Features": [], - "Stars": 7, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7 }, { "Name": "libui", @@ -53545,20 +43374,12 @@ } ], "Features": [], - "Stars": 10612, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 10632 }, { "Name": "libunibreak", - "Version": "5.1", + "Version": "6.1", + "Port-Version": 1, "Description": "an implementation of the line breaking and word breaking algorithms as described in [Unicode Standard Annex 14] 1 and [Unicode Standard Annex 29] 2. Check the project's [home page] 3 for up-to-date information.", "Homepage": "https://github.com/adah1972/libunibreak", "License": "zlib-acknowledgement", @@ -53569,16 +43390,7 @@ } ], "Features": [], - "Stars": 165, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 164 }, { "Name": "libunifex", @@ -53604,21 +43416,11 @@ "description": "Support coroutine" } }, - "Stars": 1308, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1370 }, { "Name": "libunistring", - "Version": "1.1", - "Port-Version": 3, + "Version": "1.2", "Description": "GNU libunistring provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.", "Homepage": "https://www.gnu.org/software/libunistring/", "License": "LGPL-3.0-or-later OR GPL-2.0-or-later", @@ -53627,41 +43429,17 @@ "libiconv" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libunwind", - "Version": "1.8.0", + "Version": "1.8.1", "Description": "Unix libray for portable stack unwinding", "Homepage": "https://www.nongnu.org/libunwind", "License": "MIT", "Supports": "linux", - "Dependencies": [ - { - "name": "vcpkg-cmake", - "host": true - } - ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "liburing", @@ -53671,21 +43449,12 @@ "License": "MIT OR LGPL-2.1 OR GPL-2.0", "Supports": "linux", "Features": [], - "Stars": 2519, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2612 }, { "Name": "libusb", - "Version": "1.0.26.11791", - "Port-Version": 7, + "Version": "1.0.27", + "Port-Version": 1, "Description": "a cross-platform library to access USB devices", "Homepage": "https://github.com/libusb/libusb", "License": "LGPL-2.1-or-later", @@ -53694,7 +43463,7 @@ { "name": "vcpkg-msbuild", "host": true, - "platform": "windows" + "platform": "windows & !mingw" } ], "Default-Features": [ @@ -53709,16 +43478,7 @@ "supports": "linux" } }, - "Stars": 4869, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5006 }, { "Name": "libusb-win32", @@ -53739,16 +43499,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libusbmuxd", @@ -53779,16 +43530,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libuuid", @@ -53809,16 +43551,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libuv", @@ -53839,16 +43572,7 @@ } ], "Features": [], - "Stars": 22946, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 23286 }, { "Name": "libuvc", @@ -53869,16 +43593,7 @@ } ], "Features": [], - "Stars": 907, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 937 }, { "Name": "libvault", @@ -53899,16 +43614,7 @@ } ], "Features": [], - "Stars": 31, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 33 }, { "Name": "libvhdi", @@ -53930,16 +43636,7 @@ "zlib" ], "Features": [], - "Stars": 117, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 120 }, { "Name": "libvmdk", @@ -53960,16 +43657,7 @@ "zlib" ], "Features": [], - "Stars": 152, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "pass", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 156 }, { "Name": "libvorbis", @@ -53990,21 +43678,12 @@ } ], "Features": [], - "Stars": 437, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 445 }, { "Name": "libvpx", "Version": "1.13.1", - "Port-Version": 2, + "Port-Version": 3, "Description": "The reference software implementation for the video coding formats VP8 and VP9.", "Homepage": "https://github.com/webmproject/libvpx", "License": "BSD-3-Clause", @@ -54016,7 +43695,7 @@ { "name": "vcpkg-msbuild", "host": true, - "platform": "windows" + "platform": "windows & !mingw" } ], "Features": { @@ -54027,16 +43706,7 @@ "description": "enable this option while building for real-time encoding" } }, - "Stars": 856, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 868 }, { "Name": "libwandio", @@ -54057,16 +43727,7 @@ "zstd" ], "Features": [], - "Stars": 18, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 17 }, { "Name": "libwebm", @@ -54085,20 +43746,12 @@ } ], "Features": [], - "Stars": 197, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 199 }, { "Name": "libwebp", - "Version": "1.3.2", + "Version": "1.4.0", + "Port-Version": 1, "Description": "WebP codec: library to encode and decode images in WebP format", "Homepage": "https://github.com/webmproject/libwebp", "License": "BSD-3-Clause", @@ -54183,7 +43836,10 @@ "mux" ] }, - "tiff" + { + "name": "tiff", + "default-features": false + } ] }, "cwebp": { @@ -54191,7 +43847,10 @@ "dependencies": [ "libjpeg-turbo", "libpng", - "tiff" + { + "name": "tiff", + "default-features": false + } ] }, "dwebp": { @@ -54199,7 +43858,10 @@ "dependencies": [ "libjpeg-turbo", "libpng", - "tiff" + { + "name": "tiff", + "default-features": false + } ] }, "extras": { @@ -54207,7 +43869,10 @@ "dependencies": [ "libjpeg-turbo", "libpng", - "tiff" + { + "name": "tiff", + "default-features": false + } ] }, "gif2webp": { @@ -54235,7 +43900,10 @@ "libwebpmux" ] }, - "tiff" + { + "name": "tiff", + "default-features": false + } ] }, "info": { @@ -54303,16 +43971,7 @@ ] } }, - "Stars": 1871, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1916 }, { "Name": "libwebsockets", @@ -54338,21 +43997,12 @@ "zlib" ], "Features": [], - "Stars": 4504, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4589 }, { "Name": "libx11", "Version": "1.8.1", - "Port-Version": 1, + "Port-Version": 2, "Description": "The X Window System is a network-transparent window system that was designed at MIT.", "Homepage": "https://www.x.org/wiki/", "License": "MIT", @@ -54371,16 +44021,7 @@ "xtrans" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxau", @@ -54394,16 +44035,7 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxaw", @@ -54422,16 +44054,7 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "skip", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxcomposite", @@ -54447,54 +44070,35 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxcrypt", "Version": "4.4.36", + "Port-Version": 1, "Description": "libxcrypt is a modern library for one-way hashing of passwords. On Linux-based systems, by default libxcrypt will be binary backward compatible with the libcrypt.so.1 shipped as part of the GNU C Library.", "Homepage": "https://github.com/besser82/libxcrypt", "License": "LGPL-2.1-only", "Supports": "linux", "Features": [], - "Stars": 163, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 171 }, { "Name": "libxcvt", "Version": "0.1.2", + "Port-Version": 1, "Description": "A library providing a standalone version of the X server implementation of the VESA CVT standard timing modelines generator.", "Homepage": "https://gitlab.freedesktop.org/xorg/lib/libxcvt", "License": null, "Supports": "!windows", + "Dependencies": [ + { + "name": "vcpkg-tool-meson", + "host": true + } + ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxdamage", @@ -54510,16 +44114,7 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxdf", @@ -54539,16 +44134,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxdiff", @@ -54568,16 +44154,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxdmcp", @@ -54591,16 +44168,7 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxext", @@ -54614,16 +44182,7 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxfixes", @@ -54637,16 +44196,7 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxfont", @@ -54666,16 +44216,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxft", @@ -54693,16 +44234,7 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxi", @@ -54715,16 +44247,7 @@ "libxfixes" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxinerama", @@ -54738,16 +44261,7 @@ "xorg-macros" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxkbcommon", @@ -54771,16 +44285,7 @@ "xcb-render-util" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxkbfile", @@ -54794,16 +44299,7 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxlsxwriter", @@ -54821,21 +44317,11 @@ "zlib" ], "Features": [], - "Stars": 1343, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1384 }, { "Name": "libxml2", - "Version": "2.11.6", - "Port-Version": 1, + "Version": "2.11.7", "Description": "Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform).", "Homepage": "https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home", "License": "MIT", @@ -54894,16 +44380,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxmlmm", @@ -54924,16 +44401,7 @@ } ], "Features": [], - "Stars": 12, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 12 }, { "Name": "libxmlpp", @@ -54950,16 +44418,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxmp", @@ -54991,16 +44450,7 @@ "description": "Enable ProWizard format loaders." } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxmu", @@ -55016,16 +44466,7 @@ "xorg-macros" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxpm", @@ -55057,16 +44498,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxpresent", @@ -55084,16 +44516,7 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxrandr", @@ -55110,16 +44533,7 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxrender", @@ -55132,16 +44546,7 @@ "xorg-macros" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxres", @@ -55157,16 +44562,7 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxscrnsaver", @@ -55182,16 +44578,7 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxslt", @@ -55238,21 +44625,11 @@ "supports": "!windows" } }, - "Stars": 55, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 56 }, { "Name": "libxt", - "Version": "1.2.1", - "Port-Version": 1, + "Version": "1.3.0", "Description": "X Toolkit Intrinsics library", "Homepage": "https://gitlab.freedesktop.org/xorg/lib/libxt", "License": null, @@ -55274,16 +44651,7 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxtst", @@ -55298,16 +44666,7 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxv", @@ -55323,16 +44682,7 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libxxf86vm", @@ -55347,16 +44697,7 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libyaml", @@ -55375,16 +44716,7 @@ } ], "Features": [], - "Stars": 872, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 894 }, { "Name": "libyuv", @@ -55408,16 +44740,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "libzen", @@ -55436,16 +44759,7 @@ } ], "Features": [], - "Stars": 24, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 24 }, { "Name": "libzim", @@ -55471,16 +44785,7 @@ ] } }, - "Stars": 155, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 158 }, { "Name": "libzip", @@ -55570,16 +44875,7 @@ ] } }, - "Stars": 760, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 785 }, { "Name": "libzippp", @@ -55610,16 +44906,7 @@ "description": "Support encryption" } }, - "Stars": 349, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 358 }, { "Name": "licensepp", @@ -55644,16 +44931,7 @@ } ], "Features": [], - "Stars": 346, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 349 }, { "Name": "lightningscanner", @@ -55673,16 +44951,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "lilv", @@ -55707,16 +44976,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "linalg", @@ -55725,39 +44985,7 @@ "Homepage": "https://github.com/sgorsten/linalg", "License": "Unlicense", "Features": [], - "Stars": 822, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" - }, - { - "Name": "linenoise-ng", - "Version": "4754bee2d8eb3", - "Port-Version": 3, - "Description": "A small, portable GNU readline replacement for Linux, Windows and MacOS which is capable of handling UTF-8 characters.", - "Dependencies": [ - { - "name": "vcpkg-cmake", - "host": true - } - ], - "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "fail", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 834 }, { "Name": "linmath", @@ -55766,16 +44994,7 @@ "Homepage": "https://github.com/datenwolf/linmath.h", "License": "WTFPL", "Features": [], - "Stars": 864, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 885 }, { "Name": "lionkor-commandline", @@ -55795,16 +45014,7 @@ } ], "Features": [], - "Stars": 80, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 81 }, { "Name": "litehtml", @@ -55825,16 +45035,7 @@ } ], "Features": [], - "Stars": 1745, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1793 }, { "Name": "live555", @@ -55856,16 +45057,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "llfio", @@ -55942,16 +45134,7 @@ "description": "Have LLFIO use SG14 `status_code` (proposed `std::error`) instead of `std::error_code`." } }, - "Stars": 748, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 782 }, { "Name": "llgi", @@ -55987,16 +45170,7 @@ ] } }, - "Stars": 25, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 25 }, { "Name": "llgl", @@ -56039,20 +45213,11 @@ ] } }, - "Stars": 1850, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1901 }, { "Name": "llhttp", - "Version": "9.1.3", + "Version": "9.2.0", "Description": "Port of http_parser to llparse.", "Homepage": "https://github.com/nodejs/llhttp", "License": "MIT", @@ -56067,21 +45232,30 @@ } ], "Features": [], - "Stars": 1561, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1586 + }, + { + "Name": "llnl-units", + "Version": "0.9.1", + "Description": "A run-time C++ library for working with units of measurement and conversions between them and with string representations of units and measurements", + "Homepage": "https://github.com/LLNL/units", + "Dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "Features": [], + "Stars": 130 }, { "Name": "llvm", "Version": "17.0.2", - "Port-Version": 3, + "Port-Version": 5, "Description": "The LLVM Compiler Infrastructure.", "Homepage": "https://llvm.org", "License": "Apache-2.0", @@ -56536,16 +45710,7 @@ "description": "Build LLVM utils." } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "lmdb", @@ -56572,16 +45737,7 @@ ] } }, - "Stars": 2403, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2451 }, { "Name": "lockpp", @@ -56596,16 +45752,7 @@ } ], "Features": [], - "Stars": 3, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5 }, { "Name": "lodepng", @@ -56624,16 +45771,7 @@ } ], "Features": [], - "Stars": 1960, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2001 }, { "Name": "lodepng-c", @@ -56643,16 +45781,7 @@ "lodepng" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "log4cplus", @@ -56675,16 +45804,7 @@ "description": "Unicode logger" } }, - "Stars": 1558, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1589 }, { "Name": "log4cpp-log4cpp", @@ -56699,16 +45819,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "log4cxx", @@ -56731,16 +45842,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "loguru", @@ -56766,16 +45868,7 @@ ] } }, - "Stars": 1682, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1712 }, { "Name": "lpeg", @@ -56790,16 +45883,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ltla-aarand", @@ -56818,16 +45902,7 @@ } ], "Features": [], - "Stars": 1, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1 }, { "Name": "ltla-cppirlba", @@ -56848,16 +45923,7 @@ } ], "Features": [], - "Stars": 10, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 10 }, { "Name": "ltla-cppkmeans", @@ -56878,16 +45944,7 @@ } ], "Features": [], - "Stars": 5, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5 }, { "Name": "ltla-knncolle", @@ -56909,16 +45966,7 @@ } ], "Features": [], - "Stars": 10, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 10 }, { "Name": "ltla-powerit", @@ -56938,16 +45986,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ltla-umappp", @@ -56969,16 +46008,7 @@ } ], "Features": [], - "Stars": 33, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 36 }, { "Name": "lua", @@ -57006,16 +46036,7 @@ "supports": "!ios" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "lua-compat53", @@ -57034,16 +46055,7 @@ } ], "Features": [], - "Stars": 216, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 221 }, { "Name": "luabridge", @@ -57052,16 +46064,7 @@ "Homepage": "https://github.com/vinniefalco/LuaBridge", "License": "MIT", "Features": [], - "Stars": 1576, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1600 }, { "Name": "luabridge3", @@ -57070,16 +46073,7 @@ "Homepage": "https://github.com/kunitoki/LuaBridge3", "License": "MIT", "Features": [], - "Stars": 189, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 217 }, { "Name": "luafilesystem", @@ -57096,16 +46090,7 @@ } ], "Features": [], - "Stars": 854, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 872 }, { "Name": "luajit", @@ -57155,25 +46140,17 @@ "supports": "native & (arm64 | x64) & (!windows | mingw)" } }, - "Stars": 4290, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4423 }, { "Name": "luasec", - "Version": "1.3.1", + "Version": "1.3.2", + "Port-Version": 2, "Maintainers": "Stephen Baker ", "Description": "LuaSec depends on OpenSSL, and integrates with LuaSocket to make it easy to add secure connections to any Lua applications or scripts.", - "Homepage": "https://github.com/brunoos/luasec", + "Homepage": "https://github.com/lunarmodules/luasec", "License": "MIT", - "Supports": "!(windows & static)", + "Supports": "!staticcrt", "Dependencies": [ "lua", "luasocket", @@ -57188,24 +46165,15 @@ } ], "Features": [], - "Stars": 352, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 358 }, { "Name": "luasocket", "Version": "3.1.0", + "Port-Version": 1, "Description": "LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet.", "Homepage": "https://lunarmodules.github.io/luasocket/", "License": "MIT", - "Supports": "windows", "Dependencies": [ "lua", { @@ -57214,16 +46182,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "luminoengine", @@ -57283,20 +46242,11 @@ ] } }, - "Stars": 198, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 201 }, { "Name": "lunarg-vulkantools", - "Version": "1.3.275.0", + "Version": "1.3.280.0", "Description": "Tools to aid in Vulkan development", "Homepage": "https://github.com/LunarG/VulkanTools", "License": null, @@ -57321,21 +46271,11 @@ "vulkan-utility-libraries" ], "Features": [], - "Stars": 627, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 640 }, { "Name": "lunasvg", - "Version": "2.3.8", - "Port-Version": 1, + "Version": "2.3.9", "Description": "lunasvg is a standalone SVG rendering library in C++", "Homepage": "https://github.com/sammycage/lunasvg", "License": "MIT", @@ -57350,16 +46290,7 @@ } ], "Features": [], - "Stars": 747, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 770 }, { "Name": "luv", @@ -57386,16 +46317,7 @@ } ], "Features": [], - "Stars": 761, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 777 }, { "Name": "lv2", @@ -57415,16 +46337,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "lz4", @@ -57444,16 +46357,7 @@ } ], "Features": [], - "Stars": 9039, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 9244 }, { "Name": "lzav", @@ -57462,16 +46366,7 @@ "Homepage": "https://github.com/avaneev/lzav", "License": "MIT", "Features": [], - "Stars": 282, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 291 }, { "Name": "lzfse", @@ -57487,16 +46382,7 @@ } ], "Features": [], - "Stars": 1748, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1754 }, { "Name": "lzo", @@ -57511,16 +46397,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "lzokay", @@ -57539,16 +46416,7 @@ } ], "Features": [], - "Stars": 28, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 28 }, { "Name": "maddy", @@ -57567,16 +46435,7 @@ } ], "Features": [], - "Stars": 181, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 187 }, { "Name": "magic-enum", @@ -57595,16 +46454,7 @@ } ], "Features": [], - "Stars": 4270, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4427 }, { "Name": "magic-get", @@ -57616,16 +46466,7 @@ "boost-pfr" ], "Features": [], - "Stars": 191, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 194 }, { "Name": "magma", @@ -57643,16 +46484,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "magnum", @@ -58213,16 +47045,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "magnum-extras", @@ -58264,16 +47087,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "magnum-integration", @@ -58322,16 +47136,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "magnum-plugins", @@ -58828,16 +47633,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "mailio", @@ -58863,16 +47659,7 @@ } ], "Features": [], - "Stars": 340, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 347 }, { "Name": "makeid", @@ -58881,16 +47668,7 @@ "Homepage": "http://www.humus.name/index.php?page=3D", "License": null, "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "manif", @@ -58912,16 +47690,7 @@ } ], "Features": [], - "Stars": 1356, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1411 }, { "Name": "mapbox-geojson-cpp", @@ -58934,16 +47703,7 @@ "mapbox-variant" ], "Features": [], - "Stars": 61, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 63 }, { "Name": "mapbox-geojson-vt-cpp", @@ -58954,16 +47714,7 @@ "mapbox-geometry" ], "Features": [], - "Stars": 88, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 90 }, { "Name": "mapbox-geometry", @@ -58971,16 +47722,7 @@ "Description": "C++ geometry types", "Homepage": "https://github.com/mapbox/geometry.hpp", "Features": [], - "Stars": 90, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 92 }, { "Name": "mapbox-polylabel", @@ -58993,16 +47735,7 @@ "mapbox-variant" ], "Features": [], - "Stars": 1364, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1386 }, { "Name": "mapbox-variant", @@ -59010,16 +47743,7 @@ "Port-Version": 2, "Description": "C++11/C++14 Variant", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "mapbox-wagyu", @@ -59027,21 +47751,12 @@ "Description": "A general library for geometry operations of union, intersections, difference, and xor", "Homepage": "https://github.com/mapbox/wagyu", "Features": [], - "Stars": 156, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 161 }, { "Name": "mapnik", "Version": "2023-06-12", - "Port-Version": 3, + "Port-Version": 4, "Description": "Mapnik is an open source toolkit for developing mapping applications.", "Homepage": "https://github.com/mapnik/mapnik", "License": "LGPL-2.1-only", @@ -59211,7 +47926,10 @@ "tiff": { "description": "add tiff support", "dependencies": [ - "tiff" + { + "name": "tiff", + "default-features": false + } ] }, "utility-geometry-to-wkb": { @@ -59268,21 +47986,11 @@ ] } }, - "Stars": 3530, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3548 }, { "Name": "marble", - "Version": "22.04.0", - "Port-Version": 2, + "Version": "24.02.0", "Description": "Marble KDE library", "Homepage": "https://marble.kde.org", "License": "LGPL-2.1-or-later", @@ -59302,16 +48010,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "marisa-trie", @@ -59322,16 +48021,7 @@ "License": "BSD-2-Clause OR LGPL-2.1-or-later", "Supports": "!windows | mingw | ((x86 | x64) & !staticcrt)", "Features": [], - "Stars": 477, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 488 }, { "Name": "marl", @@ -59351,16 +48041,7 @@ } ], "Features": [], - "Stars": 1740, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1781 }, { "Name": "matchit", @@ -59379,21 +48060,11 @@ } ], "Features": [], - "Stars": 519, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 528 }, { "Name": "materialx", - "Version": "1.38.8", - "Port-Version": 1, + "Version": "1.38.9", "Description": "MaterialX is an open standard for the exchange of rich material and look-development content across applications and renderers.", "Homepage": "https://www.materialx.org/", "License": "Apache-2.0", @@ -59422,16 +48093,7 @@ "description": "Build the MaterialX Render library." } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "mathc", @@ -59450,16 +48112,7 @@ } ], "Features": [], - "Stars": 672, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 681 }, { "Name": "mathgl", @@ -59597,16 +48250,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "matio", @@ -59666,16 +48310,7 @@ ] } }, - "Stars": 320, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 326 }, { "Name": "matplotlib-cpp", @@ -59684,21 +48319,11 @@ "Description": "Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib", "Homepage": "https://github.com/lava/matplotlib-cpp", "Features": [], - "Stars": 4113, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4195 }, { "Name": "matplotplusplus", - "Version": "1.2.0", - "Port-Version": 1, + "Version": "1.2.1", "Description": "A C++ graphics library for data visualization", "Homepage": "https://alandefreitas.github.io/matplotplusplus/", "License": "MIT", @@ -59762,16 +48387,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "matroska", @@ -59794,16 +48410,7 @@ } ], "Features": [], - "Stars": 295, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 304 }, { "Name": "mbedtls", @@ -59833,16 +48440,7 @@ ] } }, - "Stars": 4789, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4935 }, { "Name": "mchehab-zbar", @@ -59874,16 +48472,7 @@ ] } }, - "Stars": 840, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 878 }, { "Name": "mcpp", @@ -59898,21 +48487,12 @@ } ], "Features": [], - "Stars": 59, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 60 }, { "Name": "mdl-sdk", "Version": "2021.1.2", - "Port-Version": 4, + "Port-Version": 5, "Description": "NVIDIA Material Definition Language SDK", "Homepage": "https://github.com/NVIDIA/MDL-SDK", "License": "BSD-3-Clause", @@ -59950,16 +48530,7 @@ ] } }, - "Stars": 463, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 471 }, { "Name": "mdns", @@ -59974,16 +48545,7 @@ } ], "Features": [], - "Stars": 400, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 422 }, { "Name": "mdnsresponder", @@ -60001,16 +48563,7 @@ } ], "Features": [], - "Stars": 161, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 190 }, { "Name": "mdspan", @@ -60029,16 +48582,7 @@ } ], "Features": [], - "Stars": 357, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 375 }, { "Name": "mecab", @@ -60057,16 +48601,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "pass", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 0 }, { "Name": "memorymodule", @@ -60089,20 +48624,12 @@ "description": "Compile with UNICODE support" } }, - "Stars": 2654, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2704 }, { "Name": "mesa", "Version": "23.2.1", + "Port-Version": 1, "Description": "Mesa - The 3D Graphics Library", "Homepage": "https://www.mesa3d.org/", "License": "MIT AND BSL-1.0 AND SGI-B-2.0", @@ -60231,16 +48758,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "fail", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "meschach", @@ -60256,16 +48774,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "meshoptimizer", @@ -60289,16 +48798,7 @@ "supports": "!uwp" } }, - "Stars": 4849, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4992 }, { "Name": "metis", @@ -60318,16 +48818,7 @@ } ], "Features": [], - "Stars": 516, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 560 }, { "Name": "metrohash", @@ -60346,16 +48837,7 @@ } ], "Features": [], - "Stars": 352, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 356 }, { "Name": "mfl", @@ -60381,16 +48863,7 @@ } ], "Features": [], - "Stars": 4, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5 }, { "Name": "mfx-dispatch", @@ -60407,16 +48880,7 @@ } ], "Features": [], - "Stars": 155, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 155 }, { "Name": "mgnlibs", @@ -60426,16 +48890,7 @@ "Homepage": "https://github.com/mattiasgustavsson/libs", "License": "MIT", "Features": [], - "Stars": 1500, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1558 }, { "Name": "mhook", @@ -60450,16 +48905,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "microsoft-signalr", @@ -60500,16 +48946,7 @@ ] } }, - "Stars": 133, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 134 }, { "Name": "mikktspace", @@ -60528,16 +48965,7 @@ } ], "Features": [], - "Stars": 201, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 214 }, { "Name": "milerius-sfml-imgui", @@ -60559,21 +48987,12 @@ } ], "Features": [], - "Stars": 1, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "fail", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1 }, { "Name": "mimalloc", "Version": "2.1.2", - "Port-Version": 1, + "Port-Version": 2, "Description": "Compact general purpose allocator with excellent performance", "Homepage": "https://github.com/microsoft/mimalloc", "License": "MIT", @@ -60599,16 +49018,7 @@ "description": "Use security mitigations (like guard pages and randomization)" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 9505 }, { "Name": "minc", @@ -60644,16 +49054,7 @@ ] } }, - "Stars": 18, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 18 }, { "Name": "minhook", @@ -60674,16 +49075,7 @@ } ], "Features": [], - "Stars": 3884, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4010 }, { "Name": "miniaudio", @@ -60692,16 +49084,7 @@ "Homepage": "https://github.com/mackron/miniaudio", "License": "Unlicense OR MIT-0", "Features": [], - "Stars": 3490, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3654 }, { "Name": "minifb", @@ -60721,16 +49104,7 @@ } ], "Features": [], - "Stars": 911, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 926 }, { "Name": "minimp3", @@ -60739,25 +49113,15 @@ "Homepage": "https://github.com/lieff/minimp3", "License": "CC0-1.0", "Features": [], - "Stars": 1456, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1494 }, { "Name": "minio-cpp", - "Version": "0.1.1", - "Port-Version": 1, + "Version": "0.2.0", "Description": "The MinIO C++ Client SDK provides simple APIs to access any Amazon S3 compatible object storage", "Homepage": "https://github.com/minio/minio-cpp", "License": "Apache-2.0", - "Supports": "!windows & !uwp", + "Supports": "!uwp", "Dependencies": [ "curlpp", { @@ -60776,19 +49140,11 @@ { "name": "vcpkg-cmake-config", "host": true - } + }, + "zlib" ], "Features": [], - "Stars": 93, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 107 }, { "Name": "miniply", @@ -60808,16 +49164,7 @@ } ], "Features": [], - "Stars": 48, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 51 }, { "Name": "minisat-master-keying", @@ -60839,16 +49186,7 @@ } ], "Features": [], - "Stars": 133, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 138 }, { "Name": "minitrace", @@ -60865,20 +49203,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "miniupnpc", - "Version": "2.2.5", + "Version": "2.2.6", "Description": "UPnP client library/tool to access Internet Gateway Devices", "Supports": "!uwp", "Dependencies": [ @@ -60892,16 +49221,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "miniz", @@ -60920,16 +49240,7 @@ } ], "Features": [], - "Stars": 1995, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2054 }, { "Name": "minizip", @@ -60964,20 +49275,11 @@ "supports": "!ios" } }, - "Stars": 5157, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5304 }, { "Name": "minizip-ng", - "Version": "4.0.4", + "Version": "4.0.5", "Description": "minizip-ng is a zip manipulation library written in C that is supported on Windows, macOS, and Linux.", "Homepage": "https://github.com/zlib-ng/minizip-ng", "License": "Zlib", @@ -61048,16 +49350,7 @@ ] } }, - "Stars": 1136, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1166 }, { "Name": "mio", @@ -61076,16 +49369,7 @@ } ], "Features": [], - "Stars": 1593, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1631 }, { "Name": "mlpack", @@ -61101,16 +49385,7 @@ "stb" ], "Features": [], - "Stars": 4694, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4822 }, { "Name": "mman", @@ -61126,16 +49401,7 @@ } ], "Features": [], - "Stars": 128, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 126 }, { "Name": "mmloader", @@ -61156,16 +49422,7 @@ "description": "Generate mmLoader shell code headers" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "mmx", @@ -61174,16 +49431,7 @@ "Homepage": "https://github.com/vurtun/mmx", "License": null, "Features": [], - "Stars": 1194, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1237 }, { "Name": "mnn", @@ -61272,16 +49520,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "modern-cpp-kafka", @@ -61303,16 +49542,7 @@ } ], "Features": [], - "Stars": 312, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 322 }, { "Name": "modp-base64", @@ -61328,20 +49558,11 @@ } ], "Features": [], - "Stars": 134, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 135 }, { "Name": "mongo-c-driver", - "Version": "1.26.0", + "Version": "1.26.2", "Description": "Client library written in C for MongoDB.", "Homepage": "https://github.com/mongodb/mongo-c-driver", "License": null, @@ -61395,20 +49616,11 @@ ] } }, - "Stars": 794, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 794 }, { "Name": "mongo-cxx-driver", - "Version": "3.9.0", + "Version": "3.10.1", "Description": "MongoDB C++ Driver.", "Homepage": "https://github.com/mongodb/mongo-cxx-driver", "License": "Apache-2.0", @@ -61437,16 +49649,7 @@ ] } }, - "Stars": 1000, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1012 }, { "Name": "mongoose", @@ -61473,16 +49676,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "monkeys-audio", @@ -61507,16 +49701,7 @@ "description": "Build monkeys-audio tools" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "fail", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "moos-core", @@ -61537,16 +49722,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "fail", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "moos-essential", @@ -61562,16 +49738,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "pass", - "x64-windows": "fail", - "x86-windows": "fail" + "Stars": 0 }, { "Name": "moos-ui", @@ -61587,16 +49754,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "morton-nd", @@ -61615,16 +49773,7 @@ } ], "Features": [], - "Stars": 92, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 94 }, { "Name": "mosquitto", @@ -61645,16 +49794,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "mozjpeg", @@ -61674,16 +49814,7 @@ } ], "Features": [], - "Stars": 5312, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 5361 }, { "Name": "mp-units", @@ -61725,21 +49856,12 @@ ] } }, - "Stars": 933, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 950 }, { "Name": "mp3lame", "Version": "3.100", - "Port-Version": 11, + "Port-Version": 13, "Description": "LAME is a high quality MPEG Audio Layer III (MP3) encoder licensed under the LGPL.", "Homepage": "https://sourceforge.net/projects/lame", "License": "LGPL-2.0-only", @@ -61747,20 +49869,11 @@ { "name": "vcpkg-msbuild", "host": true, - "platform": "windows" + "platform": "windows & !mingw" } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "mpark-patterns", @@ -61779,16 +49892,7 @@ } ], "Features": [], - "Stars": 638, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 650 }, { "Name": "mpark-variant", @@ -61806,16 +49910,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "mpc", @@ -61827,16 +49922,7 @@ "mpfr" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "mpfr", @@ -61849,16 +49935,7 @@ "gmp" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "mpg123", @@ -61887,16 +49964,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "mpi", @@ -61916,16 +49984,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "mpir", @@ -61943,16 +50002,7 @@ } ], "Features": [], - "Stars": 218, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "pass", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 219 }, { "Name": "mpmcqueue", @@ -61971,16 +50021,7 @@ } ], "Features": [], - "Stars": 1047, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1095 }, { "Name": "mqtt-cpp", @@ -62004,16 +50045,7 @@ } ], "Features": [], - "Stars": 410, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 418 }, { "Name": "ms-angle", @@ -62024,16 +50056,7 @@ "angle" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ms-gdkx", @@ -62045,16 +50068,7 @@ "License": null, "Supports": "windows & x64 & !uwp", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "fail", - "x64-windows": "fail", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ms-gltf", @@ -62086,16 +50100,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 520 }, { "Name": "ms-gsl", @@ -62115,16 +50120,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5960 }, { "Name": "ms-ifc-sdk", @@ -62144,16 +50140,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 54 }, { "Name": "ms-quic", @@ -62177,16 +50164,7 @@ "description": "Install the tools after build" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "fail", - "x64-windows-static": "pass", - "x64-windows": "fail", - "x86-windows": "fail" + "Stars": 3849 }, { "Name": "msdfgen", @@ -62250,16 +50228,7 @@ ] } }, - "Stars": 3629, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3720 }, { "Name": "msgpack", @@ -62287,16 +50256,7 @@ } ], "Features": [], - "Stars": 2861, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2908 }, { "Name": "msgpack-c", @@ -62315,16 +50275,7 @@ } ], "Features": [], - "Stars": 2861, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2908 }, { "Name": "msgpack11", @@ -62340,16 +50291,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "msinttypes", @@ -62358,16 +50300,7 @@ "Description": "msinttypes is a package to provide missing ISO C9x compliant headers for Microsoft Visual Studio", "Homepage": "https://github.com/chemeris/msinttypes", "Features": [], - "Stars": 46, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 48 }, { "Name": "msix", @@ -62391,16 +50324,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 955 }, { "Name": "msmpi", @@ -62411,16 +50335,7 @@ "License": "MIT", "Supports": "windows & !uwp", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "mstch", @@ -62440,16 +50355,7 @@ } ], "Features": [], - "Stars": 533, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 543 }, { "Name": "mtlt", @@ -62468,16 +50374,7 @@ } ], "Features": [], - "Stars": 14, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 14 }, { "Name": "mujoco", @@ -62509,21 +50406,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "mujs", - "Version": "1.3.2", - "Port-Version": 1, + "Version": "1.3.4", "Description": "An embeddable Javascript interpreter in C", "Homepage": "https://github.com/ccxvii/mujs", "License": "ISC", @@ -62538,16 +50425,7 @@ } ], "Features": [], - "Stars": 760, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 765 }, { "Name": "munit", @@ -62563,16 +50441,7 @@ } ], "Features": [], - "Stars": 504, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 515 }, { "Name": "muparser", @@ -62592,16 +50461,7 @@ } ], "Features": [], - "Stars": 377, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 394 }, { "Name": "murmur3", @@ -62620,16 +50480,7 @@ } ], "Features": [], - "Stars": 384, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 388 }, { "Name": "murmurhash", @@ -62649,24 +50500,15 @@ } ], "Features": [], - "Stars": 2537, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2571 }, { "Name": "mvfst", - "Version": "2024.01.01.00", + "Version": "2024.05.02.00", "Description": "mvfst (Pronounced move fast) is a client and server implementation of IETF QUIC protocol in C++ by Facebook.", "Homepage": "https://github.com/facebook/mvfst", "License": "MIT", - "Supports": "!windows", + "Supports": "!(windows & !static)", "Dependencies": [ "boost-context", "boost-date-time", @@ -62690,20 +50532,12 @@ } ], "Features": [], - "Stars": 1397, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1433 }, { "Name": "mygui", "Version": "3.4.3", + "Port-Version": 1, "Description": "Fast, flexible and simple GUI", "Homepage": "http://mygui.info", "License": "MIT", @@ -62731,16 +50565,7 @@ "description": "Install MyGUI tools." } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "mysql-connector-cpp", @@ -62774,20 +50599,11 @@ ] } }, - "Stars": 567, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 591 }, { "Name": "nameof", - "Version": "0.10.3", + "Version": "0.10.4", "Description": "Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum.", "Homepage": "https://github.com/Neargye/nameof", "License": "MIT", @@ -62802,16 +50618,7 @@ } ], "Features": [], - "Stars": 1910, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1953 }, { "Name": "nana", @@ -62841,16 +50648,7 @@ } ], "Features": [], - "Stars": 2234, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "fail", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2251 }, { "Name": "nano-signal-slot", @@ -62860,16 +50658,7 @@ "Homepage": "https://github.com/NoAvailableAlias/nano-signal-slot", "Supports": "!uwp", "Features": [], - "Stars": 393, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 401 }, { "Name": "nanobench", @@ -62889,16 +50678,24 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 + }, + { + "Name": "nanobind", + "Version": "1.9.2", + "Description": "Tiny and efficient C++/Python bindings", + "Homepage": "https://nanobind.readthedocs.io/en/latest/", + "License": "BSD-3-Clause", + "Dependencies": [ + "python3", + "robin-map", + { + "name": "vcpkg-cmake", + "host": true + } + ], + "Features": [], + "Stars": 0 }, { "Name": "nanodbc", @@ -62922,16 +50719,7 @@ } ], "Features": [], - "Stars": 310, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "skip", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 319 }, { "Name": "nanoflann", @@ -62950,16 +50738,7 @@ } ], "Features": [], - "Stars": 2043, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2096 }, { "Name": "nanogui", @@ -62984,16 +50763,7 @@ "description": "Build NanoGUI example application" } }, - "Stars": 4493, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4542 }, { "Name": "nanojsonc", @@ -63013,20 +50783,11 @@ } ], "Features": [], - "Stars": 1, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1 }, { "Name": "nanomsg", - "Version": "1.2.0", + "Version": "1.2.1", "Port-Version": 1, "Description": [ "A simple high-performance implementation of several \"scalability protocols\".", @@ -63049,21 +50810,11 @@ "description": "nanomsg tool (nanocat)" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "nanopb", - "Version": "0.4.7", - "Port-Version": 2, + "Version": "0.4.8", "Description": "A small code-size Protocol Buffers implementation in ANSI C.", "Homepage": "https://jpa.kapsi.fi/nanopb/", "License": "Zlib", @@ -63088,16 +50839,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "nanoprintf", @@ -63105,16 +50847,7 @@ "Description": "A tiny embeddable printf replacement written in C99", "Homepage": "https://github.com/charlesnicholson/nanoprintf", "Features": [], - "Stars": 551, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 576 }, { "Name": "nanorange", @@ -63123,16 +50856,7 @@ "Homepage": "https://github.com/tcbrindle/NanoRange", "License": "BSL-1.0", "Features": [], - "Stars": 348, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 354 }, { "Name": "nanort", @@ -63141,16 +50865,7 @@ "Description": "Single header only modern ray tracing kernel", "Homepage": "https://github.com/lighttransport/nanort", "Features": [], - "Stars": 1025, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1042 }, { "Name": "nanosvg", @@ -63169,16 +50884,7 @@ } ], "Features": [], - "Stars": 1582, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1619 }, { "Name": "nanovg", @@ -63195,16 +50901,7 @@ } ], "Features": [], - "Stars": 4964, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5017 }, { "Name": "nativefiledialog", @@ -63227,16 +50924,7 @@ "description": "Using Zenity backend on Linux" } }, - "Stars": 1689, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1715 }, { "Name": "nayuki-qr-code-generator", @@ -63256,16 +50944,7 @@ } ], "Features": [], - "Stars": 4697, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4867 }, { "Name": "nccl", @@ -63277,20 +50956,12 @@ "cuda" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ncnn", "Version": "20240102", + "Port-Version": 1, "Description": "ncnn is a high-performance neural network inference computing framework.", "Homepage": "https://github.com/Tencent/ncnn", "License": "BSD-3-Clause", @@ -63305,37 +50976,27 @@ "host": true } ], - "Features": [], - "Stars": 18848, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Features": { + "vulkan": { + "description": "Enable Vulkan support", + "dependencies": [ + "glslang", + "vulkan" + ] + } + }, + "Stars": 19278 }, { "Name": "ncurses", "Version": "6.4", - "Port-Version": 1, + "Port-Version": 2, "Description": "Free software emulation of curses in System V Release 4.0, and more", "Homepage": "https://invisible-island.net/ncurses/announce.html", "License": "MIT", "Supports": "!windows | mingw", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ndis-driver-library", @@ -63344,21 +51005,11 @@ "Homepage": "https://github.com/microsoft/ndis-driver-library", "License": "MIT", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 65 }, { "Name": "neargye-semver", - "Version": "0.3.0", - "Port-Version": 2, + "Version": "0.3.1", "Description": "C++17 header-only dependency-free versioning library complying with Semantic Versioning 2.0.0", "Homepage": "https://github.com/Neargye/semver", "License": "MIT", @@ -63373,16 +51024,7 @@ } ], "Features": [], - "Stars": 278, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 285 }, { "Name": "ned14-internal-quickcpplib", @@ -63425,16 +51067,7 @@ ] } }, - "Stars": 118, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 119 }, { "Name": "neon2sse", @@ -63452,21 +51085,12 @@ } ], "Features": [], - "Stars": 398, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 408 }, { "Name": "netcdf-c", "Version": "4.8.1", - "Port-Version": 4, + "Port-Version": 5, "Description": "A set of self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data.", "Homepage": "https://github.com/Unidata/netcdf-c", "Dependencies": [ @@ -63560,16 +51184,7 @@ "description": "Build utilities" } }, - "Stars": 478, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 487 }, { "Name": "netcdf-cxx4", @@ -63590,39 +51205,20 @@ } ], "Features": [], - "Stars": 120, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 122 }, { "Name": "netgen", "Version": "6.2.2401", + "Port-Version": 1, "Description": "NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. The connection to a geometry kernel allows the handling of IGES and STEP files. NETGEN contains modules for mesh optimization and hierarchical mesh refinement.", "Homepage": "https://ngsolve.org/", "License": "LGPL-2.1-or-later", "Supports": "arm64 | x64", "Dependencies": [ { - "name": "cgns", - "default-features": false - }, - { - "name": "ffmpeg", - "default-features": false, - "features": [ - "avcodec" - ] - }, - "libjpeg-turbo", - { - "name": "opencascade", + "name": "netgen", + "host": true, "default-features": false }, { @@ -63636,6 +51232,42 @@ "zlib" ], "Features": { + "cgns": { + "description": "CGNS file read/write support", + "dependencies": [ + { + "name": "cgns", + "default-features": false + } + ] + }, + "jpeg": { + "description": "enable snapshots using library libjpeg", + "dependencies": [ + "libjpeg-turbo" + ] + }, + "mpeg": { + "description": "enable video recording with FFmpeg", + "dependencies": [ + { + "name": "ffmpeg", + "default-features": false, + "features": [ + "avcodec" + ] + } + ] + }, + "occ": { + "description": "build with OpenCascade geometry kernel interface", + "dependencies": [ + { + "name": "opencascade", + "default-features": false + } + ] + }, "python": { "description": "Build python bindings", "dependencies": [ @@ -63644,20 +51276,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "nethost", - "Version": "8.0.0", + "Version": "8.0.3", "Description": "Provides a set of APIs that can be used to host .NET Core (dotnet)", "Homepage": "https://github.com/dotnet/runtime/tree/main/src/native/corehost/nethost", "License": "MIT", @@ -63673,21 +51296,11 @@ } ], "Features": [], - "Stars": 13751, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 14167 }, { "Name": "nettle", - "Version": "3.8.1", - "Port-Version": 1, + "Version": "3.9.1", "Description": "Nettle is a low-level cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.", "Homepage": "https://git.lysator.liu.se/nettle/nettle", "License": null, @@ -63707,16 +51320,7 @@ "description": "Build tools" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "networkdirect-sdk", @@ -63726,20 +51330,11 @@ "Homepage": "https://www.nuget.org/packages/NetworkDirect", "Supports": "windows & (x64 | x86) & !uwp", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "nghttp2", - "Version": "1.59.0", + "Version": "1.61.0", "Description": "Implementation of the Hypertext Transfer Protocol version 2 in C", "Homepage": "https://github.com/nghttp2/nghttp2", "License": "MIT", @@ -63750,16 +51345,7 @@ } ], "Features": [], - "Stars": 4476, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4511 }, { "Name": "nghttp2-asio", @@ -63787,16 +51373,7 @@ } ], "Features": [], - "Stars": 51, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 55 }, { "Name": "nghttp3", @@ -63811,16 +51388,7 @@ } ], "Features": [], - "Stars": 770, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 795 }, { "Name": "ngspice", @@ -63844,16 +51412,7 @@ "description": "Adds optional code models for XSPICE, ADMS (verilog integration) and B-/E-/G- sources." } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "fail", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ngtcp2", @@ -63872,16 +51431,7 @@ } ], "Features": [], - "Stars": 1049, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1079 }, { "Name": "nifly", @@ -63901,16 +51451,7 @@ } ], "Features": [], - "Stars": 45, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 50 }, { "Name": "nifticlib", @@ -63951,16 +51492,7 @@ "description": "Builds the core tool and the tools for 'nifti2' and 'nifticdf' if selected" } }, - "Stars": 31, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 32 }, { "Name": "nlohmann-fifo-map", @@ -63979,16 +51511,7 @@ } ], "Features": [], - "Stars": 170, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 171 }, { "Name": "nlohmann-json", @@ -64011,20 +51534,12 @@ "description": "Build json_diagnostics" } }, - "Stars": 39278, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 40387 }, { "Name": "nlopt", "Version": "2.7.1", + "Port-Version": 1, "Description": "Library for nonlinear local and global optimization, for functions with and without gradient information.", "Homepage": "https://github.com/stevengj/nlopt", "Dependencies": [ @@ -64038,16 +51553,7 @@ } ], "Features": [], - "Stars": 1699, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1748 }, { "Name": "nmap", @@ -64079,16 +51585,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "nmslib", @@ -64104,20 +51601,11 @@ } ], "Features": [], - "Stars": 3240, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3292 }, { "Name": "nng", - "Version": "1.6.0", + "Version": "1.7.3", "Description": "nanomsg-next-gen, lightweight messaging library", "Homepage": "https://nng.nanomsg.org", "License": "MIT", @@ -64143,16 +51631,7 @@ "description": "nng tools (nngcat, for example)" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "nngpp", @@ -64172,16 +51651,7 @@ } ], "Features": [], - "Stars": 192, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 195 }, { "Name": "nnpack", @@ -64203,16 +51673,7 @@ } ], "Features": [], - "Stars": 1651, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1660 }, { "Name": "node-addon-api", @@ -64233,16 +51694,7 @@ } ], "Features": [], - "Stars": 2014, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2051 }, { "Name": "node-api-headers", @@ -64264,16 +51716,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "nodesoup", @@ -64291,16 +51734,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "nonius", @@ -64321,16 +51755,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "nowide", @@ -64348,16 +51773,7 @@ } ], "Features": [], - "Stars": 166, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 168 }, { "Name": "nrf-ble-driver", @@ -64381,16 +51797,7 @@ } ], "Features": [], - "Stars": 276, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 279 }, { "Name": "nspr", @@ -64407,21 +51814,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "nss", - "Version": "3.87", - "Port-Version": 2, + "Version": "3.99", "Description": "Network Security Services from Mozilla", "Homepage": "https://ftp.mozilla.org/pub/security/nss/releases/", "License": "MPL-2.0", @@ -64439,16 +51836,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "nsync", @@ -64467,16 +51855,7 @@ } ], "Features": [], - "Stars": 331, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 348 }, { "Name": "nt-wrapper", @@ -64491,16 +51870,7 @@ } ], "Features": [], - "Stars": 414, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 417 }, { "Name": "ntf-core", @@ -64520,20 +51890,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "nu-book-zxing-cpp", - "Version": "2.1.0", + "Version": "2.2.1", "Description": "Barcode detection and decoding library.", "Homepage": "https://github.com/zxing-cpp/zxing-cpp", "License": "Apache-2.0", @@ -64548,16 +51909,7 @@ } ], "Features": [], - "Stars": 1057, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1119 }, { "Name": "nuklear", @@ -64583,49 +51935,33 @@ "description": "Install example files" } }, - "Stars": 8331, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 8577 }, { "Name": "numactl", - "Version": "2.0.17", + "Version": "2.0.18", "Description": "NUMA support for Linux", "Homepage": "https://github.com/numactl/numactl", "Supports": "linux", "Features": [], - "Stars": 370, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 380 }, { "Name": "numcpp", "Version": "2.12.1", + "Port-Version": 1, "Description": "C++ implementation of the Python Numpy library", "Homepage": "https://dpilger26.github.io/NumCpp", "License": "MIT", "Dependencies": [ - "boost", "boost-algorithm", "boost-date-time", "boost-endian", "boost-integer", + "boost-log", "boost-math", "boost-predef", + "boost-python", "boost-random", "boost-type-traits", { @@ -64646,16 +51982,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "nuspell", @@ -64687,16 +52014,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "nvtt", @@ -64721,16 +52039,7 @@ ] } }, - "Stars": 561, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 567 }, { "Name": "nyan-lang", @@ -64750,16 +52059,7 @@ } ], "Features": [], - "Stars": 198, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 200 }, { "Name": "oatpp", @@ -64779,16 +52079,7 @@ } ], "Features": [], - "Stars": 7286, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7458 }, { "Name": "oatpp-consul", @@ -64809,16 +52100,7 @@ } ], "Features": [], - "Stars": 36, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 36 }, { "Name": "oatpp-curl", @@ -64840,16 +52122,7 @@ } ], "Features": [], - "Stars": 9, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 9 }, { "Name": "oatpp-libressl", @@ -64871,16 +52144,7 @@ } ], "Features": [], - "Stars": 4, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4 }, { "Name": "oatpp-mbedtls", @@ -64900,16 +52164,7 @@ } ], "Features": [], - "Stars": 7, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7 }, { "Name": "oatpp-mongo", @@ -64930,16 +52185,7 @@ } ], "Features": [], - "Stars": 6, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 6 }, { "Name": "oatpp-openssl", @@ -64959,16 +52205,7 @@ } ], "Features": [], - "Stars": 13, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 13 }, { "Name": "oatpp-postgresql", @@ -64990,16 +52227,7 @@ } ], "Features": [], - "Stars": 16, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 18 }, { "Name": "oatpp-sqlite", @@ -65021,16 +52249,7 @@ } ], "Features": [], - "Stars": 17, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 18 }, { "Name": "oatpp-ssdp", @@ -65051,16 +52270,7 @@ } ], "Features": [], - "Stars": 2, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2 }, { "Name": "oatpp-swagger", @@ -65081,16 +52291,7 @@ } ], "Features": [], - "Stars": 86, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 88 }, { "Name": "oatpp-websocket", @@ -65109,16 +52310,7 @@ } ], "Features": [], - "Stars": 73, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 78 }, { "Name": "oatpp-zlib", @@ -65140,16 +52332,7 @@ "zlib" ], "Features": [], - "Stars": 4, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4 }, { "Name": "oboe", @@ -65169,16 +52352,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "observer-ptr-lite", @@ -65196,16 +52370,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ocilib", @@ -65222,21 +52387,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "octomap", - "Version": "1.9.8", - "Port-Version": 1, + "Version": "1.10.0", "Description": "An Efficient Probabilistic 3D Mapping Framework Based on Octrees", "Homepage": "https://octomap.github.io/", "License": "BSD-3-Clause", @@ -65252,16 +52407,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ode", @@ -65282,16 +52428,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "offscale-libetcd-cpp", @@ -65312,16 +52449,7 @@ } ], "Features": [], - "Stars": 3, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3 }, { "Name": "ogdf", @@ -65341,21 +52469,11 @@ } ], "Features": [], - "Stars": 282, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 289 }, { "Name": "ogre", - "Version": "14.0.1", - "Port-Version": 2, + "Version": "14.2.2", "Description": "3D Object-Oriented Graphics Rendering Engine", "Homepage": "https://github.com/OGRECave/ogre", "License": "MIT", @@ -65468,21 +52586,12 @@ ] } }, - "Stars": 3666, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3745 }, { "Name": "ogre-next", "Version": "2.3.3", - "Port-Version": 2, + "Port-Version": 3, "Description": "Ogre Next - scene-oriented, flexible 3D engine written in C++", "Homepage": "https://github.com/OGRECave/ogre-next", "License": "MIT", @@ -65549,16 +52658,7 @@ ] } }, - "Stars": 931, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 957 }, { "Name": "ois", @@ -65575,16 +52675,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "omniorb", @@ -65609,21 +52700,11 @@ "zstd" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ompl", - "Version": "1.5.1", - "Port-Version": 5, + "Version": "1.6.0", "Description": "The Open Motion Planning Library, consists of many state-of-the-art sampling-based motion planning algorithms", "Homepage": "https://ompl.kavrakilab.org/", "Dependencies": [ @@ -65648,16 +52729,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "fail", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "omplapp", @@ -65717,20 +52789,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "onednn", - "Version": "3.3", + "Version": "3.4", "Description": "oneAPI Deep Neural Network Library (oneDNN)", "Homepage": "https://github.com/oneapi-src/oneDNN", "License": "Apache-2.0", @@ -65746,16 +52809,7 @@ } ], "Features": [], - "Stars": 3373, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3470 }, { "Name": "oniguruma", @@ -65778,20 +52832,12 @@ "description": "Disable POSIX API" } }, - "Stars": 2157, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2203 }, { "Name": "onnx", "Version": "1.15.0", + "Port-Version": 1, "Description": "Open standard for machine learning interoperability", "Homepage": "https://onnx.ai", "License": "Apache-2.0", @@ -65823,16 +52869,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "onnx-optimizer", @@ -65864,16 +52901,7 @@ ] } }, - "Stars": 575, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 593 }, { "Name": "onnxruntime-gpu", @@ -65883,16 +52911,7 @@ "License": "MIT", "Supports": "windows & !x86 & !uwp & !static & !arm", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 12793 }, { "Name": "oof", @@ -65901,16 +52920,7 @@ "Homepage": "https://github.com/s9w/oof", "License": "MIT", "Features": [], - "Stars": 816, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 823 }, { "Name": "open-dis-cpp", @@ -65932,16 +52942,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "open62541", @@ -65983,16 +52984,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "open62541pp", @@ -66012,16 +53004,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "openal-soft", @@ -66053,22 +53036,13 @@ ] } }, - "Stars": 1997, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2051 }, { "Name": "openblas", - "Version": "0.3.26", + "Version": "0.3.27", "Description": "OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.", - "Homepage": "https://github.com/xianyi/OpenBLAS", + "Homepage": "https://github.com/OpenMathLib/OpenBLAS", "License": "BSD-3-Clause", "Supports": "!arm | arm64 | !uwp", "Dependencies": [ @@ -66115,20 +53089,11 @@ ] } }, - "Stars": 5822, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5983 }, { "Name": "opencascade", - "Version": "7.8.0", + "Version": "7.8.1", "Description": "Open CASCADE Technology (OCCT) is an open-source software development platform for 3D CAD, CAM, CAE.", "Homepage": "https://github.com/Open-Cascade-SAS/OCCT", "License": "LGPL-2.1-only", @@ -66203,16 +53168,7 @@ ] } }, - "Stars": 783, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 896 }, { "Name": "opencc", @@ -66245,16 +53201,7 @@ "description": "Build OpenCC command-line tools" } }, - "Stars": 7895, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 8058 }, { "Name": "opencensus-cpp", @@ -66281,16 +53228,7 @@ ] } }, - "Stars": 145, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 145 }, { "Name": "opencl", @@ -66311,16 +53249,7 @@ } ], "Features": [], - "Stars": 639, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 646 }, { "Name": "opencolorio", @@ -66355,44 +53284,23 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "opencsg", - "Version": "1.4.2", - "Port-Version": 4, + "Version": "1.6.0", "Description": "OpenCSG is a library that does image-based CSG rendering using OpenGL. OpenCSG is written in C++ and supports most modern graphics hardware using Microsoft Windows or the Linux operating system.", + "Homepage": "https://github.com/floriankirsch/OpenCSG", + "License": "GPL-2.0-or-later", "Dependencies": [ "glew", { "name": "vcpkg-cmake", "host": true - }, - { - "name": "vcpkg-cmake-config", - "host": true } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 57 }, { "Name": "openctm", @@ -66411,16 +53319,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "opencv", @@ -66873,21 +53772,12 @@ ] } }, - "Stars": 74345, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 75745 }, { "Name": "opencv2", "Version": "2.4.13.7", - "Port-Version": 19, + "Port-Version": 20, "Description": "Open Source Computer Vision Library", "Homepage": "https://github.com/opencv/opencv", "License": "BSD-3-Clause", @@ -67019,28 +53909,22 @@ "tiff": { "description": "TIFF support for opencv", "dependencies": [ - "tiff" + { + "name": "tiff", + "default-features": false + } ] }, "world": { "description": "Compile to a single package support for opencv" } }, - "Stars": 74345, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 75745 }, { "Name": "opencv3", "Version": "3.4.18", - "Port-Version": 13, + "Port-Version": 14, "Description": "Open Source Computer Vision Library", "Homepage": "https://github.com/opencv/opencv", "License": "BSD-3-Clause", @@ -67324,7 +54208,10 @@ "tiff": { "description": "TIFF support for opencv", "dependencies": [ - "tiff" + { + "name": "tiff", + "default-features": false + } ] }, "vtk": { @@ -67349,21 +54236,12 @@ "description": "Compile to a single package support for opencv" } }, - "Stars": 74345, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 75745 }, { "Name": "opencv4", "Version": "4.8.0", - "Port-Version": 15, + "Port-Version": 18, "Description": "computer vision library", "Homepage": "https://github.com/opencv/opencv", "License": "Apache-2.0", @@ -67719,7 +54597,10 @@ "tiff": { "description": "TIFF support for opencv", "dependencies": [ - "tiff" + { + "name": "tiff", + "default-features": false + } ] }, "vtk": { @@ -67756,16 +54637,7 @@ "description": "Compile to a single package support for opencv" } }, - "Stars": 74345, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 75745 }, { "Name": "opendnp3", @@ -67793,20 +54665,11 @@ ] } }, - "Stars": 278, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 281 }, { "Name": "openexr", - "Version": "3.1.8", + "Version": "3.2.3", "Port-Version": 1, "Description": "OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications", "Homepage": "https://www.openexr.com/", @@ -67814,6 +54677,7 @@ "Supports": "!uwp", "Dependencies": [ "imath", + "libdeflate", { "name": "vcpkg-cmake", "host": true @@ -67821,24 +54685,14 @@ { "name": "vcpkg-cmake-config", "host": true - }, - "zlib" + } ], "Features": { "tools": { "description": "Build tools" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "openfbx", @@ -67858,16 +54712,27 @@ } ], "Features": [], - "Stars": 1042, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1069 + }, + { + "Name": "openfx", + "Version": "1.4", + "Maintainers": "Reza Alizadeh Majd , Behnam Binesh ", + "Summary": "OpenFX - An open-source plugin API for visual effects", + "Homepage": "https://github.com/AcademySoftwareFoundation/openfx", + "License": "BSD-3-Clause", + "Dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "Features": [], + "Stars": 381 }, { "Name": "opengl", @@ -67880,16 +54745,7 @@ "opengl-registry" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "opengl-registry", @@ -67902,21 +54758,12 @@ "egl-registry" ], "Features": [], - "Stars": 623, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 646 }, { "Name": "openh264", "Version": "2021-03-16", - "Port-Version": 3, + "Port-Version": 4, "Description": "OpenH264 is a codec library which supports H.264 encoding and decoding. It is suitable for use in real time applications such as WebRTC.", "Homepage": "https://www.openh264.org/", "Supports": "!uwp", @@ -67927,16 +54774,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "openigtlink", @@ -67951,20 +54789,12 @@ } ], "Features": [], - "Stars": 94, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 96 }, { "Name": "openimageio", "Version": "2.5.8.0", + "Port-Version": 3, "Description": "A library for reading and writing images, and a bunch of related classes, utilities, and application.", "Homepage": "https://github.com/OpenImageIO/oiio", "License": "BSD-3-Clause", @@ -67987,7 +54817,10 @@ "libpng", "openexr", "robin-map", - "tiff", + { + "name": "tiff", + "default-features": false + }, { "name": "vcpkg-cmake", "host": true @@ -68092,20 +54925,11 @@ ] } }, - "Stars": 1853, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1884 }, { "Name": "openjpeg", - "Version": "2.5.0", + "Version": "2.5.2", "Port-Version": 1, "Description": "OpenJPEG is an open-source JPEG 2000 codec written in C language. It has been developed in order to promote the use of JPEG 2000, a still-image compression standard from the Joint Photographic Experts Group (JPEG). Since April 2015, it is officially recognized by ISO/IEC and ITU-T as a JPEG 2000 Reference Software.", "Homepage": "https://github.com/uclouvain/openjpeg", @@ -68121,19 +54945,10 @@ } ], "Features": { - "jp3d": { - "description": "(deprecated)" - }, "jpip": { "description": "Build optional component jpip", "supports": "!uwp" }, - "jpwl": { - "description": "(deprecated)" - }, - "mj2": { - "description": "(deprecated)" - }, "tools": { "description": "(deprecated)", "dependencies": [ @@ -68146,26 +54961,20 @@ "platform": "!windows" }, "lcms", - "tiff", + "libpng", + { + "name": "tiff", + "default-features": false + }, "zlib" ] } }, - "Stars": 928, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 941 }, { "Name": "openldap", - "Version": "2.5.13", - "Port-Version": 1, + "Version": "2.5.17", "Description": "OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol.", "Homepage": "https://www.openldap.org/software/", "License": "OLDAP-2.8", @@ -68181,16 +54990,7 @@ "description": "Enable client tools" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "openmama", @@ -68222,16 +55022,7 @@ } ], "Features": [], - "Stars": 133, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 138 }, { "Name": "openmesh", @@ -68250,16 +55041,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "openmpi", @@ -68269,21 +55051,12 @@ "Homepage": "https://www.open-mpi.org/", "Supports": "!(windows | uwp)", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "openmvg", "Version": "2.0", - "Port-Version": 9, + "Port-Version": 10, "Description": "open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion.", "License": "MPL-2.0-no-copyleft-exception", "Supports": "(x86 | x64 | arm64) & !xbox", @@ -68304,7 +55077,10 @@ "libjpeg-turbo", "liblemon", "libpng", - "tiff", + { + "name": "tiff", + "default-features": false + }, { "name": "vcpkg-cmake", "host": true @@ -68339,21 +55115,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "openmvs", "Version": "2.1.0", - "Port-Version": 2, + "Port-Version": 5, "Description": "OpenMVS: open Multi-View Stereo reconstruction library", "Homepage": "https://cdcseacave.github.io/openMVS", "License": "AGPL-3.0-only", @@ -68380,7 +55147,10 @@ ], "platform": "!(windows & static)" }, - "tiff", + { + "name": "tiff", + "default-features": false + }, "vcglib", { "name": "vcpkg-cmake", @@ -68415,16 +55185,7 @@ "description": "OpenMP support for openmvs" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "openni2", @@ -68443,16 +55204,7 @@ } ], "Features": [], - "Stars": 423, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 428 }, { "Name": "openscap", @@ -68493,21 +55245,12 @@ ] } }, - "Stars": 1247, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "fail", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "fail", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1280 }, { "Name": "openslide", "Version": "3.4.1", - "Port-Version": 3, + "Port-Version": 4, "Description": "OpenSlide is a C library for reading whole slide image files (also known as virtual slides). It provides a consistent and simple API for reading files from multiple vendors.", "Homepage": "https://openslide.org/", "License": "LGPL-2.1-or-later", @@ -68521,7 +55264,10 @@ "libxml2", "openjpeg", "sqlite3", - "tiff", + { + "name": "tiff", + "default-features": false + }, { "name": "vcpkg-tool-meson", "host": true @@ -68529,20 +55275,11 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "openssl", - "Version": "3.2.1", + "Version": "3.3.0", "Description": "OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library.", "Homepage": "https://www.openssl.org", "License": "Apache-2.0", @@ -68576,16 +55313,7 @@ "description": "Enable weak-ssl-ciphers" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "openssl-unix", @@ -68596,16 +55324,7 @@ "openssl" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "openssl-uwp", @@ -68616,16 +55335,7 @@ "openssl" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "openssl-windows", @@ -68636,21 +55346,12 @@ "openssl" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "opensubdiv", "Version": "3.5.0", - "Port-Version": 1, + "Port-Version": 2, "Description": "An Open-Source subdivision surface library.", "Homepage": "https://github.com/PixarAnimationStudios/OpenSubdiv", "License": "Apache-2.0", @@ -68732,20 +55433,11 @@ "description": "Enable tutorials build" } }, - "Stars": 2811, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2832 }, { "Name": "opentelemetry-cpp", - "Version": "1.14.0", + "Version": "1.14.2", "Port-Version": 1, "Description": [ "OpenTelemetry is a collection of tools, APIs, and SDKs.", @@ -68808,20 +55500,25 @@ "prometheus-cpp" ] }, + "user-events": { + "description": "Whether to include the User Events Exporter from the opentelemetry-cpp-contrib repository", + "supports": "linux", + "dependencies": [ + "libeventheader-tracepoint", + "libtracepoint", + { + "name": "opentelemetry-cpp", + "features": [ + "otlp-http" + ] + } + ] + }, "zipkin": { "description": "Whether to include the Zipkin exporter in the SDK" } }, - "Stars": 713, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 760 }, { "Name": "opentracing", @@ -68842,21 +55539,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "openturns", "Version": "1.20", - "Port-Version": 1, + "Port-Version": 2, "Description": "OpenTURNS is a scientific C++ and Python library featuring an internal data model and algorithms dedicated to the treatment of uncertainties.", "Homepage": "http://www.openturns.org", "License": null, @@ -68900,16 +55588,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "openvdb", @@ -68965,21 +55644,11 @@ ] } }, - "Stars": 2, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2 }, { "Name": "openvino", - "Version": "2023.3.0", - "Port-Version": 1, + "Version": "2024.1.0", "Maintainers": "OpenVINO Developers ", "Summary": "This is a port for Open Visual Inference And Optimization toolkit for AI inference", "Description": [ @@ -69065,6 +55734,10 @@ "ir": { "description": "Enables IR frontend for reading models in OpenVINO IR format" }, + "npu": { + "description": "NPU Support", + "supports": "x64 & !(osx | uwp) & !static" + }, "onnx": { "description": "Enables ONNX frontend for reading models in ONNX format", "dependencies": [ @@ -69130,16 +55803,7 @@ ] } }, - "Stars": 5522, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5972 }, { "Name": "openvpn3", @@ -69166,16 +55830,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "fail", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "openvr", @@ -69185,16 +55840,7 @@ "License": "BSD-3-Clause", "Supports": "!(arm | uwp | osx | android)", "Features": [], - "Stars": 5905, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "fail", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5962 }, { "Name": "openxr-loader", @@ -69222,16 +55868,7 @@ ] } }, - "Stars": 791, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 824 }, { "Name": "optimus-cpp", @@ -69246,16 +55883,7 @@ } ], "Features": [], - "Stars": 3, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3 }, { "Name": "optional-bare", @@ -69273,21 +55901,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 0 }, { "Name": "optional-lite", - "Version": "3.5.0", - "Port-Version": 1, + "Version": "3.6.0", "Description": "A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library", "Homepage": "https://github.com/martinmoene/optional-lite", "Dependencies": [ @@ -69301,20 +55919,11 @@ } ], "Features": [], - "Stars": 392, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 395 }, { "Name": "opus", - "Version": "1.4", + "Version": "1.5.1", "Description": "Totally open, royalty-free, highly versatile audio codec", "Homepage": "https://github.com/xiph/opus", "License": "BSD-3-Clause", @@ -69329,20 +55938,11 @@ } ], "Features": { - "avx": { - "description": "Builds the library with avx instruction set" + "avx2": { + "description": "Builds the library with avx2 instruction set" } }, - "Stars": 2020, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2111 }, { "Name": "opusfile", @@ -69373,20 +55973,11 @@ ] } }, - "Stars": 141, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 145 }, { "Name": "orc", - "Version": "1.9.2", + "Version": "2.0.0", "Description": "The smallest, fastest columnar storage for Hadoop workloads.", "Homepage": "https://orc.apache.org/", "License": "Apache-2.0", @@ -69411,16 +56002,7 @@ "zstd" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "orocos-kdl", @@ -69439,21 +56021,12 @@ } ], "Features": [], - "Stars": 612, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 639 }, { "Name": "osg", "Version": "3.6.5", - "Port-Version": 22, + "Port-Version": 23, "Description": "The OpenSceneGraph is an open source high performance 3D graphics toolkit.", "Homepage": "https://www.openscenegraph.com/", "License": null, @@ -69502,14 +56075,6 @@ ], "platform": "!uwp" }, - { - "name": "osg", - "default-features": false, - "features": [ - "rest-http-device" - ], - "platform": "!windows" - }, { "name": "osg", "default-features": false, @@ -69622,20 +56187,6 @@ } ] }, - "rest-http-device": { - "description": "Build RestHttpDevice plugin", - "supports": "!windows", - "dependencies": [ - "boost-array", - "boost-asio", - "boost-bind", - "boost-core", - "boost-lexical-cast", - "boost-logic", - "boost-smart-ptr", - "boost-tuple" - ] - }, "sdl1": { "description": "Build SDL 1 plugin, and enable SDL 1 app features", "dependencies": [ @@ -69666,16 +56217,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "osg-qt", @@ -69694,16 +56236,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "osgearth", @@ -69770,16 +56303,7 @@ "description": "Build tools" } }, - "Stars": 1376, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1416 }, { "Name": "osmanip", @@ -69799,16 +56323,7 @@ } ], "Features": [], - "Stars": 213, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 213 }, { "Name": "otl", @@ -69817,20 +56332,11 @@ "Homepage": "http://otl.sourceforge.net/", "License": "ISC", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "outcome", - "Version": "2.2.7", + "Version": "2.2.8", "Maintainers": [ "Niall Douglas ", "Henrik Gaßmann " @@ -69887,16 +56393,7 @@ "description": "Build and run the dependency validation tests" } }, - "Stars": 657, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 663 }, { "Name": "p-ranav-csv", @@ -69911,16 +56408,7 @@ } ], "Features": [], - "Stars": 233, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 235 }, { "Name": "p-ranav-csv2", @@ -69939,16 +56427,7 @@ } ], "Features": [], - "Stars": 500, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 516 }, { "Name": "pagmo2", @@ -69982,16 +56461,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "paho-mqtt", @@ -70016,16 +56486,7 @@ } ], "Features": [], - "Stars": 1804, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1847 }, { "Name": "paho-mqttpp3", @@ -70055,16 +56516,7 @@ ] } }, - "Stars": 888, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 931 }, { "Name": "palsigslot", @@ -70083,16 +56535,7 @@ } ], "Features": [], - "Stars": 646, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 658 }, { "Name": "pango", @@ -70144,21 +56587,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "pangolin", "Version": "0.8", - "Port-Version": 2, + "Port-Version": 3, "Description": "Lightweight GUI Library", "Homepage": "https://github.com/stevenlovegrove/Pangolin", "License": "MIT", @@ -70254,7 +56688,10 @@ "tiff": { "description": "Build support for libtiff image input", "dependencies": [ - "tiff" + { + "name": "tiff", + "default-features": false + } ] }, "tools": { @@ -70285,16 +56722,7 @@ ] } }, - "Stars": 2196, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2247 }, { "Name": "pangomm", @@ -70324,20 +56752,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "parallel-hashmap", - "Version": "1.3.11", + "Version": "1.3.12", "Description": "A header-only, very fast and memory-friendly family of C++ hash map & btree containers.", "License": "Apache-2.0", "Dependencies": [ @@ -70347,16 +56766,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "parallelstl", @@ -70376,21 +56786,11 @@ } ], "Features": [], - "Stars": 706, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 712 }, { "Name": "paraview", - "Version": "5.11.0", - "Port-Version": 4, + "Version": "5.12.0", "Description": "VTK-based Data Analysis and Visualization Application", "Homepage": "https://www.paraview.org/", "License": "BSD-3-Clause", @@ -70488,16 +56888,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "parmetis", @@ -70518,16 +56909,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "parquet", @@ -70538,16 +56920,7 @@ "arrow" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "parson", @@ -70566,16 +56939,7 @@ } ], "Features": [], - "Stars": 1289, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1304 }, { "Name": "pbc", @@ -70601,16 +56965,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "pcapplusplus", @@ -70638,16 +56993,7 @@ } ], "Features": [], - "Stars": 2535, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2581 }, { "Name": "pcg", @@ -70655,16 +57001,7 @@ "Port-Version": 2, "Description": "Permuted Congruential Generator", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "pciids", @@ -70674,21 +57011,11 @@ "License": "GPL-2.0-or-later OR BSD-3-Clause", "Supports": "native", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "pcl", - "Version": "1.14.0", - "Port-Version": 1, + "Version": "1.14.1", "Description": "Point Cloud Library (PCL) is open source library for 2D/3D image and point cloud processing.", "Homepage": "https://github.com/PointCloudLibrary/pcl", "License": "BSD-3-Clause", @@ -70743,7 +57070,8 @@ "description": "CUDA support for PCL", "supports": "x64", "dependencies": [ - "cuda" + "cuda", + "vtk" ] }, "examples": { @@ -70858,16 +57186,7 @@ ] } }, - "Stars": 9280, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 9475 }, { "Name": "pcre", @@ -70887,21 +57206,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "pcre2", - "Version": "10.42", - "Port-Version": 1, + "Version": "10.43", "Description": "Regular Expression pattern matching using the same syntax and semantics as Perl 5.", "Homepage": "https://github.com/PCRE2Project/pcre2", "License": "BSD-3-Clause", @@ -70921,7 +57230,7 @@ "Features": { "jit": { "description": "Enable support for Just-In-Time compiling regex matchers", - "supports": "!emscripten" + "supports": "!emscripten & !ios" }, "platform-default-features": { "description": "Enable default features", @@ -70931,21 +57240,12 @@ "features": [ "jit" ], - "platform": "!emscripten" + "platform": "!emscripten & !ios" } ] } }, - "Stars": 706, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 762 }, { "Name": "pdal", @@ -71060,16 +57360,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "pdal-c", @@ -71088,16 +57379,7 @@ } ], "Features": [], - "Stars": 7, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7 }, { "Name": "pdcurses", @@ -71108,16 +57390,7 @@ "License": null, "Supports": "windows & !uwp & !mingw", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "pdqsort", @@ -71126,21 +57399,11 @@ "Description": "Pattern-defeating quicksort (pdqsort) is a novel sorting algorithm", "Homepage": "https://github.com/orlp/pdqsort", "Features": [], - "Stars": 2246, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2290 }, { "Name": "pe-parse", - "Version": "2.1.0", - "Port-Version": 1, + "Version": "2.1.1", "Description": "pe-parse is a principled, lightweight C/C++ PE parser", "Homepage": "https://github.com/trailofbits/pe-parse", "Supports": "!uwp", @@ -71155,16 +57418,7 @@ } ], "Features": [], - "Stars": 741, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 763 }, { "Name": "pegtl", @@ -71183,16 +57437,7 @@ } ], "Features": [], - "Stars": 1834, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1873 }, { "Name": "pegtl-2", @@ -71211,16 +57456,27 @@ } ], "Features": [], - "Stars": 1834, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1873 + }, + { + "Name": "perfetto", + "Version": "44.0", + "Description": "System profiling, app tracing and trace analysis", + "Homepage": "https://perfetto.dev", + "License": "Apache-2.0", + "Supports": "!uwp", + "Dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "Features": [], + "Stars": 0 }, { "Name": "pffft", @@ -71240,16 +57496,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "pfring", @@ -71259,16 +57506,7 @@ "License": null, "Supports": "linux", "Features": [], - "Stars": 2572, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2614 }, { "Name": "pfultz2-linq", @@ -71296,16 +57534,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "phnt", @@ -71313,16 +57542,7 @@ "Description": "Windows Native API header files", "Homepage": "https://github.com/processhacker/phnt", "Features": [], - "Stars": 878, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 916 }, { "Name": "physac", @@ -71331,16 +57551,7 @@ "Homepage": "https://github.com/victorfisac/Physac", "License": "MIT", "Features": [], - "Stars": 373, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 387 }, { "Name": "physfs", @@ -71360,16 +57571,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "physx", @@ -71393,16 +57595,7 @@ } ], "Features": [], - "Stars": 2188, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2301 }, { "Name": "picojson", @@ -71411,16 +57604,7 @@ "Description": "A header-file-only, JSON parser serializer in C++.", "Homepage": "https://github.com/kazuho/picojson", "Features": [], - "Stars": 1082, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1087 }, { "Name": "picosha2", @@ -71429,16 +57613,7 @@ "Description": "PicoSHA2 - a C++ SHA256 hash generator", "Homepage": "https://github.com/okdshin/PicoSHA2", "Features": [], - "Stars": 624, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 640 }, { "Name": "piex", @@ -71453,20 +57628,11 @@ } ], "Features": [], - "Stars": 50, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 51 }, { "Name": "pipewire", - "Version": "1.0.2", + "Version": "1.0.4", "Description": "Low-latency audio/video router and processor. This port only builds the client library, not the server.", "Homepage": "https://pipewire.org", "License": "MIT", @@ -71479,16 +57645,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "pistache", @@ -71505,16 +57662,7 @@ } ], "Features": [], - "Stars": 3065, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3083 }, { "Name": "pixel", @@ -71544,20 +57692,11 @@ } ], "Features": [], - "Stars": 16, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 17 }, { "Name": "pixman", - "Version": "0.43.2", + "Version": "0.43.4", "Description": "Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization.", "Homepage": "https://www.cairographics.org/releases", "License": "MIT", @@ -71569,20 +57708,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "pkgconf", - "Version": "2.1.0", + "Version": "2.2.0", "Description": "pkgconf is a program which helps to configure compiler and linker flags for development libraries. It is similar to pkg-config from freedesktop.org.", "Homepage": "https://github.com/pkgconf/pkgconf", "License": null, @@ -71594,16 +57724,7 @@ } ], "Features": [], - "Stars": 407, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 423 }, { "Name": "plasma-wayland-protocols", @@ -71623,16 +57744,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "platform-folders", @@ -71652,16 +57764,7 @@ } ], "Features": [], - "Stars": 168, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 171 }, { "Name": "plf-colony", @@ -71669,16 +57772,7 @@ "Description": "An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements regardless of insertions/erasures.", "Homepage": "https://plflib.org/colony.htm", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "plf-hive", @@ -71686,16 +57780,7 @@ "Description": "plf::hive is a fork of plf::colony to match the current C++ standards proposal.", "Homepage": "https://plflib.org/colony.htm", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "plf-list", @@ -71704,16 +57789,7 @@ "Description": "A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on average", "Homepage": "https://www.plflib.org/", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "plf-nanotimer", @@ -71722,16 +57798,15 @@ "Description": "A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking", "Homepage": "https://www.plflib.org/", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 + }, + { + "Name": "plf-queue", + "Version": "2.2", + "Description": "A data container replicating std::queue functionality but with better performance than standard library containers in a queue context. C++98/03/11/14/etc-compatible.", + "Homepage": "https://plflib.org/queue.htm", + "Features": [], + "Stars": 0 }, { "Name": "plf-stack", @@ -71740,16 +57815,7 @@ "Description": "A C++ data container replicating std::stack functionality but with better performance", "Homepage": "https://www.plflib.org/", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "plib", @@ -71765,16 +57831,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "plibsys", @@ -71790,16 +57847,7 @@ } ], "Features": [], - "Stars": 629, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 646 }, { "Name": "plog", @@ -71818,16 +57866,7 @@ } ], "Features": [], - "Stars": 2041, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2093 }, { "Name": "plplot", @@ -71874,16 +57913,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "plustache", @@ -71899,16 +57929,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "pmdk", @@ -71927,16 +57948,7 @@ } ], "Features": [], - "Stars": 1315, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "fail", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "fail", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1325 }, { "Name": "pmp-library", @@ -71957,16 +57969,7 @@ } ], "Features": [], - "Stars": 1168, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1211 }, { "Name": "pngpp", @@ -71977,16 +57980,7 @@ "libpng" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "pngwriter", @@ -72007,16 +58001,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "pocketfft", @@ -72025,20 +58010,30 @@ "Homepage": "https://github.com/mreineck/pocketfft", "License": "BSD-3-Clause", "Features": [], - "Stars": 48, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 53 + }, + { + "Name": "pocketpy", + "Version": "1.4.5", + "Description": "pkpy is a lightweight(~15K LOC) Python interpreter for game scripting, built on C++17 with STL.", + "Homepage": "https://github.com/pocketpy/pocketpy", + "License": "MIT", + "Dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "Features": [], + "Stars": 1346 }, { "Name": "poco", - "Version": "1.13.0", + "Version": "1.13.3", "Description": "Modern, powerful open source C++ class libraries for building network and internet-based applications that run on desktop, server, mobile and embedded systems.", "Homepage": "https://github.com/pocoproject/poco", "License": "BSL-1.0", @@ -72109,16 +58104,7 @@ ] } }, - "Stars": 7749, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7919 }, { "Name": "podofo", @@ -72174,16 +58160,7 @@ ] } }, - "Stars": 274, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 297 }, { "Name": "poissonrecon", @@ -72204,16 +58181,7 @@ "zlib" ], "Features": [], - "Stars": 1415, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1470 }, { "Name": "polyclipping", @@ -72232,24 +58200,15 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "polyhook2", - "Version": "2023-08-11", + "Version": "2024-02-08", "Description": "C++17, x86/x64 Hooking Library v2.0", "Homepage": "https://github.com/stevemk14ebr/PolyHook_2_0", "License": "MIT", - "Supports": "!(arm | uwp | linux | osx)", + "Supports": "(x86 | x64) & !(uwp | osx)", "Dependencies": [ { "name": "vcpkg-cmake", @@ -72263,16 +58222,21 @@ ], "Default-Features": [ "detours", - "exception", + { + "name": "exception", + "platform": "windows" + }, "inlinentd", - "pe", + { + "name": "pe", + "platform": "windows" + }, "virtuals" ], "Features": { "detours": { "description": "Implement detour functionality", "dependencies": [ - "asmjit", "asmtk" ] }, @@ -72292,16 +58256,7 @@ "description": "Implement all virtual table hooking functionality" } }, - "Stars": 1459, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1495 }, { "Name": "polymorphic-value", @@ -72321,16 +58276,7 @@ } ], "Features": [], - "Stars": 229, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 229 }, { "Name": "ponder", @@ -72349,20 +58295,12 @@ } ], "Features": [], - "Stars": 621, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 629 }, { "Name": "poppler", - "Version": "24.2.0", + "Version": "24.3.0", + "Port-Version": 1, "Description": "A PDF rendering library", "Homepage": "https://poppler.freedesktop.org/", "License": "GPL-2.0-or-later", @@ -72375,7 +58313,10 @@ "libjpeg-turbo", "libpng", "openjpeg", - "tiff", + { + "name": "tiff", + "default-features": false + }, { "name": "vcpkg-cmake", "host": true @@ -72472,16 +58413,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "popsift", @@ -72512,16 +58444,7 @@ ] } }, - "Stars": 401, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 412 }, { "Name": "portable-file-dialogs", @@ -72539,16 +58462,7 @@ } ], "Features": [], - "Stars": 967, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 984 }, { "Name": "portable-snippets", @@ -72569,16 +58483,7 @@ } ], "Features": [], - "Stars": 645, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 658 }, { "Name": "portaudio", @@ -72598,16 +58503,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "portmidi", @@ -72632,16 +58528,7 @@ } ], "Features": [], - "Stars": 102, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 108 }, { "Name": "portsmf", @@ -72661,16 +58548,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ppconsul", @@ -72700,16 +58578,7 @@ } ], "Features": [], - "Stars": 143, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 145 }, { "Name": "ppmagic", @@ -72718,16 +58587,7 @@ "Description": "C/C++ preprocessor macros that you can use to simplify your life.", "Homepage": "https://github.com/kobalicek/ppmagic", "Features": [], - "Stars": 49, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 51 }, { "Name": "pprint", @@ -72746,16 +58606,7 @@ } ], "Features": [], - "Stars": 906, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 907 }, { "Name": "pqp", @@ -72774,16 +58625,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "pravila00-enum-string", @@ -72792,16 +58634,16 @@ "Homepage": "https://github.com/Pravila00/enum-string", "License": "Unlicense", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 + }, + { + "Name": "pravila00-enumflag", + "Version": "2024-04-12", + "Description": "This C++ code provides a template for enabling bitwise operations on enum classes, which are not supported by default in C++.", + "Homepage": "https://www.justsoftwaresolutions.co.uk/cplusplus/using-enum-classes-as-bitfields.html", + "License": "BSL-1.0", + "Features": [], + "Stars": 0 }, { "Name": "pravila00-make-vector", @@ -72810,21 +58652,11 @@ "Homepage": "https://github.com/Pravila00/make-vector", "License": "BSL-1.0", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "presentmon", - "Version": "1.7.0", - "Port-Version": 2, + "Version": "1.10.0", "Description": "PresentMon is a tool to capture and analyze ETW events related to swap chain presentation on Windows.", "Supports": "windows & !uwp", "Dependencies": [ @@ -72838,20 +58670,11 @@ "description": "Build tool PresentMon" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "proj", - "Version": "9.3.1", + "Version": "9.4.0", "Description": "PROJ library for cartographic projections", "Homepage": "https://proj.org/", "License": "MIT", @@ -72906,86 +58729,11 @@ "description": "Build tools" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" - }, - { - "Name": "proj4", - "Version": "8.9.9", - "Port-Version": 1, - "Description": "A stub package that pulls in proj. Do not depend on this package.", - "License": "MIT", - "Dependencies": [ - { - "name": "proj", - "default-features": false, - "version>=": "9.0.0" - } - ], - "Default-Features": [ - "net", - "tiff" - ], - "Features": { - "net": { - "description": "Enable network support", - "dependencies": [ - { - "name": "proj", - "default-features": false, - "features": [ - "net" - ] - } - ] - }, - "tiff": { - "description": "Enable TIFF support to read some grids", - "dependencies": [ - { - "name": "proj", - "default-features": false, - "features": [ - "tiff" - ] - } - ] - }, - "tools": { - "description": "Build tools", - "dependencies": [ - { - "name": "proj", - "default-features": false, - "features": [ - "tools" - ] - } - ] - } - }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "prometheus-cpp", - "Version": "1.1.0", + "Version": "1.2.4", "Description": "Prometheus Client Library for Modern C++", "License": "MIT", "Dependencies": [ @@ -73028,16 +58776,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "promise-cpp", @@ -73051,22 +58790,13 @@ } ], "Features": [], - "Stars": 635, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 650 }, { "Name": "protobuf", "Version": "3.21.12", - "Port-Version": 1, - "Description": "Protocol Buffers - Google's data interchange format", + "Port-Version": 2, + "Description": "Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.", "Homepage": "https://github.com/protocolbuffers/protobuf", "License": "BSD-3-Clause", "Dependencies": [ @@ -73091,16 +58821,7 @@ ] } }, - "Stars": 63033, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 63749 }, { "Name": "protobuf-c", @@ -73132,16 +58853,7 @@ "supports": "!uwp" } }, - "Stars": 2530, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2578 }, { "Name": "protopuf", @@ -73160,16 +58872,7 @@ } ], "Features": [], - "Stars": 142, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 143 }, { "Name": "protozero", @@ -73190,20 +58893,11 @@ } ], "Features": [], - "Stars": 265, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 279 }, { "Name": "proxsuite", - "Version": "0.5.0", + "Version": "0.6.4", "Description": "The Advanced Proximal Optimization Toolbox", "Homepage": "https://github.com/Simple-Robotics/proxsuite", "License": "BSD-2-Clause", @@ -73219,20 +58913,11 @@ } ], "Features": [], - "Stars": 320, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 348 }, { "Name": "proxy", - "Version": "2.1.2", + "Version": "2.3.2", "Description": "A single-header C++20 library that facilitates runtime polymorphism.", "Homepage": "https://github.com/microsoft/proxy", "License": "MIT", @@ -73247,20 +58932,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1219 }, { "Name": "proxygen", - "Version": "2024.01.01.00", + "Version": "2024.05.02.00", "Description": "It comprises the core C++ HTTP abstractions used at Facebook.", "Homepage": "https://github.com/facebook/proxygen", "License": "BSD-3-Clause", @@ -73296,16 +58972,7 @@ "zstd" ], "Features": [], - "Stars": 7989, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 8026 }, { "Name": "psimd", @@ -73320,16 +58987,7 @@ } ], "Features": [], - "Stars": 55, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 55 }, { "Name": "ptc-print", @@ -73349,16 +59007,7 @@ } ], "Features": [], - "Stars": 42, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 42 }, { "Name": "ptex", @@ -73379,16 +59028,7 @@ "zlib" ], "Features": [], - "Stars": 665, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 672 }, { "Name": "pthread", @@ -73399,16 +59039,7 @@ "pthreads" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "pthread-stubs", @@ -73421,16 +59052,7 @@ "pthread" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "pthreadpool", @@ -73450,16 +59072,7 @@ } ], "Features": [], - "Stars": 320, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 326 }, { "Name": "pthreads", @@ -73475,16 +59088,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ptyqt", @@ -73507,16 +59111,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "pugixml", @@ -73535,16 +59130,7 @@ } ], "Features": [], - "Stars": 3755, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3815 }, { "Name": "pulsar-client-cpp", @@ -73596,16 +59182,55 @@ "zstd" ], "Features": [], - "Stars": 43, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 48 + }, + { + "Name": "pulseaudio", + "Version": "17.0", + "Description": "PulseAudio is a sound server, originally created to overcome the limitations of the Enlightened Sound Daemon (EsounD)", + "Homepage": "https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Community/", + "License": null, + "Supports": "!windows & !osx", + "Dependencies": [ + { + "name": "alsa", + "platform": "linux" + }, + { + "name": "dbus", + "default-features": false + }, + "fftw3", + { + "name": "glib", + "default-features": false + }, + { + "name": "gstreamer", + "default-features": false + }, + "jack2", + "libatomic-ops", + "libiconv", + { + "name": "openssl", + "default-features": false + }, + "orc", + "sndfile", + "soxr", + "speex", + { + "name": "vcpkg-cmake-config", + "host": true + }, + { + "name": "vcpkg-tool-meson", + "host": true + } + ], + "Features": [], + "Stars": 0 }, { "Name": "pulzed-mini", @@ -73614,20 +59239,11 @@ "Homepage": "https://github.com/pulzed/mINI", "License": "MIT", "Features": [], - "Stars": 406, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 444 }, { "Name": "pybind11", - "Version": "2.11.1", + "Version": "2.12.0", "Description": "pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code", "Homepage": "https://github.com/pybind/pybind11", "License": "BSD-3-Clause", @@ -73643,16 +59259,7 @@ } ], "Features": [], - "Stars": 14511, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 14831 }, { "Name": "pystring", @@ -73671,16 +59278,7 @@ } ], "Features": [], - "Stars": 831, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 835 }, { "Name": "python2", @@ -73698,21 +59296,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "python3", - "Version": "3.11.5", - "Port-Version": 5, + "Version": "3.11.8", + "Port-Version": 1, "Description": "The Python programming language", "Homepage": "https://github.com/python/cpython", "License": "Python-2.0", @@ -73767,20 +59356,12 @@ "description": "Deprecated support for the Windows 7 platform -- may be removed at any time." } }, - "Stars": 58604, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 59819 }, { "Name": "qca", "Version": "2.3.7", + "Port-Version": 1, "Description": "Qt Cryptographic Architecture (QCA).", "Homepage": "https://userbase.kde.org/QCA", "Dependencies": [ @@ -73810,18 +59391,15 @@ "dependencies": [ "botan" ] + }, + "ossl": { + "description": "Build with openssl", + "dependencies": [ + "openssl" + ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qcoro", @@ -73878,16 +59456,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qcustomplot", @@ -73909,16 +59478,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qhttpengine", @@ -73938,21 +59498,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qhull", "Version": "8.0.2", - "Port-Version": 4, + "Port-Version": 5, "Description": "computes the convex hull, Delaunay triangulation, Voronoi diagram", "Homepage": "https://github.com/qhull/qhull", "License": null, @@ -73971,16 +59522,7 @@ "description": "Determines whether tools should be built" } }, - "Stars": 669, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 688 }, { "Name": "qnnpack", @@ -74002,16 +59544,7 @@ } ], "Features": [], - "Stars": 1504, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1513 }, { "Name": "qoi", @@ -74020,16 +59553,7 @@ "Homepage": "https://qoiformat.org/", "License": "MIT", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qoixx", @@ -74038,16 +59562,7 @@ "Homepage": "https://github.com/wx257osn2/qoixx", "License": "MIT", "Features": [], - "Stars": 30, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 30 }, { "Name": "qpid-proton", @@ -74076,21 +59591,12 @@ } ], "Features": [], - "Stars": 216, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "fail", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 221 }, { "Name": "qscintilla", - "Version": "2.13.4", - "Port-Version": 2, + "Version": "2.14.1", + "Port-Version": 1, "Description": "QScintilla is a port to Qt of the Scintilla editing component. Features syntax highlighting, code-completion and much more (Barebone build without python bindings (missing dependeny PyQt) and without QtDesigner plugin)", "Homepage": "https://www.riverbankcomputing.com/software/qscintilla", "License": "GPL-3.0-or-later", @@ -74107,21 +59613,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt", - "Version": "6.6.1", - "Description": "Qt", + "Version": "6.6.3", + "Description": "A cross-platform application and UI framework.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -74197,6 +59694,7 @@ "name": "qtmultimedia", "default-features": false, "features": [ + "ffmpeg", "qml", "widgets" ] @@ -74209,15 +59707,6 @@ ], "platform": "!windows" }, - { - "name": "qtmultimedia", - "default-features": false, - "features": [ - "ffmpeg", - "gstreamer" - ], - "platform": "windows & !static" - }, "qtnetworkauth", { "name": "qtopcua", @@ -74339,20 +59828,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt-advanced-docking-system", - "Version": "4.2.1", + "Version": "4.3.0", "Description": "Create customizable layouts using an advanced window docking system similar to what is found in many popular IDEs such as Visual Studio", "Homepage": "https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System", "License": "LGPL-2.1-only", @@ -74378,20 +59858,11 @@ "zlib" ], "Features": [], - "Stars": 1582, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1668 }, { "Name": "qt3d", - "Version": "6.6.1", + "Version": "6.6.3", "Description": "Qt wrapper for existing OPC UA stacks", "Homepage": "https://www.qt.io/", "License": null, @@ -74494,21 +59965,13 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5", - "Version": "5.15.12", - "Description": "Qt5 Application Framework", + "Version": "5.15.13", + "Port-Version": 2, + "Description": "A cross-platform application and UI framework.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -74582,17 +60045,17 @@ "name": "qt5", "default-features": false, "features": [ - "webengine" + "wayland" ], - "platform": "!static" + "platform": "linux" }, { "name": "qt5", "default-features": false, "features": [ - "wayland" + "webengine" ], - "platform": "!windows" + "platform": "!static" }, { "name": "qt5-base", @@ -74634,7 +60097,7 @@ "dependencies": [ { "name": "qt5-doc", - "platform": "!windows" + "platform": "linux" } ] }, @@ -74856,21 +60319,13 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-3d", - "Version": "5.15.12", - "Description": "Qt5 3d Module - Functionality for near-realtime simulation systems with support for 2D and 3D rendering", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "Qt 3D provides functionality for near-realtime simulation systems with support for 2D and 3D rendering in both Qt C++ and Qt Quick applications.", "License": null, "Dependencies": [ "assimp", @@ -74887,21 +60342,13 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-activeqt", - "Version": "5.15.12", - "Description": "Qt5 ActiveQt Module - ActiveX components", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "Active Qt is a helper framework that enables the developer to access and use ActiveX controls and COM objects provided by any ActiveX server. It also makes it possible to make the developer's own Qt applications available as COM servers on Windows.", "License": null, "Supports": "windows", "Dependencies": [ @@ -74911,21 +60358,13 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-androidextras", - "Version": "5.15.12", - "Description": "Qt5 androidextras Module;", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "The Qt Android Extras module provided a set of classes and functions that were specific to Android applications written with Qt. This module helped developers to integrate various Android-specific features and services into their Qt applications.", "License": null, "Supports": "android", "Dependencies": [ @@ -74935,22 +60374,13 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-base", - "Version": "5.15.12", - "Port-Version": 2, - "Description": "Qt5 Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "Qt Base provides the basic non-GUI functionality required by all Qt applications.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -75019,22 +60449,13 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-canvas3d", "Version": "0", - "Port-Version": 2, - "Description": "Qt5 Canvas 3d Module;", + "Port-Version": 3, + "Description": "Qt Canvas3D offers a low level OpenGL-like API that enables you to execute 3D drawing commands from JavaScript.", "Dependencies": [ { "name": "qt5-base", @@ -75042,21 +60463,13 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "pass", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 0 }, { "Name": "qt5-charts", - "Version": "5.15.12", - "Description": "Qt5 Charts Module - UI components for displaying charts, driven by static or dynamic data models", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "The Qt Charts module provides a set of easy to use chart components.", "License": null, "Dependencies": [ { @@ -75067,21 +60480,13 @@ "qt5-multimedia" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-connectivity", - "Version": "5.15.12", - "Description": "Qt5 Connectivity module - Provides access to Bluetooth and NFC hardware", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "The Qt Connectivity module provides access to Bluetooth and NFC hardware.", "License": null, "Dependencies": [ { @@ -75090,21 +60495,13 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-datavis3d", - "Version": "5.15.12", - "Description": "Qt5 Data Visualization 3d Module - UI Components for creating 3D data visualizations", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "The Qt Data Visualization module provides a way to visualize data in 3D as bar, scatter, and surface graphs.", "License": null, "Dependencies": [ { @@ -75115,21 +60512,13 @@ "qt5-multimedia" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-declarative", - "Version": "5.15.12", - "Description": "Qt5 Declarative (Quick 2) Module. Includes QtQuick, QtQuickParticles, QtQuickWidgets, QtQml, and QtPacketProtocol.", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "Qt Declarative (Quick 2)", "License": null, "Dependencies": [ { @@ -75160,21 +60549,13 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-doc", - "Version": "5.15.12", - "Description": "Qt5 doc Module;", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "The Qt documentation.", "License": null, "Supports": "linux", "Dependencies": [ @@ -75187,21 +60568,13 @@ "qt5-tools" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-gamepad", - "Version": "5.15.12", - "Description": "Qt5 Gamepad Module - Enables Qt applications to support the use of gamepad hardware", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "Qt Gamepad is an add-on library that enables Qt applications to support the use of gamepad hardware and in some cases remote control equipment.", "License": null, "Dependencies": [ { @@ -75211,21 +60584,13 @@ "qt5-declarative" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-graphicaleffects", - "Version": "5.15.12", - "Description": "Qt5 GraphicalEffects Module.", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "The Qt Graphical Effects module provides a set of QML types for adding visually impressive and configurable effects to user interfaces.", "License": null, "Dependencies": [ { @@ -75235,21 +60600,13 @@ "qt5-declarative" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-imageformats", - "Version": "5.15.12", - "Description": "Qt5 Image Formats Module - Plugins for additional image formats: TIFF, MNG, TGA, WBMP", + "Version": "5.15.13", + "Port-Version": 2, + "Description": "The Qt Image Formats add-on module provides optional support for other image file formats.", "License": null, "Dependencies": [ { @@ -75278,7 +60635,10 @@ "tiff": { "description": "Enable TIFF support", "dependencies": [ - "tiff", + { + "name": "tiff", + "default-features": false + }, { "name": "vcpkg-pkgconfig-get-modules", "host": true @@ -75296,21 +60656,13 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-location", - "Version": "5.15.12", - "Description": "Qt5 Location Module - Displays map, navigation, and place content in a QML application.", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "The Qt Location API helps you create viable mapping solutions using the data available from some of the popular location services.", "License": null, "Dependencies": [ { @@ -75323,21 +60675,13 @@ "qt5-serialport" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-macextras", - "Version": "5.15.12", - "Description": "Qt5 Mac Extras Module. Provides platform-specific APIs for mac.", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "Qt Mac Extras provide classes and functions that enable you to use miscellaneous functionality specific to the macOS and iOS operating systems.", "License": null, "Supports": "osx", "Dependencies": [ @@ -75347,16 +60691,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-modularscripts", @@ -75364,21 +60699,13 @@ "Port-Version": 1, "Description": "now part of qt5-base, formerly vcpkg helpers to package qt5 modules", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-mqtt", - "Version": "5.15.12", - "Description": "Qt5 MQTT module.", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "Qt MQTT enables you to create applications and devices that can communicate over the MQ telemetry transport (MQTT) protocol.", "License": null, "Dependencies": [ { @@ -75387,21 +60714,13 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-multimedia", - "Version": "5.15.12", - "Description": "Qt5 Multimedia Module - Classes and widgets for audio, video, radio and camera functionality", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "Qt Multimedia is an essential module that provides a rich set of QML types and C++ classes to handle multimedia content. It also provides necessary APIs to access the camera and radio functionality.", "License": null, "Dependencies": [ { @@ -75411,21 +60730,13 @@ "qt5-declarative" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-networkauth", - "Version": "5.15.12", - "Description": "Qt5 Network Authorization Module", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "Qt Network Authorization provides a set of APIs that enable Qt applications to obtain limited access to online accounts and HTTP services without exposing users' passwords.", "License": null, "Dependencies": [ { @@ -75434,21 +60745,13 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-purchasing", - "Version": "5.15.12", - "Description": "Qt5 Purchasing Module - Enables in-app purchase of products in Qt applications.", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "Qt Purchasing is an add-on library that enables Qt applications to support in-app purchases. It is a cross-platform library that currently supports purchases made to the Mac App Store on OS X, App Store on iOS, and Google Play on Android.", "License": null, "Dependencies": [ { @@ -75458,21 +60761,13 @@ "qt5-declarative" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-quickcontrols", - "Version": "5.15.12", - "Description": "Qt5 QuickControls Module.", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "The Qt Quick Controls module provides a set of controls that can be used to build complete interfaces in Qt Quick.", "License": null, "Dependencies": [ { @@ -75483,21 +60778,13 @@ "qt5-graphicaleffects" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-quickcontrols2", - "Version": "5.15.12", - "Description": "Qt5 QuickControls2 Module.", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "Qt Quick Controls provides a set of controls that can be used to build complete interfaces in Qt Quick.", "License": null, "Dependencies": [ { @@ -75508,21 +60795,13 @@ "qt5-imageformats" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-remoteobjects", - "Version": "5.15.12", - "Description": "Qt5 Remoteobjects module - Provides an easy to use mechanism for sharing a QObject's API (Properties/Signals/Slots) between processes or devices.", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "Qt Remote Objects (QtRO) is an Inter-Process Communication (IPC) module developed for Qt. This module extends Qt's existing functionalities to enable information exchange between processes or computers, easily.", "License": null, "Dependencies": [ { @@ -75532,21 +60811,13 @@ "qt5-declarative" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-script", - "Version": "5.15.12", - "Description": "Qt5 Script Module.", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "Qt Script provides support for application scripting with ECMAScript.", "License": null, "Dependencies": [ { @@ -75556,21 +60827,13 @@ "qt5-tools" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-scxml", - "Version": "5.15.12", - "Description": "Qt5 SCXML Module - Provides classes and tools for creating state machines from SCXML files and embedding them in applications", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "The Qt SCXML module provides classes for embedding state machines created from State Chart XML (SCXML) files in Qt applications.", "License": null, "Dependencies": [ { @@ -75580,21 +60843,13 @@ "qt5-declarative" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-sensors", - "Version": "5.15.12", - "Description": "Qt5 Sensors module - Provides access to sensor hardware and motion gesture recognition.", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "The Qt Sensors API provides access to sensor hardware via QML and C++ interfaces. The Qt Sensors API also provides a motion gesture recognition API for devices.", "License": null, "Dependencies": [ { @@ -75604,21 +60859,13 @@ "qt5-declarative" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-serialbus", - "Version": "5.15.12", - "Description": "Qt5 Serialbus Module;", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "The Qt Serial Bus API provides classes and functions to access the various industrial serial buses and protocols, such as CAN, ModBus, and others.", "License": null, "Dependencies": [ { @@ -75628,20 +60875,11 @@ "qt5-serialport" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-serialport", - "Version": "5.15.12", + "Version": "5.15.13", "Description": "Qt5 Serial Port - provides access to hardware and virtual serial ports", "License": null, "Dependencies": [ @@ -75651,21 +60889,13 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-speech", - "Version": "5.15.12", - "Description": "Qt5 Speech Module", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "The Qt Speech module enables a Qt application to support accessibility features such as text-to-speech, which is useful for end-users who are visually challenged or cannot access the application for whatever reason.", "License": null, "Dependencies": [ { @@ -75680,21 +60910,13 @@ "qt5-multimedia" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-svg", - "Version": "5.15.12", - "Description": "Qt5 SVG Module - provides classes for displaying the contents of SVG files", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "Qt SVG provides classes for rendering and displaying SVG drawings in widgets and on other paint devices.", "License": null, "Dependencies": [ { @@ -75703,21 +60925,13 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-tools", - "Version": "5.15.12", - "Description": "Qt5 Tools Module; Includes deployment tools and helpers, Qt Designer, Assistant, and other applications", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "A collection of tools and utilities that come with the Qt framework to assist developers in the creation, management, and deployment of Qt applications.", "License": null, "Dependencies": [ { @@ -75731,21 +60945,13 @@ "qt5-declarative" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-translations", - "Version": "5.15.12", - "Description": "Qt5 translations module", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "Qt translations.", "License": null, "Dependencies": [ { @@ -75755,21 +60961,13 @@ "qt5-tools" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-virtualkeyboard", - "Version": "5.15.12", - "Description": "Qt5 Virtual Keyboard Module - A framework for implementing different input methods. Supports localized keyboard layouts and custom visual themes", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "The Qt Virtual Keyboard project provides an input framework and reference keyboard frontend for Qt 5 on Linux Desktop/X11, Windows Desktop, and Boot2Qt targets.", "License": null, "Dependencies": [ "qt5-multimedia", @@ -75777,21 +60975,13 @@ "qt5-svg" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-wayland", - "Version": "5.15.12", - "Description": "Qt5 wayland Module;", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "QtWayland is a Qt 5 module that wraps the functionality of Wayland.", "License": null, "Supports": "linux", "Dependencies": [ @@ -75801,21 +60991,13 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-webchannel", - "Version": "5.15.12", - "Description": "Qt5 Web Channel module - Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients.", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "Qt WebChannel enables peer-to-peer communication between a server (QML/C++ application) and a client (HTML/JavaScript or QML application).", "License": null, "Dependencies": [ { @@ -75825,33 +61007,33 @@ "qt5-declarative" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-webengine", - "Version": "5.15.12", - "Description": "Qt5 webengine Module;", + "Version": "5.15.13", + "Port-Version": 3, + "Description": "Qt WebEngine provides functionality for rendering regions of dynamic web content.", "License": null, "Supports": "!static", "Dependencies": [ { - "name": "atlmfc", + "name": "atl", "platform": "windows" }, + { + "name": "dbus", + "platform": "!windows" + }, { "name": "ffmpeg", "default-features": false, "platform": "!windows" }, + { + "name": "icu", + "platform": "!windows" + }, { "name": "qt5-base", "default-features": false @@ -75872,21 +61054,13 @@ "description": "Enable proprietary-codecs in qtwebengine" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 0 }, { "Name": "qt5-webglplugin", - "Version": "5.15.12", - "Description": "Qt5 Webglplugin Module", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "The Qt WebGL Plugin module enables Qt applications to be run in web browsers through WebGL streaming.", "License": null, "Dependencies": [ { @@ -75896,21 +61070,13 @@ "qt5-websockets" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-websockets", - "Version": "5.15.12", - "Description": "Qt5 Web Sockets Module - provides WebSocket communication compliant with RFC 6455", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "The Qt WebSockets module provides C++ and QML interfaces that enable Qt applications to act as a server that can process WebSocket requests, or a client that can consume data received from the server, or both.", "License": null, "Dependencies": [ { @@ -75920,41 +61086,25 @@ "qt5-declarative" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-webview", - "Version": "5.15.12", - "Description": "Qt5 WebView module - Provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense.", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "Qt WebView provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense.", "License": null, "Dependencies": [ "qt5-declarative" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-winextras", - "Version": "5.15.12", - "Description": "Qt5 Windows Extras Module. Provides platform-specific APIs for Windows.", + "Version": "5.15.13", + "Port-Version": 2, + "Description": "Qt Windows Extras provide classes and functions that enable you to use miscellaneous Windows-specific functions. For example, you can convert Qt objects to Windows object handles and manipulate DWM glass frames.", "License": null, "Supports": "windows", "Dependencies": [ @@ -75966,27 +61116,19 @@ ], "Features": { "declarative": { - "description": "Build Qt.Quick imports", + "description": "Build Qt Quick imports", "dependencies": [ "qt5-declarative" ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-x11extras", - "Version": "5.15.12", - "Description": "Qt5 x11extras Module;", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "Qt X11 Extras enables the Qt programmer to write applications for the Linux/X11 platform.", "License": null, "Supports": "!windows", "Dependencies": [ @@ -75996,21 +61138,13 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "fail", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5-xmlpatterns", - "Version": "5.15.12", - "Description": "Qt5 XML Patterns Module - Support for XPath, XQuery, XSLT and XML schema validation", + "Version": "5.15.13", + "Port-Version": 1, + "Description": "The Qt XML Patterns module provides support for XPath, XQuery, XSLT, and XML Schema validation.", "License": null, "Dependencies": [ { @@ -76020,21 +61154,12 @@ "qt5-declarative" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qt5compat", - "Version": "6.6.1", - "Description": "The module contains unsupported Qt 5 APIs", + "Version": "6.6.3", + "Description": "The Qt 5 Core Compat module contains the Qt 5 Core APIs that were removed in Qt 6. The module facilitates the transition to Qt 6.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -76111,20 +61236,11 @@ "description": "Supports conversions between text encodings." } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtactiveqt", - "Version": "6.6.1", + "Version": "6.6.3", "Description": "ActiveQt", "Homepage": "https://www.qt.io/", "License": null, @@ -76156,20 +61272,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtapplicationmanager", - "Version": "6.6.1", + "Version": "6.6.3", "Description": "Qt component for application lifecycle management", "Homepage": "https://www.qt.io/", "License": null, @@ -76196,22 +61303,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtbase", - "Version": "6.6.1", - "Port-Version": 10, - "Description": "Qt Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.", + "Version": "6.6.3", + "Description": "Qt Base (Core, Gui, Widgets, Network, ...)", "Homepage": "https://www.qt.io/", "License": null, "Supports": "!uwp", @@ -76733,21 +61830,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtcharts", - "Version": "6.6.1", - "Description": "QtCharts module", + "Version": "6.6.3", + "Description": "The Qt Charts module provides a set of easy-to-use chart components. It uses the Qt Graphics View Framework to integrate charts with modern user interfaces.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -76780,21 +61868,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtcoap", - "Version": "6.6.1", - "Description": "Qt CoAP client module", + "Version": "6.6.3", + "Description": "Qt CoAP implements the client side of CoAP.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -76807,21 +61886,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtconnectivity", - "Version": "6.6.1", - "Description": "Qt Connectivity", + "Version": "6.6.3", + "Description": "The Qt Connectivity module provides access to Bluetooth and NFC hardware.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -76836,21 +61906,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtdatavis3d", - "Version": "6.6.1", - "Description": "Qt 3D data visualization framework", + "Version": "6.6.3", + "Description": "The Qt Data Visualization module enables you to visualize data in 3D as bar, scatter, and surface graphs.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -76868,20 +61929,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtdeclarative", - "Version": "6.6.1", + "Version": "6.6.3", "Description": "Qt Declarative (Quick 2)", "Homepage": "https://www.qt.io/", "License": null, @@ -76906,21 +61958,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtdeviceutilities", - "Version": "6.6.1", - "Description": "Utils for Boot2Qt", + "Version": "6.6.3", + "Description": "Qt Device Utilities provides functionality that is useful for controlling settings in embedded applications.", "Homepage": "https://www.qt.io/", "License": null, "Supports": "linux", @@ -76935,21 +61978,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtdoc", - "Version": "6.6.1", - "Description": "Qt Documentation", + "Version": "6.6.3", + "Description": "The Qt documentation.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -76959,21 +61993,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtgraphs", - "Version": "6.6.1", - "Description": "Qt Location", + "Version": "6.6.3", + "Description": "The Qt Graphs module enables you to visualize data in 3D as bar, scatter, and surface graphs.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -76996,21 +62021,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtgrpc", - "Version": "6.6.1", - "Description": "Qt framework based gRPC clients and services.", + "Version": "6.6.3", + "Description": "The Qt GRPC and Qt Protobuf modules together allow you to define data and messages in proto files, and then use the code generators, which generate client code allowing accessors for fields and gRPC services in the Qt framework.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -77033,21 +62049,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qthttpserver", - "Version": "6.6.1", - "Description": "Qt Extension: Qt HTTP Server", + "Version": "6.6.3", + "Description": "Qt HTTP Server supports building HTTP server functionality into an application.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -77061,21 +62068,13 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtimageformats", - "Version": "6.6.1", - "Description": "Additional Image Format plugins for Qt", + "Version": "6.6.3", + "Port-Version": 1, + "Description": "The Qt Image Formats add-on module provides optional support for other image file formats.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -77106,7 +62105,10 @@ "tiff": { "description": "Use TIFF", "dependencies": [ - "tiff" + { + "name": "tiff", + "default-features": false + } ] }, "webp": { @@ -77116,21 +62118,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtinterfaceframework", - "Version": "6.6.1", - "Description": "Qt Interface Framework", + "Version": "6.6.3", + "Description": "The Qt Interface Framework module provides both the tools and the core APIs, for you to implement Middleware APIs, Middleware Back ends, and Middleware Services.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -77167,16 +62160,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtkeychain", @@ -77210,16 +62194,7 @@ ] } }, - "Stars": 399, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 403 }, { "Name": "qtkeychain-qt6", @@ -77254,21 +62229,12 @@ } ], "Features": [], - "Stars": 399, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 403 }, { "Name": "qtlanguageserver", - "Version": "6.6.1", - "Description": "An implementation of the Language Server Protocol", + "Version": "6.6.3", + "Description": "An implementation of the Language Server Protocol.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -77290,21 +62256,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtlocation", - "Version": "6.6.1", - "Description": "Qt Location", + "Version": "6.6.3", + "Description": "The Qt Location API helps you create viable mapping solutions using the data available from some of the popular location services.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -77333,20 +62290,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtlottie", - "Version": "6.6.1", + "Version": "6.6.3", "Description": "Lottie is a family of player software for a certain json-based file format for describing 2d vector graphics animations. These files are created/exported directly from After Effects by a plugin called Bodymovin.", "Homepage": "https://www.qt.io/", "License": null, @@ -77368,21 +62316,12 @@ "description": "(deprecated since Qt 6.4)" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtmqtt", - "Version": "6.6.1", - "Description": "Qt Module to implement MQTT protocol version 3.1 and 3.1.1 http://mqtt.org/", + "Version": "6.6.3", + "Description": "The Qt MQTT module provides a standard compliant implementation of the MQTT protocol specification.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -77395,22 +62334,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtmultimedia", - "Version": "6.6.1", - "Port-Version": 1, - "Description": "Qt Multimedia", + "Version": "6.6.3", + "Description": "Qt Multimedia is an add-on module that provides a rich set of QML types and C++ classes to handle multimedia content.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -77429,12 +62358,15 @@ } ], "Default-Features": [ + { + "name": "gstreamer", + "platform": "linux" + }, "widgets" ], "Features": { "ffmpeg": { "description": "Build with ffmpeg", - "supports": "!(windows & static)", "dependencies": [ { "name": "ffmpeg", @@ -77446,11 +62378,20 @@ "swresample", "swscale" ] + }, + { + "name": "pulseaudio", + "platform": "linux" + }, + { + "name": "qtdeclarative", + "default-features": false } ] }, "gstreamer": { "description": "Build with gstreamer", + "supports": "linux", "dependencies": [ "egl", { @@ -77484,21 +62425,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtnetworkauth", - "Version": "6.6.1", - "Description": "Qt Network Authenticators; QtOAuth in particular", + "Version": "6.6.3", + "Description": "Qt Network Authorization provides a set of APIs that enable Qt applications to obtain limited access to online accounts and HTTP services without exposing users' passwords.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -77511,22 +62443,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtopcua", - "Version": "6.6.1", - "Port-Version": 1, - "Description": "Qt wrapper for existing OPC UA stacks", + "Version": "6.6.3", + "Description": "The Qt OPC UA module implements a Qt API to interact with OPC UA on top of a 3rd party OPC UA stack.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -77592,22 +62514,12 @@ "description": "Unified Automation C++ SDK" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtpositioning", - "Version": "6.6.1", - "Port-Version": 2, - "Description": "Qt Positioning", + "Version": "6.6.3", + "Description": "The Qt Positioning API provides positioning information via QML and C++ interfaces.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -77633,21 +62545,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtquick3d", - "Version": "6.6.1", - "Description": "A new module and API for defining 3D content in Qt Quick.", + "Version": "6.6.3", + "Description": "Qt Quick 3D provides a high-level API for creating 3D content and 3D user interfaces based on Qt Quick.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -77681,21 +62584,12 @@ "description": "Platform-dependent default features" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtquick3dphysics", - "Version": "6.6.1", - "Description": "Physics engine integration for Qt Quick 3D", + "Version": "6.6.3", + "Description": "Qt Quick 3D Physics provides a high-level API for physics simulation.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -77705,42 +62599,25 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtquickcontrols2", "Version": "deprecated", - "Description": "Qt Quick Controls 2 (deprecated). Included in qtdeclarative", + "Port-Version": 1, + "Description": "Qt Quick Controls provides a set of controls that can be used to build complete interfaces in Qt Quick.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ "qtdeclarative" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtquickeffectmaker", - "Version": "6.6.1", - "Description": "Qt Quick Effect Maker (QQEM) for creating and editing custom shader effects.", + "Version": "6.6.3", + "Description": "Qt Quick Effect Maker is a tool for creating shader effects for Qt Quick with high productivity and performance.", "Homepage": "https://www.qt.io/", "License": null, "Supports": "native", @@ -77766,21 +62643,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtquicktimeline", - "Version": "6.6.1", - "Description": "Module for keyframe-based timeline construction.", + "Version": "6.6.3", + "Description": "The Qt Quick Timeline module enables keyframe-based animations and parameterization.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -77791,21 +62659,12 @@ "qtdeclarative" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtremoteobjects", - "Version": "6.6.1", - "Description": "Qt distributed object system", + "Version": "6.6.3", + "Description": "Qt Remote Objects (QtRO) is an Inter-Process Communication (IPC) module developed for Qt. This module extends Qt's existing functionalities to enable information exchange between processes or computers, easily.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -77844,21 +62703,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtscxml", - "Version": "6.6.1", - "Description": "SCXML (state machine notation) compiler and related tools", + "Version": "6.6.3", + "Description": "The Qt SCXML module provides functionality to create state machines from SCXML files.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -77886,21 +62736,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtsensors", - "Version": "6.6.1", - "Description": "Qt Sensors", + "Version": "6.6.3", + "Description": "The Qt Sensors API provides access to sensor hardware via QML and C++ interfaces. The Qt Sensors API also provides a motion gesture recognition API for devices.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -77927,21 +62768,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtserialbus", - "Version": "6.6.1", - "Description": "Support for CAN and potentially other serial buses.", + "Version": "6.6.3", + "Description": "The Qt Serial Bus API provides classes and functions to access the various industrial serial buses and protocols, such as CAN, ModBus, and others.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -77970,22 +62802,12 @@ "description": "Platform-dependent default features" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtserialport", - "Version": "6.6.1", - "Port-Version": 1, - "Description": "Qt Serial Port support", + "Version": "6.6.3", + "Description": "Qt Serial Port provides basic functionality for configuration, I/O operations, and getting and setting the control signals of the RS-232 pinouts.", "Homepage": "https://www.qt.io/", "License": null, "Supports": "!ios", @@ -77996,21 +62818,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtshadertools", - "Version": "6.6.1", - "Description": "APIs and tools in this module provide the producer functionality for the shader pipeline that allows Qt Quick to operate on Vulkan, Metal, and Direct3D, in addition to OpenGL.", + "Version": "6.6.3", + "Description": "The Qt Shader Tools module is designed to provide a set of tools and utilities to work with graphics shaders.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -78028,21 +62841,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtspeech", - "Version": "6.6.1", - "Description": "Qt Speech support", + "Version": "6.6.3", + "Description": "The Qt Speech module enables a Qt application to support accessibility features such as text-to-speech, which is useful for end-users who are visually challenged or cannot access the application for whatever reason.", "Homepage": "https://www.qt.io/", "License": null, "Supports": "!(windows & x86)", @@ -78065,21 +62869,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtsvg", - "Version": "6.6.1", - "Description": "Qt SVG", + "Version": "6.6.3", + "Description": "Qt SVG provides classes for rendering and displaying SVG drawings in widgets and on other paint devices.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -78092,21 +62887,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qttools", - "Version": "6.6.1", - "Description": "Qt Tools", + "Version": "6.6.3", + "Description": "A collection of tools and utilities that come with the Qt framework to assist developers in the creation, management, and deployment of Qt applications.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -78166,7 +62952,7 @@ ] }, "qdbus": { - "description": "Build qdbusviewer", + "description": "Build QDBusViewer", "dependencies": [ { "name": "qtbase", @@ -78179,7 +62965,7 @@ ] }, "qdoc": { - "description": "Build QDoc.", + "description": "Build QDoc", "dependencies": [ { "name": "llvm", @@ -78208,21 +62994,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qttranslations", - "Version": "6.6.1", - "Description": "Qt Translations", + "Version": "6.6.3", + "Description": "Qt translations.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -78246,20 +63023,11 @@ "description": "Platform-dependent default features" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtvirtualkeyboard", - "Version": "6.6.1", + "Version": "6.6.3", "Description": "The Qt Virtual Keyboard project provides an input framework and reference keyboard frontend for Qt 6 on Linux Desktop/X11, Windows Desktop, and Boot2Qt targets.", "Homepage": "https://www.qt.io/", "License": null, @@ -78295,20 +63063,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtwayland", - "Version": "6.6.1", + "Version": "6.6.3", "Description": "A toolbox for making Qt based Wayland compositors", "Homepage": "https://www.qt.io/", "License": null, @@ -78333,21 +63092,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "fail", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtwebchannel", - "Version": "6.6.1", - "Description": "Qt WebChannel", + "Version": "6.6.3", + "Description": "Qt WebChannel enables peer-to-peer communication between a server (QML/C++ application) and a client (HTML/JavaScript or QML application).", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -78367,22 +63117,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtwebengine", - "Version": "6.6.1", - "Port-Version": 3, - "Description": "Qt WebEngine", + "Version": "6.6.3", + "Description": "Qt WebEngine provides functionality for rendering regions of dynamic web content.", "Homepage": "https://www.qt.io/", "License": null, "Supports": "!static & !((x86 | arm) & windows)", @@ -78495,10 +63235,6 @@ "name": "vcpkg-tool-nodejs", "host": true }, - { - "name": "vcpkg-tool-python2", - "host": true - }, { "name": "zlib", "platform": "!windows" @@ -78539,21 +63275,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtwebsockets", - "Version": "6.6.1", - "Description": "Qt WebSockets", + "Version": "6.6.3", + "Description": "The Qt WebSockets module provides C++ and QML interfaces that enable Qt applications to act as a server that can process WebSocket requests, or a client that can consume data received from the server, or both.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -78576,21 +63303,12 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qtwebview", - "Version": "6.6.1", - "Description": "Qt Web View", + "Version": "6.6.3", + "Description": "Qt WebView provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense.", "Homepage": "https://www.qt.io/", "License": null, "Dependencies": [ @@ -78618,16 +63336,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "quadtree", @@ -78642,20 +63351,11 @@ } ], "Features": [], - "Stars": 177, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 186 }, { "Name": "quantlib", - "Version": "1.33", + "Version": "1.34", "Description": "The QuantLib C++ library", "Homepage": "https://www.quantlib.org/", "License": "BSD-3-Clause", @@ -78696,16 +63396,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "quaternions", @@ -78717,16 +63408,7 @@ "boost-mpl" ], "Features": [], - "Stars": 60, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 62 }, { "Name": "quazip", @@ -78763,16 +63445,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "quickfast", @@ -78795,16 +63468,7 @@ "xerces-c" ], "Features": [], - "Stars": 209, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 212 }, { "Name": "quickfix", @@ -78825,20 +63489,11 @@ } ], "Features": [], - "Stars": 1501, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1520 }, { "Name": "quill", - "Version": "3.6.0", + "Version": "3.8.0", "Description": "C++14 Asynchronous Low Latency Logging Library", "Homepage": "https://github.com/odygrd/quill/", "License": "MIT", @@ -78854,21 +63509,11 @@ } ], "Features": [], - "Stars": 1020, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1056 }, { "Name": "quirc", - "Version": "1.1", - "Port-Version": 3, + "Version": "1.2", "Description": "quirc is one of the C library available for scanning QR Codes", "Homepage": "https://github.com/dlbeer/quirc", "License": null, @@ -78883,16 +63528,7 @@ } ], "Features": [], - "Stars": 829, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 847 }, { "Name": "qwt", @@ -78919,16 +63555,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "qwtw", @@ -78961,16 +63588,7 @@ } ], "Features": [], - "Stars": 2, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3 }, { "Name": "rabit", @@ -78991,16 +63609,7 @@ } ], "Features": [], - "Stars": 507, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 507 }, { "Name": "ragel", @@ -79019,16 +63628,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "random123", @@ -79037,16 +63637,7 @@ "Homepage": "http://www.deshawresearch.com/resources_random123.html", "License": "BSD-3-Clause", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "randomstr", @@ -79064,16 +63655,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "rang", @@ -79091,22 +63673,13 @@ } ], "Features": [], - "Stars": 1430, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1448 }, { "Name": "range-v3", "Version": "0.12.0", - "Port-Version": 1, - "Description": "Range library for C++11/14/17/20.", + "Port-Version": 2, + "Description": "Range library for C++14/17/20, basis for C++20's std::ranges", "Homepage": "https://github.com/ericniebler/range-v3", "License": "BSL-1.0 AND MIT AND (NCSA OR MIT)", "Dependencies": [ @@ -79120,16 +63693,7 @@ } ], "Features": [], - "Stars": 3967, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4019 }, { "Name": "range-v3-vs2015", @@ -79138,20 +63702,11 @@ "Description": "Range library for C++11/14/17.", "Homepage": "https://github.com/Microsoft/Range-V3-VS2015", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 114 }, { "Name": "rapidcheck", - "Version": "2023-01-13", + "Version": "2023-12-14", "Description": "A property-based testing library for C++ (a la QuickCheck) with the goal of being simple to use with as little boilerplate as possible.", "Homepage": "https://github.com/emil-e/rapidcheck", "License": "BSD-2-Clause", @@ -79166,20 +63721,11 @@ } ], "Features": [], - "Stars": 954, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 963 }, { "Name": "rapidcsv", - "Version": "8.64", + "Version": "8.80", "Description": "Rapidcsv is a C++ header-only library for CSV parsing.", "Homepage": "https://github.com/d99kris/rapidcsv/", "License": "BSD-3-Clause", @@ -79190,20 +63736,11 @@ } ], "Features": [], - "Stars": 774, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 805 }, { "Name": "rapidfuzz", - "Version": "2.0.0", + "Version": "3.0.2", "Description": "Rapid fuzzy string matching library for C++17 using the Levenshtein Distance.", "Homepage": "https://github.com/maxbachmann/rapidfuzz-cpp", "License": "MIT", @@ -79218,16 +63755,7 @@ } ], "Features": [], - "Stars": 192, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 211 }, { "Name": "rapidjson", @@ -79247,16 +63775,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "rapidxml", @@ -79265,16 +63784,7 @@ "Description": "RapidXml is an attempt to create the fastest XML parser possible, while retaining useability, portability and reasonable W3C compatibility.", "Homepage": "https://sourceforge.net/projects/rapidxml", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "rapidxml-ns", @@ -79282,16 +63792,7 @@ "Port-Version": 2, "Description": "RapidXML with added XML namespaces support.", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "rappture", @@ -79312,16 +63813,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "raygui", @@ -79330,16 +63822,7 @@ "Homepage": "https://github.com/raysan5/raylib", "License": "Zlib", "Features": [], - "Stars": 17982, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 19153 }, { "Name": "raylib", @@ -79373,25 +63856,15 @@ "description": "Build raylib with audio module" } }, - "Stars": 17982, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 19153 }, { "Name": "rbdl", "Version": "3.3.0", - "Port-Version": 5, + "Port-Version": 6, "Description": "Rigid Body Dynamics Library", "Homepage": "https://github.com/rbdl/rbdl", "Dependencies": [ - "boost", "eigen3", "lua", { @@ -79404,16 +63877,7 @@ } ], "Features": [], - "Stars": 482, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 508 }, { "Name": "rbdl-orb", @@ -79425,20 +63889,12 @@ "rbdl" ], "Features": [], - "Stars": 92, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 93 }, { "Name": "re2", - "Version": "2023-07-01", + "Version": "2024-04-01", + "Port-Version": 2, "Description": "RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.", "Homepage": "https://github.com/google/re2", "License": "BSD-3-Clause", @@ -79454,16 +63910,7 @@ } ], "Features": [], - "Stars": 8518, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 8631 }, { "Name": "reactiveplusplus", @@ -79482,16 +63929,7 @@ } ], "Features": [], - "Stars": 191, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 203 }, { "Name": "readerwriterqueue", @@ -79499,16 +63937,7 @@ "Description": "A single-producer, single-consumer lock-free queue", "Homepage": "https://github.com/cameron314/readerwriterqueue", "Features": [], - "Stars": 3362, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3458 }, { "Name": "readline", @@ -79527,16 +63956,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "readline-osx", @@ -79547,16 +63967,7 @@ "readline-unix" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "readline-unix", @@ -79570,16 +63981,7 @@ "ncurses" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "readline-win32", @@ -79600,16 +64002,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "readosm", @@ -79627,16 +64020,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "realsense2", @@ -79671,16 +64055,7 @@ "description": "Build Intel® RealSense™ tools" } }, - "Stars": 7197, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7292 }, { "Name": "recast", @@ -79692,16 +64067,7 @@ "recastnavigation" ], "Features": [], - "Stars": 6092, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 6224 }, { "Name": "recastnavigation", @@ -79721,16 +64087,7 @@ } ], "Features": [], - "Stars": 6092, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 6224 }, { "Name": "recycle", @@ -79745,20 +64102,11 @@ } ], "Features": [], - "Stars": 57, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 60 }, { "Name": "redis-plus-plus", - "Version": "1.3.10", + "Version": "1.3.12", "Description": "This is a C++ client for Redis. It's based on hiredis, and written in C++ 11", "Homepage": "https://github.com/sewenew/redis-plus-plus", "License": "Apache-2.0", @@ -79808,16 +64156,7 @@ ] } }, - "Stars": 1412, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1476 }, { "Name": "refl-cpp", @@ -79826,16 +64165,7 @@ "Homepage": "https://github.com/veselink1/refl-cpp", "License": "MIT", "Features": [], - "Stars": 992, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1015 }, { "Name": "refprop-headers", @@ -79844,20 +64174,11 @@ "Homepage": "https://github.com/CoolProp/REFPROP-headers", "License": "MIT", "Features": [], - "Stars": 17, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 17 }, { "Name": "rendergraph", - "Version": "1.4.0", + "Version": "1.4.1", "Description": "Vulkan render graph implementation.", "Homepage": "https://github.com/DragonJoker/RenderGraph", "License": "MIT", @@ -79874,16 +64195,7 @@ "vulkan-headers" ], "Features": [], - "Stars": 178, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 194 }, { "Name": "replxx", @@ -79903,16 +64215,7 @@ } ], "Features": [], - "Stars": 662, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 669 }, { "Name": "reproc", @@ -79932,16 +64235,7 @@ } ], "Features": [], - "Stars": 519, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 530 }, { "Name": "rest-rpc", @@ -79953,16 +64247,7 @@ "asio" ], "Features": [], - "Stars": 1562, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 1617 }, { "Name": "restbed", @@ -79997,16 +64282,7 @@ ] } }, - "Stars": 1882, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1886 }, { "Name": "restc-cpp", @@ -80062,16 +64338,7 @@ ] } }, - "Stars": 578, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 586 }, { "Name": "restclient-cpp", @@ -80091,20 +64358,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "restinio", - "Version": "0.7.1", + "Version": "0.7.2", "Description": "A header-only C++14 library that gives you an embedded HTTP/Websocket server targeted primarily for asynchronous processing of HTTP-requests.", "Homepage": "https://github.com/Stiffstream/restinio", "License": "BSD-3-Clause", @@ -80123,16 +64381,7 @@ } ], "Features": [], - "Stars": 1091, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1108 }, { "Name": "rexo", @@ -80150,20 +64399,12 @@ } ], "Features": [], - "Stars": 27, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 27 }, { "Name": "rhash", "Version": "1.4.4", + "Port-Version": 1, "Description": "C library for computing a wide variety of hash sums", "Homepage": "https://github.com/rhash/RHash", "License": "0BSD", @@ -80179,16 +64420,7 @@ } ], "Features": [], - "Stars": 528, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 545 }, { "Name": "rhasheq", @@ -80209,16 +64441,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "riffcpp", @@ -80237,16 +64460,7 @@ } ], "Features": [], - "Stars": 3, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3 }, { "Name": "ring-span-lite", @@ -80265,16 +64479,7 @@ } ], "Features": [], - "Stars": 147, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 147 }, { "Name": "rioki-glow", @@ -80295,16 +64500,7 @@ } ], "Features": [], - "Stars": 1, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1 }, { "Name": "rivers", @@ -80330,16 +64526,7 @@ ] } }, - "Stars": 18, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 19 }, { "Name": "rkcommon", @@ -80360,20 +64547,12 @@ } ], "Features": [], - "Stars": 14, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 15 }, { "Name": "rmlui", "Version": "5.1", + "Port-Version": 1, "Maintainers": "Michael R. P. Ragazzon ", "Description": "RmlUi is the C++ user interface library based on the HTML and CSS standards, designed as a complete solution for any project's interface needs.", "Homepage": "https://github.com/mikke89/RmlUi", @@ -80410,16 +64589,7 @@ ] } }, - "Stars": 2362, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2468 }, { "Name": "rmqcpp", @@ -80457,20 +64627,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "roaring", - "Version": "2.0.4", + "Version": "3.0.1", "Description": "A better compressed bitset in C (and C++)", "Homepage": "https://github.com/RoaringBitmap/CRoaring", "License": "Apache-2.0 OR MIT", @@ -80485,16 +64646,7 @@ } ], "Features": [], - "Stars": 1406, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1456 }, { "Name": "robin-hood-hashing", @@ -80512,20 +64664,11 @@ } ], "Features": [], - "Stars": 1468, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1474 }, { "Name": "robin-map", - "Version": "1.2.1", + "Version": "1.2.2", "Description": "A C++ implementation of a fast hash map and hash set using robin hood hashing", "Homepage": "https://github.com/Tessil/robin-map", "License": "MIT", @@ -80540,20 +64683,11 @@ } ], "Features": [], - "Stars": 1124, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1181 }, { "Name": "robotraconteur", - "Version": "1.0.0", + "Version": "1.1.1", "Description": "The Robot Raconteur communication framework core library", "Homepage": "http://robotraconteur.com", "License": "Apache-2.0", @@ -80610,16 +64744,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "robotraconteur-companion", @@ -80641,20 +64766,11 @@ "yaml-cpp" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "rocksdb", - "Version": "8.10.0", + "Version": "9.1.0", "Description": "A library that provides an embeddable, persistent key-value store for fast storage", "Homepage": "https://github.com/facebook/rocksdb", "License": "GPL-2.0-only OR Apache-2.0", @@ -80724,16 +64840,7 @@ ] } }, - "Stars": 26994, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 27430 }, { "Name": "rpclib", @@ -80752,23 +64859,15 @@ } ], "Features": [], - "Stars": 1608, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1645 }, { "Name": "rply", "Version": "1.1.4", - "Port-Version": 3, + "Port-Version": 4, "Description": "ANSI C Library for PLY file format input and output", "Homepage": "http://w3.impa.br/~diego/software/rply", + "License": "MIT", "Dependencies": [ { "name": "vcpkg-cmake", @@ -80780,16 +64879,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 0 }, { "Name": "rsasynccpp", @@ -80811,16 +64901,7 @@ "description": "Legacy coroutines (/await switch, std::experimental namespace)." } }, - "Stars": 30, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 30 }, { "Name": "rsig", @@ -80829,16 +64910,7 @@ "Homepage": "https://github.com/rioki/rsig", "License": "MIT", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1 }, { "Name": "rsm-binary-io", @@ -80859,16 +64931,7 @@ } ], "Features": [], - "Stars": 25, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 26 }, { "Name": "rsm-bsa", @@ -80902,16 +64965,7 @@ ] } }, - "Stars": 34, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 38 }, { "Name": "rsm-mmio", @@ -80931,21 +64985,12 @@ } ], "Features": [], - "Stars": 6, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 6 }, { "Name": "rsocket", "Version": "2021.08.30.00", - "Port-Version": 3, + "Port-Version": 4, "Description": "C++ implementation of RSocket http://rsocket.io", "Homepage": "https://github.com/rsocket/rsocket-cpp", "Dependencies": [ @@ -80972,24 +65017,15 @@ "zlib" ], "Features": [], - "Stars": 250, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 253 }, { "Name": "rtabmap", - "Version": "0.21.4", + "Version": "0.21.4.1", + "Port-Version": 1, "Description": "Real-Time Appearance-Based Mapping", "Homepage": "https://introlab.github.io/rtabmap/", - "License": "BSD-3-Clause", - "Supports": "windows & !static", + "License": null, "Dependencies": [ "ceres", "g2o", @@ -80999,10 +65035,11 @@ }, { "name": "pcl", - "default-features": false, - "features": [ - "vtk" - ] + "default-features": false + }, + { + "name": "rtabmap-res-tool", + "host": true }, "sqlite3", { @@ -81029,7 +65066,8 @@ "name": "pcl", "default-features": false, "features": [ - "qt" + "qt", + "visualization" ] }, { @@ -81040,6 +65078,10 @@ "opengl", "widgets" ] + }, + { + "name": "vtk", + "default-features": false } ] }, @@ -81114,16 +65156,23 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 + }, + { + "Name": "rtabmap-res-tool", + "Version": "0.21.4.1", + "Description": "Real-Time Appearance-Based Mapping, resource generator", + "Homepage": "https://introlab.github.io/rtabmap/", + "License": "BSD-3-Clause", + "Supports": "native", + "Dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ], + "Features": [], + "Stars": 0 }, { "Name": "rtaudio", @@ -81159,16 +65208,7 @@ "supports": "linux" } }, - "Stars": 1387, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1427 }, { "Name": "rtlsdr", @@ -81193,16 +65233,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "rtmfp-cpp", @@ -81222,16 +65253,7 @@ } ], "Features": [], - "Stars": 34, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 34 }, { "Name": "rtmidi", @@ -81260,20 +65282,12 @@ ] } }, - "Stars": 912, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 939 }, { "Name": "rttr", "Version": "0.9.6+20210811", + "Port-Version": 1, "Description": "an easy and intuitive way to use reflection in C++", "Homepage": "https://github.com/rttrorg/rttr", "License": "MIT", @@ -81290,20 +65304,12 @@ } ], "Features": [], - "Stars": 2918, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2984 }, { "Name": "rubberband", "Version": "3.3.0", + "Port-Version": 1, "Description": "A high quality software library for audio time-stretching and pitch-shifting.", "Homepage": "https://www.breakfastquay.com/rubberband/", "License": "GPL-2.0-or-later", @@ -81311,12 +65317,12 @@ "Dependencies": [ { "name": "fftw3", - "platform": "(arm & windows) | (x86 & windows) | (arm64 & osx)" + "platform": "(arm & windows) | (x86 & windows) | (arm64 & osx) | ios | emscripten" }, "libsamplerate", { "name": "sleef", - "platform": "!(arm & windows) & !(x86 & windows) & !(arm64 & osx)" + "platform": "!(arm & windows) & !(x86 & windows) & !(arm64 & osx) & !ios & !emscripten" }, { "name": "vcpkg-tool-meson", @@ -81337,16 +65343,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "rxcpp", @@ -81366,16 +65363,7 @@ } ], "Features": [], - "Stars": 2955, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2975 }, { "Name": "rxqt", @@ -81387,16 +65375,7 @@ "rxcpp" ], "Features": [], - "Stars": 180, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 183 }, { "Name": "rxspencer", @@ -81417,16 +65396,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ryml", @@ -81459,16 +65429,7 @@ "description": "Enable ryml's default implementation of callbacks: allocate(), free(), error()" } }, - "Stars": 500, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 518 }, { "Name": "ryu", @@ -81487,16 +65448,7 @@ } ], "Features": [], - "Stars": 1114, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1157 }, { "Name": "s2geometry", @@ -81517,20 +65469,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "s2n", - "Version": "1.3.56", + "Version": "1.4.8", "Description": "C99 implementation of the TLS/SSL protocols.", "Homepage": "https://github.com/aws/s2n-tls", "License": "Apache-2.0", @@ -81551,37 +65494,20 @@ "description": "Build and run the tests" } }, - "Stars": 4436, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4450 }, { "Name": "safeint", - "Version": "3.0.26", + "Version": "3.0.28", "Description": "SafeInt is a class library for C++ that manages integer overflows", "Homepage": "https://github.com/dcleblanc/SafeInt", "Features": [], - "Stars": 191, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 197 }, { "Name": "sail", - "Version": "0.9.1", + "Version": "0.9.4", + "Port-Version": 1, "Description": "The missing small and fast image decoding library for humans (not for machines)", "Homepage": "https://github.com/HappySeaFox/sail", "License": "MIT", @@ -81748,7 +65674,10 @@ "tiff": { "description": "Enable TIFF codec", "dependencies": [ - "tiff" + { + "name": "tiff", + "default-features": false + } ] }, "wal": { @@ -81764,16 +65693,7 @@ "description": "Enable XBM codec" } }, - "Stars": 273, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 284 }, { "Name": "sajson", @@ -81791,16 +65711,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "salome-configuration", @@ -81817,16 +65728,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "salome-med-fichier", @@ -81850,16 +65752,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "salome-medcoupling", @@ -81891,16 +65784,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sassc", @@ -81912,16 +65796,7 @@ "libsass" ], "Features": [], - "Stars": 776, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 777 }, { "Name": "saucer", @@ -81957,16 +65832,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sbp", @@ -81987,16 +65853,7 @@ } ], "Features": [], - "Stars": 69, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 70 }, { "Name": "scenepic", @@ -82017,16 +65874,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "scintilla", @@ -82043,16 +65891,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sciplot", @@ -82073,16 +65912,7 @@ } ], "Features": [], - "Stars": 606, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 613 }, { "Name": "sciter", @@ -82091,16 +65921,7 @@ "Description": "Sciter is an embeddable HTML/CSS/scripting engine.", "Homepage": "https://github.com/c-smile/sciter-sdk", "Features": [], - "Stars": 2094, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 2101 }, { "Name": "sciter-js", @@ -82113,23 +65934,17 @@ "description": "windowless version - lite version" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "scnlib", - "Version": "1.1.2", + "Version": "2.0.2", + "Port-Version": 2, "Description": "scnlib is a modern C++ library for replacing scanf and std::istream", "Homepage": "https://scnlib.dev/", "Dependencies": [ + "fast-float", + "simdutf", { "name": "vcpkg-cmake", "host": true @@ -82140,16 +65955,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "scope-guard", @@ -82158,16 +65964,7 @@ "Homepage": "https://github.com/ricab/scope_guard", "License": "Unlicense", "Features": [], - "Stars": 160, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 162 }, { "Name": "scotch", @@ -82191,16 +65988,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "scottt-debugbreak", @@ -82208,16 +65996,7 @@ "Description": "Break into the debugger programmatically", "Homepage": "https://github.com/scottt/debugbreak", "Features": [], - "Stars": 598, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 602 }, { "Name": "scylla-wrapper", @@ -82233,21 +66012,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sdbus-cpp", - "Version": "1.3.0", - "Port-Version": 1, + "Version": "1.5.0", "Description": "High-level C++ D-Bus library for Linux designed to provide easy-to-use yet powerful API in modern C++", "Homepage": "https://github.com/Kistler-Group/sdbus-cpp", "License": "LGPL-2.1", @@ -82272,21 +66041,12 @@ ] } }, - "Stars": 265, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 286 }, { "Name": "sdformat10", "Version": "10.0.0", - "Port-Version": 3, + "Port-Version": 4, "Description": "Simulation Description Format (SDF) parser and description files.", "Homepage": "http://sdformat.org/", "Supports": "!uwp & !(arm & osx)", @@ -82304,21 +66064,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sdformat13", - "Version": "13.5.0", - "Port-Version": 1, + "Version": "13.6.0", "Description": "Simulation Description Format (SDF) parser and description files.", "Homepage": "http://sdformat.org/", "License": "Apache-2.0", @@ -82339,21 +66089,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sdformat6", "Version": "6.2.0", - "Port-Version": 6, + "Port-Version": 7, "Description": "Simulation Description Format (SDF) parser and description files.", "Homepage": "http://sdformat.org/", "License": "Apache-2.0", @@ -82374,21 +66115,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sdformat9", "Version": "9.8.0", - "Port-Version": 1, + "Port-Version": 2, "Description": "Simulation Description Format (SDF) parser and description files.", "Homepage": "http://sdformat.org/", "License": "Apache-2.0", @@ -82408,21 +66140,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sdl1", "Version": "1.2.15", - "Port-Version": 19, + "Port-Version": 20, "Description": "Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.", "Homepage": "https://www.libsdl.org", "License": "LGPL-2.1-or-later", @@ -82431,20 +66154,11 @@ { "name": "vcpkg-msbuild", "host": true, - "platform": "windows" + "platform": "windows & !mingw" } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sdl1-mixer", @@ -82463,16 +66177,7 @@ "sdl1" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sdl1-net", @@ -82487,20 +66192,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sdl2", - "Version": "2.30.0", + "Version": "2.30.1", "Description": "Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.", "Homepage": "https://www.libsdl.org/download-2.0.php", "License": "Zlib", @@ -82565,16 +66261,7 @@ "supports": "!windows" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sdl2-gfx", @@ -82596,20 +66283,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sdl2-image", "Version": "2.8.2", + "Port-Version": 2, "Description": "SDL_image is an image file loading library. It loads images as SDL surfaces and textures, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV", "Homepage": "https://github.com/libsdl-org/SDL_image", "License": "Zlib", @@ -82644,25 +66323,19 @@ "tiff": { "description": "Support for TIFF image format", "dependencies": [ - "tiff" + { + "name": "tiff", + "default-features": false + } ] } }, - "Stars": 453, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 474 }, { "Name": "sdl2-mixer", "Version": "2.8.0", - "Port-Version": 1, + "Port-Version": 3, "Description": "Multi-channel audio mixer library for SDL.", "Homepage": "https://github.com/libsdl-org/SDL_mixer", "License": "Zlib", @@ -82679,7 +66352,9 @@ { "name": "vcpkg-cmake-config", "host": true - }, + } + ], + "Default-Features": [ "wavpack" ], "Features": { @@ -82713,18 +66388,15 @@ "dependencies": [ "opusfile" ] + }, + "wavpack": { + "description": "Enable WavPack music.", + "dependencies": [ + "wavpack" + ] } }, - "Stars": 337, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 355 }, { "Name": "sdl2-mixer-ext", @@ -82853,16 +66525,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sdl2-net", @@ -82886,20 +66549,12 @@ } ], "Features": [], - "Stars": 163, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 181 }, { "Name": "sdl2-ttf", "Version": "2.22.0", + "Port-Version": 1, "Description": "A library for rendering TrueType fonts with SDL", "Homepage": "https://www.libsdl.org/projects/SDL_ttf/", "License": "Zlib", @@ -82926,16 +66581,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sdl2pp", @@ -82958,16 +66604,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "seacas", @@ -83035,21 +66672,12 @@ ] } }, - "Stars": 124, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 126 }, { "Name": "seal", "Version": "4.1.1", - "Port-Version": 1, + "Port-Version": 2, "Description": "Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.", "Homepage": "https://github.com/microsoft/SEAL", "License": "MIT", @@ -83097,16 +66725,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3392 }, { "Name": "seasocks", @@ -83136,16 +66755,7 @@ ] } }, - "Stars": 704, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 717 }, { "Name": "secp256k1", @@ -83172,27 +66782,21 @@ "description": "Build tools" } }, - "Stars": 1927, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1967 }, { "Name": "selene", "Version": "0.3.1", - "Port-Version": 6, + "Port-Version": 7, "Description": "A C++17 image representation, processing and I/O library.", "Homepage": "https://github.com/kmhofmann/selene", "Dependencies": [ "libjpeg-turbo", "libpng", - "tiff", + { + "name": "tiff", + "default-features": false + }, { "name": "vcpkg-cmake", "host": true @@ -83214,21 +66818,11 @@ ] } }, - "Stars": 296, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 297 }, { "Name": "sentencepiece", - "Version": "0.1.99", - "Port-Version": 1, + "Version": "0.2.0", "Description": "SentencePiece is an unsupervised text tokenizer and detokenizer mainly for Neural Network-based text generation systems where the vocabulary size is predetermined prior to the neural model training", "License": "Apache-2.0", "Supports": "static", @@ -83239,21 +66833,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sentry-native", - "Version": "0.7.0", - "Port-Version": 1, + "Version": "0.7.2", "Description": "Sentry SDK for C, C++ and native applications.", "Homepage": "https://sentry.io/", "License": "MIT", @@ -83270,7 +66854,11 @@ ], "Default-Features": [ "backend", - "transport" + "transport", + { + "name": "wer", + "platform": "windows & !static" + } ], "Features": { "backend": { @@ -83293,6 +66881,15 @@ } ] }, + "compression": { + "description": [ + "Enables gzip compression support for the transport.", + "Cf.https://github.com/getsentry/sentry-native#compile-time-options" + ], + "dependencies": [ + "zlib" + ] + }, "transport": { "description": [ "Enables the platform-specific network transport.", @@ -83306,18 +66903,24 @@ "platform": "!windows" } ] + }, + "wer": { + "description": [ + "Enables the Windows Error Reporting backend.", + "Cf.https://github.com/getsentry/sentry-native#compile-time-options" + ], + "supports": "windows & !static", + "dependencies": [ + { + "name": "sentry-native", + "features": [ + "backend" + ] + } + ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "septag-dmon", @@ -83333,16 +66936,7 @@ } ], "Features": [], - "Stars": 217, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 222 }, { "Name": "septag-sx", @@ -83361,16 +66955,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "seqan", @@ -83378,16 +66963,7 @@ "Port-Version": 3, "Description": "SeqAn is an open source C++ library of efficient algorithms and data structures for the analysis of sequences with the focus on biological data.", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "serd", @@ -83407,16 +66983,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "serdepp", @@ -83438,16 +67005,7 @@ } ], "Features": [], - "Stars": 92, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 98 }, { "Name": "sf2cute", @@ -83469,16 +67027,7 @@ "description": "Installs an example application" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sfgui", @@ -83498,16 +67047,7 @@ } ], "Features": [], - "Stars": 417, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 419 }, { "Name": "sfml", @@ -83533,21 +67073,11 @@ } ], "Features": [], - "Stars": 9467, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 9631 }, { "Name": "sfsexp", - "Version": "1.3.1", - "Port-Version": 1, + "Version": "1.4.1", "Description": "Small Fast S-Expression Library", "Homepage": "https://github.com/mjsottile/sfsexp", "Dependencies": [ @@ -83557,39 +67087,21 @@ } ], "Features": [], - "Stars": 68, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 69 }, { "Name": "shader-slang", - "Version": "2023.5.1", + "Version": "2024.1.7", "Description": "Slang is a shading language that makes it easier to build and maintain large shader codebases in a modular and extensible fashion, while also maintaining the highest possible performance on modern GPUs and graphics APIs. Slang is based on years of collaboration between researchers at NVIDIA, Carnegie Mellon University, and Stanford.", "Homepage": "https://github.com/shader-slang/slang", "License": "MIT", "Supports": "((x86 & windows) | (x64 & (windows | linux | osx)) | (arm64 & (linux | osx))) & !uwp & !static", "Features": [], - "Stars": 1520, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1692 }, { "Name": "shaderc", - "Version": "2023.7", + "Version": "2023.8", "Description": "A collection of tools, libraries and tests for shader compilation.", "Homepage": "https://github.com/google/shaderc", "License": "Apache-2.0", @@ -83606,16 +67118,7 @@ } ], "Features": [], - "Stars": 1710, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1748 }, { "Name": "shaderwriter", @@ -83647,16 +67150,7 @@ "description": "Compiles SPIR-V exporter." } }, - "Stars": 239, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 241 }, { "Name": "shapelib", @@ -83680,20 +67174,11 @@ "license": null } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "shiftmedia-libgcrypt", - "Version": "1.10.1-1", + "Version": "1.10.3-1", "Description": "An unofficial LibGCrypt with added custom native Visual Studio project build tools. LibGCrypt", "Homepage": "https://github.com/ShiftMediaProject/libgcrypt", "License": "LGPL-2.1-only", @@ -83702,16 +67187,7 @@ "shiftmedia-libgpg-error" ], "Features": [], - "Stars": 27, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 27 }, { "Name": "shiftmedia-libgnutls", @@ -83738,16 +67214,7 @@ "zlib" ], "Features": [], - "Stars": 22, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 22 }, { "Name": "shiftmedia-libgpg-error", @@ -83758,16 +67225,7 @@ "License": "LGPL-2.1-only", "Supports": "windows & !mingw & !(arm | arm64)", "Features": [], - "Stars": 5, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5 }, { "Name": "shiva", @@ -83802,21 +67260,12 @@ } ], "Features": [], - "Stars": 157, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 158 }, { "Name": "shogun", "Version": "6.1.4", - "Port-Version": 9, + "Port-Version": 10, "Description": "Unified and efficient Machine Learning", "Homepage": "https://github.com/shogun-toolbox/shogun", "Dependencies": [ @@ -83825,6 +67274,12 @@ "curl", "dirent", "eigen3", + { + "name": "hdf5", + "default-features": false, + "platform": "!windows" + }, + "lapack", "liblzma", "libxml2", "lzo", @@ -83840,19 +67295,14 @@ "name": "vcpkg-cmake-config", "host": true }, + { + "name": "vcpkg-pkgconfig-get-modules", + "host": true + }, "zlib" ], "Features": [], - "Stars": 2990, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "pass", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 3006 }, { "Name": "si", @@ -83871,16 +67321,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sigmatch", @@ -83900,16 +67341,7 @@ } ], "Features": [], - "Stars": 83, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 87 }, { "Name": "signalrclient", @@ -83931,16 +67363,7 @@ } ], "Features": [], - "Stars": 96, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 97 }, { "Name": "sigslot", @@ -83948,16 +67371,7 @@ "Port-Version": 5, "Description": "Portable C++ type-safe, thread-safe signal/slot library for ISO C++, Unix/BSD/Linux and Win32. Sigslot allows C++ code to use the signal/slot paradigm made popular by, for example, Qt.", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "simage", @@ -84116,16 +67530,7 @@ ] } }, - "Stars": 7, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7 }, { "Name": "simbody", @@ -84147,20 +67552,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "simd", "Version": "5.3.128", + "Port-Version": 1, "Description": "Simd image processing and machine learning library, designed for C and C++ programmers", "Homepage": "https://github.com/ermig1979/Simd", "License": "MIT", @@ -84176,39 +67573,21 @@ } ], "Features": [], - "Stars": 1933, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1977 }, { "Name": "simde", - "Version": "0.7.6", + "Version": "0.8.0", "Description": "Implementations of SIMD instruction sets for systems which don't natively support them", "Homepage": "https://github.com/simd-everywhere/simde", "License": "MIT", "Features": [], - "Stars": 2104, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2175 }, { "Name": "simdjson", - "Version": "3.6.2", - "Description": "A extremely fast JSON library that can parse gigabytes of JSON per second", + "Version": "3.8.0", + "Description": "An extremely fast JSON library that can parse gigabytes of JSON per second", "Homepage": "https://simdjson.org/", "License": "Apache-2.0", "Dependencies": [ @@ -84238,23 +67617,14 @@ "description": "Link with thread support" }, "utf8-validation": { - "description": "Enable UTF8 validation" + "description": "Enable UTF-8 validation" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "simdutf", - "Version": "3.2.16", + "Version": "5.2.5", "Description": "Unicode validation and transcoding at billions of characters per second", "Homepage": "https://github.com/simdutf/simdutf", "Dependencies": [ @@ -84272,16 +67642,7 @@ "description": "Build the simdutf command line tool for transcoding strings" } }, - "Stars": 889, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 961 }, { "Name": "simonbrunel-qtpromise", @@ -84298,16 +67659,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "simple-fft", @@ -84316,16 +67668,7 @@ "Description": "Header-only C++ library implementing fast Fourier transform of 1D, 2D and 3D data", "Homepage": "https://github.com/d1vanov/Simple-FFT", "Features": [], - "Stars": 165, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 167 }, { "Name": "simpleble", @@ -84346,34 +67689,16 @@ } ], "Features": [], - "Stars": 504, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 577 }, { "Name": "simpleini", - "Version": "4.19", + "Version": "4.22", "Description": "Cross-platform C++ library providing a simple API to read and write INI-style configuration files", "Homepage": "https://github.com/brofield/simpleini", "License": "MIT", "Features": [], - "Stars": 985, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1014 }, { "Name": "simsimd", @@ -84382,16 +67707,7 @@ "Homepage": "https://github.com/ashvardanian/SimSIMD", "License": "Apache-2.0", "Features": [], - "Stars": 622, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 724 }, { "Name": "sjpeg", @@ -84410,16 +67726,7 @@ } ], "Features": [], - "Stars": 68, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 69 }, { "Name": "skcrypter", @@ -84427,20 +67734,11 @@ "Description": "Compile-time, Usermode + Kernelmode, safe and lightweight string crypter library for C++11", "Homepage": "https://github.com/skadro-official/skCrypter", "Features": [], - "Stars": 586, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 620 }, { "Name": "skia", - "Version": "122", + "Version": "124", "Description": [ "Skia is an open source 2D graphics library which provides common APIs that work across a variety of hardware and software platforms.", "It serves as the graphics engine for Google Chrome and Chrome OS, Android, Mozilla Firefox and Firefox OS, and many other products.", @@ -84500,11 +67798,11 @@ }, { "name": "harfbuzz", - "platform": "!uwp & !(windows & !static)" + "platform": "!uwp" }, { "name": "icu", - "platform": "!uwp & !(windows & !static)" + "platform": "!uwp" } ], "Features": { @@ -84579,12 +67877,18 @@ { "name": "harfbuzz", "default-features": false + }, + { + "name": "skia", + "default-features": false, + "features": [ + "icu" + ] } ] }, "icu": { "description": "Use icu.", - "supports": "!(windows & !static)", "dependencies": [ "icu" ] @@ -84601,16 +67905,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "skyr-url", @@ -84632,16 +67927,7 @@ } ], "Features": [], - "Stars": 57, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 56 }, { "Name": "sleef", @@ -84658,16 +67944,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "fail" + "Stars": 0 }, { "Name": "sleepy-discord", @@ -84718,16 +67995,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "slikenet", @@ -84748,16 +68016,7 @@ } ], "Features": [], - "Stars": 387, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 387 }, { "Name": "sltbench", @@ -84776,16 +68035,7 @@ } ], "Features": [], - "Stars": 148, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 149 }, { "Name": "smf", @@ -84808,16 +68058,7 @@ "description": "Enable hierarchical state machine support" } }, - "Stars": 1, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1 }, { "Name": "smpeg2", @@ -84838,16 +68079,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "snap7", @@ -84864,16 +68096,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "snappy", @@ -84892,16 +68115,7 @@ } ], "Features": [], - "Stars": 5938, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5995 }, { "Name": "sndfile", @@ -84927,16 +68141,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "snitch", @@ -84955,16 +68160,7 @@ } ], "Features": [], - "Stars": 223, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 230 }, { "Name": "snowhouse", @@ -84972,16 +68168,7 @@ "Port-Version": 2, "Description": "An assertion library for C++", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "so5extra", @@ -85001,20 +68188,11 @@ } ], "Features": [], - "Stars": 22, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 22 }, { "Name": "sobjectizer", - "Version": "5.8.1.1", + "Version": "5.8.2", "Description": "SObjectizer is a C++ in-process message dispatching framework with implementation of Actor Model, Publish-Subscribe Model and CSP-like channels.", "Homepage": "https://github.com/Stiffstream/sobjectizer", "License": "BSD-3-Clause", @@ -85029,16 +68207,7 @@ } ], "Features": [], - "Stars": 438, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 458 }, { "Name": "soci", @@ -85106,16 +68275,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "socket-io-client", @@ -85137,20 +68297,11 @@ "websocketpp" ], "Features": [], - "Stars": 2183, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2214 }, { "Name": "sockpp", - "Version": "0.8.1", + "Version": "1.0.0", "Description": "Simple, modern, C++ socket library. This is a fairly low-level C++ wrapper around the Berkeley sockets library using socket, acceptor, and connector classes that are familiar concepts from other languages.", "Homepage": "https://github.com/fpagliughi/sockpp", "License": "BSD-3-Clause", @@ -85166,16 +68317,7 @@ } ], "Features": [], - "Stars": 713, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 738 }, { "Name": "soem", @@ -85199,16 +68341,7 @@ } ], "Features": [], - "Stars": 1133, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1187 }, { "Name": "soil", @@ -85224,16 +68357,7 @@ } ], "Features": [], - "Stars": 57, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 59 }, { "Name": "soil2", @@ -85250,16 +68374,7 @@ } ], "Features": [], - "Stars": 317, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 329 }, { "Name": "sokol", @@ -85268,16 +68383,7 @@ "Homepage": "https://github.com/floooh/sokol", "License": "Zlib", "Features": [], - "Stars": 5584, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 6218 }, { "Name": "sol2", @@ -85296,16 +68402,7 @@ } ], "Features": [], - "Stars": 3828, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3964 }, { "Name": "solid3", @@ -85324,16 +68421,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sophus", @@ -85354,16 +68442,7 @@ } ], "Features": [], - "Stars": 1861, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1913 }, { "Name": "soqt", @@ -85388,16 +68467,7 @@ } ], "Features": [], - "Stars": 22, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 22 }, { "Name": "sord", @@ -85418,23 +68488,14 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "soundtouch", - "Version": "2.3.2", - "Port-Version": 2, + "Version": "2.3.3", "Description": "SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or audio files.", "Homepage": "https://www.surina.net/soundtouch", + "License": "LGPL-2.1-only", "Supports": "!uwp", "Dependencies": [ { @@ -85455,19 +68516,11 @@ "description": "Build the soundstretch command line tool" }, "soundtouchdll": { - "description": "Build the SoundTouchDLL C wrapper dynamic library" + "description": "Build the SoundTouchDLL C wrapper dynamic library", + "supports": "!staticcrt" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "soxr", @@ -85489,16 +68542,7 @@ "description": "Include OpenMP threading." } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "spaceland", @@ -85513,20 +68557,11 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "span-lite", - "Version": "0.10.3", + "Version": "0.11.0", "Description": "A C++20-like span for C++98, C++11 and later in a single-file header-only library", "Homepage": "https://github.com/martinmoene/span-lite", "Dependencies": [ @@ -85540,16 +68575,7 @@ } ], "Features": [], - "Stars": 482, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 489 }, { "Name": "sparsehash", @@ -85558,16 +68584,7 @@ "Description": "The sparsehash package consists of two hashtable implementations: sparse, which is designed to be very space efficient, and dense, which is designed to be very time efficient.", "Homepage": "https://github.com/sparsehash/sparsehash", "Features": [], - "Stars": 1508, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1519 }, { "Name": "sparsepp", @@ -85581,16 +68598,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "spatialite-tools", @@ -85623,21 +68631,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "spdk", - "Version": "19.01.1", - "Port-Version": 3, + "Version": "24.01", "Description": "Storage Performance Development Kit", "Supports": "linux", "Dependencies": [ @@ -85650,16 +68648,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "fail", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "spdk-dpdk", @@ -85674,16 +68663,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "spdk-ipsec", @@ -85698,16 +68678,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "spdk-isal", @@ -85718,21 +68689,12 @@ "License": "BSD-3-Clause", "Supports": "!windows & !(osx & x64)", "Features": [], - "Stars": 4, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "skip", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4 }, { "Name": "spdlog", - "Version": "1.13.0", - "Description": "Very fast, header only, C++ logging library", + "Version": "1.14.1", + "Description": "Very fast, header-only/compiled, C++ logging library.", "Homepage": "https://github.com/gabime/spdlog", "License": "MIT", "Dependencies": [ @@ -85758,16 +68720,7 @@ "supports": "windows" } }, - "Stars": 21598, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 22336 }, { "Name": "spectra", @@ -85788,16 +68741,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "speex", @@ -85807,16 +68751,7 @@ "Homepage": "https://github.com/xiph/speex", "License": "BSD-3-Clause", "Features": [], - "Stars": 402, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 413 }, { "Name": "speexdsp", @@ -85832,16 +68767,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "spine-runtimes", @@ -85856,41 +68782,26 @@ } ], "Features": [], - "Stars": 4092, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4163 }, { "Name": "spirit-po", "Version": "1.1.2", - "Port-Version": 3, + "Port-Version": 4, "Description": "A header-only C++ library for localization using GNU gettext po files, based on Boost.Spirit.", "Homepage": "https://github.com/cbeck88/spirit-po", "Dependencies": [ - "boost" + "boost-fusion", + "boost-optional", + "boost-spirit", + "boost-variant" ], "Features": [], - "Stars": 45, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 45 }, { "Name": "spirv-cross", - "Version": "1.3.275.0", + "Version": "1.3.280.0", "Description": "SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.", "Homepage": "https://github.com/KhronosGroup/SPIRV-Cross", "Dependencies": [ @@ -85905,20 +68816,11 @@ } ], "Features": [], - "Stars": 1871, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1919 }, { "Name": "spirv-headers", - "Version": "1.3.275.0", + "Version": "1.3.280.0", "Description": "Machine-readable files for the SPIR-V Registry", "Homepage": "https://github.com/KhronosGroup/SPIRV-Headers", "Dependencies": [ @@ -85932,25 +68834,16 @@ } ], "Features": [], - "Stars": 248, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 252 }, { "Name": "spirv-reflect", - "Version": "1.3.275.0", + "Version": "1.3.280.0", + "Port-Version": 1, "Description": "SPIRV-Reflect is a lightweight library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications.", "Homepage": "https://github.com/KhronosGroup/SPIRV-Reflect", "License": "Apache-2.0", "Dependencies": [ - "spirv-headers", { "name": "vcpkg-cmake", "host": true @@ -85961,20 +68854,11 @@ } ], "Features": [], - "Stars": 588, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 617 }, { "Name": "spirv-tools", - "Version": "1.3.275.0", + "Version": "1.3.280.0", "Description": "API and commands for processing SPIR-V modules", "Homepage": "https://github.com/KhronosGroup/SPIRV-Tools", "License": "Apache-2.0", @@ -85994,16 +68878,7 @@ "description": "Build tools." } }, - "Stars": 978, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1000 }, { "Name": "spout2", @@ -86027,16 +68902,7 @@ "description": "A sub-set of the Spout SDK for applications using DirectX rather than OpenGL." } }, - "Stars": 692, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 703 }, { "Name": "sprout", @@ -86049,16 +68915,7 @@ "boost-mpl" ], "Features": [], - "Stars": 860, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 864 }, { "Name": "spscqueue", @@ -86077,20 +68934,11 @@ } ], "Features": [], - "Stars": 799, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 831 }, { "Name": "sqlcipher", - "Version": "4.5.4", + "Version": "4.5.6", "Description": "SQLCipher extends the SQLite database library to add security enhancements that make it more suitable for encrypted local data storage.", "Homepage": "https://www.zetetic.net/sqlcipher", "License": null, @@ -86121,37 +68969,18 @@ "description": "sqlite3 executable" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sqlite-modern-cpp", - "Version": "3.2-936cd0c8", - "Port-Version": 2, + "Version": "2023-12-03", "Description": "The C++14 wrapper around sqlite library", "Homepage": "https://github.com/aminroosta/sqlite_modern_cpp", "Dependencies": [ "sqlite3" ], "Features": [], - "Stars": 14, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 15 }, { "Name": "sqlite-orm", @@ -86183,20 +69012,11 @@ ] } }, - "Stars": 2083, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2144 }, { "Name": "sqlite3", - "Version": "3.45.1", + "Version": "3.45.3", "Description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.", "Homepage": "https://sqlite.org/", "License": "blessing", @@ -86253,6 +69073,9 @@ "session": { "description": "Enable the SESSION extension" }, + "snapshot": { + "description": "Enable the snapshot function" + }, "soundex": { "description": "Enable the SOUNDEX scalar function" }, @@ -86267,16 +69090,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sqlitecpp", @@ -86312,16 +69126,7 @@ "description": "Deprecated; no effects" } }, - "Stars": 2021, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2071 }, { "Name": "sqlpp11", @@ -86366,16 +69171,7 @@ ] } }, - "Stars": 2331, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2356 }, { "Name": "sqlpp11-connector-mysql", @@ -86414,16 +69210,7 @@ ] } }, - "Stars": 128, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 128 }, { "Name": "sqlpp11-connector-sqlite3", @@ -86442,16 +69229,7 @@ } ], "Features": [], - "Stars": 73, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 73 }, { "Name": "squirrel", @@ -86473,21 +69251,11 @@ "description": "Build sq command-line interpreter" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sratom", - "Version": "0.6.4", - "Port-Version": 2, + "Version": "0.6.16", "Description": "Sratom is a library for serialising LV2 atoms to and from RDF, particularly the Turtle syntax.", "Homepage": "https://drobilla.net/software/sratom", "License": "ISC", @@ -86505,16 +69273,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "srell", @@ -86523,16 +69282,7 @@ "Homepage": "https://www.akenotsuki.com/misc/srell/en/", "License": "BSD-2-Clause", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "srpc", @@ -86556,34 +69306,16 @@ "zlib" ], "Features": [], - "Stars": 1816, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1858 }, { "Name": "sse2neon", - "Version": "1.6.0", + "Version": "1.7.0", "Description": "A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation", "Homepage": "https://github.com/DLTcollab/sse2neon", "License": "MIT", "Features": [], - "Stars": 1186, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1227 }, { "Name": "stackwalker", @@ -86602,16 +69334,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "starlink-ast", @@ -86637,16 +69360,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "staticjson", @@ -86666,16 +69380,7 @@ } ], "Features": [], - "Stars": 194, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 196 }, { "Name": "status-code", @@ -86699,16 +69404,7 @@ } ], "Features": [], - "Stars": 62, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 61 }, { "Name": "status-value-lite", @@ -86731,16 +69427,7 @@ "description": "Build with test" } }, - "Stars": 14, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 14 }, { "Name": "stb", @@ -86750,16 +69437,7 @@ "Homepage": "https://github.com/nothings/stb", "License": "MIT OR CC-PDDC", "Features": [], - "Stars": 24617, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 25182 }, { "Name": "stdexec", @@ -86779,16 +69457,7 @@ } ], "Features": [], - "Stars": 1148, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1267 }, { "Name": "stduuid", @@ -86823,16 +69492,7 @@ ] } }, - "Stars": 682, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 701 }, { "Name": "stftpitchshift", @@ -86850,16 +69510,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "stlab", @@ -86893,16 +69544,7 @@ ] } }, - "Stars": 639, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 648 }, { "Name": "stormlib", @@ -86922,16 +69564,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "strict-variant", @@ -86939,16 +69572,7 @@ "Port-Version": 2, "Description": "Tagged union implementation that will never throw an exception or make a dynamic allocation in the effort of supporting types that have throwing moves.", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "string-theory", @@ -86967,16 +69591,7 @@ } ], "Features": [], - "Stars": 49, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 51 }, { "Name": "string-view-lite", @@ -86995,20 +69610,21 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 + }, + { + "Name": "stringzilla", + "Version": "3.7.0", + "Description": "StringZilla is the GodZilla of string libraries, using SIMD and SWAR to accelerate string operations on modern CPUs.", + "Homepage": "https://github.com/ashvardanian/StringZilla", + "License": "Apache-2.0", + "Supports": "!x86", + "Features": [], + "Stars": 1804 }, { "Name": "strong-type", - "Version": "12", + "Version": "14", "Description": "An additive strong typedef library for C++14/17/20", "Homepage": "https://github.com/rollbear/strong_type", "License": "BSL-1.0", @@ -87023,16 +69639,7 @@ } ], "Features": [], - "Stars": 356, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 376 }, { "Name": "stronk", @@ -87074,21 +69681,12 @@ ] } }, - "Stars": 41, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 45 }, { "Name": "strtk", "Version": "2020-09-14", - "Port-Version": 3, + "Port-Version": 4, "Description": "robust, optimized and portable string processing algorithms for the C++ language", "Homepage": "https://github.com/ArashPartow/strtk", "License": null, @@ -87096,24 +69694,20 @@ "boost": { "description": "Request boost libraries", "dependencies": [ - "boost" + "boost-algorithm", + "boost-lexical-cast", + "boost-random", + "boost-regex", + "boost-spirit", + "boost-tokenizer" ] } }, - "Stars": 127, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 128 }, { "Name": "stx", - "Version": "0.0.3", + "Version": "1.0.5", "Description": "STX is a collection of libraries and utilities designed to make working with C++ easier and less error-prone.", "Homepage": "https://github.com/lamarrr/STX", "License": "MIT", @@ -87133,16 +69727,7 @@ "description": "stacktrace support for STX" } }, - "Stars": 625, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 627 }, { "Name": "stxxl", @@ -87161,16 +69746,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 0 }, { "Name": "suitesparse", @@ -87191,16 +69767,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "sundials", @@ -87218,20 +69785,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "superlu", - "Version": "6.0.0", + "Version": "6.0.1", "Description": "Supernodal sparse direct solver.", "Homepage": "https://github.com/xiaoyeli/superlu", "License": "BSD-3-Clause-LBNL", @@ -87247,16 +69805,7 @@ } ], "Features": [], - "Stars": 248, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 256 }, { "Name": "swenson-sort", @@ -87265,20 +69814,11 @@ "Homepage": "https://github.com/swenson/sort", "License": "MIT", "Features": [], - "Stars": 449, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 456 }, { "Name": "symengine", - "Version": "0.11.1", + "Version": "0.11.2", "Description": "SymEngine is a fast symbolic manipulation library", "Homepage": "https://github.com/symengine/symengine", "License": "BSD-3-Clause", @@ -87348,16 +69888,7 @@ ] } }, - "Stars": 1068, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1096 }, { "Name": "systemc", @@ -87375,16 +69906,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "szip", @@ -87404,16 +69926,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "tabulate", @@ -87432,16 +69945,7 @@ } ], "Features": [], - "Stars": 1745, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1802 }, { "Name": "tacopie", @@ -87456,20 +69960,12 @@ } ], "Features": [], - "Stars": 12, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 12 }, { "Name": "taglib", "Version": "2.0", + "Port-Version": 1, "Description": "TagLib Audio Meta-Data Library", "Homepage": "https://taglib.org/", "License": "LGPL-2.1-only OR MPL-1.1", @@ -87486,16 +69982,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "talib", @@ -87512,16 +69999,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "taocpp-json", @@ -87539,16 +70017,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "tap-windows6", @@ -87556,16 +70025,7 @@ "Port-Version": 2, "Description": "an NDIS 6 implementation of the TAP-Windows driver, used by OpenVPN and other apps. Note: This package only contains the headers for the driver.", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "task-thread-pool", @@ -87575,16 +70035,7 @@ "Documentation": "https://github.com/alugowski/task-thread-pool/blob/main/README.md", "License": "BSD-2-Clause OR MIT OR BSL-1.0", "Features": [], - "Stars": 24, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 27 }, { "Name": "taskflow", @@ -87603,16 +70054,7 @@ } ], "Features": [], - "Stars": 9355, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 9580 }, { "Name": "tbb", @@ -87646,16 +70088,7 @@ ] } }, - "Stars": 5189, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5320 }, { "Name": "tcb-span", @@ -87664,16 +70097,7 @@ "Homepage": "https://github.com/tcbrindle/span", "License": "BSL-1.0", "Features": [], - "Stars": 302, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 310 }, { "Name": "tcl", @@ -87696,16 +70120,7 @@ "description": "Forces Tcl_UniChar to be a 32-bit quantity in stead of 16-bits" } }, - "Stars": 601, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 622 }, { "Name": "tclap", @@ -87714,16 +70129,7 @@ "Homepage": "https://sourceforge.net/projects/tclap/", "License": "MIT", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "tcp-pubsub", @@ -87745,16 +70151,7 @@ } ], "Features": [], - "Stars": 34, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 34 }, { "Name": "telnetpp", @@ -87790,16 +70187,7 @@ ] } }, - "Stars": 61, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 62 }, { "Name": "tensorflow", @@ -87816,16 +70204,7 @@ } ], "Features": [], - "Stars": 181052, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "skip", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "fail", - "x64-windows": "fail", - "x86-windows": "pass" + "Stars": 182626 }, { "Name": "tensorflow-cc", @@ -87842,16 +70221,7 @@ } ], "Features": [], - "Stars": 181052, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "skip", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "fail", - "x64-windows": "fail", - "x86-windows": "pass" + "Stars": 182626 }, { "Name": "tensorflow-common", @@ -87861,16 +70231,7 @@ "Homepage": "https://github.com/tensorflow/tensorflow", "License": "Apache-2.0", "Features": [], - "Stars": 181052, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 182626 }, { "Name": "tensorpipe", @@ -87912,16 +70273,7 @@ ] } }, - "Stars": 236, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 237 }, { "Name": "termcolor", @@ -87940,16 +70292,7 @@ } ], "Features": [], - "Stars": 785, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 795 }, { "Name": "tesseract", @@ -87992,16 +70335,7 @@ ] } }, - "Stars": 56803, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 58235 }, { "Name": "tfhe", @@ -88017,20 +70351,11 @@ } ], "Features": [], - "Stars": 1157, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1171 }, { "Name": "tgbot-cpp", - "Version": "1.7.2", + "Version": "1.7.3", "Description": "C++ library for Telegram bot API.", "Homepage": "https://github.com/reo7sp/tgbot-cpp", "License": "MIT", @@ -88051,16 +70376,7 @@ "zlib" ], "Features": [], - "Stars": 910, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 945 }, { "Name": "tgc", @@ -88079,16 +70395,7 @@ } ], "Features": [], - "Stars": 905, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 932 }, { "Name": "tgui", @@ -88133,21 +70440,12 @@ "description": "Build GUI builder" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "theia", "Version": "0.8", - "Port-Version": 9, + "Port-Version": 10, "Description": "An open source library for multiview geometry and structure from motion", "Homepage": "https://github.com/sweeneychris/TheiaSfM", "License": "BSD-3-Clause", @@ -88182,37 +70480,30 @@ } ], "Features": [], - "Stars": 875, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 874 }, { "Name": "think-cell-range", "Version": "2023.1", + "Port-Version": 1, "Description": "think-cell's range library", "Homepage": "https://github.com/think-cell/think-cell-library", "License": "BSL-1.0", "Dependencies": [ - "boost" + "boost-filesystem", + "boost-fusion", + "boost-integer", + "boost-intrusive", + "boost-lexical-cast", + "boost-mpl", + "boost-multi-index", + "boost-predef", + "boost-preprocessor", + "boost-range", + "boost-spirit" ], "Features": [], - "Stars": 337, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 361 }, { "Name": "thomasmonkman-filewatch", @@ -88222,16 +70513,7 @@ "Homepage": "https://github.com/ThomasMonkman/filewatch", "License": "MIT", "Features": [], - "Stars": 364, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 391 }, { "Name": "thor", @@ -88248,20 +70530,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "thorvg", - "Version": "0.12.1", + "Version": "0.13.2", "Description": "ThorVG is a platform-independent portable library for drawing vector-based scenes and animations", "Homepage": "https://www.thorvg.org", "License": "MIT", @@ -88277,16 +70550,7 @@ "description": "Build tools" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "threadpool", @@ -88298,20 +70562,11 @@ "boost-thread" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "thrift", - "Version": "0.19.0", + "Version": "0.20.0", "Description": "Apache Thrift is a software project spanning a variety of programming languages and use cases. Our goal is to make reliable, performant communication and data serialization across languages as efficient and seamless as possible.", "Homepage": "https://github.com/apache/thrift", "License": "Apache-2.0", @@ -88334,16 +70589,7 @@ "zlib" ], "Features": [], - "Stars": 10081, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 10157 }, { "Name": "tidy-html5", @@ -88359,21 +70605,12 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "tiff", "Version": "4.6.0", - "Port-Version": 3, + "Port-Version": 4, "Description": "A library that supports the manipulation of TIFF image files", "Homepage": "https://libtiff.gitlab.io/libtiff/", "License": "libtiff", @@ -88456,16 +70693,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "tinkerforge", @@ -88484,16 +70712,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "tiny-aes-c", @@ -88512,16 +70731,7 @@ } ], "Features": [], - "Stars": 3949, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4044 }, { "Name": "tiny-bignum-c", @@ -88540,16 +70750,7 @@ } ], "Features": [], - "Stars": 397, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 409 }, { "Name": "tiny-dnn", @@ -88558,16 +70759,7 @@ "Description": "A C++14 implementation of deep learning. It is suitable for deep learning on limited computational resource.", "Homepage": "https://github.com/tiny-dnn/tiny-dnn", "Features": [], - "Stars": 5746, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5777 }, { "Name": "tiny-process-library", @@ -88588,16 +70780,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "tiny-regex-c", @@ -88616,16 +70799,7 @@ } ], "Features": [], - "Stars": 1155, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1179 }, { "Name": "tinycbor", @@ -88641,16 +70815,7 @@ } ], "Features": [], - "Stars": 459, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 465 }, { "Name": "tinycthread", @@ -88665,34 +70830,16 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "tinydir", - "Version": "1.2.5", + "Version": "1.2.6", "Description": "Lightweight, portable and easy to integrate C directory and file reader", "Homepage": "https://github.com/cxong/tinydir", "License": "BSD-2-Clause", "Features": [], - "Stars": 766, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 783 }, { "Name": "tinyexif", @@ -88711,16 +70858,7 @@ } ], "Features": [], - "Stars": 96, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 103 }, { "Name": "tinyexpr", @@ -88740,20 +70878,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "tinyexr", - "Version": "1.0.5", + "Version": "1.0.8", "Description": "Library to load and save OpenEXR(.exr) images", "Homepage": "https://github.com/syoyo/tinyexr", "License": "BSD-3-Clause", @@ -88769,16 +70898,7 @@ } ], "Features": [], - "Stars": 654, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 664 }, { "Name": "tinyfiledialogs", @@ -88798,16 +70918,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "tinyfsm", @@ -88816,20 +70927,11 @@ "Homepage": "https://digint.ch/tinyfsm/", "License": "MIT", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "tinygltf", - "Version": "2.8.20", + "Version": "2.8.21", "Description": "A header only C++11 glTF 2.0 library.", "Homepage": "https://github.com/syoyo/tinygltf", "Dependencies": [ @@ -88837,16 +70939,7 @@ "stb" ], "Features": [], - "Stars": 1845, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1888 }, { "Name": "tinynpy", @@ -88865,20 +70958,11 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "tinyobjloader", - "Version": "2.0.0-rc9", + "Version": "2.0.0rc13", "Description": "Tiny but powerful single file wavefront obj loader", "License": "MIT", "Dependencies": [ @@ -88896,16 +70980,7 @@ "description": "enable double(64bit) precision" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "tinyorm", @@ -89012,16 +71087,7 @@ ] } }, - "Stars": 163, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 187 }, { "Name": "tinyply", @@ -89040,20 +71106,11 @@ } ], "Features": [], - "Stars": 523, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 541 }, { "Name": "tinyspline", - "Version": "0.4.0", + "Version": "0.6.0", "Description": "Library for NURBS, B-Splines, and Bézier curves, allowing you to handle splines with ease", "Homepage": "https://github.com/msteinbeck/tinyspline", "License": "MIT", @@ -89068,16 +71125,7 @@ } ], "Features": [], - "Stars": 1078, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1107 }, { "Name": "tinythread", @@ -89092,16 +71140,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "tinytoml", @@ -89110,16 +71149,7 @@ "Description": "A header only C++11 library for parsing TOML.", "Homepage": "https://github.com/mayah/tinytoml", "Features": [], - "Stars": 164, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 163 }, { "Name": "tinyutf8", @@ -89139,16 +71169,7 @@ } ], "Features": [], - "Stars": 534, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 537 }, { "Name": "tinyxml", @@ -89167,16 +71188,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "tinyxml2", @@ -89196,16 +71208,7 @@ } ], "Features": [], - "Stars": 4788, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4859 }, { "Name": "tl-expected", @@ -89225,16 +71228,7 @@ } ], "Features": [], - "Stars": 1372, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1405 }, { "Name": "tl-function-ref", @@ -89248,16 +71242,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "tl-generator", @@ -89271,16 +71256,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "tl-optional", @@ -89300,16 +71276,7 @@ } ], "Features": [], - "Stars": 812, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 820 }, { "Name": "tl-ranges", @@ -89330,21 +71297,11 @@ } ], "Features": [], - "Stars": 74, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 75 }, { "Name": "tlx", - "Version": "0.5.20191212", - "Port-Version": 4, + "Version": "0.6.1", "Description": "tlx is a collection of C++ helpers and extensions universally needed, but not found in the STL", "Homepage": "https://github.com/tlx/tlx", "Dependencies": [ @@ -89358,21 +71315,11 @@ } ], "Features": [], - "Stars": 382, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 386 }, { "Name": "tmx", - "Version": "1.2.0", - "Port-Version": 2, + "Version": "1.4.0", "Description": "A portable C library to load tiled maps in your games.", "License": "BSD-2-Clause", "Dependencies": [ @@ -89388,16 +71335,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "tmxlite", @@ -89419,16 +71357,7 @@ "zstd" ], "Features": [], - "Stars": 374, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 377 }, { "Name": "tmxparser", @@ -89449,20 +71378,11 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "toml11", - "Version": "3.7.1", + "Version": "3.8.1", "Description": "A C++11 header-only toml parser/encoder depending only on C++ standard library.", "Homepage": "https://github.com/ToruNiina/toml11", "License": "MIT", @@ -89477,16 +71397,7 @@ } ], "Features": [], - "Stars": 904, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 937 }, { "Name": "tomlplusplus", @@ -89502,16 +71413,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "torch-th", @@ -89527,21 +71429,12 @@ } ], "Features": [], - "Stars": 8909, - "arm-uwp": "pass", - "arm64-windows": "fail", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "fail", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 8955 }, { "Name": "tracy", "Version": "0.10.0", - "Port-Version": 1, + "Port-Version": 2, "Description": "A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications.", "Homepage": "https://github.com/wolfpld/tracy", "License": "BSD-3-Clause", @@ -89585,6 +71478,9 @@ "crash-handler": { "description": "Enable crash handler" }, + "fibers": { + "description": "Enable fibers support" + }, "gui-tools": { "description": "Build Tracy GUI tool: `profiler` (aka `Tracy` executable)", "supports": "!(windows & x86)", @@ -89613,20 +71509,11 @@ "description": "Enable on-demand profiling" } }, - "Stars": 7339, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7862 }, { "Name": "transwarp", - "Version": "2.2.2", + "Version": "2.2.3", "Description": "A header-only C++ library for task concurrency", "Homepage": "https://github.com/bloomen/transwarp", "License": "MIT", @@ -89637,20 +71524,12 @@ } ], "Features": [], - "Stars": 615, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 616 }, { "Name": "trantor", "Version": "1.5.17", + "Port-Version": 1, "Description": "A non-blocking I/O cross-platform TCP network library, using C++14", "Homepage": "https://github.com/an-tao/trantor", "License": "BSD-2-Clause", @@ -89667,16 +71546,7 @@ } ], "Features": [], - "Stars": 353, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 368 }, { "Name": "tre", @@ -89696,16 +71566,7 @@ } ], "Features": [], - "Stars": 767, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 774 }, { "Name": "tree-similarity", @@ -89725,16 +71586,7 @@ } ], "Features": [], - "Stars": 61, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 68 }, { "Name": "tree-sitter", @@ -89754,16 +71606,7 @@ } ], "Features": [], - "Stars": 15536, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 16595 }, { "Name": "treehh", @@ -89772,16 +71615,7 @@ "Homepage": "https://github.com/kpeeters/tree.hh", "License": "GPL-2.0-only OR GPL-3.0-only", "Features": [], - "Stars": 115, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 121 }, { "Name": "treehopper", @@ -89805,16 +71639,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "triangle", @@ -89834,16 +71659,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "triton", @@ -89890,20 +71706,11 @@ ] } }, - "Stars": 3230, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3307 }, { "Name": "trompeloeil", - "Version": "45", + "Version": "47", "Description": "A thread-safe header-only mocking framework for C++11/14 using the Boost Software License 1.0", "Homepage": "https://github.com/rollbear/trompeloeil", "License": "BSL-1.0", @@ -89918,21 +71725,20 @@ } ], "Features": [], - "Stars": 770, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 781 + }, + { + "Name": "try-catcher", + "Version": "1.0.1", + "Description": "C++ header uses RAII to try each step of a sequence of operations, catch all exceptions that may occur, and throw a single, composite message when TryCatcher goes out of scope.", + "Homepage": "https://github.com/daleabarnard/try-catcher", + "License": "MIT", + "Features": [], + "Stars": 0 }, { "Name": "tsl-hopscotch-map", - "Version": "2.3.0", - "Port-Version": 3, + "Version": "2.3.1", "Description": "C++ implementation of a fast hash map and hash set using hopscotch hashing", "Dependencies": [ { @@ -89941,21 +71747,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "tsl-ordered-map", - "Version": "1.0.0", - "Port-Version": 3, + "Version": "1.1.0", "Description": "C++ hash map and hash set which preserve the order of insertion", "Dependencies": [ { @@ -89964,16 +71760,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "tsl-sparse-map", @@ -89987,16 +71774,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ttauri", @@ -90011,16 +71789,7 @@ "hikogui" ], "Features": [], - "Stars": 717, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 744 }, { "Name": "tuplet", @@ -90039,16 +71808,7 @@ } ], "Features": [], - "Stars": 170, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 175 }, { "Name": "turbobase64", @@ -90069,21 +71829,11 @@ } ], "Features": [], - "Stars": 245, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 254 }, { "Name": "tvision", - "Version": "2021-08-10", - "Port-Version": 1, + "Version": "2024-02-28", "Description": "A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces.", "Homepage": "https://github.com/magiblot/tvision", "License": "MIT", @@ -90099,16 +71849,7 @@ } ], "Features": [], - "Stars": 1807, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1854 }, { "Name": "tweeny", @@ -90127,16 +71868,7 @@ } ], "Features": [], - "Stars": 686, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 696 }, { "Name": "type-lite", @@ -90159,16 +71891,7 @@ "description": "Build with test" } }, - "Stars": 36, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 36 }, { "Name": "type-safe", @@ -90187,16 +71910,7 @@ } ], "Features": [], - "Stars": 1409, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1460 }, { "Name": "uchardet", @@ -90222,16 +71936,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "udt", @@ -90251,16 +71956,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "umock-c", @@ -90281,20 +71977,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 32 }, { "Name": "uni-algo", - "Version": "1.0.0", + "Version": "1.2.0", "Description": "Unicode Algorithms Implementation", "Homepage": "https://github.com/uni-algo/uni-algo", "License": "Unlicense OR MIT", @@ -90309,16 +71996,7 @@ } ], "Features": [], - "Stars": 236, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 246 }, { "Name": "unicorn", @@ -90334,16 +72012,7 @@ } ], "Features": [], - "Stars": 7005, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7175 }, { "Name": "unicorn-lib", @@ -90373,16 +72042,7 @@ "zlib" ], "Features": [], - "Stars": 223, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 223 }, { "Name": "units", @@ -90402,16 +72062,7 @@ } ], "Features": [], - "Stars": 908, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 922 }, { "Name": "unittest-cpp", @@ -90430,16 +72081,7 @@ } ], "Features": [], - "Stars": 544, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 547 }, { "Name": "unixodbc", @@ -90450,16 +72092,7 @@ "License": "LGPL-2.1-only", "Supports": "osx | linux", "Features": [], - "Stars": 83, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 87 }, { "Name": "unordered-dense", @@ -90478,16 +72111,7 @@ } ], "Features": [], - "Stars": 676, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 735 }, { "Name": "unqlite", @@ -90503,21 +72127,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "unrar", - "Version": "6.1.7", - "Port-Version": 3, + "Version": "7.0.7", "Description": "rarlab's unrar library", "Homepage": "https://www.rarlab.com", "License": null, @@ -90530,16 +72144,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "upb", @@ -90575,16 +72180,7 @@ ] } }, - "Stars": 1491, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1501 }, { "Name": "urdfdom", @@ -90607,20 +72203,11 @@ } ], "Features": [], - "Stars": 91, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 92 }, { "Name": "urdfdom-headers", - "Version": "1.1.0", + "Version": "1.1.1", "Description": "The URDF (U-Robot Description Format) headers provides core data structure headers for URDF.", "Homepage": "https://github.com/ros/urdfdom_headers", "License": "BSD-2-Clause", @@ -90635,16 +72222,7 @@ } ], "Features": [], - "Stars": 25, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 26 }, { "Name": "urho3d", @@ -90677,16 +72255,7 @@ "description": "Build tools." } }, - "Stars": 4459, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4484 }, { "Name": "uriparser", @@ -90709,16 +72278,7 @@ "description": "Builds CLI tool uriparse." } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "usbmuxd", @@ -90741,21 +72301,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "usd", - "Version": "23.5", - "Port-Version": 3, + "Version": "24.5", "Description": "Universal Scene Description (USD) is an efficient, scalable system for authoring, reading, and streaming time-sampled scene description for interchange between graphics applications.", "Homepage": "https://github.com/PixarAnimationStudios/USD", "License": null, @@ -90784,16 +72334,7 @@ "zlib" ], "Features": [], - "Stars": 5275, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 5431 }, { "Name": "usearch", @@ -90812,20 +72353,11 @@ } ], "Features": [], - "Stars": 1456, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1685 }, { "Name": "usockets", - "Version": "0.8.6", + "Version": "0.8.8", "Port-Version": 1, "Description": "Miniscule cross-platform eventing, networking & crypto for async applications", "Homepage": "https://github.com/uNetworking/uSockets", @@ -90854,16 +72386,7 @@ ] } }, - "Stars": 1190, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1220 }, { "Name": "usrsctp", @@ -90883,16 +72406,7 @@ } ], "Features": [], - "Stars": 633, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 642 }, { "Name": "utf8-range", @@ -90912,16 +72426,7 @@ } ], "Features": [], - "Stars": 63033, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 63749 }, { "Name": "utf8h", @@ -90931,16 +72436,7 @@ "Homepage": "https://github.com/sheredom/utf8.h", "License": "Unlicense", "Features": [], - "Stars": 1599, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1635 }, { "Name": "utf8proc", @@ -90959,16 +72455,7 @@ } ], "Features": [], - "Stars": 966, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 981 }, { "Name": "utfcpp", @@ -90987,16 +72474,7 @@ } ], "Features": [], - "Stars": 1388, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1432 }, { "Name": "utfz", @@ -91011,16 +72489,7 @@ } ], "Features": [], - "Stars": 7, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7 }, { "Name": "uthash", @@ -91029,21 +72498,11 @@ "Homepage": "https://troydhanson.github.io/uthash/", "License": "BSD-1-Clause", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "uthenticode", - "Version": "1.0.6", - "Port-Version": 2, + "Version": "2.0.1", "Description": "A cross-platform library for verifying Authenticode signatures", "Homepage": "https://github.com/trailofbits/uthenticode", "Supports": "!uwp", @@ -91060,20 +72519,11 @@ } ], "Features": [], - "Stars": 125, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 130 }, { "Name": "uvatlas", - "Version": "2023-12-31", + "Version": "2024-02-21", "Description": "UVAtlas isochart texture atlas", "Homepage": "https://github.com/Microsoft/UVAtlas", "Documentation": "https://github.com/Microsoft/UVAtlas/wiki", @@ -91124,16 +72574,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 800 }, { "Name": "uvw", @@ -91153,20 +72594,11 @@ } ], "Features": [], - "Stars": 1731, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1772 }, { "Name": "uwebsockets", - "Version": "20.60.0", + "Version": "20.62.0", "Description": "Simple, secure & standards compliant web I/O for the most demanding of applications", "Homepage": "https://github.com/uWebSockets/uWebSockets", "License": "Apache-2.0", @@ -91175,16 +72607,7 @@ "zlib" ], "Features": [], - "Stars": 16556, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 16830 }, { "Name": "v-hacd", @@ -91214,21 +72637,12 @@ "description": "Builds openmp enabled lib" } }, - "Stars": 1285, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1320 }, { "Name": "v8", "Version": "9.1.269.39", - "Port-Version": 6, + "Port-Version": 7, "Description": "Google Chrome's JavaScript engine", "Homepage": "https://v8.dev", "License": "BSD-3-Clause", @@ -91254,20 +72668,11 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "fail", - "x64-windows": "fail", - "x86-windows": "fail" + "Stars": 0 }, { "Name": "valijson", - "Version": "1.0.1", + "Version": "1.0.2", "Description": "Header-only C++ library for JSON Schema validation", "Dependencies": [ { @@ -91280,16 +72685,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "value-ptr-lite", @@ -91312,16 +72708,7 @@ "description": "Build and perform value_ptr-lite tests." } }, - "Stars": 48, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 48 }, { "Name": "vamp-sdk", @@ -91342,16 +72729,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "variant-lite", @@ -91368,16 +72746,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vc", @@ -91397,16 +72766,7 @@ } ], "Features": [], - "Stars": 1392, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1419 }, { "Name": "vcglib", @@ -91417,33 +72777,22 @@ "eigen3" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 + }, + { + "Name": "vcpkg-boost", + "Version": "2024-04-25", + "License": "MIT", + "Features": [], + "Stars": 0 }, { "Name": "vcpkg-cmake", - "Version": "2023-05-04", - "Documentation": "https://vcpkg.io/en/docs/maintainers/ports/vcpkg-cmake.html", + "Version": "2024-04-18", + "Documentation": "https://learn.microsoft.com/vcpkg/maintainers/functions/vcpkg_cmake_configure", "License": "MIT", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vcpkg-cmake-config", @@ -91452,16 +72801,7 @@ "Documentation": "https://vcpkg.io/en/docs/README.html", "License": "MIT", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vcpkg-cmake-get-vars", @@ -91475,16 +72815,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vcpkg-get-python-packages", @@ -91493,16 +72824,7 @@ "License": "MIT", "Supports": "native", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vcpkg-gfortran", @@ -91511,23 +72833,13 @@ "Description": "Metaport to install gfortran dependencies from msys if VCPKG_USE_EXTERNAL_Fortran is false", "Supports": "windows & !arm & !uwp", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vcpkg-gn", - "Version": "2021-11-16", - "Port-Version": 3, - "Description": "https://gn.googlesource.com/gn/+/4aa9bdfa05b688c58d3d7d3e496f3f18cbb3d89e", - "Documentation": "https://vcpkg.io/en/docs/README.html", + "Version": "2024-02-22", + "Description": "GN is a meta-build system that generates build files for Ninja (GN is the build system for Chromium, Fuchsia, and related projects)", + "Documentation": "https://gn.googlesource.com/gn/+/main/docs/reference.md", "License": "MIT", "Supports": "native", "Dependencies": [ @@ -91537,16 +72849,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vcpkg-msbuild", @@ -91572,44 +72875,24 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vcpkg-pkgconfig-get-modules", - "Version": "2023-09-06", - "Documentation": "https://vcpkg.io/en/docs/README.html", + "Version": "2024-04-03", + "Documentation": "https://learn.microsoft.com/vcpkg/maintainers/functions/vcpkg_pkgconfig_get_modules", "License": "MIT", + "Supports": "native", "Dependencies": [ - { - "name": "pkgconf", - "host": true, - "default-features": false - } + "pkgconf" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vcpkg-qmake", "Version": "2023-03-22", + "Port-Version": 1, "Documentation": "https://vcpkg.io/en/docs/README.html", "License": "MIT", "Supports": "native", @@ -91625,16 +72908,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vcpkg-tool-bazel", @@ -91644,36 +72918,17 @@ "License": "Apache-2.0", "Supports": "native", "Features": [], - "Stars": 22079, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 22417 }, { "Name": "vcpkg-tool-gn", - "Version": "2022-04-16", - "Port-Version": 1, + "Version": "2024-02-22", "Description": "GN build system", "Homepage": "https://gn.googlesource.com/gn/", "License": null, "Supports": "native", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vcpkg-tool-gyp-next", @@ -91681,16 +72936,7 @@ "Description": "https://github.com/nodejs/gyp-next", "Supports": "native", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vcpkg-tool-lessmsi", @@ -91701,36 +72947,18 @@ "License": "MIT", "Supports": "native & windows", "Features": [], - "Stars": 1175, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1215 }, { "Name": "vcpkg-tool-meson", - "Version": "0.63", + "Version": "1.3.2", "Port-Version": 2, "Description": "Meson build system", "Homepage": "https://github.com/mesonbuild/meson", "License": "Apache-2.0", "Supports": "native", "Features": [], - "Stars": 5150, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5271 }, { "Name": "vcpkg-tool-mozbuild", @@ -91739,16 +72967,7 @@ "Homepage": "https://firefox-source-docs.mozilla.org/build/buildsystem/mozbuild/index.html", "Supports": "native & x64 & windows", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vcpkg-tool-ninja", @@ -91763,16 +72982,7 @@ "vcpkg-cmake-config" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vcpkg-tool-nodejs", @@ -91780,16 +72990,7 @@ "Port-Version": 1, "Supports": "native", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vcpkg-tool-python2", @@ -91807,16 +73008,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vectorclass", @@ -91836,16 +73028,7 @@ } ], "Features": [], - "Stars": 1191, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1223 }, { "Name": "veigar", @@ -91866,16 +73049,32 @@ } ], "Features": [], - "Stars": 14, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 20 + }, + { + "Name": "velodyne-decoder", + "Version": "3.0.0", + "Port-Version": 1, + "Description": "A decoder library for raw Velodyne data and telemetry info", + "Homepage": "https://github.com/valgur/velodyne_decoder", + "License": "BSD-3-Clause", + "Dependencies": [ + "ms-gsl", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + { + "name": "yaml-cpp", + "version>=": "0.7.0" + } + ], + "Features": [], + "Stars": 36 }, { "Name": "verdict", @@ -91894,16 +73093,7 @@ } ], "Features": [], - "Stars": 21, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 24 }, { "Name": "vili", @@ -91927,16 +73117,7 @@ } ], "Features": [], - "Stars": 27, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 27 }, { "Name": "vincentlaucsb-csv-parser", @@ -91959,16 +73140,7 @@ } ], "Features": [], - "Stars": 806, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 832 }, { "Name": "visit-struct", @@ -91986,16 +73158,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vit-vit-ctpl", @@ -92021,20 +73184,12 @@ ] } }, - "Stars": 1632, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1678 }, { "Name": "vk-bootstrap", - "Version": "1.3.273", + "Version": "1.3.279", + "Port-Version": 1, "Description": "Vulkan bootstraping library", "Homepage": "https://github.com/charles-lunarg/vk-bootstrap", "License": "MIT", @@ -92050,16 +73205,7 @@ "vulkan-headers" ], "Features": [], - "Stars": 621, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 658 }, { "Name": "vkfft", @@ -92068,16 +73214,26 @@ "Homepage": "https://github.com/DTolm/VkFFT", "License": "MIT", "Features": [], - "Stars": 1414, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1445 + }, + { + "Name": "vladimirshaleev-ipaddress", + "Version": "1.0.1", + "Description": "A library for working and manipulating IPv4/IPv6 addresses and networks in modern C++.", + "Homepage": "https://vladimirshaleev.github.io/ipaddress/", + "License": "MIT", + "Dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "Features": [], + "Stars": 0 }, { "Name": "vlfeat", @@ -92096,16 +73252,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vlpp", @@ -92215,20 +73362,11 @@ ] } }, - "Stars": 1333, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1333 }, { "Name": "volk", - "Version": "1.3.275.0", + "Version": "1.3.280.0", "Description": [ "Meta loader for Vulkan API.", "Note that the static library target volk::volk is built without platform-specific defines.", @@ -92248,16 +73386,7 @@ "vulkan-headers" ], "Features": [], - "Stars": 1165, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1210 }, { "Name": "vowpal-wabbit", @@ -92290,16 +73419,7 @@ "zlib" ], "Features": [], - "Stars": 8386, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 8404 }, { "Name": "vs-yasm", @@ -92309,20 +73429,11 @@ "Homepage": "https://github.com/ShiftMediaProject/VSYASM", "Supports": "windows & !arm", "Features": [], - "Stars": 57, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 58 }, { "Name": "vsg", - "Version": "1.0.9", + "Version": "1.1.2", "Description": "A modern, cross platform, high performance scene graph library built upon Vulkan.", "Homepage": "http://www.vulkanscenegraph.org/", "License": "MIT", @@ -92336,19 +73447,14 @@ "name": "vcpkg-cmake-config", "host": true }, - "vulkan" + "vulkan", + { + "name": "xcb", + "platform": "!(android | windows | osx)" + } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vsgimgui", @@ -92375,16 +73481,7 @@ "vsg" ], "Features": [], - "Stars": 34, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 40 }, { "Name": "vsgxchange", @@ -92436,21 +73533,12 @@ ] } }, - "Stars": 56, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 59 }, { "Name": "vtk", - "Version": "9.2.0-pv5.11.0", - "Port-Version": 10, + "Version": "9.3.0-pv5.12.0", + "Port-Version": 2, "Description": "Software system for 3D computer graphics, image processing, and visualization", "Homepage": "https://github.com/Kitware/VTK", "License": "BSD-3-Clause", @@ -92459,6 +73547,7 @@ "eigen3", "expat", "exprtk", + "fast-float", "fmt", "freetype", "glew", @@ -92494,7 +73583,10 @@ "name": "sqlite3", "host": true }, - "tiff", + { + "name": "tiff", + "default-features": false + }, "utfcpp", { "name": "vcpkg-cmake", @@ -92616,6 +73708,7 @@ "description": "Build vtk modules required by paraview", "dependencies": [ "cli11", + "openturns", { "name": "vtk", "default-features": false, @@ -92636,11 +73729,7 @@ "python": { "description": "Python functionality for VTK", "dependencies": [ - "python3", - { - "name": "python3", - "host": true - } + "python3" ] }, "qt": { @@ -92682,16 +73771,7 @@ ] } }, - "Stars": 2424, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2502 }, { "Name": "vtk-dicom", @@ -92728,21 +73808,11 @@ ] } }, - "Stars": 230, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 236 }, { "Name": "vtk-m", - "Version": "1.9.0", - "Port-Version": 2, + "Version": "2.1.0", "Description": "VTK-m is a toolkit of scientific visualization algorithms for emerging processor architectures.", "Homepage": "https://gitlab.kitware.com/vtk/vtk-m/", "License": null, @@ -92783,16 +73853,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vulkan", @@ -92815,20 +73876,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vulkan-headers", - "Version": "1.3.275.0", + "Version": "1.3.280.0", "Description": "Vulkan header files and API registry", "Homepage": "https://github.com/KhronosGroup/Vulkan-Headers", "License": "Apache-2.0 OR MIT", @@ -92844,16 +73896,7 @@ } ], "Features": [], - "Stars": 749, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 771 }, { "Name": "vulkan-hpp", @@ -92865,20 +73908,11 @@ "vulkan-headers" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vulkan-loader", - "Version": "1.3.275.0", + "Version": "1.3.280.0", "Description": "Vulkan Development Tools", "Homepage": "https://github.com/KhronosGroup/Vulkan-Loader", "License": null, @@ -92895,16 +73929,7 @@ "vulkan-headers" ], "Features": [], - "Stars": 451, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 470 }, { "Name": "vulkan-memory-allocator", @@ -92925,20 +73950,12 @@ } ], "Features": [], - "Stars": 2316, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2389 }, { "Name": "vulkan-memory-allocator-hpp", "Version": "3.0.1.1", + "Port-Version": 1, "Description": "C++ bindings for VulkanMemoryAllocator (Development branch)", "Homepage": "https://github.com/YaaZ/VulkanMemoryAllocator-Hpp", "License": "CC0-1.0", @@ -92948,20 +73965,11 @@ "vulkan-memory-allocator" ], "Features": [], - "Stars": 45, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 48 }, { "Name": "vulkan-sdk-components", - "Version": "1.3.275.0", + "Version": "1.3.280.0", "Description": "Installs packages which are part of the Vulkan SDK.", "License": null, "Supports": "!uwp & !xbox", @@ -93004,20 +74012,11 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "vulkan-tools", - "Version": "1.3.275.0", + "Version": "1.3.280.0", "Description": "Vulkan Development Tools", "Homepage": "https://github.com/KhronosGroup/Vulkan-Tools", "License": "Apache-2.0", @@ -93035,21 +74034,11 @@ "vulkan-headers" ], "Features": [], - "Stars": 327, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 337 }, { "Name": "vulkan-utility-libraries", - "Version": "1.3.275.0", - "Port-Version": 1, + "Version": "1.3.280.0", "Description": "Utility libraries for Vulkan developers", "Homepage": "https://github.com/KhronosGroup/Vulkan-Utility-Libraries", "License": null, @@ -93065,20 +74054,11 @@ "vulkan-headers" ], "Features": [], - "Stars": 38, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 45 }, { "Name": "vulkan-validationlayers", - "Version": "1.3.275.0", + "Version": "1.3.280.0", "Description": "Vulkan Validation Layers (VVL)", "Homepage": "https://github.com/KhronosGroup/Vulkan-ValidationLayers", "License": null, @@ -93101,16 +74081,7 @@ "vulkan-utility-libraries" ], "Features": [], - "Stars": 677, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 703 }, { "Name": "vvenc", @@ -93136,21 +74107,12 @@ "description": "Build user tools: vvencFFapp and vvencapp" } }, - "Stars": 832, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 868 }, { "Name": "vxl", "Version": "2.0.2", - "Port-Version": 5, + "Port-Version": 6, "Description": "A multi-platform collection of C++ software libraries for Computer Vision and Image Understanding.", "Dependencies": [ "bzip2", @@ -93159,7 +74121,10 @@ "libjpeg-turbo", "libpng", "shapelib", - "tiff", + { + "name": "tiff", + "default-features": false + }, { "name": "vcpkg-cmake", "host": true @@ -93175,16 +74140,7 @@ "description": "core-imaging support for vxl" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "skip", - "x64-linux": "skip", - "x64-osx": "skip", - "x64-uwp": "skip", - "x64-windows-static-md": "skip", - "x64-windows-static": "skip", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 0 }, { "Name": "wampcc", @@ -93211,20 +74167,11 @@ "supports": "!windows" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "wangle", - "Version": "2024.01.01.00", + "Version": "2024.05.02.00", "Description": "Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.", "Homepage": "https://github.com/facebook/wangle", "License": "Apache-2.0", @@ -93251,16 +74198,7 @@ } ], "Features": [], - "Stars": 3019, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3029 }, { "Name": "wasmedge", @@ -93314,16 +74252,7 @@ "description": "Build tools" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "wavelib", @@ -93342,16 +74271,7 @@ } ], "Features": [], - "Stars": 322, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 340 }, { "Name": "wavpack", @@ -93372,16 +74292,7 @@ } ], "Features": [], - "Stars": 309, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 341 }, { "Name": "wayland", @@ -93408,16 +74319,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "wayland-protocols", @@ -93445,16 +74347,7 @@ ] } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "wcslib", @@ -93463,16 +74356,7 @@ "Homepage": "https://www.atnf.csiro.au/people/mcalabre/WCS/", "Supports": "!windows", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "websocketpp", @@ -93494,16 +74378,7 @@ ] } }, - "Stars": 6653, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 6756 }, { "Name": "webview2", @@ -93517,16 +74392,7 @@ "wil" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "wepoll", @@ -93542,16 +74408,7 @@ } ], "Features": [], - "Stars": 871, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 892 }, { "Name": "wg21-linear-algebra", @@ -93570,16 +74427,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "wg21-sg14", @@ -93588,16 +74436,7 @@ "Description": "A library for Study Group 14 of Working Group 21 (C++)", "Homepage": "https://github.com/WG21-SG14/SG14", "Features": [], - "Stars": 486, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 489 }, { "Name": "wil", @@ -93616,16 +74455,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2460 }, { "Name": "wildmidi", @@ -93644,16 +74474,7 @@ } ], "Features": [], - "Stars": 190, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 191 }, { "Name": "wincrypt", @@ -93662,16 +74483,7 @@ "Description": "Windows Cryptography.", "Supports": "windows", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "winlamb", @@ -93681,16 +74493,7 @@ "License": "MIT", "Supports": "windows", "Features": [], - "Stars": 316, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 320 }, { "Name": "winpcap", @@ -93707,16 +74510,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "skip", - "x86-windows": "skip" + "Stars": 0 }, { "Name": "winpty", @@ -93734,16 +74528,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "winreg", @@ -93753,16 +74538,7 @@ "License": "MIT", "Supports": "windows | uwp", "Features": [], - "Stars": 416, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 427 }, { "Name": "winsock2", @@ -93772,16 +74548,7 @@ "License": null, "Supports": "windows", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "winsparkle", @@ -93791,16 +74558,7 @@ "License": "MIT", "Supports": "windows & !(arm | uwp)", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "wintoast", @@ -93814,16 +74572,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "wmipp", @@ -93833,16 +74582,7 @@ "License": "MIT", "Supports": "windows & !uwp", "Features": [], - "Stars": 2, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2 }, { "Name": "woff2", @@ -93857,16 +74597,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "wolfmqtt", @@ -93887,20 +74618,11 @@ "wolfssl" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "wolfssl", - "Version": "5.6.6", + "Version": "5.7.0", "Description": "TLS and Cryptographic library for many platforms", "Homepage": "https://wolfssl.com", "License": "GPL-2.0-or-later", @@ -93927,16 +74649,7 @@ "description": "Enables callback to provide TLS keys for debugging" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "wolftpm", @@ -93958,16 +74671,7 @@ "wolfssl" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "wordnet", @@ -93989,16 +74693,7 @@ "description": "WordNet 3.1 database files" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "workflow", @@ -94018,16 +74713,7 @@ } ], "Features": [], - "Stars": 12122, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "fail", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 12465 }, { "Name": "wpilib", @@ -94072,16 +74758,7 @@ ] } }, - "Stars": 1005, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1026 }, { "Name": "wren", @@ -94096,21 +74773,11 @@ } ], "Features": [], - "Stars": 6695, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 6757 }, { "Name": "wt", - "Version": "4.9.1", - "Port-Version": 2, + "Version": "4.10.4", "Description": "Wt is a C++ library for developing web applications", "Homepage": "https://github.com/emweb/wt", "License": "GPL-2.0-only", @@ -94224,16 +74891,7 @@ ] } }, - "Stars": 1604, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1648 }, { "Name": "wtl", @@ -94243,16 +74901,7 @@ "Homepage": "https://sourceforge.net/projects/wtl/", "License": "MS-PL", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "wxchartdir", @@ -94275,16 +74924,7 @@ "wxwidgets" ], "Features": [], - "Stars": 28, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 28 }, { "Name": "wxcharts", @@ -94304,21 +74944,12 @@ "wxwidgets" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "wxwidgets", "Version": "3.2.4", - "Port-Version": 1, + "Port-Version": 2, "Description": [ "Widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. ", "Set WXWIDGETS_USE_STL in a custom triplet to build with the wxUSE_STL build option.", @@ -94352,7 +74983,10 @@ "nanosvg", "opengl", "pcre2", - "tiff", + { + "name": "tiff", + "default-features": false + }, { "name": "vcpkg-cmake", "host": true @@ -94414,16 +75048,7 @@ ] } }, - "Stars": 5621, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 5750 }, { "Name": "wyhash", @@ -94432,16 +75057,7 @@ "Homepage": "https://github.com/wangyi-fudan/wyhash", "License": "Unlicense", "Features": [], - "Stars": 883, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 916 }, { "Name": "x-plane", @@ -94461,16 +75077,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "x264", @@ -94517,16 +75124,7 @@ "supports": "!uwp" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "x265", @@ -94542,16 +75140,7 @@ } ], "Features": [], - "Stars": 701, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 710 }, { "Name": "x86-simd-sort", @@ -94560,16 +75149,7 @@ "Homepage": "https://github.com/intel/x86-simd-sort", "License": "BSD-3-Clause", "Features": [], - "Stars": 781, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 798 }, { "Name": "xapian", @@ -94587,37 +75167,19 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "xaudio2redist", "Version": "1.2.11", - "Port-Version": 1, + "Port-Version": 2, "Description": "Redistributable version of XAudio 2.9 for Windows 7 SP1 or later", "Homepage": "https://aka.ms/XAudio2Redist", "Documentation": "https://aka.ms/XAudio2Redist", "License": null, "Supports": "windows & !arm & !uwp & !xbox", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "xbitmaps", @@ -94629,16 +75191,7 @@ "xorg-macros" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "skip", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "xbyak", @@ -94658,16 +75211,7 @@ } ], "Features": [], - "Stars": 1927, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1959 }, { "Name": "xcb", @@ -94692,16 +75236,7 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "xcb-image", @@ -94714,16 +75249,7 @@ "xcb-util" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "xcb-keysyms", @@ -94738,21 +75264,12 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "xcb-proto", "Version": "1.14.1", - "Port-Version": 1, + "Port-Version": 2, "Description": "XML-XCB protocol descriptions used by libxcb for the X11 protocol & extensions", "Homepage": "https://xcb.freedesktop.org/", "License": "X11-distribute-modifications-variant", @@ -94768,16 +75285,7 @@ "xorg-macros" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "xcb-render-util", @@ -94789,16 +75297,7 @@ "xcb" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "xcb-util", @@ -94812,16 +75311,7 @@ "xorg-macros" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "xcb-util-errors", @@ -94835,16 +75325,7 @@ "xcb-util" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "xcb-util-m4", @@ -94853,16 +75334,7 @@ "Homepage": "https://gitlab.freedesktop.org/xorg/util/xcb-util-m4", "License": null, "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "xcb-util-wm", @@ -94878,16 +75350,7 @@ "xproto" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "xerces-c", @@ -94927,16 +75390,7 @@ "description": "XMLCh type uses wchar_t" } }, - "Stars": 109, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 112 }, { "Name": "xeus", @@ -94965,16 +75419,7 @@ "zeromq" ], "Features": [], - "Stars": 870, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 881 }, { "Name": "xframe", @@ -94995,16 +75440,7 @@ "xtl" ], "Features": [], - "Stars": 297, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 300 }, { "Name": "xlnt", @@ -95024,16 +75460,7 @@ } ], "Features": [], - "Stars": 1384, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1413 }, { "Name": "xlsxio", @@ -95059,21 +75486,11 @@ } ], "Features": [], - "Stars": 368, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 375 }, { "Name": "xmlsec", - "Version": "1.3.1", - "Port-Version": 2, + "Version": "1.3.3", "Description": "XML Security Library is a C library based on LibXML2. The library supports major XML security standards.", "Homepage": "https://www.aleksey.com/xmlsec/", "License": "X11 AND MPL-1.1", @@ -95091,16 +75508,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "xnnpack", @@ -95120,16 +75528,7 @@ } ], "Features": [], - "Stars": 1656, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1711 }, { "Name": "xorg-macros", @@ -95139,16 +75538,7 @@ "License": null, "Supports": "!uwp", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "xorstr", @@ -95157,16 +75547,7 @@ "Homepage": "https://github.com/JustasMasiulis/xorstr", "License": "Apache-2.0", "Features": [], - "Stars": 1067, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1115 }, { "Name": "xpack", @@ -95179,16 +75560,7 @@ "rapidxml" ], "Features": [], - "Stars": 572, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 592 }, { "Name": "xproperty", @@ -95207,16 +75579,7 @@ "xtl" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "xproto", @@ -95233,16 +75596,7 @@ "xorg-macros" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "xqilla", @@ -95263,20 +75617,11 @@ "xerces-c" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "xsimd", - "Version": "12.0.0", + "Version": "12.1.1", "Description": "Modern, portable C++ wrappers for SIMD intrinsics", "Homepage": "https://github.com/xtensor-stack/xsimd", "License": "BSD-3-Clause", @@ -95298,16 +75643,7 @@ ] } }, - "Stars": 1991, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2043 }, { "Name": "xtensor", @@ -95341,16 +75677,7 @@ ] } }, - "Stars": 3156, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3220 }, { "Name": "xtensor-blas", @@ -95369,16 +75696,7 @@ "xtensor" ], "Features": [], - "Stars": 153, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 155 }, { "Name": "xtensor-fftw", @@ -95399,16 +75717,7 @@ "xtensor" ], "Features": [], - "Stars": 46, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 46 }, { "Name": "xtensor-io", @@ -95429,20 +75738,11 @@ "xtl" ], "Features": [], - "Stars": 84, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 84 }, { "Name": "xtl", - "Version": "0.7.5", + "Version": "0.7.7", "Description": "The x template library", "Homepage": "https://github.com/xtensor-stack/xtl", "License": "BSD-3-Clause", @@ -95458,16 +75758,7 @@ } ], "Features": [], - "Stars": 189, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 193 }, { "Name": "xtrans", @@ -95480,16 +75771,7 @@ "xorg-macros" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "xxhash", @@ -95511,16 +75793,7 @@ "description": "Build the xxhsum binary" } }, - "Stars": 8204, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 8511 }, { "Name": "yajl", @@ -95536,16 +75809,7 @@ } ], "Features": [], - "Stars": 2130, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2135 }, { "Name": "yaml-cpp", @@ -95565,16 +75829,7 @@ } ], "Features": [], - "Stars": 4666, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 4809 }, { "Name": "yara", @@ -95606,16 +75861,7 @@ "description": "The dotnet module allows you to create more fine-grained rules for .NET files by using attributes and features of the .NET file format." } }, - "Stars": 7456, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 7686 }, { "Name": "yas", @@ -95623,16 +75869,7 @@ "Description": "Yet Another Serialization is a header only serialization library", "Homepage": "https://github.com/niXman/yas", "Features": [], - "Stars": 710, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 722 }, { "Name": "yasm", @@ -95665,16 +75902,7 @@ "description": "Build yasm tools" } }, - "Stars": 1289, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1301 }, { "Name": "yasm-tool", @@ -95689,16 +75917,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "yasm-tool-helper", @@ -95716,16 +75935,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 21665 }, { "Name": "yato", @@ -95740,21 +75950,11 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "yoga", - "Version": "2.0.1", - "Port-Version": 1, + "Version": "3.0.2", "Description": "Yoga is a cross-platform layout engine which implements Flexbox", "Homepage": "https://github.com/facebook/yoga", "License": "MIT", @@ -95769,21 +75969,11 @@ } ], "Features": [], - "Stars": 16763, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 16932 }, { "Name": "yomm2", - "Version": "1.4.0", - "Port-Version": 1, + "Version": "1.5.1", "Description": "YOMM2 is an implementation of open multi-methods.", "Homepage": "https://github.com/jll63/yomm2", "License": "BSL-1.0", @@ -95801,16 +75991,7 @@ } ], "Features": [], - "Stars": 313, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 325 }, { "Name": "yyjson", @@ -95857,20 +76038,11 @@ ] } }, - "Stars": 2766, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 2840 }, { "Name": "z3", - "Version": "4.12.5", + "Version": "4.13.0", "Description": "Z3 is a theorem prover from Microsoft Research", "Homepage": "https://github.com/Z3Prover/z3", "License": "MIT", @@ -95886,16 +76058,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 9756 }, { "Name": "z4kn4fein-semver", @@ -95914,16 +76077,7 @@ } ], "Features": [], - "Stars": 26, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 31 }, { "Name": "z85", @@ -95931,16 +76085,7 @@ "Port-Version": 2, "Description": "Z85 is a binary-to-text encoding library. It implements ZeroMQ Base-85 Encoding Algorithm and provides custom padding.", "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "zeroc-ice", @@ -96093,16 +76238,7 @@ ] } }, - "Stars": 1967, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1977 }, { "Name": "zeromq", @@ -96159,16 +76295,7 @@ ] } }, - "Stars": 9145, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 9300 }, { "Name": "zfp", @@ -96207,16 +76334,7 @@ "description": "Build utility" } }, - "Stars": 717, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 736 }, { "Name": "zimpl", @@ -96242,16 +76360,7 @@ "zlib" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "zint", @@ -96279,16 +76388,7 @@ ] } }, - "Stars": 355, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 423 }, { "Name": "zkpp", @@ -96309,16 +76409,7 @@ "zookeeper" ], "Features": [], - "Stars": 145, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 145 }, { "Name": "zlib", @@ -96333,16 +76424,7 @@ } ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "zlib-ng", @@ -96357,20 +76439,12 @@ } ], "Features": [], - "Stars": 1417, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 1445 }, { "Name": "zlmediakit", - "Version": "2023-08-12", + "Version": "2024-03-30", + "Port-Version": 1, "Description": "A high-performance carrier-grade streaming media service framework based on C++11.", "Homepage": "https://github.com/ZLMediaKit/ZLMediaKit", "License": "MIT", @@ -96404,23 +76478,14 @@ "sctp": { "description": "Enable SCTP", "dependencies": [ - "usrsctp", - { - "name": "zlmediakit", - "default-features": false, - "features": [ - "webrtc" - ] - } + "usrsctp" ] }, "webrtc": { "description": "Enable WebRTC", "dependencies": [ - "libsrtp", { - "name": "zlmediakit", - "default-features": false, + "name": "libsrtp", "features": [ "openssl" ] @@ -96428,16 +76493,7 @@ ] } }, - "Stars": 11910, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 12753 }, { "Name": "zoe", @@ -96461,16 +76517,7 @@ } ], "Features": [], - "Stars": 11, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 18 }, { "Name": "zookeeper", @@ -96497,16 +76544,7 @@ "description": "ZooKeeper with the sync API" } }, - "Stars": 11828, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 11941 }, { "Name": "zopfli", @@ -96526,16 +76564,7 @@ } ], "Features": [], - "Stars": 3350, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3375 }, { "Name": "zpp-bits", @@ -96544,16 +76573,7 @@ "Homepage": "https://github.com/eyalz800/zpp_bits", "License": "MIT", "Features": [], - "Stars": 627, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 665 }, { "Name": "zserge-webview", @@ -96562,21 +76582,11 @@ "Homepage": "https://github.com/webview/webview", "License": "MIT", "Features": [], - "Stars": 11883, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 12036 }, { "Name": "zstd", - "Version": "1.5.5", - "Port-Version": 2, + "Version": "1.5.6", "Description": "Zstandard - Fast real-time compression algorithm", "Homepage": "https://facebook.github.io/zstd/", "License": "BSD-3-Clause OR GPL-2.0-only", @@ -96596,16 +76606,7 @@ "supports": "!uwp & static" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "zstr", @@ -96617,16 +76618,7 @@ "zlib" ], "Features": [], - "Stars": 268, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 281 }, { "Name": "ztd-cuneicode", @@ -96646,16 +76638,7 @@ "ztd-encoding-tables" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "ztd-encoding-tables", @@ -96675,16 +76658,7 @@ "ztd-idk" ], "Features": [], - "Stars": 8, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 9 }, { "Name": "ztd-idk", @@ -96703,16 +76677,7 @@ } ], "Features": [], - "Stars": 27, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 28 }, { "Name": "ztd-platform", @@ -96732,16 +76697,7 @@ "ztd-idk" ], "Features": [], - "Stars": 2, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 3 }, { "Name": "ztd-static-containers", @@ -96762,16 +76718,7 @@ "ztd-idk" ], "Features": [], - "Stars": 8, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 9 }, { "Name": "ztd-text", @@ -96789,16 +76736,7 @@ "ztd-static-containers" ], "Features": [], - "Stars": 291, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 297 }, { "Name": "zug", @@ -96821,16 +76759,7 @@ "description": "Build documentation" } }, - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "zycore", @@ -96850,16 +76779,7 @@ } ], "Features": [], - "Stars": 75, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 75 }, { "Name": "zydis", @@ -96880,16 +76800,7 @@ "zycore" ], "Features": [], - "Stars": 0, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 0 }, { "Name": "zyre", @@ -96909,21 +76820,11 @@ } ], "Features": [], - "Stars": 849, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "fail", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 857 }, { "Name": "zziplib", - "Version": "0.13.72", - "Port-Version": 3, + "Version": "0.13.73", "Description": "library providing read access on ZIP-archives", "Homepage": "https://github.com/gdraheim/zziplib", "License": "LGPL-2.0-or-later OR MPL-1.1", @@ -96939,16 +76840,7 @@ "zlib" ], "Features": [], - "Stars": 55, - "arm-uwp": "pass", - "arm64-windows": "pass", - "x64-linux": "pass", - "x64-osx": "pass", - "x64-uwp": "pass", - "x64-windows-static-md": "pass", - "x64-windows-static": "pass", - "x64-windows": "pass", - "x86-windows": "pass" + "Stars": 57 } ] } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index df32faa0ae..412c63098a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -316,9 +316,9 @@ "dev": true }, "node_modules/follow-redirects": { - "version": "1.15.4", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz", - "integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==", + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "dev": true, "funding": [ { @@ -955,9 +955,9 @@ "dev": true }, "follow-redirects": { - "version": "1.15.4", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz", - "integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==", + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "dev": true }, "function-bind": { diff --git a/scripts/commit.txt b/scripts/commit.txt index 39c23e146c..345976e4d8 100644 --- a/scripts/commit.txt +++ b/scripts/commit.txt @@ -1 +1 @@ -37c3e63a1306562f7f59c4c3c8892ddd50fdf992 +326d8b43e365352ba3ccadf388d989082fe0f2a6 diff --git a/scripts/generateGitHubStars.js b/scripts/generateGitHubStars.js index 8ef14a7517..c9302b0b45 100644 --- a/scripts/generateGitHubStars.js +++ b/scripts/generateGitHubStars.js @@ -10,6 +10,9 @@ async function getGitHubStars(octokit, url) { const githubUrl = 'https://github.com/'; const regex = /^(?[a-zA-Z\d][a-zA-Z\d\.\-\_]+)\/(?[a-zA-Z\d][a-zA-Z\d\.\-\_]+).*$/; + // Remove .git extension from the URL if present + url = url.replace(/\.git$/, ''); + if (!url.startsWith(githubUrl)) return 0; const [_, owner, repo] = regex.exec(url.substr(githubUrl.length)) ?? []; diff --git a/scripts/generatePackages.js b/scripts/generatePackages.js index 7ccc7bba43..924c119dfe 100644 --- a/scripts/generatePackages.js +++ b/scripts/generatePackages.js @@ -59,49 +59,6 @@ async function readPorts(vcpkgDir) { return results; } -async function readBaseline(vcpkgDir) { - const baselineFile = path.join(vcpkgDir, 'scripts', 'ci.baseline.txt'); - - let data = await fs.readFile(baselineFile, { encoding: 'utf-8', flag: 'r' }); - let baseline = {}; - const lines = data.split(/\r?\n/); - for (let tmp of lines) { - let line = tmp.trim(); - if (line.length == 0 || line.startsWith('#')) continue; - - let index = 0; - - let port = ''; - while (index < line.length && line[index] != ':') { - port += line[index++]; - } - port = port.trim(); - ++index; - - let triplet = ''; - while (index < line.length && line[index] != '=') { - triplet += line[index++]; - } - triplet = triplet.trim(); - ++index; - - let result = ''; - while (index < line.length && line[index] != '#') { - result += line[index++]; - } - result = result.trim(); - - if (port.length == 0 || triplet.length == 0 || result.length == 0) continue; - if (!(result == 'pass' || result == 'fail' || result == 'skip')) continue; - - if (!(port in baseline)) { - baseline[port] = {}; - } - baseline[port][triplet] = result; - } - return baseline; -} - async function readStars(starsFile) { try { let data = await fs.readFile(starsFile, { encoding: 'utf-8', flag: 'r' }); @@ -114,19 +71,7 @@ async function readStars(starsFile) { } } -function mergeDataSources(portsData, baselineData, githubData) { - const allTriplets = [ - 'arm-uwp', - 'arm64-windows', - 'x64-linux', - 'x64-osx', - 'x64-uwp', - 'x64-windows-static-md', - 'x64-windows-static', - 'x64-windows', - 'x86-windows' - ]; - +function mergeDataSources(portsData, githubData) { // merge and normalize all data sources for (let port of Object.keys(portsData)) { // website expects an empty array if the package has no features @@ -135,16 +80,6 @@ function mergeDataSources(portsData, baselineData, githubData) { } portsData[port]['Stars'] = githubData[port] ?? 0; - - // website expects all known triplets to be listed - for (let triplet of allTriplets) { - if (port in baselineData && triplet in baselineData[port]) { - portsData[port][triplet] = baselineData[port][triplet]; - } - else { - portsData[port][triplet] = 'pass'; - } - } } } @@ -153,9 +88,8 @@ async function main(vcpkgDir, destDir) { const outputFile = path.join(destDir, 'output.json'); let portsData = await readPorts(vcpkgDir); - let baselineData = await readBaseline(vcpkgDir); let githubData = await readStars(starsFile); - mergeDataSources(portsData, baselineData, githubData); + mergeDataSources(portsData, githubData); let mergedData = Object.values(portsData); let outputJson = {}; diff --git a/stars.json b/stars.json index 2294f0ad7f..ad42a50e7b 100644 --- a/stars.json +++ b/stars.json @@ -3,738 +3,745 @@ "7zip": 0, "ableton": 0, "ableton-link": 0, - "abseil": 13612, + "abseil": 13988, "absent": 38, - "ace": 661, + "ace": 673, "acl": 0, "activemq-cpp": 0, "ada-url": 0, "ade": 0, - "adios2": 243, + "adios2": 253, "advobfuscator": 0, "air-ctl": 33, - "aixlog": 125, - "aklomp-base64": 817, - "alac": 315, + "aixlog": 128, + "aklomp-base64": 838, + "alac": 326, "alac-decoder": 0, "alembic": 0, - "aliyun-oss-c-sdk": 0, + "aliyun-oss-c-sdk": 150, "allegro5": 0, - "alpaca": 403, - "alpaka": 313, + "alpaca": 419, + "alpaka": 325, "alsa": 0, "amd-adl-sdk": 0, - "amd-amf": 547, - "ampl-asl": 16, - "ampl-mp": 223, - "amqpcpp": 832, + "amd-amf": 567, + "ampl-asl": 17, + "ampl-mp": 225, + "amqpcpp": 850, "anari": 0, - "anax": 463, + "anax": 461, "angelscript": 0, - "angle": 3172, + "angle": 3250, "ankurvdev-embedresource": 1, - "annoy": 12505, + "annoy": 12719, "antlr4": 0, "any-lite": 0, - "anyrpc": 64, + "anyrpc": 65, "aom": 0, "apache-datasketches": 0, - "approval-tests-cpp": 302, + "approval-tests-cpp": 304, "apr": 0, "apr-util": 0, "apriltag": 0, - "apsi": 0, - "arb": 451, + "apsi": 179, + "arb": 457, "arcus": 72, "arg-router": 49, "argagg": 0, - "argh": 1244, - "argon2": 4600, - "argparse": 2244, - "args": 1276, + "argh": 1284, + "argon2": 4661, + "argparse": 2385, + "args": 1311, "argtable2": 0, "argtable3": 0, - "argumentum": 193, + "argumentum": 192, "aricpp": 30, "armadillo": 0, - "arpack-ng": 265, - "arrayfire": 4356, + "arpack-ng": 271, + "arrayfire": 4416, "arrow": 0, "arsenalgear": 3, - "ashes": 350, - "asio": 4540, - "asio-grpc": 306, - "asiochan": 29, + "ashes": 355, + "asio": 4637, + "asio-grpc": 326, + "asiochan": 31, "asiosdk": 0, - "asmjit": 3736, - "asmtk": 209, - "assimp": 10064, - "async-mqtt": 50, - "async-simple": 1338, - "asynch": 654, + "asmjit": 3813, + "asmtk": 216, + "assimp": 10292, + "async-mqtt": 60, + "async-simple": 1480, + "asynch": 664, "asyncplusplus": 0, "at-spi2-atk": 0, "at-spi2-core": 0, "atk": 0, "atkmm": 0, "atl": 0, + "atliac-minitest": 0, "atlmfc": 0, - "atomic-queue": 1268, + "atomic-queue": 1329, "attr": 0, - "aubio": 3122, - "audiofile": 874, + "aubio": 3182, + "audiofile": 899, "aurora": 42, "autobahn": 0, "autodock-vina": 0, - "avcpp": 391, + "avcpp": 407, "avisynthplus": 0, - "avro-c": 2719, - "avro-cpp": 2719, - "aws-c-auth": 37, - "aws-c-cal": 33, - "aws-c-common": 244, - "aws-c-compression": 29, + "avro-c": 2770, + "avro-cpp": 2770, + "awlib": 0, + "aws-c-auth": 40, + "aws-c-cal": 34, + "aws-c-common": 250, + "aws-c-compression": 31, "aws-c-event-stream": 33, - "aws-c-http": 122, - "aws-c-io": 98, - "aws-c-mqtt": 88, - "aws-c-s3": 83, + "aws-c-http": 124, + "aws-c-io": 102, + "aws-c-mqtt": 91, + "aws-c-s3": 85, "aws-c-sdkutils": 5, "aws-checksums": 49, - "aws-crt-cpp": 68, + "aws-crt-cpp": 74, "aws-lambda-cpp": 0, - "aws-sdk-cpp": 1836, - "azmq": 316, - "azure-c-shared-utility": 0, - "azure-core-amqp-cpp": 0, - "azure-core-cpp": 0, - "azure-core-tracing-opentelemetry-cpp": 0, - "azure-data-tables-cpp": 0, - "azure-identity-cpp": 0, - "azure-iot-sdk-c": 0, - "azure-kinect-sensor-sdk": 0, + "aws-sdk-cpp": 1876, + "azmq": 315, + "azure-c-shared-utility": 106, + "azure-core-amqp-cpp": 166, + "azure-core-cpp": 166, + "azure-core-tracing-opentelemetry-cpp": 166, + "azure-data-tables-cpp": 166, + "azure-identity-cpp": 166, + "azure-iot-sdk-c": 573, + "azure-kinect-sensor-sdk": 1460, "azure-macro-utils-c": 0, - "azure-messaging-eventhubs-checkpointstore-blob-cpp": 0, - "azure-messaging-eventhubs-cpp": 0, - "azure-security-attestation-cpp": 0, - "azure-security-keyvault-administration-cpp": 0, - "azure-security-keyvault-certificates-cpp": 0, - "azure-security-keyvault-keys-cpp": 0, - "azure-security-keyvault-secrets-cpp": 0, - "azure-storage-blobs-cpp": 0, - "azure-storage-common-cpp": 0, + "azure-messaging-eventhubs-checkpointstore-blob-cpp": 166, + "azure-messaging-eventhubs-cpp": 166, + "azure-security-attestation-cpp": 166, + "azure-security-keyvault-administration-cpp": 166, + "azure-security-keyvault-certificates-cpp": 166, + "azure-security-keyvault-keys-cpp": 166, + "azure-security-keyvault-secrets-cpp": 166, + "azure-storage-blobs-cpp": 166, + "azure-storage-common-cpp": 166, "azure-storage-cpp": 0, - "azure-storage-files-datalake-cpp": 0, - "azure-storage-files-shares-cpp": 0, - "azure-storage-queues-cpp": 0, - "azure-uamqp-c": 0, - "azure-uhttp-c": 0, - "azure-umqtt-c": 0, + "azure-storage-files-datalake-cpp": 166, + "azure-storage-files-shares-cpp": 166, + "azure-storage-queues-cpp": 166, + "azure-uamqp-c": 56, + "azure-uhttp-c": 16, + "azure-umqtt-c": 49, "b64": 0, - "backward-cpp": 3518, - "baresip-libre": 111, - "basisu": 2541, - "bcg729": 108, - "bddisasm": 833, + "backward-cpp": 3598, + "baresip-libre": 116, + "basisu": 2572, + "bcg729": 111, + "bddisasm": 841, "bde": 0, "bdwgc": 0, "beast": 0, "behaviortree-cpp": 0, - "benchmark": 8237, - "bento4": 1820, + "benchmark": 8426, + "bento4": 1882, "berkeleydb": 0, "better-enums": 0, - "bext-di": 1078, + "bext-di": 1103, "bext-mp": 0, - "bext-sml": 1048, - "bext-sml2": 121, - "bext-ut": 0, - "bext-wintls": 43, + "bext-sml": 1083, + "bext-sml2": 131, + "bext-ut": 1202, + "bext-wintls": 47, "bfgroup-lyra": 0, "bgfx": 0, "bigint": 0, "binlog": 0, "binn": 0, "bitmagic": 0, - "bitserializer": 3, + "bitserializer": 4, "bitserializer-cpprestjson": 0, "bitserializer-pugixml": 0, "bitserializer-rapidjson": 0, "bitserializer-rapidyaml": 0, - "bitsery": 961, - "blake3": 4489, + "bitsery": 990, + "blake3": 4589, "blas": 0, "blaze": 0, - "blend2d": 1446, + "blend2d": 1468, "blingfire": 0, - "blitz": 390, - "bloomberg-quantum": 560, - "blosc": 951, + "blitz": 397, + "bloomberg-quantum": 566, + "blosc": 959, "blpapi": 0, "boinc": 0, - "bond": 0, - "boolinq": 607, + "bond": 2575, + "boolinq": 616, "boost": 0, "boost-accumulators": 22, "boost-algorithm": 109, - "boost-align": 12, + "boost-align": 11, "boost-any": 32, - "boost-array": 19, - "boost-asio": 1087, - "boost-assert": 32, - "boost-assign": 11, + "boost-array": 20, + "boost-asio": 1128, + "boost-assert": 31, + "boost-assign": 10, "boost-atomic": 55, - "boost-beast": 4103, - "boost-bimap": 17, + "boost-beast": 4181, + "boost-bimap": 18, "boost-bind": 26, - "boost-build": 228, + "boost-build": 229, "boost-callable-traits": 129, - "boost-chrono": 16, + "boost-chrono": 15, "boost-circular-buffer": 51, - "boost-cobalt": 138, - "boost-compat": 6, + "boost-cmake": 0, + "boost-cobalt": 169, + "boost-compat": 7, "boost-compatibility": 5, - "boost-compute": 1486, - "boost-concept-check": 20, - "boost-config": 67, + "boost-compute": 1503, + "boost-concept-check": 19, + "boost-config": 68, "boost-container": 94, "boost-container-hash": 29, - "boost-context": 276, - "boost-contract": 37, + "boost-context": 280, + "boost-contract": 39, "boost-conversion": 12, "boost-convert": 15, - "boost-core": 130, - "boost-coroutine": 80, + "boost-core": 131, + "boost-coroutine": 79, "boost-coroutine2": 120, "boost-crc": 14, "boost-date-time": 64, - "boost-describe": 65, + "boost-describe": 66, "boost-detail": 9, - "boost-dll": 47, - "boost-dynamic-bitset": 36, + "boost-dll": 48, + "boost-dynamic-bitset": 35, "boost-endian": 43, "boost-exception": 15, - "boost-fiber": 432, - "boost-filesystem": 154, + "boost-fiber": 436, + "boost-filesystem": 153, "boost-flyweight": 10, "boost-foreach": 8, - "boost-format": 25, + "boost-format": 24, "boost-function": 22, "boost-function-types": 6, "boost-functional": 17, "boost-fusion": 47, - "boost-geometry": 415, - "boost-gil": 170, - "boost-graph": 291, + "boost-geometry": 422, + "boost-gil": 173, + "boost-graph": 298, "boost-graph-parallel": 25, - "boost-hana": 1608, + "boost-hana": 1639, + "boost-headers": 5, "boost-heap": 16, - "boost-histogram": 307, - "boost-hof": 503, + "boost-histogram": 311, + "boost-hof": 505, "boost-icl": 10, "boost-integer": 16, - "boost-interprocess": 117, + "boost-interprocess": 122, "boost-interval": 22, - "boost-intrusive": 48, + "boost-intrusive": 51, "boost-io": 13, - "boost-iostreams": 40, - "boost-iterator": 17, - "boost-json": 407, + "boost-iostreams": 42, + "boost-iterator": 18, + "boost-json": 415, "boost-lambda": 18, "boost-lambda2": 21, - "boost-leaf": 287, - "boost-lexical-cast": 29, - "boost-local-function": 7, + "boost-leaf": 290, + "boost-lexical-cast": 31, + "boost-local-function": 8, "boost-locale": 29, - "boost-lockfree": 108, - "boost-log": 176, - "boost-logic": 11, - "boost-math": 285, - "boost-metaparse": 43, - "boost-modular-build-helper": 0, + "boost-lockfree": 111, + "boost-log": 174, + "boost-logic": 10, + "boost-math": 289, + "boost-metaparse": 42, "boost-move": 18, - "boost-mp11": 226, - "boost-mpi": 60, - "boost-mpl": 47, + "boost-mp11": 225, + "boost-mpi": 59, + "boost-mpl": 46, "boost-msm": 29, "boost-multi-array": 29, "boost-multi-index": 42, - "boost-multiprecision": 174, - "boost-mysql": 230, - "boost-nowide": 166, + "boost-multiprecision": 177, + "boost-mysql": 239, + "boost-nowide": 168, "boost-numeric-conversion": 8, - "boost-odeint": 39, - "boost-optional": 57, - "boost-outcome": 38, + "boost-odeint": 38, + "boost-optional": 56, + "boost-outcome": 39, "boost-parameter": 12, "boost-parameter-python": 2, - "boost-pfr": 1245, - "boost-phoenix": 27, - "boost-poly-collection": 60, - "boost-polygon": 53, + "boost-pfr": 1265, + "boost-phoenix": 28, + "boost-poly-collection": 61, + "boost-polygon": 52, "boost-pool": 44, - "boost-predef": 44, + "boost-predef": 46, "boost-preprocessor": 89, - "boost-process": 102, - "boost-program-options": 95, + "boost-process": 103, + "boost-program-options": 98, "boost-property-map": 13, "boost-property-map-parallel": 2, - "boost-property-tree": 49, + "boost-property-tree": 51, "boost-proto": 20, "boost-ptr-container": 13, - "boost-python": 439, + "boost-python": 444, "boost-qvm": 81, - "boost-random": 34, - "boost-range": 44, - "boost-ratio": 8, - "boost-rational": 20, - "boost-redis": 195, - "boost-regex": 77, + "boost-random": 33, + "boost-range": 43, + "boost-ratio": 7, + "boost-rational": 19, + "boost-redis": 204, + "boost-regex": 80, "boost-safe-numerics": 206, - "boost-scope-exit": 14, - "boost-serialization": 116, + "boost-scope-exit": 15, + "boost-serialization": 117, "boost-signals2": 73, "boost-smart-ptr": 109, - "boost-sort": 52, - "boost-spirit": 375, - "boost-stacktrace": 387, - "boost-statechart": 23, + "boost-sort": 50, + "boost-spirit": 377, + "boost-stacktrace": 396, + "boost-statechart": 22, "boost-static-assert": 14, - "boost-static-string": 57, + "boost-static-string": 59, "boost-stl-interfaces": 70, "boost-system": 32, - "boost-test": 161, - "boost-thread": 196, + "boost-test": 169, + "boost-thread": 195, "boost-throw-exception": 12, "boost-timer": 21, "boost-tokenizer": 24, "boost-tti": 4, "boost-tuple": 17, "boost-type-erasure": 12, - "boost-type-index": 22, - "boost-type-traits": 59, - "boost-typeof": 10, - "boost-ublas": 105, + "boost-type-index": 23, + "boost-type-traits": 60, + "boost-typeof": 11, + "boost-ublas": 104, "boost-uninstall": 0, "boost-units": 30, - "boost-unordered": 49, - "boost-url": 177, - "boost-utility": 48, - "boost-uuid": 74, + "boost-unordered": 53, + "boost-url": 178, + "boost-utility": 47, + "boost-uuid": 73, "boost-variant": 45, - "boost-variant2": 68, - "boost-vcpkg-helpers": 0, + "boost-variant2": 67, "boost-vmd": 9, "boost-wave": 20, - "boost-winapi": 58, + "boost-winapi": 60, "boost-xpressive": 16, - "boost-yap": 103, + "boost-yap": 104, "boringssl": 0, "botan": 0, "box2d": 0, - "braft": 3742, - "breakpad": 2499, - "brigand": 569, - "brotli": 12958, - "brpc": 15705, + "braft": 3791, + "breakpad": 2538, + "brigand": 571, + "brotli": 13147, + "brpc": 15907, "brunocodutra-metal": 0, - "brynet": 994, - "bshoshany-thread-pool": 1825, + "brynet": 1018, + "bshoshany-thread-pool": 1944, "bsio": 37, "buck-yeh-bux": 4, "buck-yeh-bux-mariadb-client": 0, "buck-yeh-bux-sqlite": 1, - "bullet3": 11675, - "bustache": 79, - "butteraugli": 1943, - "bxzstr": 41, + "bullet3": 11951, + "bustache": 80, + "butteraugli": 1951, + "bxzstr": 43, "byte-lite": 0, "bzip2": 0, - "c-ares": 1748, - "c-dbg-macro": 74, - "c4core": 92, + "c-ares": 1777, + "c-dbg-macro": 75, + "c4core": 97, "c89stringutils": 1, "c9y": 4, - "cachelib": 1037, - "caf": 3067, - "caffe2": 8419, + "cachelib": 1099, + "caf": 3108, + "caffe2": 8421, "cairo": 0, "cairomm": 0, "calceph": 0, - "camport3": 66, - "canvas-ity": 310, + "camport3": 68, + "canvas-ity": 319, "capnproto": 0, - "capstone": 6916, + "capstone": 7053, "cargs": 0, - "cartographer": 6885, + "cartographer": 6963, "casclib": 0, "catch": 0, - "catch-classic": 17798, - "catch2": 17798, + "catch-classic": 18029, + "catch2": 18029, + "cblas": 0, "cccapstone": 55, - "ccd": 461, + "ccd": 468, "ccfits": 0, - "cctag": 327, - "cctz": 573, - "cdt": 0, + "cctag": 332, + "cctz": 580, + "cdt": 886, "celero": 799, "cello": 0, - "cereal": 3938, - "ceres": 3507, + "cereal": 4001, + "ceres": 3612, "cfitsio": 0, - "cgal": 4435, + "cgal": 4563, "cgicc": 0, - "cglm": 2006, - "cgltf": 1344, + "cglm": 2051, + "cgltf": 1383, "cgns": 0, - "chaiscript": 2860, - "chakracore": 9007, - "charls": 164, + "chaiscript": 2888, + "chakracore": 9035, + "charls": 166, "chartdir": 0, - "check": 1028, - "chipmunk": 2068, + "check": 1041, + "chipmunk": 2109, "chmlib": 0, - "chromaprint": 866, + "chromaprint": 894, "chromium-base": 0, "chronoengine": 0, "cialloo-rcon": 1, - "cimg": 1395, - "cista": 1584, - "cityhash": 1039, - "civetweb": 2640, - "cjson": 9811, + "cimg": 1426, + "cista": 1652, + "cityhash": 1053, + "civetweb": 2703, + "cjson": 10057, "clamav": 0, "clap-cleveraudio": 0, "clapack": 0, - "clara": 646, + "clara": 647, "clblas": 0, - "clblast": 951, - "cld3": 734, - "clfft": 610, - "cli": 1091, - "cli11": 2997, - "clickhouse-cpp": 280, + "clblast": 997, + "cld3": 750, + "clfft": 609, + "cli": 1122, + "cli11": 3104, + "clickhouse-cpp": 290, "clipboardxx": 61, "clipp": 0, "clipper2": 0, "clockutils": 5, "clrng": 131, "clue": 57, - "cmakerc": 632, - "cmark": 1538, + "cmakerc": 642, + "cmark": 1573, "cminpack": 0, "cmocka": 0, - "cnats": 355, - "cnl": 610, - "co": 3770, - "cocoyaxi": 3770, - "coin": 248, + "cnats": 367, + "cnl": 621, + "co": 3841, + "cocoyaxi": 3841, + "coin": 258, "coin-or-buildtools": 0, - "coin-or-cbc": 713, - "coin-or-cgl": 22, + "coin-or-cbc": 732, + "coin-or-cgl": 23, "coin-or-clp": 0, - "coin-or-ipopt": 1236, + "coin-or-ipopt": 1292, "coin-or-osi": 0, "coinutils": 0, - "collada-dom": 77, + "collada-dom": 78, "colmap": 0, - "color-console": 227, + "color-console": 238, "comms": 0, "comms-ublox": 0, "commsdsl": 0, - "compoundfilereader": 0, - "concurrencpp": 1981, - "concurrentqueue": 8660, + "compoundfilereader": 72, + "concurrencpp": 2067, + "concurrentqueue": 8855, "configcat": 0, "console-bridge": 21, - "constexpr": 240, + "constexpr": 241, "constexpr-contracts": 22, "continuable": 0, - "convectionkernels": 47, - "coolprop": 692, + "convectionkernels": 49, + "coolprop": 728, "copypp": 1, - "coroutine": 464, + "coroutine": 469, "corrade": 0, - "cpp-async": 0, - "cpp-base64": 829, - "cpp-httplib": 11486, - "cpp-ipc": 1542, - "cpp-jwt": 373, + "correlation-vector-cpp": 15, + "cpp-async": 60, + "cpp-base64": 843, + "cpp-httplib": 11891, + "cpp-ipc": 1609, + "cpp-jwt": 377, "cpp-netlib": 0, "cpp-peglib": 0, - "cpp-redis": 679, - "cpp-sort": 588, - "cpp-taskflow": 9355, + "cpp-redis": 699, + "cpp-sort": 598, + "cpp-taskflow": 9580, "cpp-timsort": 281, - "cppad": 411, - "cppcms": 426, + "cppad": 430, + "cppcms": 430, "cppcodec": 0, - "cppcoro": 3163, - "cppdap": 137, + "cppcoro": 3243, + "cppdap": 139, "cppfs": 0, - "cppgraphqlgen": 0, - "cppitertools": 1307, - "cppkafka": 569, - "cppmicroservices": 782, - "cppp-reiconv": 16, - "cpprestsdk": 0, + "cppgraphqlgen": 313, + "cppitertools": 1313, + "cppkafka": 577, + "cppmicroservices": 786, + "cppp-reiconv": 18, + "cpprestsdk": 7818, "cppslippi": 0, - "cpptoml": 575, - "cpptrace": 321, + "cpptoml": 577, + "cpptrace": 466, "cppunit": 0, - "cpputest": 1296, - "cppwinrt": 0, + "cpputest": 1317, + "cppwinrt": 1595, "cppxaml": 0, - "cppzmq": 1795, - "cpr": 6047, - "cpu-features": 2353, - "cpuid": 416, - "cpuinfo": 906, + "cppzmq": 1840, + "cpr": 6172, + "cpu-features": 2374, + "cpuid": 420, + "cpuinfo": 936, "cr": 0, "crashpad": 0, "crashrpt": 0, - "crc32c": 425, + "crc32c": 436, "crfsuite": 0, - "croncpp": 204, + "croncpp": 216, "crossguid": 0, - "crow": 2594, - "cryptopp": 4448, - "cserialport": 618, + "crow": 2796, + "cryptopp": 4571, + "cserialport": 647, "cspice": 0, "ctbench": 20, - "ctbignum": 105, - "ctemplate": 341, + "ctbignum": 107, + "ctemplate": 346, "ctp": 0, - "ctpg": 441, - "ctre": 3103, - "ctstraffic": 0, - "cub": 1624, - "cubeb": 423, + "ctpg": 448, + "ctre": 3166, + "ctstraffic": 225, + "cub": 1649, + "cubeb": 428, "cuda": 0, - "cuda-api-wrappers": 706, + "cuda-api-wrappers": 732, "cudnn": 0, "cunit": 0, "curl": 0, - "curlpp": 1585, - "cute-headers": 4044, + "curlpp": 1611, + "cute-headers": 4114, "cutelyst2": 0, "cwalk": 0, - "cwapi3d": 0, - "cxxgraph": 374, - "cxxopts": 3917, + "cwapi3d": 1, + "cxxgraph": 401, + "cxxopts": 4004, "cyclonedds": 0, "cyclonedds-cxx": 0, - "czmq": 1128, + "czmq": 1147, "d3d12-memory-allocator": 0, "d3dx12": 0, - "darknet": 21314, + "darknet": 21468, "darts-clone": 0, "dartsim": 0, - "dataframe": 2183, - "date": 3014, + "dataframe": 2277, + "date": 3044, "datraw": 4, "dav1d": 0, "daw-header-libraries": 22, - "daw-json-link": 420, + "daw-json-link": 429, "daw-utf-range": 22, - "daxa": 263, - "dbg-macro": 2794, + "daxa": 306, + "dbg-macro": 2854, "dbghelp": 0, - "dbow2": 826, - "dbow3": 471, + "dbow2": 843, + "dbow3": 488, "dbus": 0, - "dcmtk": 652, - "debug-assert": 216, + "dcmtk": 672, + "debug-assert": 219, "decimal-for-cpp": 0, - "detours": 0, + "detours": 4895, "devicenameresolver": 0, - "devil": 437, + "devil": 439, "dimcli": 33, - "directx-dxc": 0, + "directx-dxc": 2920, "directx-headers": 0, - "directxmath": 0, - "directxmesh": 0, + "directx12-agility": 0, + "directxmath": 1483, + "directxmesh": 757, "directxsdk": 0, - "directxtex": 0, - "directxtk": 0, - "directxtk12": 0, - "dirent": 997, + "directxtex": 1705, + "directxtk": 2495, + "directxtk12": 1405, + "dirent": 1013, "discord-game-sdk": 0, - "discord-rpc": 1021, + "discord-rpc": 1031, "discordcoreapi": 0, - "discount": 839, - "discreture": 63, + "discount": 843, + "discreture": 65, "distorm": 0, - "dlfcn-win32": 280, - "dlib": 12667, - "dmlc": 861, + "dlfcn-win32": 285, + "dlib": 13054, + "dlpack": 852, + "dmlc": 863, "docopt": 0, - "doctest": 5467, - "double-conversion": 1073, - "dp-thread-pool": 340, + "doctest": 5598, + "double-conversion": 1079, + "dp-thread-pool": 361, "dpdk": 0, "dpp": 0, - "draco": 6144, + "draco": 6261, "drekar-launch-process-cpp": 3, - "drlibs": 1121, - "drogon": 10562, + "drlibs": 1155, + "drogon": 10784, "dstorage": 0, "dtl": 0, - "duckx": 356, - "duilib": 5511, - "dukglue": 162, - "duktape": 5801, - "dumb": 123, + "duckx": 362, + "duilib": 5555, + "dukglue": 165, + "duktape": 5832, + "dumb": 125, "dv-processing": 0, "dx": 14, "dxsdk-d3dx": 0, - "dxut": 0, - "dylib": 222, - "dyno": 949, + "dxut": 399, + "dylib": 237, + "dyno": 960, "eabase": 157, - "earcut-hpp": 798, - "eastl": 7595, + "earcut-hpp": 811, + "eastl": 7676, "easycl": 7, - "easyexif": 287, - "easyhook": 2854, - "easyloggingpp": 3627, - "eathread": 285, + "easyexif": 292, + "easyhook": 2897, + "easyloggingpp": 3681, + "eathread": 288, "ebml": 132, "ecal": 0, - "ecm": 116, + "ecm": 123, "ecos": 0, "ecsutil": 1, - "ed25519": 468, + "ed25519": 479, "edflib": 0, - "edlib": 479, - "effects11": 0, - "effolkronium-random": 850, - "efsw": 535, + "edlib": 489, + "effects11": 418, + "effolkronium-random": 879, + "efsw": 555, "egl": 0, - "egl-registry": 109, + "egl-registry": 110, "eigen3": 0, "elements": 0, - "elfio": 636, + "elfio": 650, "elfutils": 0, - "embree3": 2228, - "enet": 2536, - "enkits": 1603, + "embree3": 2275, + "enet": 2590, + "enkits": 1628, "ensmallen": 0, - "entityx": 2162, - "entt": 9269, + "entityx": 2181, + "entt": 9499, "epsilon": 0, - "ereignis": 2, + "ereignis": 5, "esaxx": 0, - "etcd-cpp-apiv3": 302, + "etcd-cpp-apiv3": 313, "etl": 0, - "eve": 817, - "eventpp": 1176, - "evpp": 3445, + "eve": 854, + "eventpp": 1238, + "evpp": 3496, "exiv2": 0, - "expat": 955, - "expected-lite": 342, + "expat": 999, + "expected-lite": 350, "exprtk": 0, - "ezc3d": 123, + "ezc3d": 131, "ezfoundation": 0, "faad2": 0, "fadbad": 0, - "faiss": 27088, - "fakeit": 1181, - "fameta-counter": 44, - "fann": 1534, - "farmhash": 615, - "fast-cpp-csv-parser": 2026, - "fast-float": 1243, - "fastcdr": 126, + "faiss": 28327, + "fakeit": 1199, + "fameta-counter": 46, + "fann": 1554, + "farmhash": 619, + "fast-cpp-csv-parser": 2062, + "fast-float": 1283, + "fastcdr": 127, "fastcgi": 0, "fastfeat": 0, - "fastgltf": 201, - "fastio": 465, - "fastlz": 376, - "fastor": 682, + "fastgltf": 224, + "fastio": 532, + "fastlz": 394, + "fastor": 705, "fastrtps": 0, + "faudio": 0, "fawdlstty-libfv": 119, "fbgemm": 0, - "fbthrift": 2519, - "fcl": 1263, + "fbthrift": 2535, + "fcl": 1308, "fdk-aac": 0, "fdlibm": 0, "ffmpeg": 0, - "ffnvcodec": 250, + "ffnvcodec": 262, "fftw3": 0, "fftwpp": 0, - "fineftp": 281, + "fineftp": 286, "fins": 0, "fixed-string": 99, - "fizz": 1102, + "fizz": 1110, "flagpp": 3, - "flann": 2119, + "flann": 2155, "flash-runtime-extensions": 0, - "flashlight-cpu": 5089, - "flashlight-cuda": 5089, - "flashlight-sequence": 10, - "flashlight-text": 59, + "flashlight-cpu": 5160, + "flashlight-cuda": 5160, + "flashlight-sequence": 11, + "flashlight-text": 62, "flat": 54, "flatbuffers": 0, "flatbush": 12, - "flecs": 5354, + "flecs": 5543, "flint": 0, "fltk": 0, - "fluidlite": 115, - "fluidsynth": 1662, - "flux": 285, + "fluidlite": 118, + "fluidsynth": 1709, + "flux": 389, "fmem": 0, - "fmi4cpp": 86, + "fmi4cpp": 89, "fmilib": 0, - "fmt": 19002, - "folly": 26805, + "fmt": 19389, + "folly": 27144, "font-chef": 51, "font-util": 0, "fontconfig": 0, - "foonathan-lexy": 930, + "foonathan-lexy": 953, "foonathan-memory": 0, - "forge": 218, + "forge": 219, "foxi": 6, - "fp16": 294, - "fplus": 1966, - "freealut": 66, + "fp16": 298, + "freealut": 67, "freeglut": 0, "freeimage": 0, "freeopcua": 0, - "freerdp": 9866, + "freerdp": 10260, "freetds": 0, "freetype": 0, - "freetype-gl": 1574, + "freetype-gl": 1592, "freexl": 0, "fribidi": 0, - "frozen": 1185, - "frugally-deep": 1034, - "fruit": 1750, + "frozen": 1212, + "frugally-deep": 1046, + "fruit": 1761, "ftgl": 23, - "ftxui": 5862, - "function2": 504, + "ftxui": 6151, + "function2": 531, + "functionalplus": 2007, "functions-framework-cpp": 42, - "fuzzylite": 260, + "fuzzylite": 262, "fxdiv": 42, "g2o": 0, - "g3log": 870, - "gainput": 822, + "g3log": 883, + "gainput": 833, "gamedev-framework": 0, - "gamenetworkingsockets": 7724, + "gamenetworkingsockets": 7850, "games101-cgl": 0, - "gamma": 436, - "gapp": 20, - "gasol": 16, - "gaussianlib": 42, + "gamma": 443, + "gapp": 26, + "gasol": 18, + "gaussianlib": 44, "gazebo": 0, "gcem": 0, "gdal": 0, - "gdcm": 326, - "gdcm2": 326, + "gdcm": 337, + "gdcm2": 337, "gdk-pixbuf": 0, - "gemmlowp": 1732, - "genann": 1798, - "geogram": 1561, + "gemmlowp": 1744, + "genann": 1906, + "geogram": 1605, "geographiclib": 0, "geos": 0, "geotrans": 0, @@ -744,69 +751,70 @@ "gettext": 0, "gettext-libintl": 0, "gettimeofday": 0, - "gflags": 2770, - "ghc-filesystem": 1247, + "gflags": 2806, + "ghc-filesystem": 1283, "gherkin-c": 0, "giflib": 0, - "ginkgo": 364, - "gklib": 29, + "ginkgo": 375, + "gklib": 34, "gl2ps": 0, - "gl3w": 693, - "glad": 3440, - "glaze": 819, + "gl3w": 701, + "glad": 3522, + "glaze": 899, "glbinding": 820, - "glew": 2490, - "glfw3": 11983, + "glew": 2532, + "glfw3": 12262, "gli": 0, "glib": 0, + "glib-networking": 0, "glibmm": 0, "glm": 0, - "globjects": 538, - "glog": 6729, - "gloo": 1118, + "globjects": 541, + "glog": 6820, + "gloo": 1140, "glpk": 0, - "glslang": 2770, - "glui": 188, + "glslang": 2832, + "glui": 190, "gmime": 0, - "gmmlib": 153, + "gmmlib": 155, "gmp": 0, "gmsh": 0, "gobject-introspection": 0, - "google-cloud-cpp": 502, + "google-cloud-cpp": 512, "google-cloud-cpp-common": 0, "google-cloud-cpp-spanner": 0, "googleapis": 0, "gperf": 0, - "gperftools": 8041, + "gperftools": 8184, "gpgme": 0, - "gpgmm": 32, + "gpgmm": 31, "gppanel": 2, - "grantlee": 142, + "grantlee": 140, "graphene": 0, "graphicsmagick": 0, - "graphite2": 138, + "graphite2": 141, "graphqlparser": 0, "graphviz": 0, - "greatest": 1449, - "grpc": 40301, + "greatest": 1458, + "grpc": 40788, "grppi": 81, "gsl": 0, - "gsl-lite": 875, + "gsl-lite": 883, "gsoap": 0, "gst-rtsp-server": 0, "gstreamer": 0, - "gtest": 32188, + "gtest": 33149, "gtk": 0, "gtk3": 0, "gtkmm": 0, - "gtl": 86, + "gtl": 95, "gts": 0, - "gtsam": 2326, - "guetzli": 12864, + "gtsam": 2404, + "guetzli": 12882, "guile": 0, - "guilite": 7119, + "guilite": 7182, "gul14": 0, - "gumbo": 5149, + "gumbo": 5150, "gz-cmake3": 0, "gz-common5": 0, "gz-fuel-tools8": 0, @@ -820,13 +828,13 @@ "gz-tools2": 0, "gz-transport12": 0, "gz-utils2": 0, - "gzip-hpp": 296, - "h3": 4502, - "h5py-lzf": 1981, - "halide": 5645, - "happly": 276, + "gzip-hpp": 308, + "h3": 4607, + "h5py-lzf": 2005, + "halide": 5718, + "happly": 286, "hareflow": 4, - "harfbuzz": 3460, + "harfbuzz": 3601, "hash-library": 0, "hashids": 0, "hayai": 363, @@ -835,31 +843,32 @@ "healpix": 0, "hedley": 0, "hello-imgui": 0, - "hexl": 203, + "hexl": 208, "hffix": 0, - "hfsm2": 422, - "hidapi": 1429, - "highfive": 616, + "hfsm2": 436, + "hidapi": 1479, + "highfive": 636, "highs": 0, - "highway": 3501, - "hikogui": 717, - "hiredis": 6028, - "hnswlib": 3873, - "hps": 72, - "hpx": 2355, - "http-parser": 6269, + "highway": 3660, + "hikogui": 744, + "hiredis": 6098, + "hjson-cpp": 0, + "hnswlib": 4029, + "hps": 74, + "hpx": 2420, + "http-parser": 6287, "hungarian": 0, - "hunspell": 1959, - "hwloc": 510, + "hunspell": 2008, + "hwloc": 528, "hyperscan": 0, - "hypodermic": 546, + "hypodermic": 555, "hypre": 0, "iceoryx": 0, "icu": 0, "ideviceinstaller": 0, "idevicerestore": 0, - "idyntree": 140, - "if97": 79, + "idyntree": 150, + "if97": 82, "igloo": 0, "ignition-cmake0": 0, "ignition-cmake2": 0, @@ -880,78 +889,79 @@ "ignition-transport9": 0, "ignition-utils1": 0, "igraph": 0, - "iir1": 559, + "iir1": 584, "ijg-libjpeg": 0, "ilmbase": 0, - "im3d": 986, - "imageinfo": 89, - "imath": 332, - "imgui": 54329, - "imgui-node-editor": 3251, - "imgui-sfml": 1031, - "imguizmo": 2855, + "im3d": 1118, + "imageinfo": 92, + "imath": 350, + "imgui": 55975, + "imgui-node-editor": 3367, + "imgui-sfml": 1048, + "imguizmo": 2936, "immer": 0, - "implot": 4206, - "indicators": 2756, + "implot": 4345, + "indicators": 2832, "indirect-value": 0, - "influxdb-cxx": 102, - "infoware": 384, - "inih": 2264, - "iniparser": 928, - "inipp": 251, - "inja": 1488, + "influxdb-cxx": 109, + "infoware": 395, + "inih": 2316, + "iniparser": 951, + "inipp": 253, + "inja": 1542, "intel-ipsec": 0, "intel-mkl": 0, "intelrdfpmathlib": 0, "io2d": 0, + "iowa-hills-dsp": 16, "irrlicht": 0, "irrxml": 0, - "isal": 880, + "isal": 907, "ismrmrd": 101, - "itay-grudev-singleapplication": 826, - "itk": 1316, + "itay-grudev-singleapplication": 853, + "itk": 1343, "itpp": 0, - "itsy-bitsy": 117, - "ixwebsocket": 479, + "itsy-bitsy": 120, + "ixwebsocket": 495, "jack2": 0, - "jaeger-client-cpp": 137, - "jansson": 2951, - "jasper": 200, - "jbig2dec": 34, + "jaeger-client-cpp": 138, + "jansson": 2977, + "jasper": 206, + "jbig2dec": 35, "jbigkit": 0, "jemalloc": 0, - "jhasse-poly2tri": 405, + "jhasse-poly2tri": 416, "jinja2cpplight": 142, "jkqtplotter": 0, - "joltphysics": 5058, + "joltphysics": 5615, "josuttis-jthread": 185, "jsmn": 0, - "json-c": 2838, - "json-dto": 116, - "json-rpc-cxx": 224, - "json-schema-validator": 445, + "json-c": 2870, + "json-dto": 122, + "json-rpc-cxx": 231, + "json-schema-validator": 463, "json-spirit": 0, "json11": 0, "json5-parser": 3, - "jsoncons": 652, - "jsoncpp": 7735, - "jsonifier": 24, - "jsonnet": 6690, + "jsoncons": 666, + "jsoncpp": 7874, + "jsonifier": 28, + "jsonnet": 6763, "juce": 0, - "jwt-cpp": 750, - "jxrlib": 32, + "jwt-cpp": 784, + "jxrlib": 37, "kaitai-struct-cpp-stl-runtime": 0, - "kangaru": 449, - "kcp": 14381, - "kdalgorithms": 80, - "kdbindings": 240, + "kangaru": 465, + "kcp": 14761, + "kdalgorithms": 82, + "kdbindings": 255, "kddockwidgets": 0, "kdsoap": 0, "kealib": 12, - "keccak-tiny": 94, + "keccak-tiny": 96, "kenlm": 0, - "kerbal": 63, - "keystone": 2153, + "kerbal": 66, + "keystone": 2188, "kf5archive": 0, "kf5attica": 0, "kf5auth": 0, @@ -993,211 +1003,220 @@ "kfr": 0, "kinectsdk1": 0, "kinectsdk2": 0, - "kissfft": 1311, - "kissnet": 225, + "kissfft": 1348, + "kissnet": 228, "klein": 0, "knet": 27, - "krabsetw": 0, - "ktx": 761, - "kubazip": 1297, + "krabsetw": 568, + "ktx": 799, + "kubazip": 1320, "kubernetes": 0, - "kuku": 0, - "kvasir-mpl": 163, + "kuku": 57, + "kvasir-mpl": 165, "kwsys": 0, "lager": 0, "lapack": 0, "lapack-reference": 0, - "lastools": 804, + "lastools": 831, "laszip": 0, "launch-darkly-server": 3, - "lazy-importer": 1432, - "lcm": 904, - "lcms": 508, + "lazy-importer": 1494, + "lcm": 926, + "lcms": 519, "leaf": 0, "lemon": 0, "lemon-parser-generator": 0, "lensfun": 0, - "leptonica": 1627, - "lerc": 182, - "lest": 382, - "leveldb": 34635, + "leptonica": 1668, + "lerc": 187, + "lest": 383, + "leveldb": 35158, "levmar": 0, - "lexbor": 867, + "lexbor": 893, "libaaplus": 0, - "libadlmidi": 167, + "libadlmidi": 168, "libadwaita": 0, "libaes-siv": 19, "libaiff": 0, "libalkimia": 0, - "libao": 69, + "libao": 72, "libarchive": 0, - "libass": 852, - "libassert": 349, + "libass": 872, + "libassert": 462, "libassuan": 0, - "libatomic-ops": 412, - "libavif": 1309, + "libatomic-ops": 411, + "libavif": 1381, "libb2": 129, - "libbacktrace": 872, + "libbacktrace": 895, "libbf": 0, "libbson": 794, "libcaer": 0, "libcanberra": 0, "libcap": 0, - "libcbor": 309, - "libcds": 2450, + "libcbor": 314, + "libcds": 2477, "libcerf": 0, - "libconfig": 1065, - "libconfuse": 459, - "libcopp": 794, - "libcoro": 427, - "libcorrect": 350, + "libconfig": 1084, + "libconfuse": 462, + "libcopp": 803, + "libcoro": 466, + "libcorrect": 357, "libcpplocate": 0, - "libcrafter": 296, + "libcrafter": 297, "libcroco": 0, - "libcsv": 156, - "libcuckoo": 1511, + "libcsv": 163, + "libcuckoo": 1540, "libcurl-simple-https": 0, - "libdatachannel": 1481, + "libdatachannel": 1560, "libdatrie": 0, "libdc1394": 0, "libde265": 0, - "libdeflate": 903, + "libdeflate": 933, "libdisasm": 0, - "libdivide": 1023, - "libdjinterop": 42, + "libdivide": 1043, + "libdjinterop": 45, "libdmx": 0, "libdshowcapture": 0, - "libdwarf": 130, + "libdwarf": 142, "libe57": 0, - "libe57format": 116, - "libebur128": 374, - "libenvpp": 111, - "libepoxy": 630, + "libe57format": 122, + "libebur128": 382, + "libenvpp": 118, + "libepoxy": 643, + "liberasurecode": 142, "libev": 0, - "libevent": 10568, - "libeventheader-decode": 0, - "libeventheader-tracepoint": 0, - "libevhtp": 422, + "libevent": 10755, + "libeventheader-decode": 36, + "libeventheader-tracepoint": 36, + "libevhtp": 425, "libexif": 0, - "libfabric": 493, - "libffi": 3008, + "libfabric": 508, + "libffi": 3062, "libfido2": 0, "libflac": 0, "libfontenc": 0, - "libfort": 467, - "libfreenect2": 2011, + "libfork": 473, + "libfort": 475, + "libfreenect2": 2035, "libfs": 0, "libftdi": 0, "libftdi1": 0, + "libfuse": 4991, "libgcrypt": 0, - "libgd": 866, - "libgeotiff": 166, + "libgd": 876, + "libgeotiff": 171, "libgig": 0, - "libgit2": 9358, + "libgit2": 9434, "libgme": 0, "libgnutls": 0, - "libgo": 3081, + "libgo": 3116, "libgpg-error": 0, "libgpiod": 0, - "libgpod": 34, + "libgpod": 36, "libgta": 0, "libguarded": 218, "libgwenhywfar": 0, "libgxps": 0, - "libharu": 1656, + "libharu": 1683, "libhdfs3": 40, "libheif": 0, - "libhsplasma": 30, - "libhv": 6185, - "libhydrogen": 568, - "libical": 288, + "libhsplasma": 31, + "libhv": 6366, + "libhydrogen": 581, + "libical": 296, "libice": 0, "libiconv": 0, "libics": 16, + "libid3tag": 0, "libideviceactivation": 0, "libidn2": 0, - "libigl": 4318, - "libilbc": 58, + "libigl": 4403, + "libilbc": 59, "libimobiledevice": 0, "libimobiledevice-glue": 0, "libirecovery": 0, - "libjpeg-turbo": 3537, - "libjuice": 352, - "libjxl": 1505, - "libkeyfinder": 91, + "libjpeg-turbo": 3598, + "libjuice": 367, + "libjxl": 2249, + "libkeyfinder": 103, "libkml": 50, "liblas": 0, "liblbfgs": 0, - "libleidenalg": 9, + "libleidenalg": 11, "liblemon": 0, - "liblinear": 986, - "liblo": 178, + "liblinear": 990, + "liblo": 182, "liblrc": 2, - "liblsl": 95, - "liblsquic": 1422, + "liblsl": 104, + "liblsquic": 1459, + "liblzf": 0, "liblzma": 0, "libmad": 0, - "libmagic": 1141, - "libmariadb": 260, - "libmaxminddb": 868, - "libmediainfo": 585, - "libmesh": 605, - "libmicrodns": 54, + "libmagic": 1178, + "libmariadb": 267, + "libmaxminddb": 880, + "libmediainfo": 599, + "libmesh": 616, + "libmicrodns": 57, "libmicrohttpd": 0, + "libmidi2": 14, "libmikmod": 0, - "libmodbus": 3083, + "libmodbus": 3195, "libmodman": 0, - "libmodplug": 128, + "libmodplug": 132, "libmorton": 0, "libmount": 0, "libmpeg2": 0, "libmspack": 0, - "libmt32emu": 570, - "libmupdf": 975, - "libmysql": 10018, + "libmt32emu": 583, + "libmupdf": 1042, + "libmysql": 10291, "libnice": 0, "libnice-gst": 0, "libnick": 0, "libnoise": 0, "libnop": 553, - "libobfuscate": 928, + "libobfuscate": 977, "libodb": 0, "libodb-boost": 0, "libodb-mysql": 0, "libodb-pgsql": 0, "libodb-sqlite": 0, - "libofx": 52, + "libofx": 54, "libogg": 0, "libopenmpt": 0, "libopensp": 0, - "libopnmidi": 87, - "libopusenc": 105, + "libopnmidi": 89, + "libopusenc": 106, + "liborigin": 0, + "libosdp": 119, "libosip2": 0, "libosmium": 0, "libosmscout": 0, "libp7-baical": 0, "libp7client": 0, "libpcap": 0, - "libpff": 267, + "libpff": 275, "libphonenumber": 0, "libplist": 0, "libpmemobj-cpp": 107, - "libpng": 1123, + "libpng": 1167, "libpopt": 0, "libpq": 0, "libpqxx": 0, "libprotobuf-mutator": 0, - "libproxy": 177, + "libproxy": 183, + "libpsl": 0, "libqcow": 51, "libqglviewer": 0, - "libqrencode": 2389, - "libqtrest": 216, - "librabbitmq": 1705, - "libraqm": 242, + "libqrencode": 2438, + "libqtrest": 221, + "librabbitmq": 1719, + "libraqm": 252, "libraw": 0, - "librdkafka": 7204, + "librdkafka": 7299, "libredwg": 0, - "libremidi": 350, + "libremidi": 393, "libressl": 0, "librsvg": 0, "librsync": 0, @@ -1205,76 +1224,77 @@ "librttopo": 0, "libsamplerate": 0, "libsass": 4315, - "libsbml": 32, + "libsbml": 36, "libsbsms": 25, "libsecret": 0, - "libsercomm": 13, + "libsercomm": 14, "libsigcpp": 0, "libsigcpp-3": 0, "libslirp": 0, "libsm": 0, "libsmacker": 0, - "libsmb2": 285, - "libsndfile": 1305, + "libsmb2": 301, + "libsndfile": 1342, "libsnoretoast": 0, "libsodium": 0, - "libsonic": 576, + "libsonic": 588, "libsoundio": 0, + "libsoup": 0, "libspatialindex": 0, "libspatialite": 0, - "libspnav": 64, - "libspng": 672, + "libspnav": 66, + "libspng": 691, "libsquish": 0, - "libsrt": 2869, - "libsrtp": 1154, + "libsrt": 2938, + "libsrtp": 1174, "libssh": 0, "libssh2": 0, "libstemmer": 0, "libstk": 0, "libsvm": 0, - "libsystemd": 12208, + "libsystemd": 12534, "libtar": 0, "libtasn1": 0, - "libtcod": 887, - "libtess2": 448, - "libtheora": 94, + "libtcod": 913, + "libtess2": 451, + "libtheora": 96, "libtins": 0, "libtomcrypt": 0, "libtommath": 0, "libtorch": 0, "libtorrent": 0, - "libtracepoint": 0, - "libtracepoint-control": 0, - "libtracepoint-decode": 0, + "libtracepoint": 36, + "libtracepoint-control": 36, + "libtracepoint-decode": 36, "libu2f-server": 0, - "libudis86": 979, + "libudis86": 985, "libudns": 7, - "libui": 10612, - "libunibreak": 165, - "libunifex": 1308, + "libui": 10632, + "libunibreak": 164, + "libunifex": 1370, "libunistring": 0, "libunwind": 0, - "liburing": 2519, - "libusb": 4869, + "liburing": 2612, + "libusb": 5006, "libusb-win32": 0, "libusbmuxd": 0, "libuuid": 0, - "libuv": 22946, - "libuvc": 907, - "libvault": 31, - "libvhdi": 117, - "libvmdk": 152, - "libvorbis": 437, - "libvpx": 856, - "libwandio": 18, - "libwebm": 197, - "libwebp": 1871, - "libwebsockets": 4504, + "libuv": 23286, + "libuvc": 937, + "libvault": 33, + "libvhdi": 120, + "libvmdk": 156, + "libvorbis": 445, + "libvpx": 868, + "libwandio": 17, + "libwebm": 199, + "libwebp": 1916, + "libwebsockets": 4589, "libx11": 0, "libxau": 0, "libxaw": 0, "libxcomposite": 0, - "libxcrypt": 163, + "libxcrypt": 171, "libxcvt": 0, "libxdamage": 0, "libxdf": 0, @@ -1288,7 +1308,7 @@ "libxinerama": 0, "libxkbcommon": 0, "libxkbfile": 0, - "libxlsxwriter": 1343, + "libxlsxwriter": 1384, "libxml2": 0, "libxmlmm": 12, "libxmlpp": 0, @@ -1300,256 +1320,257 @@ "libxrender": 0, "libxres": 0, "libxscrnsaver": 0, - "libxslt": 55, + "libxslt": 56, "libxt": 0, "libxtst": 0, "libxv": 0, "libxxf86vm": 0, - "libyaml": 872, + "libyaml": 894, "libyuv": 0, "libzen": 24, - "libzim": 155, - "libzip": 760, - "libzippp": 349, - "licensepp": 346, + "libzim": 158, + "libzip": 785, + "libzippp": 358, + "licensepp": 349, "lightningscanner": 0, "lilv": 0, - "linalg": 822, - "linenoise-ng": 0, - "linmath": 864, - "lionkor-commandline": 80, - "litehtml": 1745, + "linalg": 834, + "linmath": 885, + "lionkor-commandline": 81, + "litehtml": 1793, "live555": 0, - "llfio": 748, + "llfio": 782, "llgi": 25, - "llgl": 1850, - "llhttp": 1561, + "llgl": 1901, + "llhttp": 1586, + "llnl-units": 130, "llvm": 0, - "lmdb": 2403, - "lockpp": 3, - "lodepng": 1960, + "lmdb": 2451, + "lockpp": 5, + "lodepng": 2001, "lodepng-c": 0, - "log4cplus": 1558, + "log4cplus": 1589, "log4cpp-log4cpp": 0, "log4cxx": 0, - "loguru": 1682, + "loguru": 1712, "lpeg": 0, "ltla-aarand": 1, "ltla-cppirlba": 10, "ltla-cppkmeans": 5, "ltla-knncolle": 10, "ltla-powerit": 0, - "ltla-umappp": 33, + "ltla-umappp": 36, "lua": 0, - "lua-compat53": 216, - "luabridge": 1576, - "luabridge3": 189, - "luafilesystem": 854, - "luajit": 4290, - "luasec": 352, + "lua-compat53": 221, + "luabridge": 1600, + "luabridge3": 217, + "luafilesystem": 872, + "luajit": 4423, + "luasec": 358, "luasocket": 0, - "luminoengine": 198, - "lunarg-vulkantools": 627, - "lunasvg": 747, - "luv": 761, + "luminoengine": 201, + "lunarg-vulkantools": 640, + "lunasvg": 770, + "luv": 777, "lv2": 0, - "lz4": 9039, - "lzav": 282, - "lzfse": 1748, + "lz4": 9244, + "lzav": 291, + "lzfse": 1754, "lzo": 0, "lzokay": 28, - "maddy": 181, - "magic-enum": 4270, - "magic-get": 191, + "maddy": 187, + "magic-enum": 4427, + "magic-get": 194, "magma": 0, "magnum": 0, "magnum-extras": 0, "magnum-integration": 0, "magnum-plugins": 0, - "mailio": 340, + "mailio": 347, "makeid": 0, - "manif": 1356, - "mapbox-geojson-cpp": 61, - "mapbox-geojson-vt-cpp": 88, - "mapbox-geometry": 90, - "mapbox-polylabel": 1364, + "manif": 1411, + "mapbox-geojson-cpp": 63, + "mapbox-geojson-vt-cpp": 90, + "mapbox-geometry": 92, + "mapbox-polylabel": 1386, "mapbox-variant": 0, - "mapbox-wagyu": 156, - "mapnik": 3530, + "mapbox-wagyu": 161, + "mapnik": 3548, "marble": 0, - "marisa-trie": 477, - "marl": 1740, - "matchit": 519, + "marisa-trie": 488, + "marl": 1781, + "matchit": 528, "materialx": 0, - "mathc": 672, + "mathc": 681, "mathgl": 0, - "matio": 320, - "matplotlib-cpp": 4113, + "matio": 326, + "matplotlib-cpp": 4195, "matplotplusplus": 0, - "matroska": 295, - "mbedtls": 4789, - "mchehab-zbar": 840, - "mcpp": 59, - "mdl-sdk": 463, - "mdns": 400, - "mdnsresponder": 161, - "mdspan": 357, + "matroska": 304, + "mbedtls": 4935, + "mchehab-zbar": 878, + "mcpp": 60, + "mdl-sdk": 471, + "mdns": 422, + "mdnsresponder": 190, + "mdspan": 375, "mecab": 0, - "memorymodule": 2654, + "memorymodule": 2704, "mesa": 0, "meschach": 0, - "meshoptimizer": 4849, - "metis": 516, - "metrohash": 352, - "mfl": 4, + "meshoptimizer": 4992, + "metis": 560, + "metrohash": 356, + "mfl": 5, "mfx-dispatch": 155, - "mgnlibs": 1500, + "mgnlibs": 1558, "mhook": 0, - "microsoft-signalr": 133, - "mikktspace": 201, + "microsoft-signalr": 134, + "mikktspace": 214, "milerius-sfml-imgui": 1, - "mimalloc": 0, + "mimalloc": 9505, "minc": 18, - "minhook": 3884, - "miniaudio": 3490, - "minifb": 911, - "minimp3": 1456, - "minio-cpp": 93, - "miniply": 48, - "minisat-master-keying": 133, + "minhook": 4010, + "miniaudio": 3654, + "minifb": 926, + "minimp3": 1494, + "minio-cpp": 107, + "miniply": 51, + "minisat-master-keying": 138, "minitrace": 0, "miniupnpc": 0, - "miniz": 1995, - "minizip": 5157, - "minizip-ng": 1136, - "mio": 1593, - "mlpack": 4694, - "mman": 128, + "miniz": 2054, + "minizip": 5304, + "minizip-ng": 1166, + "mio": 1631, + "mlpack": 4822, + "mman": 126, "mmloader": 0, - "mmx": 1194, + "mmx": 1237, "mnn": 0, - "modern-cpp-kafka": 312, - "modp-base64": 134, + "modern-cpp-kafka": 322, + "modp-base64": 135, "mongo-c-driver": 794, - "mongo-cxx-driver": 1000, + "mongo-cxx-driver": 1012, "mongoose": 0, "monkeys-audio": 0, "moos-core": 0, "moos-essential": 0, "moos-ui": 0, - "morton-nd": 92, + "morton-nd": 94, "mosquitto": 0, - "mozjpeg": 5312, - "mp-units": 933, + "mozjpeg": 5361, + "mp-units": 950, "mp3lame": 0, - "mpark-patterns": 638, + "mpark-patterns": 650, "mpark-variant": 0, "mpc": 0, "mpfr": 0, "mpg123": 0, "mpi": 0, - "mpir": 218, - "mpmcqueue": 1047, - "mqtt-cpp": 410, + "mpir": 219, + "mpmcqueue": 1095, + "mqtt-cpp": 418, "ms-angle": 0, "ms-gdkx": 0, - "ms-gltf": 0, - "ms-gsl": 0, - "ms-ifc-sdk": 0, - "ms-quic": 0, - "msdfgen": 3629, - "msgpack": 2861, - "msgpack-c": 2861, + "ms-gltf": 520, + "ms-gsl": 5960, + "ms-ifc-sdk": 54, + "ms-quic": 3849, + "msdfgen": 3720, + "msgpack": 2908, + "msgpack-c": 2908, "msgpack11": 0, - "msinttypes": 46, - "msix": 0, + "msinttypes": 48, + "msix": 955, "msmpi": 0, - "mstch": 533, + "mstch": 543, "mtlt": 14, "mujoco": 0, - "mujs": 760, - "munit": 504, - "muparser": 377, - "murmur3": 384, - "murmurhash": 2537, - "mvfst": 1397, + "mujs": 765, + "munit": 515, + "muparser": 394, + "murmur3": 388, + "murmurhash": 2571, + "mvfst": 1433, "mygui": 0, - "mysql-connector-cpp": 567, - "nameof": 1910, - "nana": 2234, - "nano-signal-slot": 393, + "mysql-connector-cpp": 591, + "nameof": 1953, + "nana": 2251, + "nano-signal-slot": 401, "nanobench": 0, - "nanodbc": 310, - "nanoflann": 2043, - "nanogui": 4493, + "nanobind": 0, + "nanodbc": 319, + "nanoflann": 2096, + "nanogui": 4542, "nanojsonc": 1, "nanomsg": 0, "nanopb": 0, - "nanoprintf": 551, - "nanorange": 348, - "nanort": 1025, - "nanosvg": 1582, - "nanovg": 4964, - "nativefiledialog": 1689, - "nayuki-qr-code-generator": 4697, + "nanoprintf": 576, + "nanorange": 354, + "nanort": 1042, + "nanosvg": 1619, + "nanovg": 5017, + "nativefiledialog": 1715, + "nayuki-qr-code-generator": 4867, "nccl": 0, - "ncnn": 18848, + "ncnn": 19278, "ncurses": 0, - "ndis-driver-library": 0, - "neargye-semver": 278, - "ned14-internal-quickcpplib": 118, - "neon2sse": 398, - "netcdf-c": 478, - "netcdf-cxx4": 120, + "ndis-driver-library": 65, + "neargye-semver": 285, + "ned14-internal-quickcpplib": 119, + "neon2sse": 408, + "netcdf-c": 487, + "netcdf-cxx4": 122, "netgen": 0, - "nethost": 13751, + "nethost": 14167, "nettle": 0, "networkdirect-sdk": 0, - "nghttp2": 4476, - "nghttp2-asio": 51, - "nghttp3": 770, + "nghttp2": 4511, + "nghttp2-asio": 55, + "nghttp3": 795, "ngspice": 0, - "ngtcp2": 1049, - "nifly": 45, - "nifticlib": 31, - "nlohmann-fifo-map": 170, - "nlohmann-json": 39278, - "nlopt": 1699, + "ngtcp2": 1079, + "nifly": 50, + "nifticlib": 32, + "nlohmann-fifo-map": 171, + "nlohmann-json": 40387, + "nlopt": 1748, "nmap": 0, - "nmslib": 3240, + "nmslib": 3292, "nng": 0, - "nngpp": 192, - "nnpack": 1651, - "node-addon-api": 2014, + "nngpp": 195, + "nnpack": 1660, + "node-addon-api": 2051, "node-api-headers": 0, "nodesoup": 0, "nonius": 0, - "nowide": 166, - "nrf-ble-driver": 276, + "nowide": 168, + "nrf-ble-driver": 279, "nspr": 0, "nss": 0, - "nsync": 331, - "nt-wrapper": 414, + "nsync": 348, + "nt-wrapper": 417, "ntf-core": 0, - "nu-book-zxing-cpp": 1057, - "nuklear": 8331, - "numactl": 370, + "nu-book-zxing-cpp": 1119, + "nuklear": 8577, + "numactl": 380, "numcpp": 0, "nuspell": 0, - "nvtt": 561, - "nyan-lang": 198, - "oatpp": 7286, + "nvtt": 567, + "nyan-lang": 200, + "oatpp": 7458, "oatpp-consul": 36, "oatpp-curl": 9, "oatpp-libressl": 4, "oatpp-mbedtls": 7, "oatpp-mongo": 6, "oatpp-openssl": 13, - "oatpp-postgresql": 16, - "oatpp-sqlite": 17, + "oatpp-postgresql": 18, + "oatpp-sqlite": 18, "oatpp-ssdp": 2, - "oatpp-swagger": 86, - "oatpp-websocket": 73, + "oatpp-swagger": 88, + "oatpp-websocket": 78, "oatpp-zlib": 4, "oboe": 0, "observer-ptr-lite": 0, @@ -1557,199 +1578,204 @@ "octomap": 0, "ode": 0, "offscale-libetcd-cpp": 3, - "ogdf": 282, - "ogre": 3666, - "ogre-next": 931, + "ogdf": 289, + "ogre": 3745, + "ogre-next": 957, "ois": 0, "omniorb": 0, "ompl": 0, "omplapp": 0, - "onednn": 3373, - "oniguruma": 2157, + "onednn": 3470, + "oniguruma": 2203, "onnx": 0, - "onnx-optimizer": 575, - "onnxruntime-gpu": 0, - "oof": 816, + "onnx-optimizer": 593, + "onnxruntime-gpu": 12793, + "oof": 823, "open-dis-cpp": 0, "open62541": 0, "open62541pp": 0, - "openal-soft": 1997, - "openblas": 5822, - "opencascade": 783, - "opencc": 7895, + "openal-soft": 2051, + "openblas": 5983, + "opencascade": 896, + "opencc": 8058, "opencensus-cpp": 145, - "opencl": 639, + "opencl": 646, "opencolorio": 0, - "opencsg": 0, + "opencsg": 57, "openctm": 0, - "opencv": 74345, - "opencv2": 74345, - "opencv3": 74345, - "opencv4": 74345, - "opendnp3": 278, + "opencv": 75745, + "opencv2": 75745, + "opencv3": 75745, + "opencv4": 75745, + "opendnp3": 281, "openexr": 0, - "openfbx": 1042, + "openfbx": 1069, + "openfx": 381, "opengl": 0, - "opengl-registry": 623, + "opengl-registry": 646, "openh264": 0, - "openigtlink": 94, - "openimageio": 1853, - "openjpeg": 928, + "openigtlink": 96, + "openimageio": 1884, + "openjpeg": 941, "openldap": 0, - "openmama": 133, + "openmama": 138, "openmesh": 0, "openmpi": 0, "openmvg": 0, "openmvs": 0, - "openni2": 423, - "openscap": 1247, + "openni2": 428, + "openscap": 1280, "openslide": 0, "openssl": 0, "openssl-unix": 0, "openssl-uwp": 0, "openssl-windows": 0, - "opensubdiv": 2811, - "opentelemetry-cpp": 713, + "opensubdiv": 2832, + "opentelemetry-cpp": 760, "opentracing": 0, "openturns": 0, "openvdb": 2, - "openvino": 5522, + "openvino": 5972, "openvpn3": 0, - "openvr": 5905, - "openxr-loader": 791, + "openvr": 5962, + "openxr-loader": 824, "optimus-cpp": 3, "optional-bare": 0, - "optional-lite": 392, - "opus": 2020, - "opusfile": 141, + "optional-lite": 395, + "opus": 2111, + "opusfile": 145, "orc": 0, - "orocos-kdl": 612, + "orocos-kdl": 639, "osg": 0, "osg-qt": 0, - "osgearth": 1376, + "osgearth": 1416, "osmanip": 213, "otl": 0, - "outcome": 657, - "p-ranav-csv": 233, - "p-ranav-csv2": 500, + "outcome": 663, + "p-ranav-csv": 235, + "p-ranav-csv2": 516, "pagmo2": 0, - "paho-mqtt": 1804, - "paho-mqttpp3": 888, - "palsigslot": 646, + "paho-mqtt": 1847, + "paho-mqttpp3": 931, + "palsigslot": 658, "pango": 0, - "pangolin": 2196, + "pangolin": 2247, "pangomm": 0, "parallel-hashmap": 0, - "parallelstl": 706, + "parallelstl": 712, "paraview": 0, "parmetis": 0, "parquet": 0, - "parson": 1289, + "parson": 1304, "pbc": 0, - "pcapplusplus": 2535, + "pcapplusplus": 2581, "pcg": 0, "pciids": 0, - "pcl": 9280, + "pcl": 9475, "pcre": 0, - "pcre2": 706, + "pcre2": 762, "pdal": 0, "pdal-c": 7, "pdcurses": 0, - "pdqsort": 2246, - "pe-parse": 741, - "pegtl": 1834, - "pegtl-2": 1834, + "pdqsort": 2290, + "pe-parse": 763, + "pegtl": 1873, + "pegtl-2": 1873, + "perfetto": 0, "pffft": 0, - "pfring": 2572, + "pfring": 2614, "pfultz2-linq": 0, - "phnt": 878, - "physac": 373, + "phnt": 916, + "physac": 387, "physfs": 0, - "physx": 2188, - "picojson": 1082, - "picosha2": 624, - "piex": 50, + "physx": 2301, + "picojson": 1087, + "picosha2": 640, + "piex": 51, "pipewire": 0, - "pistache": 3065, - "pixel": 16, + "pistache": 3083, + "pixel": 17, "pixman": 0, - "pkgconf": 407, + "pkgconf": 423, "plasma-wayland-protocols": 0, - "platform-folders": 168, + "platform-folders": 171, "plf-colony": 0, "plf-hive": 0, "plf-list": 0, "plf-nanotimer": 0, + "plf-queue": 0, "plf-stack": 0, "plib": 0, - "plibsys": 629, - "plog": 2041, + "plibsys": 646, + "plog": 2093, "plplot": 0, "plustache": 0, - "pmdk": 1315, - "pmp-library": 1168, + "pmdk": 1325, + "pmp-library": 1211, "pngpp": 0, "pngwriter": 0, - "pocketfft": 48, - "poco": 7749, - "podofo": 274, - "poissonrecon": 1415, + "pocketfft": 53, + "pocketpy": 1346, + "poco": 7919, + "podofo": 297, + "poissonrecon": 1470, "polyclipping": 0, - "polyhook2": 1459, + "polyhook2": 1495, "polymorphic-value": 229, - "ponder": 621, + "ponder": 629, "poppler": 0, - "popsift": 401, - "portable-file-dialogs": 967, - "portable-snippets": 645, + "popsift": 412, + "portable-file-dialogs": 984, + "portable-snippets": 658, "portaudio": 0, - "portmidi": 102, + "portmidi": 108, "portsmf": 0, - "ppconsul": 143, - "ppmagic": 49, - "pprint": 906, + "ppconsul": 145, + "ppmagic": 51, + "pprint": 907, "pqp": 0, "pravila00-enum-string": 0, + "pravila00-enumflag": 0, "pravila00-make-vector": 0, "presentmon": 0, "proj": 0, - "proj4": 0, "prometheus-cpp": 0, - "promise-cpp": 635, - "protobuf": 63033, - "protobuf-c": 2530, - "protopuf": 142, - "protozero": 265, - "proxsuite": 320, - "proxy": 0, - "proxygen": 7989, + "promise-cpp": 650, + "protobuf": 63749, + "protobuf-c": 2578, + "protopuf": 143, + "protozero": 279, + "proxsuite": 348, + "proxy": 1219, + "proxygen": 8026, "psimd": 55, "ptc-print": 42, - "ptex": 665, + "ptex": 672, "pthread": 0, "pthread-stubs": 0, - "pthreadpool": 320, + "pthreadpool": 326, "pthreads": 0, "ptyqt": 0, - "pugixml": 3755, - "pulsar-client-cpp": 43, - "pulzed-mini": 406, - "pybind11": 14511, - "pystring": 831, + "pugixml": 3815, + "pulsar-client-cpp": 48, + "pulseaudio": 0, + "pulzed-mini": 444, + "pybind11": 14831, + "pystring": 835, "python2": 0, - "python3": 58604, + "python3": 59819, "qca": 0, "qcoro": 0, "qcustomplot": 0, "qhttpengine": 0, - "qhull": 669, - "qnnpack": 1504, + "qhull": 688, + "qnnpack": 1513, "qoi": 0, "qoixx": 30, - "qpid-proton": 216, + "qpid-proton": 221, "qscintilla": 0, "qt": 0, - "qt-advanced-docking-system": 1582, + "qt-advanced-docking-system": 1668, "qt3d": 0, "qt5": 0, "qt5-3d": 0, @@ -1810,8 +1836,8 @@ "qthttpserver": 0, "qtimageformats": 0, "qtinterfaceframework": 0, - "qtkeychain": 399, - "qtkeychain-qt6": 399, + "qtkeychain": 403, + "qtkeychain-qt6": 403, "qtlanguageserver": 0, "qtlocation": 0, "qtlottie": 0, @@ -1841,115 +1867,116 @@ "qtwebengine": 0, "qtwebsockets": 0, "qtwebview": 0, - "quadtree": 177, + "quadtree": 186, "quantlib": 0, - "quaternions": 60, + "quaternions": 62, "quazip": 0, - "quickfast": 209, - "quickfix": 1501, - "quill": 1020, - "quirc": 829, + "quickfast": 212, + "quickfix": 1520, + "quill": 1056, + "quirc": 847, "qwt": 0, - "qwtw": 2, + "qwtw": 3, "rabit": 507, "ragel": 0, "random123": 0, "randomstr": 0, - "rang": 1430, - "range-v3": 3967, - "range-v3-vs2015": 0, - "rapidcheck": 954, - "rapidcsv": 774, - "rapidfuzz": 192, + "rang": 1448, + "range-v3": 4019, + "range-v3-vs2015": 114, + "rapidcheck": 963, + "rapidcsv": 805, + "rapidfuzz": 211, "rapidjson": 0, "rapidxml": 0, "rapidxml-ns": 0, "rappture": 0, - "raygui": 17982, - "raylib": 17982, - "rbdl": 482, - "rbdl-orb": 92, - "re2": 8518, - "reactiveplusplus": 191, - "readerwriterqueue": 3362, + "raygui": 19153, + "raylib": 19153, + "rbdl": 508, + "rbdl-orb": 93, + "re2": 8631, + "reactiveplusplus": 203, + "readerwriterqueue": 3458, "readline": 0, "readline-osx": 0, "readline-unix": 0, "readline-win32": 0, "readosm": 0, - "realsense2": 7197, - "recast": 6092, - "recastnavigation": 6092, - "recycle": 57, - "redis-plus-plus": 1412, - "refl-cpp": 992, + "realsense2": 7292, + "recast": 6224, + "recastnavigation": 6224, + "recycle": 60, + "redis-plus-plus": 1476, + "refl-cpp": 1015, "refprop-headers": 17, - "rendergraph": 178, - "replxx": 662, - "reproc": 519, - "rest-rpc": 1562, - "restbed": 1882, - "restc-cpp": 578, + "rendergraph": 194, + "replxx": 669, + "reproc": 530, + "rest-rpc": 1617, + "restbed": 1886, + "restc-cpp": 586, "restclient-cpp": 0, - "restinio": 1091, + "restinio": 1108, "rexo": 27, - "rhash": 528, + "rhash": 545, "rhasheq": 0, "riffcpp": 3, "ring-span-lite": 147, "rioki-glow": 1, - "rivers": 18, - "rkcommon": 14, - "rmlui": 2362, + "rivers": 19, + "rkcommon": 15, + "rmlui": 2468, "rmqcpp": 0, - "roaring": 1406, - "robin-hood-hashing": 1468, - "robin-map": 1124, + "roaring": 1456, + "robin-hood-hashing": 1474, + "robin-map": 1181, "robotraconteur": 0, "robotraconteur-companion": 0, - "rocksdb": 26994, - "rpclib": 1608, + "rocksdb": 27430, + "rpclib": 1645, "rply": 0, "rsasynccpp": 30, - "rsig": 0, - "rsm-binary-io": 25, - "rsm-bsa": 34, + "rsig": 1, + "rsm-binary-io": 26, + "rsm-bsa": 38, "rsm-mmio": 6, - "rsocket": 250, + "rsocket": 253, "rtabmap": 0, - "rtaudio": 1387, + "rtabmap-res-tool": 0, + "rtaudio": 1427, "rtlsdr": 0, "rtmfp-cpp": 34, - "rtmidi": 912, - "rttr": 2918, + "rtmidi": 939, + "rttr": 2984, "rubberband": 0, - "rxcpp": 2955, - "rxqt": 180, + "rxcpp": 2975, + "rxqt": 183, "rxspencer": 0, - "ryml": 500, - "ryu": 1114, + "ryml": 518, + "ryu": 1157, "s2geometry": 0, - "s2n": 4436, - "safeint": 191, - "sail": 273, + "s2n": 4450, + "safeint": 197, + "sail": 284, "sajson": 0, "salome-configuration": 0, "salome-med-fichier": 0, "salome-medcoupling": 0, - "sassc": 776, + "sassc": 777, "saucer": 0, - "sbp": 69, + "sbp": 70, "scenepic": 0, "scintilla": 0, - "sciplot": 606, - "sciter": 2094, + "sciplot": 613, + "sciter": 2101, "sciter-js": 0, "scnlib": 0, - "scope-guard": 160, + "scope-guard": 162, "scotch": 0, - "scottt-debugbreak": 598, + "scottt-debugbreak": 602, "scylla-wrapper": 0, - "sdbus-cpp": 265, + "sdbus-cpp": 286, "sdformat10": 0, "sdformat13": 0, "sdformat6": 0, @@ -1959,275 +1986,278 @@ "sdl1-net": 0, "sdl2": 0, "sdl2-gfx": 0, - "sdl2-image": 453, - "sdl2-mixer": 337, + "sdl2-image": 474, + "sdl2-mixer": 355, "sdl2-mixer-ext": 0, - "sdl2-net": 163, + "sdl2-net": 181, "sdl2-ttf": 0, "sdl2pp": 0, - "seacas": 124, - "seal": 0, - "seasocks": 704, - "secp256k1": 1927, - "selene": 296, + "seacas": 126, + "seal": 3392, + "seasocks": 717, + "secp256k1": 1967, + "selene": 297, "sentencepiece": 0, "sentry-native": 0, - "septag-dmon": 217, + "septag-dmon": 222, "septag-sx": 0, "seqan": 0, "serd": 0, - "serdepp": 92, + "serdepp": 98, "sf2cute": 0, - "sfgui": 417, - "sfml": 9467, - "sfsexp": 68, - "shader-slang": 1520, - "shaderc": 1710, - "shaderwriter": 239, + "sfgui": 419, + "sfml": 9631, + "sfsexp": 69, + "shader-slang": 1692, + "shaderc": 1748, + "shaderwriter": 241, "shapelib": 0, "shiftmedia-libgcrypt": 27, "shiftmedia-libgnutls": 22, "shiftmedia-libgpg-error": 5, - "shiva": 157, - "shogun": 2990, + "shiva": 158, + "shogun": 3006, "si": 0, - "sigmatch": 83, - "signalrclient": 96, + "sigmatch": 87, + "signalrclient": 97, "sigslot": 0, "simage": 7, "simbody": 0, - "simd": 1933, - "simde": 2104, + "simd": 1977, + "simde": 2175, "simdjson": 0, - "simdutf": 889, + "simdutf": 961, "simonbrunel-qtpromise": 0, - "simple-fft": 165, - "simpleble": 504, - "simpleini": 985, - "simsimd": 622, - "sjpeg": 68, - "skcrypter": 586, + "simple-fft": 167, + "simpleble": 577, + "simpleini": 1014, + "simsimd": 724, + "sjpeg": 69, + "skcrypter": 620, "skia": 0, - "skyr-url": 57, + "skyr-url": 56, "sleef": 0, "sleepy-discord": 0, "slikenet": 387, - "sltbench": 148, + "sltbench": 149, "smf": 1, "smpeg2": 0, "snap7": 0, - "snappy": 5938, + "snappy": 5995, "sndfile": 0, - "snitch": 223, + "snitch": 230, "snowhouse": 0, "so5extra": 22, - "sobjectizer": 438, + "sobjectizer": 458, "soci": 0, - "socket-io-client": 2183, - "sockpp": 713, - "soem": 1133, - "soil": 57, - "soil2": 317, - "sokol": 5584, - "sol2": 3828, + "socket-io-client": 2214, + "sockpp": 738, + "soem": 1187, + "soil": 59, + "soil2": 329, + "sokol": 6218, + "sol2": 3964, "solid3": 0, - "sophus": 1861, + "sophus": 1913, "soqt": 22, "sord": 0, "soundtouch": 0, "soxr": 0, "spaceland": 0, - "span-lite": 482, - "sparsehash": 1508, + "span-lite": 489, + "sparsehash": 1519, "sparsepp": 0, "spatialite-tools": 0, "spdk": 0, "spdk-dpdk": 0, "spdk-ipsec": 0, "spdk-isal": 4, - "spdlog": 21598, + "spdlog": 22336, "spectra": 0, - "speex": 402, + "speex": 413, "speexdsp": 0, - "spine-runtimes": 4092, + "spine-runtimes": 4163, "spirit-po": 45, - "spirv-cross": 1871, - "spirv-headers": 248, - "spirv-reflect": 588, - "spirv-tools": 978, - "spout2": 692, - "sprout": 860, - "spscqueue": 799, + "spirv-cross": 1919, + "spirv-headers": 252, + "spirv-reflect": 617, + "spirv-tools": 1000, + "spout2": 703, + "sprout": 864, + "spscqueue": 831, "sqlcipher": 0, - "sqlite-modern-cpp": 14, - "sqlite-orm": 2083, + "sqlite-modern-cpp": 15, + "sqlite-orm": 2144, "sqlite3": 0, - "sqlitecpp": 2021, - "sqlpp11": 2331, + "sqlitecpp": 2071, + "sqlpp11": 2356, "sqlpp11-connector-mysql": 128, "sqlpp11-connector-sqlite3": 73, "squirrel": 0, "sratom": 0, "srell": 0, - "srpc": 1816, - "sse2neon": 1186, + "srpc": 1858, + "sse2neon": 1227, "stackwalker": 0, "starlink-ast": 0, - "staticjson": 194, - "status-code": 62, + "staticjson": 196, + "status-code": 61, "status-value-lite": 14, - "stb": 24617, - "stdexec": 1148, - "stduuid": 682, + "stb": 25182, + "stdexec": 1267, + "stduuid": 701, "stftpitchshift": 0, - "stlab": 639, + "stlab": 648, "stormlib": 0, "strict-variant": 0, - "string-theory": 49, + "string-theory": 51, "string-view-lite": 0, - "strong-type": 356, - "stronk": 41, - "strtk": 127, - "stx": 625, + "stringzilla": 1804, + "strong-type": 376, + "stronk": 45, + "strtk": 128, + "stx": 627, "stxxl": 0, "suitesparse": 0, "sundials": 0, - "superlu": 248, - "swenson-sort": 449, - "symengine": 1068, + "superlu": 256, + "swenson-sort": 456, + "symengine": 1096, "systemc": 0, "szip": 0, - "tabulate": 1745, + "tabulate": 1802, "tacopie": 12, "taglib": 0, "talib": 0, "taocpp-json": 0, "tap-windows6": 0, - "task-thread-pool": 24, - "taskflow": 9355, - "tbb": 5189, - "tcb-span": 302, - "tcl": 601, + "task-thread-pool": 27, + "taskflow": 9580, + "tbb": 5320, + "tcb-span": 310, + "tcl": 622, "tclap": 0, "tcp-pubsub": 34, - "telnetpp": 61, - "tensorflow": 181052, - "tensorflow-cc": 181052, - "tensorflow-common": 181052, - "tensorpipe": 236, - "termcolor": 785, - "tesseract": 56803, - "tfhe": 1157, - "tgbot-cpp": 910, - "tgc": 905, + "telnetpp": 62, + "tensorflow": 182626, + "tensorflow-cc": 182626, + "tensorflow-common": 182626, + "tensorpipe": 237, + "termcolor": 795, + "tesseract": 58235, + "tfhe": 1171, + "tgbot-cpp": 945, + "tgc": 932, "tgui": 0, - "theia": 875, - "think-cell-range": 337, - "thomasmonkman-filewatch": 364, + "theia": 874, + "think-cell-range": 361, + "thomasmonkman-filewatch": 391, "thor": 0, "thorvg": 0, "threadpool": 0, - "thrift": 10081, + "thrift": 10157, "tidy-html5": 0, "tiff": 0, "tinkerforge": 0, - "tiny-aes-c": 3949, - "tiny-bignum-c": 397, - "tiny-dnn": 5746, + "tiny-aes-c": 4044, + "tiny-bignum-c": 409, + "tiny-dnn": 5777, "tiny-process-library": 0, - "tiny-regex-c": 1155, - "tinycbor": 459, + "tiny-regex-c": 1179, + "tinycbor": 465, "tinycthread": 0, - "tinydir": 766, - "tinyexif": 96, + "tinydir": 783, + "tinyexif": 103, "tinyexpr": 0, - "tinyexr": 654, + "tinyexr": 664, "tinyfiledialogs": 0, "tinyfsm": 0, - "tinygltf": 1845, + "tinygltf": 1888, "tinynpy": 0, "tinyobjloader": 0, - "tinyorm": 163, - "tinyply": 523, - "tinyspline": 1078, + "tinyorm": 187, + "tinyply": 541, + "tinyspline": 1107, "tinythread": 0, - "tinytoml": 164, - "tinyutf8": 534, + "tinytoml": 163, + "tinyutf8": 537, "tinyxml": 0, - "tinyxml2": 4788, - "tl-expected": 1372, + "tinyxml2": 4859, + "tl-expected": 1405, "tl-function-ref": 0, "tl-generator": 0, - "tl-optional": 812, - "tl-ranges": 74, - "tlx": 382, + "tl-optional": 820, + "tl-ranges": 75, + "tlx": 386, "tmx": 0, - "tmxlite": 374, + "tmxlite": 377, "tmxparser": 0, - "toml11": 904, + "toml11": 937, "tomlplusplus": 0, - "torch-th": 8909, - "tracy": 7339, - "transwarp": 615, - "trantor": 353, - "tre": 767, - "tree-similarity": 61, - "tree-sitter": 15536, - "treehh": 115, + "torch-th": 8955, + "tracy": 7862, + "transwarp": 616, + "trantor": 368, + "tre": 774, + "tree-similarity": 68, + "tree-sitter": 16595, + "treehh": 121, "treehopper": 0, "triangle": 0, - "triton": 3230, - "trompeloeil": 770, + "triton": 3307, + "trompeloeil": 781, + "try-catcher": 0, "tsl-hopscotch-map": 0, "tsl-ordered-map": 0, "tsl-sparse-map": 0, - "ttauri": 717, - "tuplet": 170, - "turbobase64": 245, - "tvision": 1807, - "tweeny": 686, + "ttauri": 744, + "tuplet": 175, + "turbobase64": 254, + "tvision": 1854, + "tweeny": 696, "type-lite": 36, - "type-safe": 1409, + "type-safe": 1460, "uchardet": 0, "udt": 0, - "umock-c": 0, - "uni-algo": 236, - "unicorn": 7005, + "umock-c": 32, + "uni-algo": 246, + "unicorn": 7175, "unicorn-lib": 223, - "units": 908, - "unittest-cpp": 544, - "unixodbc": 83, - "unordered-dense": 676, + "units": 922, + "unittest-cpp": 547, + "unixodbc": 87, + "unordered-dense": 735, "unqlite": 0, "unrar": 0, - "upb": 1491, - "urdfdom": 91, - "urdfdom-headers": 25, - "urho3d": 4459, + "upb": 1501, + "urdfdom": 92, + "urdfdom-headers": 26, + "urho3d": 4484, "uriparser": 0, "usbmuxd": 0, - "usd": 5275, - "usearch": 1456, - "usockets": 1190, - "usrsctp": 633, - "utf8-range": 63033, - "utf8h": 1599, - "utf8proc": 966, - "utfcpp": 1388, + "usd": 5431, + "usearch": 1685, + "usockets": 1220, + "usrsctp": 642, + "utf8-range": 63749, + "utf8h": 1635, + "utf8proc": 981, + "utfcpp": 1432, "utfz": 7, "uthash": 0, - "uthenticode": 125, - "uvatlas": 0, - "uvw": 1731, - "uwebsockets": 16556, - "v-hacd": 1285, + "uthenticode": 130, + "uvatlas": 800, + "uvw": 1772, + "uwebsockets": 16830, + "v-hacd": 1320, "v8": 0, "valijson": 0, "value-ptr-lite": 48, "vamp-sdk": 0, "variant-lite": 0, - "vc": 1392, + "vc": 1419, "vcglib": 0, + "vcpkg-boost": 0, "vcpkg-cmake": 0, "vcpkg-cmake-config": 0, "vcpkg-cmake-get-vars": 0, @@ -2237,67 +2267,69 @@ "vcpkg-msbuild": 0, "vcpkg-pkgconfig-get-modules": 0, "vcpkg-qmake": 0, - "vcpkg-tool-bazel": 22079, + "vcpkg-tool-bazel": 22417, "vcpkg-tool-gn": 0, "vcpkg-tool-gyp-next": 0, - "vcpkg-tool-lessmsi": 1175, - "vcpkg-tool-meson": 5150, + "vcpkg-tool-lessmsi": 1215, + "vcpkg-tool-meson": 5271, "vcpkg-tool-mozbuild": 0, "vcpkg-tool-ninja": 0, "vcpkg-tool-nodejs": 0, "vcpkg-tool-python2": 0, - "vectorclass": 1191, - "veigar": 14, - "verdict": 21, + "vectorclass": 1223, + "veigar": 20, + "velodyne-decoder": 36, + "verdict": 24, "vili": 27, - "vincentlaucsb-csv-parser": 806, + "vincentlaucsb-csv-parser": 832, "visit-struct": 0, - "vit-vit-ctpl": 1632, - "vk-bootstrap": 621, - "vkfft": 1414, + "vit-vit-ctpl": 1678, + "vk-bootstrap": 658, + "vkfft": 1445, + "vladimirshaleev-ipaddress": 0, "vlfeat": 0, "vlpp": 1333, - "volk": 1165, - "vowpal-wabbit": 8386, - "vs-yasm": 57, + "volk": 1210, + "vowpal-wabbit": 8404, + "vs-yasm": 58, "vsg": 0, - "vsgimgui": 34, - "vsgxchange": 56, - "vtk": 2424, - "vtk-dicom": 230, + "vsgimgui": 40, + "vsgxchange": 59, + "vtk": 2502, + "vtk-dicom": 236, "vtk-m": 0, "vulkan": 0, - "vulkan-headers": 749, + "vulkan-headers": 771, "vulkan-hpp": 0, - "vulkan-loader": 451, - "vulkan-memory-allocator": 2316, - "vulkan-memory-allocator-hpp": 45, + "vulkan-loader": 470, + "vulkan-memory-allocator": 2389, + "vulkan-memory-allocator-hpp": 48, "vulkan-sdk-components": 0, - "vulkan-tools": 327, - "vulkan-utility-libraries": 38, - "vulkan-validationlayers": 677, - "vvenc": 832, + "vulkan-tools": 337, + "vulkan-utility-libraries": 45, + "vulkan-validationlayers": 703, + "vvenc": 868, "vxl": 0, "wampcc": 0, - "wangle": 3019, + "wangle": 3029, "wasmedge": 0, - "wavelib": 322, - "wavpack": 309, + "wavelib": 340, + "wavpack": 341, "wayland": 0, "wayland-protocols": 0, "wcslib": 0, - "websocketpp": 6653, + "websocketpp": 6756, "webview2": 0, - "wepoll": 871, + "wepoll": 892, "wg21-linear-algebra": 0, - "wg21-sg14": 486, - "wil": 0, - "wildmidi": 190, + "wg21-sg14": 489, + "wil": 2460, + "wildmidi": 191, "wincrypt": 0, - "winlamb": 316, + "winlamb": 320, "winpcap": 0, "winpty": 0, - "winreg": 416, + "winreg": 427, "winsock2": 0, "winsparkle": 0, "wintoast": 0, @@ -2307,23 +2339,23 @@ "wolfssl": 0, "wolftpm": 0, "wordnet": 0, - "workflow": 12122, - "wpilib": 1005, - "wren": 6695, - "wt": 1604, + "workflow": 12465, + "wpilib": 1026, + "wren": 6757, + "wt": 1648, "wtl": 0, "wxchartdir": 28, "wxcharts": 0, - "wxwidgets": 5621, - "wyhash": 883, + "wxwidgets": 5750, + "wyhash": 916, "x-plane": 0, "x264": 0, - "x265": 701, - "x86-simd-sort": 781, + "x265": 710, + "x86-simd-sort": 798, "xapian": 0, "xaudio2redist": 0, "xbitmaps": 0, - "xbyak": 1927, + "xbyak": 1959, "xcb": 0, "xcb-image": 0, "xcb-keysyms": 0, @@ -2333,66 +2365,66 @@ "xcb-util-errors": 0, "xcb-util-m4": 0, "xcb-util-wm": 0, - "xerces-c": 109, - "xeus": 870, - "xframe": 297, - "xlnt": 1384, - "xlsxio": 368, + "xerces-c": 112, + "xeus": 881, + "xframe": 300, + "xlnt": 1413, + "xlsxio": 375, "xmlsec": 0, - "xnnpack": 1656, + "xnnpack": 1711, "xorg-macros": 0, - "xorstr": 1067, - "xpack": 572, + "xorstr": 1115, + "xpack": 592, "xproperty": 0, "xproto": 0, "xqilla": 0, - "xsimd": 1991, - "xtensor": 3156, - "xtensor-blas": 153, + "xsimd": 2043, + "xtensor": 3220, + "xtensor-blas": 155, "xtensor-fftw": 46, "xtensor-io": 84, - "xtl": 189, + "xtl": 193, "xtrans": 0, - "xxhash": 8204, - "yajl": 2130, - "yaml-cpp": 4666, - "yara": 7456, - "yas": 710, - "yasm": 1289, + "xxhash": 8511, + "yajl": 2135, + "yaml-cpp": 4809, + "yara": 7686, + "yas": 722, + "yasm": 1301, "yasm-tool": 0, - "yasm-tool-helper": 0, + "yasm-tool-helper": 21665, "yato": 0, - "yoga": 16763, - "yomm2": 313, - "yyjson": 2766, - "z3": 0, - "z4kn4fein-semver": 26, + "yoga": 16932, + "yomm2": 325, + "yyjson": 2840, + "z3": 9756, + "z4kn4fein-semver": 31, "z85": 0, - "zeroc-ice": 1967, - "zeromq": 9145, - "zfp": 717, + "zeroc-ice": 1977, + "zeromq": 9300, + "zfp": 736, "zimpl": 0, - "zint": 355, + "zint": 423, "zkpp": 145, "zlib": 0, - "zlib-ng": 1417, - "zlmediakit": 11910, - "zoe": 11, - "zookeeper": 11828, - "zopfli": 3350, - "zpp-bits": 627, - "zserge-webview": 11883, + "zlib-ng": 1445, + "zlmediakit": 12753, + "zoe": 18, + "zookeeper": 11941, + "zopfli": 3375, + "zpp-bits": 665, + "zserge-webview": 12036, "zstd": 0, - "zstr": 268, + "zstr": 281, "ztd-cuneicode": 0, - "ztd-encoding-tables": 8, - "ztd-idk": 27, - "ztd-platform": 2, - "ztd-static-containers": 8, - "ztd-text": 291, + "ztd-encoding-tables": 9, + "ztd-idk": 28, + "ztd-platform": 3, + "ztd-static-containers": 9, + "ztd-text": 297, "zug": 0, "zycore": 75, "zydis": 0, - "zyre": 849, - "zziplib": 55 + "zyre": 857, + "zziplib": 57 } \ No newline at end of file diff --git a/templates/criticalAssets.html b/templates/criticalAssets.html new file mode 100644 index 0000000000..d85ac7191b --- /dev/null +++ b/templates/criticalAssets.html @@ -0,0 +1,12 @@ + + + + + + Critical Assets + + +

Downloads

+

nasm-2.16.01-win64.zip

+ +