.clang-format
.gitignore
.gitmodules
CMakeLists.txt
README.md
pyproject.toml
setup.py
vcpkg.json
.github/workflows/release.yml
.github/workflows/test.yml
_skbuild/linux-x86_64-3.7/cmake-install/src/python/my_python_api/__init__.py
_skbuild/linux-x86_64-3.7/cmake-install/src/python/my_python_api/_python_api.cpython-37m-x86_64-linux-gnu.so
src/my-cpp-project/my_cpp_project.cpp
src/my-cpp-project/my_cpp_project.hpp
src/python/api.cpp
src/python/example_python_extension_cpp.egg-info/PKG-INFO
src/python/example_python_extension_cpp.egg-info/SOURCES.txt
src/python/example_python_extension_cpp.egg-info/dependency_links.txt
src/python/example_python_extension_cpp.egg-info/not-zip-safe
src/python/example_python_extension_cpp.egg-info/requires.txt
src/python/example_python_extension_cpp.egg-info/top_level.txt
src/python/my_python_api/__init__.py
tests/test_basic.py
tests/test_my_cpp_project.cpp
vcpkg/.gitattributes
vcpkg/.gitignore
vcpkg/.vcpkg-root
vcpkg/CHANGELOG.md
vcpkg/CONTRIBUTING.md
vcpkg/CONTRIBUTING_zh.md
vcpkg/LICENSE.txt
vcpkg/NOTICE.txt
vcpkg/README.md
vcpkg/README_es.md
vcpkg/README_fr.md
vcpkg/README_ko_KR.md
vcpkg/README_zh_CN.md
vcpkg/bootstrap-vcpkg.bat
vcpkg/bootstrap-vcpkg.sh
vcpkg/shell.nix
vcpkg/.github/pull_request_template.md
vcpkg/.github/ISSUE_TEMPLATE/i-have-a-question.md
vcpkg/.github/ISSUE_TEMPLATE/other-type-of-bug-report.md
vcpkg/.github/ISSUE_TEMPLATE/report-package-build-failure.md
vcpkg/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement-to-a-port.md
vcpkg/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement.md
vcpkg/.github/ISSUE_TEMPLATE/request-a-new-port.md
vcpkg/.github/ISSUE_TEMPLATE/request-an-update-to-an-existing-port.md
vcpkg/.github/workflows/trustedPR.yml
vcpkg/.github/workflows/untrustedPR.yml
vcpkg/docs/README.md
vcpkg/docs/_config.yml
vcpkg/docs/regenerate.ps1
vcpkg/docs/about/faq.md
vcpkg/docs/about/privacy.md
vcpkg/docs/examples/installing-and-using-packages.md
vcpkg/docs/examples/manifest-mode-cmake.md
vcpkg/docs/examples/modify-baseline-to-pin-old-boost.md
vcpkg/docs/examples/overlay-triplets-linux-dynamic.md
vcpkg/docs/examples/packaging-github-repos.md
vcpkg/docs/examples/packaging-zipfiles.md
vcpkg/docs/examples/patching.md
vcpkg/docs/examples/versioning.getting-started.md
vcpkg/docs/examples/vcpkg_android_example_cmake/.gitignore
vcpkg/docs/examples/vcpkg_android_example_cmake/CMakeLists.txt
vcpkg/docs/examples/vcpkg_android_example_cmake/compile.sh
vcpkg/docs/examples/vcpkg_android_example_cmake/my_lib.cpp
vcpkg/docs/examples/vcpkg_android_example_cmake_script/.gitignore
vcpkg/docs/examples/vcpkg_android_example_cmake_script/CMakeLists.txt
vcpkg/docs/examples/vcpkg_android_example_cmake_script/compile.sh
vcpkg/docs/examples/vcpkg_android_example_cmake_script/my_lib.cpp
vcpkg/docs/examples/vcpkg_android_example_cmake_script/cmake/vcpkg_android.cmake
vcpkg/docs/maintainers/authoring-script-ports.md
vcpkg/docs/maintainers/cmake-guidelines.md
vcpkg/docs/maintainers/control-files.md
vcpkg/docs/maintainers/execute_process.md
vcpkg/docs/maintainers/maintainer-guide.md
vcpkg/docs/maintainers/manifest-files.md
vcpkg/docs/maintainers/portfile-functions.md
vcpkg/docs/maintainers/pr-review-checklist.md
vcpkg/docs/maintainers/registries.md
vcpkg/docs/maintainers/vcpkg_acquire_msys.md
vcpkg/docs/maintainers/vcpkg_add_to_path.md
vcpkg/docs/maintainers/vcpkg_apply_patches.md
vcpkg/docs/maintainers/vcpkg_backup_restore_env_vars.md
vcpkg/docs/maintainers/vcpkg_build_cmake.md
vcpkg/docs/maintainers/vcpkg_build_make.md
vcpkg/docs/maintainers/vcpkg_build_msbuild.md
vcpkg/docs/maintainers/vcpkg_build_ninja.md
vcpkg/docs/maintainers/vcpkg_build_nmake.md
vcpkg/docs/maintainers/vcpkg_build_qmake.md
vcpkg/docs/maintainers/vcpkg_buildpath_length_warning.md
vcpkg/docs/maintainers/vcpkg_check_features.md
vcpkg/docs/maintainers/vcpkg_check_linkage.md
vcpkg/docs/maintainers/vcpkg_clean_executables_in_bin.md
vcpkg/docs/maintainers/vcpkg_clean_msbuild.md
vcpkg/docs/maintainers/vcpkg_common_definitions.md
vcpkg/docs/maintainers/vcpkg_configure_cmake.md
vcpkg/docs/maintainers/vcpkg_configure_gn.md
vcpkg/docs/maintainers/vcpkg_configure_make.md
vcpkg/docs/maintainers/vcpkg_configure_meson.md
vcpkg/docs/maintainers/vcpkg_configure_qmake.md
vcpkg/docs/maintainers/vcpkg_copy_pdbs.md
vcpkg/docs/maintainers/vcpkg_copy_tool_dependencies.md
vcpkg/docs/maintainers/vcpkg_copy_tools.md
vcpkg/docs/maintainers/vcpkg_download_distfile.md
vcpkg/docs/maintainers/vcpkg_execute_build_process.md
vcpkg/docs/maintainers/vcpkg_execute_in_download_mode.md
vcpkg/docs/maintainers/vcpkg_execute_required_process.md
vcpkg/docs/maintainers/vcpkg_execute_required_process_repeat.md
vcpkg/docs/maintainers/vcpkg_extract_source_archive.md
vcpkg/docs/maintainers/vcpkg_extract_source_archive_ex.md
vcpkg/docs/maintainers/vcpkg_fail_port_install.md
vcpkg/docs/maintainers/vcpkg_find_acquire_program.md
vcpkg/docs/maintainers/vcpkg_find_fortran.md
vcpkg/docs/maintainers/vcpkg_fixup_cmake_targets.md
vcpkg/docs/maintainers/vcpkg_fixup_pkgconfig.md
vcpkg/docs/maintainers/vcpkg_from_bitbucket.md
vcpkg/docs/maintainers/vcpkg_from_git.md
vcpkg/docs/maintainers/vcpkg_from_github.md
vcpkg/docs/maintainers/vcpkg_from_gitlab.md
vcpkg/docs/maintainers/vcpkg_from_sourceforge.md
vcpkg/docs/maintainers/vcpkg_get_program_files_platform_bitness.md
vcpkg/docs/maintainers/vcpkg_get_windows_sdk.md
vcpkg/docs/maintainers/vcpkg_host_path_list.md
vcpkg/docs/maintainers/vcpkg_install_cmake.md
vcpkg/docs/maintainers/vcpkg_install_gn.md
vcpkg/docs/maintainers/vcpkg_install_make.md
vcpkg/docs/maintainers/vcpkg_install_meson.md
vcpkg/docs/maintainers/vcpkg_install_msbuild.md
vcpkg/docs/maintainers/vcpkg_install_nmake.md
vcpkg/docs/maintainers/vcpkg_install_qmake.md
vcpkg/docs/maintainers/vcpkg_list.md
vcpkg/docs/maintainers/vcpkg_minimum_required.md
vcpkg/docs/maintainers/vcpkg_replace_string.md
vcpkg/docs/maintainers/internal/z_vcpkg_apply_patches.md
vcpkg/docs/maintainers/internal/z_vcpkg_forward_output_variable.md
vcpkg/docs/maintainers/internal/z_vcpkg_function_arguments.md
vcpkg/docs/maintainers/internal/z_vcpkg_get_cmake_vars.md
vcpkg/docs/maintainers/internal/z_vcpkg_prettify_command_line.md
vcpkg/docs/maintainers/ports/vcpkg-cmake-config.md
vcpkg/docs/maintainers/ports/vcpkg-cmake.md
vcpkg/docs/maintainers/ports/vcpkg-pkgconfig-get-modules.md
vcpkg/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_build.md
vcpkg/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_configure.md
vcpkg/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_get_vars.md
vcpkg/docs/maintainers/ports/vcpkg-cmake/vcpkg_cmake_install.md
vcpkg/docs/maintainers/ports/vcpkg-cmake-config/vcpkg_cmake_config_fixup.md
vcpkg/docs/maintainers/ports/vcpkg-pkgconfig-get-modules/x_vcpkg_pkgconfig_get_modules.md
vcpkg/docs/specifications/binarycaching.md
vcpkg/docs/specifications/export-command.md
vcpkg/docs/specifications/feature-packages.md
vcpkg/docs/specifications/manifests.md
vcpkg/docs/specifications/ports-overlay.md
vcpkg/docs/specifications/prefab.md
vcpkg/docs/specifications/registries-2.md
vcpkg/docs/specifications/registries.md
vcpkg/docs/specifications/scripts-extraction.md
vcpkg/docs/specifications/versioning.md
vcpkg/docs/users/android.md
vcpkg/docs/users/assetcaching.md
vcpkg/docs/users/authentication.md
vcpkg/docs/users/binarycaching.md
vcpkg/docs/users/config-environment.md
vcpkg/docs/users/host-dependencies.md
vcpkg/docs/users/integration.md
vcpkg/docs/users/manifests.md
vcpkg/docs/users/mingw.md
vcpkg/docs/users/registries.md
vcpkg/docs/users/selecting-library-features.md
vcpkg/docs/users/triplets.md
vcpkg/docs/users/versioning.implementation-details.md
vcpkg/docs/users/versioning.md
vcpkg/ports/3fd/RapidXML.patch
vcpkg/ports/3fd/portfile.cmake
vcpkg/ports/3fd/vcpkg.json
vcpkg/ports/7zip/CMakeLists.txt
vcpkg/ports/7zip/License.txt
vcpkg/ports/7zip/portfile.cmake
vcpkg/ports/7zip/unRarLicense.txt
vcpkg/ports/7zip/vcpkg.json
vcpkg/ports/abseil/fix-32-bit-arm.patch
vcpkg/ports/abseil/fix-cxx-standard.patch
vcpkg/ports/abseil/portfile.cmake
vcpkg/ports/abseil/vcpkg.json
vcpkg/ports/absent/portfile.cmake
vcpkg/ports/absent/vcpkg.json
vcpkg/ports/ace/portfile.cmake
vcpkg/ports/ace/vcpkg.json
vcpkg/ports/activemq-cpp/FunctionLevelLinkingOn.diff
vcpkg/ports/activemq-cpp/activemq-cppConfig.cmake
vcpkg/ports/activemq-cpp/fix-crt-linkage-dyn.patch
vcpkg/ports/activemq-cpp/fix-crt-linkage.patch
vcpkg/ports/activemq-cpp/portfile.cmake
vcpkg/ports/activemq-cpp/vcpkg.json
vcpkg/ports/ade/portfile.cmake
vcpkg/ports/ade/vcpkg.json
vcpkg/ports/advobfuscator/portfile.cmake
vcpkg/ports/advobfuscator/vcpkg.json
vcpkg/ports/aixlog/portfile.cmake
vcpkg/ports/aixlog/vcpkg.json
vcpkg/ports/akali/portfile.cmake
vcpkg/ports/akali/vcpkg.json
vcpkg/ports/alac/CMakeLists.txt
vcpkg/ports/alac/portfile.cmake
vcpkg/ports/alac/vcpkg.json
vcpkg/ports/alac-decoder/CMakeLists.txt
vcpkg/ports/alac-decoder/decomp.c
vcpkg/ports/alac-decoder/no-pragma-warning.patch
vcpkg/ports/alac-decoder/portfile.cmake
vcpkg/ports/alac-decoder/remove_stdint_headers.patch
vcpkg/ports/alac-decoder/vcpkg.json
vcpkg/ports/alembic/disable-warnings-as-error.patch
vcpkg/ports/alembic/fix-runtime-destination.patch
vcpkg/ports/alembic/portfile.cmake
vcpkg/ports/alembic/vcpkg.json
vcpkg/ports/aliyun-oss-c-sdk/patch.patch
vcpkg/ports/aliyun-oss-c-sdk/portfile.cmake
vcpkg/ports/aliyun-oss-c-sdk/vcpkg.json
vcpkg/ports/allegro5/do-not-copy-pdbs-to-lib.patch
vcpkg/ports/allegro5/export-targets.patch
vcpkg/ports/allegro5/fix-pdb-install.patch
vcpkg/ports/allegro5/portfile.cmake
vcpkg/ports/allegro5/vcpkg.json
vcpkg/ports/alsa/portfile.cmake
vcpkg/ports/alsa/vcpkg.json
vcpkg/ports/ampl-asl/copyright
vcpkg/ports/ampl-asl/fix-crt-linkage.patch
vcpkg/ports/ampl-asl/install-extra-headers.patch
vcpkg/ports/ampl-asl/install-targets.patch
vcpkg/ports/ampl-asl/portfile.cmake
vcpkg/ports/ampl-asl/vcpkg.json
vcpkg/ports/ampl-asl/workaround-msvc-optimizer-ice.patch
vcpkg/ports/ampl-mp/disable-matlab-mex.patch
vcpkg/ports/ampl-mp/fix-arm-build.patch
vcpkg/ports/ampl-mp/fix-build.patch
vcpkg/ports/ampl-mp/fix-dependency-asl.patch
vcpkg/ports/ampl-mp/install-targets.patch
vcpkg/ports/ampl-mp/portfile.cmake
vcpkg/ports/ampl-mp/vcpkg.json
vcpkg/ports/amqpcpp/find-openssl.patch
vcpkg/ports/amqpcpp/portfile.cmake
vcpkg/ports/amqpcpp/vcpkg.json
vcpkg/ports/anax/Add-bin-output.patch
vcpkg/ports/anax/portfile.cmake
vcpkg/ports/anax/vcpkg.json
vcpkg/ports/angelscript/LICENSE
vcpkg/ports/angelscript/mark-threads-private.patch
vcpkg/ports/angelscript/portfile.cmake
vcpkg/ports/angelscript/vcpkg.json
vcpkg/ports/angle/001-fix-uwp.patch
vcpkg/ports/angle/002-fix-builder-error.patch
vcpkg/ports/angle/003-fix-mingw.patch
vcpkg/ports/angle/CMakeLists.txt
vcpkg/ports/angle/angle_commit.h
vcpkg/ports/angle/portfile.cmake
vcpkg/ports/angle/third-party-zlib-far-undef.patch
vcpkg/ports/angle/vcpkg.json
vcpkg/ports/antlr4/export_guid.patch
vcpkg/ports/antlr4/fix_utfcpp_dependency.patch
vcpkg/ports/antlr4/fixed_build.patch
vcpkg/ports/antlr4/portfile.cmake
vcpkg/ports/antlr4/uuid_discovery_fix.patch
vcpkg/ports/antlr4/vcpkg.json
vcpkg/ports/any-lite/portfile.cmake
vcpkg/ports/any-lite/vcpkg.json
vcpkg/ports/anyrpc/portfile.cmake
vcpkg/ports/anyrpc/vcpkg.json
vcpkg/ports/aom/aom-install.diff
vcpkg/ports/aom/aom-rename-static.diff
vcpkg/ports/aom/aom-uninitialized-pointer.diff
vcpkg/ports/aom/portfile.cmake
vcpkg/ports/aom/vcpkg.json
vcpkg/ports/approval-tests-cpp/portfile.cmake
vcpkg/ports/approval-tests-cpp/vcpkg.json
vcpkg/ports/apr/portfile.cmake
vcpkg/ports/apr/vcpkg.json
vcpkg/ports/apr-util/apr.patch
vcpkg/ports/apr-util/portfile.cmake
vcpkg/ports/apr-util/use-vcpkg-expat.patch
vcpkg/ports/apr-util/vcpkg.json
vcpkg/ports/apsi/portfile.cmake
vcpkg/ports/apsi/vcpkg.json
vcpkg/ports/arb/fix-build-error.patch
vcpkg/ports/arb/portfile.cmake
vcpkg/ports/arb/vcpkg.json
vcpkg/ports/arcus/0001-fix-protobuf-deprecated.patch
vcpkg/ports/arcus/portfile.cmake
vcpkg/ports/arcus/vcpkg.json
vcpkg/ports/argagg/portfile.cmake
vcpkg/ports/argagg/vcpkg.json
vcpkg/ports/argh/portfile.cmake
vcpkg/ports/argh/remove_unnamespaced_license_file.patch
vcpkg/ports/argh/vcpkg.json
vcpkg/ports/argparse/portfile.cmake
vcpkg/ports/argparse/vcpkg.json
vcpkg/ports/args/portfile.cmake
vcpkg/ports/args/vcpkg.json
vcpkg/ports/argtable2/0001-fix-install-dirs.patch
vcpkg/ports/argtable2/0002-include-correct-headers.patch
vcpkg/ports/argtable2/portfile.cmake
vcpkg/ports/argtable2/vcpkg.json
vcpkg/ports/argtable3/portfile.cmake
vcpkg/ports/argtable3/vcpkg.json
vcpkg/ports/argumentum/portfile.cmake
vcpkg/ports/argumentum/vcpkg.json
vcpkg/ports/aricpp/portfile.cmake
vcpkg/ports/aricpp/vcpkg.json
vcpkg/ports/armadillo/add-disable-find-package.patch
vcpkg/ports/armadillo/fix-CMakePath.patch
vcpkg/ports/armadillo/portfile.cmake
vcpkg/ports/armadillo/remove_custom_modules.patch
vcpkg/ports/armadillo/usage
vcpkg/ports/armadillo/vcpkg.json
vcpkg/ports/arrayfire/Fix-constexpr-error-with-vs2019-with-half.patch
vcpkg/ports/arrayfire/build.patch
vcpkg/ports/arrayfire/portfile.cmake
vcpkg/ports/arrayfire/vcpkg.json
vcpkg/ports/arrow/all.patch
vcpkg/ports/arrow/fix-dependencies.patch
vcpkg/ports/arrow/portfile.cmake
vcpkg/ports/arrow/usage
vcpkg/ports/arrow/vcpkg-cmake-wrapper.cmake
vcpkg/ports/arrow/vcpkg.json
vcpkg/ports/ashes/fix-cast.patch
vcpkg/ports/ashes/portfile.cmake
vcpkg/ports/ashes/vcpkg.json
vcpkg/ports/asio/CMakeLists.txt
vcpkg/ports/asio/asio-config.cmake
vcpkg/ports/asio/portfile.cmake
vcpkg/ports/asio/vcpkg.json
vcpkg/ports/asio-grpc/portfile.cmake
vcpkg/ports/asio-grpc/usage
vcpkg/ports/asio-grpc/vcpkg.json
vcpkg/ports/asiosdk/Findasiosdk.cmake
vcpkg/ports/asiosdk/portfile.cmake
vcpkg/ports/asiosdk/usage
vcpkg/ports/asiosdk/vcpkg-cmake-wrapper.cmake
vcpkg/ports/asiosdk/vcpkg.json
vcpkg/ports/asmjit/portfile.cmake
vcpkg/ports/asmjit/vcpkg.json
vcpkg/ports/assimp/build_fixes.patch
vcpkg/ports/assimp/irrlicht.patch
vcpkg/ports/assimp/portfile.cmake
vcpkg/ports/assimp/vcpkg.json
vcpkg/ports/asynch/portfile.cmake
vcpkg/ports/asynch/vcpkg.json
vcpkg/ports/asyncplusplus/portfile.cmake
vcpkg/ports/asyncplusplus/vcpkg.json
vcpkg/ports/atk/portfile.cmake
vcpkg/ports/atk/vcpkg.json
vcpkg/ports/atkmm/COPYING
vcpkg/ports/atkmm/portfile.cmake
vcpkg/ports/atkmm/vcpkg.json
vcpkg/ports/atlmfc/portfile.cmake
vcpkg/ports/atlmfc/vcpkg.json
vcpkg/ports/atomic-queue/portfile.cmake
vcpkg/ports/atomic-queue/vcpkg.json
vcpkg/ports/aubio/CMakeLists.txt
vcpkg/ports/aubio/portfile.cmake
vcpkg/ports/aubio/vcpkg.json
vcpkg/ports/audiofile/fix-cmakeLists.patch
vcpkg/ports/audiofile/portfile.cmake
vcpkg/ports/audiofile/vcpkg.json
vcpkg/ports/aurora/portfile.cmake
vcpkg/ports/aurora/vcpkg.json
vcpkg/ports/autobahn/portfile.cmake
vcpkg/ports/autobahn/vcpkg.json
vcpkg/ports/autodock-vina/CMakeLists.txt
vcpkg/ports/autodock-vina/portfile.cmake
vcpkg/ports/autodock-vina/vcpkg.json
vcpkg/ports/avcpp/0002-av_init_packet_deprecation.patch
vcpkg/ports/avcpp/fix-pkgconfig-location.patch
vcpkg/ports/avcpp/portfile.cmake
vcpkg/ports/avcpp/vcpkg.json
vcpkg/ports/avisynthplus/portfile.cmake
vcpkg/ports/avisynthplus/vcpkg.json
vcpkg/ports/avro-c/avro.patch
vcpkg/ports/avro-c/portfile.cmake
vcpkg/ports/avro-c/vcpkg.json
vcpkg/ports/avro-cpp/fix-windows-build.patch
vcpkg/ports/avro-cpp/install.patch
vcpkg/ports/avro-cpp/portfile.cmake
vcpkg/ports/avro-cpp/vcpkg.json
vcpkg/ports/aws-c-auth/fix-cmake-target-path.patch
vcpkg/ports/aws-c-auth/portfile.cmake
vcpkg/ports/aws-c-auth/vcpkg.json
vcpkg/ports/aws-c-cal/fix-cmake-target-path.patch
vcpkg/ports/aws-c-cal/portfile.cmake
vcpkg/ports/aws-c-cal/remove-libcrypto-messages.patch
vcpkg/ports/aws-c-cal/vcpkg.json
vcpkg/ports/aws-c-common/disable-internal-crt-option.patch
vcpkg/ports/aws-c-common/fix-cmake-target-path.patch
vcpkg/ports/aws-c-common/portfile.cmake
vcpkg/ports/aws-c-common/vcpkg.json
vcpkg/ports/aws-c-compression/fix-cmake-target-path.patch
vcpkg/ports/aws-c-compression/portfile.cmake
vcpkg/ports/aws-c-compression/vcpkg.json
vcpkg/ports/aws-c-event-stream/fix-cmake-target-path.patch
vcpkg/ports/aws-c-event-stream/portfile.cmake
vcpkg/ports/aws-c-event-stream/vcpkg.json
vcpkg/ports/aws-c-http/fix-cmake-target-path.patch
vcpkg/ports/aws-c-http/portfile.cmake
vcpkg/ports/aws-c-http/vcpkg.json
vcpkg/ports/aws-c-io/fix-cmake-target-path.patch
vcpkg/ports/aws-c-io/portfile.cmake
vcpkg/ports/aws-c-io/vcpkg.json
vcpkg/ports/aws-c-mqtt/fix-cmake-target-path.patch
vcpkg/ports/aws-c-mqtt/portfile.cmake
vcpkg/ports/aws-c-mqtt/vcpkg.json
vcpkg/ports/aws-c-s3/fix-cmake-target-path.patch
vcpkg/ports/aws-c-s3/portfile.cmake
vcpkg/ports/aws-c-s3/vcpkg.json
vcpkg/ports/aws-checksums/fix-cmake-target-path.patch
vcpkg/ports/aws-checksums/portfile.cmake
vcpkg/ports/aws-checksums/vcpkg.json
vcpkg/ports/aws-crt-cpp/fix-cmake-target-path.patch
vcpkg/ports/aws-crt-cpp/fix-ios-build.patch
vcpkg/ports/aws-crt-cpp/portfile.cmake
vcpkg/ports/aws-crt-cpp/vcpkg.json
vcpkg/ports/aws-lambda-cpp/portfile.cmake
vcpkg/ports/aws-lambda-cpp/vcpkg.json
vcpkg/ports/aws-sdk-cpp/compute_build_only.cmake
vcpkg/ports/aws-sdk-cpp/fix-aws-root.patch
vcpkg/ports/aws-sdk-cpp/fix-config.patch
vcpkg/ports/aws-sdk-cpp/generateFeatures.ps1
vcpkg/ports/aws-sdk-cpp/patch-relocatable-rpath.patch
vcpkg/ports/aws-sdk-cpp/portfile.cmake
vcpkg/ports/aws-sdk-cpp/usage
vcpkg/ports/aws-sdk-cpp/vcpkg.json
vcpkg/ports/azmq/portfile.cmake
vcpkg/ports/azmq/vcpkg.json
vcpkg/ports/azure-c-shared-utility/disable-error.patch
vcpkg/ports/azure-c-shared-utility/fix-install-location.patch
vcpkg/ports/azure-c-shared-utility/fix-utilityFunctions-conditions-preview.patch
vcpkg/ports/azure-c-shared-utility/fix-utilityFunctions-conditions.patch
vcpkg/ports/azure-c-shared-utility/improve-dependencies.patch
vcpkg/ports/azure-c-shared-utility/portfile.cmake
vcpkg/ports/azure-c-shared-utility/vcpkg.json
vcpkg/ports/azure-core-cpp/portfile.cmake
vcpkg/ports/azure-core-cpp/vcpkg.json
vcpkg/ports/azure-identity-cpp/portfile.cmake
vcpkg/ports/azure-identity-cpp/vcpkg.json
vcpkg/ports/azure-iot-sdk-c/fix-install-location.patch
vcpkg/ports/azure-iot-sdk-c/fix-iothubclient-includes.patch
vcpkg/ports/azure-iot-sdk-c/improve-external-deps.patch
vcpkg/ports/azure-iot-sdk-c/portfile.cmake
vcpkg/ports/azure-iot-sdk-c/remove-werror.patch
vcpkg/ports/azure-iot-sdk-c/vcpkg.json
vcpkg/ports/azure-kinect-sensor-sdk/fix-build-imgui.patch
vcpkg/ports/azure-kinect-sensor-sdk/fix-builds.patch
vcpkg/ports/azure-kinect-sensor-sdk/fix-calibration-c.patch
vcpkg/ports/azure-kinect-sensor-sdk/fix-dependency-imgui.patch
vcpkg/ports/azure-kinect-sensor-sdk/fix-linux.patch
vcpkg/ports/azure-kinect-sensor-sdk/k4adeploy.ps1
vcpkg/ports/azure-kinect-sensor-sdk/portfile.cmake
vcpkg/ports/azure-kinect-sensor-sdk/vcpkg.json
vcpkg/ports/azure-macro-utils-c/portfile.cmake
vcpkg/ports/azure-macro-utils-c/vcpkg.json
vcpkg/ports/azure-security-keyvault-certificates-cpp/portfile.cmake
vcpkg/ports/azure-security-keyvault-certificates-cpp/vcpkg.json
vcpkg/ports/azure-security-keyvault-keys-cpp/portfile.cmake
vcpkg/ports/azure-security-keyvault-keys-cpp/vcpkg.json
vcpkg/ports/azure-security-keyvault-secrets-cpp/portfile.cmake
vcpkg/ports/azure-security-keyvault-secrets-cpp/vcpkg.json
vcpkg/ports/azure-storage-blobs-cpp/portfile.cmake
vcpkg/ports/azure-storage-blobs-cpp/vcpkg.json
vcpkg/ports/azure-storage-common-cpp/portfile.cmake
vcpkg/ports/azure-storage-common-cpp/vcpkg.json
vcpkg/ports/azure-storage-cpp/portfile.cmake
vcpkg/ports/azure-storage-cpp/vcpkg.json
vcpkg/ports/azure-storage-files-datalake-cpp/portfile.cmake
vcpkg/ports/azure-storage-files-datalake-cpp/vcpkg.json
vcpkg/ports/azure-storage-files-shares-cpp/portfile.cmake
vcpkg/ports/azure-storage-files-shares-cpp/vcpkg.json
vcpkg/ports/azure-storage-queues-cpp/portfile.cmake
vcpkg/ports/azure-storage-queues-cpp/vcpkg.json
vcpkg/ports/azure-uamqp-c/portfile.cmake
vcpkg/ports/azure-uamqp-c/vcpkg.json
vcpkg/ports/azure-uhttp-c/fix-install-location.patch
vcpkg/ports/azure-uhttp-c/portfile.cmake
vcpkg/ports/azure-uhttp-c/vcpkg.json
vcpkg/ports/azure-umqtt-c/fix-install-location.patch
vcpkg/ports/azure-umqtt-c/portfile.cmake
vcpkg/ports/azure-umqtt-c/vcpkg.json
vcpkg/ports/b64/CMakeLists.txt
vcpkg/ports/b64/b64_dynamic_config.h
vcpkg/ports/b64/b64_static_config.h
vcpkg/ports/b64/portfile.cmake
vcpkg/ports/b64/vcpkg.json
vcpkg/ports/b64/windows-fix.patch
vcpkg/ports/basisu/fix-addostream.patch
vcpkg/ports/basisu/portfile.cmake
vcpkg/ports/basisu/vcpkg.json
vcpkg/ports/bcg729/disable-alt-packaging.patch
vcpkg/ports/bcg729/portfile.cmake
vcpkg/ports/bcg729/vcpkg.json
vcpkg/ports/bddisasm/portfile.cmake
vcpkg/ports/bddisasm/vcpkg.json
vcpkg/ports/bde/portfile.cmake
vcpkg/ports/bde/vcpkg.json
vcpkg/ports/bdwgc/portfile.cmake
vcpkg/ports/bdwgc/vcpkg.json
vcpkg/ports/beast/portfile.cmake
vcpkg/ports/beast/vcpkg.json
vcpkg/ports/behaviortree-cpp/001_port_fixes.patch
vcpkg/ports/behaviortree-cpp/002_fix_dependencies.patch
vcpkg/ports/behaviortree-cpp/portfile.cmake
vcpkg/ports/behaviortree-cpp/vcpkg.json
vcpkg/ports/benchmark/portfile.cmake
vcpkg/ports/benchmark/vcpkg.json
vcpkg/ports/bento4/LICENSE
vcpkg/ports/bento4/fix-install-and-c4996-error.patch
vcpkg/ports/bento4/portfile.cmake
vcpkg/ports/bento4/vcpkg.json
vcpkg/ports/berkeleydb/CMakeLists.txt
vcpkg/ports/berkeleydb/fix-conflict-macro.patch
vcpkg/ports/berkeleydb/portfile.cmake
vcpkg/ports/berkeleydb/vcpkg.json
vcpkg/ports/bext-di/portfile.cmake
vcpkg/ports/bext-di/vcpkg.json
vcpkg/ports/bext-sml/portfile.cmake
vcpkg/ports/bext-sml/vcpkg.json
vcpkg/ports/bext-ut/portfile.cmake
vcpkg/ports/bext-ut/vcpkg.json
vcpkg/ports/bext-wintls/portfile.cmake
vcpkg/ports/bext-wintls/vcpkg.json
vcpkg/ports/bfgroup-lyra/portfile.cmake
vcpkg/ports/bfgroup-lyra/vcpkg.json
vcpkg/ports/bigint/CMakeLists.txt
vcpkg/ports/bigint/fix-osx-usage.patch
vcpkg/ports/bigint/portfile.cmake
vcpkg/ports/bigint/vcpkg.json
vcpkg/ports/binn/0001_fix_uwp.patch
vcpkg/ports/binn/CMakeLists.txt
vcpkg/ports/binn/portfile.cmake
vcpkg/ports/binn/vcpkg.json
vcpkg/ports/bitmagic/portfile.cmake
vcpkg/ports/bitmagic/vcpkg.json
vcpkg/ports/bitserializer/portfile.cmake
vcpkg/ports/bitserializer/vcpkg.json
vcpkg/ports/bitserializer-cpprestjson/portfile.cmake
vcpkg/ports/bitserializer-cpprestjson/vcpkg.json
vcpkg/ports/bitserializer-pugixml/portfile.cmake
vcpkg/ports/bitserializer-pugixml/vcpkg.json
vcpkg/ports/bitserializer-rapidjson/portfile.cmake
vcpkg/ports/bitserializer-rapidjson/vcpkg.json
vcpkg/ports/bitserializer-rapidyaml/portfile.cmake
vcpkg/ports/bitserializer-rapidyaml/vcpkg.json
vcpkg/ports/bitsery/portfile.cmake
vcpkg/ports/bitsery/vcpkg.json
vcpkg/ports/blas/CMakeLists.txt
vcpkg/ports/blas/portfile.cmake
vcpkg/ports/blas/vcpkg.json
vcpkg/ports/blaze/fix-vm-build.patch
vcpkg/ports/blaze/portfile.cmake
vcpkg/ports/blaze/vcpkg.json
vcpkg/ports/blend2d/portfile.cmake
vcpkg/ports/blend2d/usage
vcpkg/ports/blend2d/vcpkg.json
vcpkg/ports/blitz/portfile.cmake
vcpkg/ports/blitz/vcpkg.json
vcpkg/ports/blosc/0001-find-deps.patch
vcpkg/ports/blosc/0002-export-blosc-config.patch
vcpkg/ports/blosc/portfile.cmake
vcpkg/ports/blosc/vcpkg.json
vcpkg/ports/boinc/001-add-openssl3-support.patch
vcpkg/ports/boinc/CMakeLists.txt
vcpkg/ports/boinc/portfile.cmake
vcpkg/ports/boinc/vcpkg.json
vcpkg/ports/bond/fix-install-path.patch
vcpkg/ports/bond/portfile.cmake
vcpkg/ports/bond/skip-grpc-compilation.patch
vcpkg/ports/bond/vcpkg.json
vcpkg/ports/boolinq/portfile.cmake
vcpkg/ports/boolinq/vcpkg.json
vcpkg/ports/boost/portfile.cmake
vcpkg/ports/boost/usage
vcpkg/ports/boost/vcpkg.json
vcpkg/ports/boost-accumulators/portfile.cmake
vcpkg/ports/boost-accumulators/vcpkg.json
vcpkg/ports/boost-algorithm/portfile.cmake
vcpkg/ports/boost-algorithm/vcpkg.json
vcpkg/ports/boost-align/portfile.cmake
vcpkg/ports/boost-align/vcpkg.json
vcpkg/ports/boost-any/portfile.cmake
vcpkg/ports/boost-any/vcpkg.json
vcpkg/ports/boost-array/portfile.cmake
vcpkg/ports/boost-array/vcpkg.json
vcpkg/ports/boost-asio/portfile.cmake
vcpkg/ports/boost-asio/vcpkg.json
vcpkg/ports/boost-asio/windows_alloca_header.patch
vcpkg/ports/boost-assert/portfile.cmake
vcpkg/ports/boost-assert/vcpkg.json
vcpkg/ports/boost-assign/portfile.cmake
vcpkg/ports/boost-assign/vcpkg.json
vcpkg/ports/boost-atomic/0001-fix-compilation-for-uwp.patch
vcpkg/ports/boost-atomic/portfile.cmake
vcpkg/ports/boost-atomic/vcpkg.json
vcpkg/ports/boost-beast/portfile.cmake
vcpkg/ports/boost-beast/vcpkg.json
vcpkg/ports/boost-bimap/portfile.cmake
vcpkg/ports/boost-bimap/vcpkg.json
vcpkg/ports/boost-bind/portfile.cmake
vcpkg/ports/boost-bind/vcpkg.json
vcpkg/ports/boost-build/0001-don-t-skip-install-targets.patch
vcpkg/ports/boost-build/0002-fix-get-version.patch
vcpkg/ports/boost-build/portfile.cmake
vcpkg/ports/boost-build/vcpkg.json
vcpkg/ports/boost-callable-traits/portfile.cmake
vcpkg/ports/boost-callable-traits/vcpkg.json
vcpkg/ports/boost-chrono/portfile.cmake
vcpkg/ports/boost-chrono/vcpkg.json
vcpkg/ports/boost-circular-buffer/portfile.cmake
vcpkg/ports/boost-circular-buffer/vcpkg.json
vcpkg/ports/boost-compatibility/portfile.cmake
vcpkg/ports/boost-compatibility/vcpkg.json
vcpkg/ports/boost-compute/portfile.cmake
vcpkg/ports/boost-compute/vcpkg.json
vcpkg/ports/boost-concept-check/portfile.cmake
vcpkg/ports/boost-concept-check/vcpkg.json
vcpkg/ports/boost-config/portfile.cmake
vcpkg/ports/boost-config/vcpkg.json
vcpkg/ports/boost-container/portfile.cmake
vcpkg/ports/boost-container/vcpkg.json
vcpkg/ports/boost-container-hash/portfile.cmake
vcpkg/ports/boost-container-hash/vcpkg.json
vcpkg/ports/boost-context/b2-options.cmake.in
vcpkg/ports/boost-context/portfile.cmake
vcpkg/ports/boost-context/vcpkg.json
vcpkg/ports/boost-contract/portfile.cmake
vcpkg/ports/boost-contract/vcpkg.json
vcpkg/ports/boost-conversion/portfile.cmake
vcpkg/ports/boost-conversion/vcpkg.json
vcpkg/ports/boost-convert/portfile.cmake
vcpkg/ports/boost-convert/vcpkg.json
vcpkg/ports/boost-core/portfile.cmake
vcpkg/ports/boost-core/vcpkg.json
vcpkg/ports/boost-coroutine/portfile.cmake
vcpkg/ports/boost-coroutine/vcpkg.json
vcpkg/ports/boost-coroutine2/portfile.cmake
vcpkg/ports/boost-coroutine2/vcpkg.json
vcpkg/ports/boost-crc/portfile.cmake
vcpkg/ports/boost-crc/vcpkg.json
vcpkg/ports/boost-date-time/portfile.cmake
vcpkg/ports/boost-date-time/vcpkg.json
vcpkg/ports/boost-describe/portfile.cmake
vcpkg/ports/boost-describe/vcpkg.json
vcpkg/ports/boost-detail/portfile.cmake
vcpkg/ports/boost-detail/vcpkg.json
vcpkg/ports/boost-dll/portfile.cmake
vcpkg/ports/boost-dll/vcpkg.json
vcpkg/ports/boost-dynamic-bitset/portfile.cmake
vcpkg/ports/boost-dynamic-bitset/vcpkg.json
vcpkg/ports/boost-endian/portfile.cmake
vcpkg/ports/boost-endian/vcpkg.json
vcpkg/ports/boost-exception/portfile.cmake
vcpkg/ports/boost-exception/vcpkg.json
vcpkg/ports/boost-fiber/b2-options.cmake
vcpkg/ports/boost-fiber/fix-build-numa.patch
vcpkg/ports/boost-fiber/portfile.cmake
vcpkg/ports/boost-fiber/vcpkg.json
vcpkg/ports/boost-filesystem/portfile.cmake
vcpkg/ports/boost-filesystem/vcpkg.json
vcpkg/ports/boost-flyweight/portfile.cmake
vcpkg/ports/boost-flyweight/vcpkg.json
vcpkg/ports/boost-foreach/portfile.cmake
vcpkg/ports/boost-foreach/vcpkg.json
vcpkg/ports/boost-format/portfile.cmake
vcpkg/ports/boost-format/vcpkg.json
vcpkg/ports/boost-function/portfile.cmake
vcpkg/ports/boost-function/vcpkg.json
vcpkg/ports/boost-function-types/portfile.cmake
vcpkg/ports/boost-function-types/vcpkg.json
vcpkg/ports/boost-functional/portfile.cmake
vcpkg/ports/boost-functional/vcpkg.json
vcpkg/ports/boost-fusion/portfile.cmake
vcpkg/ports/boost-fusion/vcpkg.json
vcpkg/ports/boost-geometry/portfile.cmake
vcpkg/ports/boost-geometry/vcpkg.json
vcpkg/ports/boost-gil/portfile.cmake
vcpkg/ports/boost-gil/vcpkg.json
vcpkg/ports/boost-graph/portfile.cmake
vcpkg/ports/boost-graph/vcpkg.json
vcpkg/ports/boost-graph-parallel/portfile.cmake
vcpkg/ports/boost-graph-parallel/vcpkg.json
vcpkg/ports/boost-hana/portfile.cmake
vcpkg/ports/boost-hana/vcpkg.json
vcpkg/ports/boost-heap/portfile.cmake
vcpkg/ports/boost-heap/vcpkg.json
vcpkg/ports/boost-histogram/portfile.cmake
vcpkg/ports/boost-histogram/vcpkg.json
vcpkg/ports/boost-hof/portfile.cmake
vcpkg/ports/boost-hof/vcpkg.json
vcpkg/ports/boost-icl/portfile.cmake
vcpkg/ports/boost-icl/vcpkg.json
vcpkg/ports/boost-integer/portfile.cmake
vcpkg/ports/boost-integer/vcpkg.json
vcpkg/ports/boost-interprocess/portfile.cmake
vcpkg/ports/boost-interprocess/vcpkg.json
vcpkg/ports/boost-interval/portfile.cmake
vcpkg/ports/boost-interval/vcpkg.json
vcpkg/ports/boost-intrusive/portfile.cmake
vcpkg/ports/boost-intrusive/vcpkg.json
vcpkg/ports/boost-io/portfile.cmake
vcpkg/ports/boost-io/vcpkg.json
vcpkg/ports/boost-iostreams/Removeseekpos.patch
vcpkg/ports/boost-iostreams/b2-options.cmake
vcpkg/ports/boost-iostreams/portfile.cmake
vcpkg/ports/boost-iostreams/vcpkg.json
vcpkg/ports/boost-iterator/portfile.cmake
vcpkg/ports/boost-iterator/vcpkg.json
vcpkg/ports/boost-json/b2-options.cmake
vcpkg/ports/boost-json/portfile.cmake
vcpkg/ports/boost-json/vcpkg.json
vcpkg/ports/boost-lambda/portfile.cmake
vcpkg/ports/boost-lambda/vcpkg.json
vcpkg/ports/boost-lambda2/portfile.cmake
vcpkg/ports/boost-lambda2/vcpkg.json
vcpkg/ports/boost-leaf/portfile.cmake
vcpkg/ports/boost-leaf/vcpkg.json
vcpkg/ports/boost-lexical-cast/portfile.cmake
vcpkg/ports/boost-lexical-cast/vcpkg.json
vcpkg/ports/boost-local-function/portfile.cmake
vcpkg/ports/boost-local-function/vcpkg.json
vcpkg/ports/boost-locale/0001-Fix-boost-ICU-support.patch
vcpkg/ports/boost-locale/allow-force-finding-iconv.patch
vcpkg/ports/boost-locale/b2-options.cmake.in
vcpkg/ports/boost-locale/portfile.cmake
vcpkg/ports/boost-locale/vcpkg.json
vcpkg/ports/boost-lockfree/portfile.cmake
vcpkg/ports/boost-lockfree/vcpkg.json
vcpkg/ports/boost-log/portfile.cmake
vcpkg/ports/boost-log/vcpkg.json
vcpkg/ports/boost-logic/portfile.cmake
vcpkg/ports/boost-logic/vcpkg.json
vcpkg/ports/boost-math/001-remove-checks.patch
vcpkg/ports/boost-math/b2-options.cmake
vcpkg/ports/boost-math/portfile.cmake
vcpkg/ports/boost-math/vcpkg.json
vcpkg/ports/boost-metaparse/portfile.cmake
vcpkg/ports/boost-metaparse/vcpkg.json
vcpkg/ports/boost-modular-build-helper/CMakeLists.txt
vcpkg/ports/boost-modular-build-helper/Jamroot.jam.in
vcpkg/ports/boost-modular-build-helper/boost-modular-build.cmake
vcpkg/ports/boost-modular-build-helper/nothing.bat
vcpkg/ports/boost-modular-build-helper/portfile.cmake
vcpkg/ports/boost-modular-build-helper/usage
vcpkg/ports/boost-modular-build-helper/user-config.jam.in
vcpkg/ports/boost-modular-build-helper/vcpkg.json
vcpkg/ports/boost-move/portfile.cmake
vcpkg/ports/boost-move/vcpkg.json
vcpkg/ports/boost-mp11/portfile.cmake
vcpkg/ports/boost-mp11/vcpkg.json
vcpkg/ports/boost-mpi/fix-build-boost_mpi_python-on-windows.patch
vcpkg/ports/boost-mpi/portfile.cmake
vcpkg/ports/boost-mpi/vcpkg.json
vcpkg/ports/boost-mpl/portfile.cmake
vcpkg/ports/boost-mpl/vcpkg.json
vcpkg/ports/boost-msm/portfile.cmake
vcpkg/ports/boost-msm/vcpkg.json
vcpkg/ports/boost-multi-array/portfile.cmake
vcpkg/ports/boost-multi-array/vcpkg.json
vcpkg/ports/boost-multi-index/portfile.cmake
vcpkg/ports/boost-multi-index/vcpkg.json
vcpkg/ports/boost-multiprecision/0001-Fix-selection-logic-in-intel_intrinsics.hpp.patch
vcpkg/ports/boost-multiprecision/portfile.cmake
vcpkg/ports/boost-multiprecision/vcpkg.json
vcpkg/ports/boost-nowide/b2-options.cmake
vcpkg/ports/boost-nowide/portfile.cmake
vcpkg/ports/boost-nowide/vcpkg.json
vcpkg/ports/boost-numeric-conversion/portfile.cmake
vcpkg/ports/boost-numeric-conversion/vcpkg.json
vcpkg/ports/boost-odeint/portfile.cmake
vcpkg/ports/boost-odeint/vcpkg.json
vcpkg/ports/boost-optional/portfile.cmake
vcpkg/ports/boost-optional/vcpkg.json
vcpkg/ports/boost-outcome/portfile.cmake
vcpkg/ports/boost-outcome/vcpkg.json
vcpkg/ports/boost-parameter/portfile.cmake
vcpkg/ports/boost-parameter/vcpkg.json
vcpkg/ports/boost-parameter-python/portfile.cmake
vcpkg/ports/boost-parameter-python/vcpkg.json
vcpkg/ports/boost-pfr/portfile.cmake
vcpkg/ports/boost-pfr/vcpkg.json
vcpkg/ports/boost-phoenix/portfile.cmake
vcpkg/ports/boost-phoenix/vcpkg.json
vcpkg/ports/boost-poly-collection/portfile.cmake
vcpkg/ports/boost-poly-collection/vcpkg.json
vcpkg/ports/boost-polygon/portfile.cmake
vcpkg/ports/boost-polygon/vcpkg.json
vcpkg/ports/boost-pool/portfile.cmake
vcpkg/ports/boost-pool/vcpkg.json
vcpkg/ports/boost-predef/portfile.cmake
vcpkg/ports/boost-predef/vcpkg.json
vcpkg/ports/boost-preprocessor/portfile.cmake
vcpkg/ports/boost-preprocessor/vcpkg.json
vcpkg/ports/boost-process/fix_include.patch
vcpkg/ports/boost-process/portfile.cmake
vcpkg/ports/boost-process/vcpkg.json
vcpkg/ports/boost-program-options/portfile.cmake
vcpkg/ports/boost-program-options/vcpkg.json
vcpkg/ports/boost-property-map/portfile.cmake
vcpkg/ports/boost-property-map/vcpkg.json
vcpkg/ports/boost-property-map-parallel/portfile.cmake
vcpkg/ports/boost-property-map-parallel/vcpkg.json
vcpkg/ports/boost-property-tree/portfile.cmake
vcpkg/ports/boost-property-tree/vcpkg.json
vcpkg/ports/boost-proto/portfile.cmake
vcpkg/ports/boost-proto/vcpkg.json
vcpkg/ports/boost-ptr-container/portfile.cmake
vcpkg/ports/boost-ptr-container/vcpkg.json
vcpkg/ports/boost-python/portfile.cmake
vcpkg/ports/boost-python/vcpkg.json
vcpkg/ports/boost-qvm/portfile.cmake
vcpkg/ports/boost-qvm/vcpkg.json
vcpkg/ports/boost-random/portfile.cmake
vcpkg/ports/boost-random/vcpkg.json
vcpkg/ports/boost-range/portfile.cmake
vcpkg/ports/boost-range/vcpkg.json
vcpkg/ports/boost-ratio/portfile.cmake
vcpkg/ports/boost-ratio/vcpkg.json
vcpkg/ports/boost-rational/portfile.cmake
vcpkg/ports/boost-rational/vcpkg.json
vcpkg/ports/boost-regex/b2-options.cmake
vcpkg/ports/boost-regex/portfile.cmake
vcpkg/ports/boost-regex/vcpkg.json
vcpkg/ports/boost-safe-numerics/portfile.cmake
vcpkg/ports/boost-safe-numerics/vcpkg.json
vcpkg/ports/boost-scope-exit/portfile.cmake
vcpkg/ports/boost-scope-exit/vcpkg.json
vcpkg/ports/boost-serialization/portfile.cmake
vcpkg/ports/boost-serialization/vcpkg.json
vcpkg/ports/boost-signals2/portfile.cmake
vcpkg/ports/boost-signals2/vcpkg.json
vcpkg/ports/boost-smart-ptr/portfile.cmake
vcpkg/ports/boost-smart-ptr/vcpkg.json
vcpkg/ports/boost-sort/portfile.cmake
vcpkg/ports/boost-sort/vcpkg.json
vcpkg/ports/boost-spirit/portfile.cmake
vcpkg/ports/boost-spirit/vcpkg.json
vcpkg/ports/boost-stacktrace/portfile.cmake
vcpkg/ports/boost-stacktrace/vcpkg.json
vcpkg/ports/boost-statechart/portfile.cmake
vcpkg/ports/boost-statechart/vcpkg.json
vcpkg/ports/boost-static-assert/portfile.cmake
vcpkg/ports/boost-static-assert/vcpkg.json
vcpkg/ports/boost-static-string/portfile.cmake
vcpkg/ports/boost-static-string/vcpkg.json
vcpkg/ports/boost-stl-interfaces/portfile.cmake
vcpkg/ports/boost-stl-interfaces/vcpkg.json
vcpkg/ports/boost-system/portfile.cmake
vcpkg/ports/boost-system/vcpkg.json
vcpkg/ports/boost-test/portfile.cmake
vcpkg/ports/boost-test/vcpkg.json
vcpkg/ports/boost-thread/b2-options.cmake
vcpkg/ports/boost-thread/portfile.cmake
vcpkg/ports/boost-thread/vcpkg.json
vcpkg/ports/boost-throw-exception/portfile.cmake
vcpkg/ports/boost-throw-exception/vcpkg.json
vcpkg/ports/boost-timer/portfile.cmake
vcpkg/ports/boost-timer/vcpkg.json
vcpkg/ports/boost-tokenizer/portfile.cmake
vcpkg/ports/boost-tokenizer/vcpkg.json
vcpkg/ports/boost-tti/portfile.cmake
vcpkg/ports/boost-tti/vcpkg.json
vcpkg/ports/boost-tuple/portfile.cmake
vcpkg/ports/boost-tuple/vcpkg.json
vcpkg/ports/boost-type-erasure/portfile.cmake
vcpkg/ports/boost-type-erasure/vcpkg.json
vcpkg/ports/boost-type-index/portfile.cmake
vcpkg/ports/boost-type-index/vcpkg.json
vcpkg/ports/boost-type-traits/portfile.cmake
vcpkg/ports/boost-type-traits/vcpkg.json
vcpkg/ports/boost-typeof/portfile.cmake
vcpkg/ports/boost-typeof/vcpkg.json
vcpkg/ports/boost-ublas/portfile.cmake
vcpkg/ports/boost-ublas/vcpkg.json
vcpkg/ports/boost-uninstall/portfile.cmake
vcpkg/ports/boost-uninstall/vcpkg-cmake-wrapper.cmake
vcpkg/ports/boost-uninstall/vcpkg.json
vcpkg/ports/boost-units/portfile.cmake
vcpkg/ports/boost-units/vcpkg.json
vcpkg/ports/boost-unordered/portfile.cmake
vcpkg/ports/boost-unordered/vcpkg.json
vcpkg/ports/boost-utility/portfile.cmake
vcpkg/ports/boost-utility/vcpkg.json
vcpkg/ports/boost-uuid/portfile.cmake
vcpkg/ports/boost-uuid/vcpkg.json
vcpkg/ports/boost-variant/portfile.cmake
vcpkg/ports/boost-variant/vcpkg.json
vcpkg/ports/boost-variant2/portfile.cmake
vcpkg/ports/boost-variant2/vcpkg.json
vcpkg/ports/boost-vcpkg-helpers/boost-modular-headers.cmake
vcpkg/ports/boost-vcpkg-helpers/portfile.cmake
vcpkg/ports/boost-vcpkg-helpers/usage
vcpkg/ports/boost-vcpkg-helpers/vcpkg.json
vcpkg/ports/boost-vmd/portfile.cmake
vcpkg/ports/boost-vmd/vcpkg.json
vcpkg/ports/boost-wave/portfile.cmake
vcpkg/ports/boost-wave/vcpkg.json
vcpkg/ports/boost-winapi/portfile.cmake
vcpkg/ports/boost-winapi/vcpkg.json
vcpkg/ports/boost-xpressive/portfile.cmake
vcpkg/ports/boost-xpressive/vcpkg.json
vcpkg/ports/boost-yap/portfile.cmake
vcpkg/ports/boost-yap/vcpkg.json
vcpkg/ports/boringssl/0001-vcpkg.patch
vcpkg/ports/boringssl/0002-disable-waring-4065.patch
vcpkg/ports/boringssl/portfile.cmake
vcpkg/ports/boringssl/vcpkg.json
vcpkg/ports/botan/embed-debug-info.patch
vcpkg/ports/botan/fix-generate-build-path.patch
vcpkg/ports/botan/portfile.cmake
vcpkg/ports/botan/vcpkg.json
vcpkg/ports/box2d/portfile.cmake
vcpkg/ports/box2d/vcpkg.json
vcpkg/ports/breakpad/CMakeLists.txt
vcpkg/ports/breakpad/check_getcontext.cc
vcpkg/ports/breakpad/fix-unique_ptr.patch
vcpkg/ports/breakpad/fix-unordered_map.patch
vcpkg/ports/breakpad/portfile.cmake
vcpkg/ports/breakpad/vcpkg.json
vcpkg/ports/brigand/portfile.cmake
vcpkg/ports/brigand/remove-tests.patch
vcpkg/ports/brigand/vcpkg.json
vcpkg/ports/brotli/fix-arm-uwp.patch
vcpkg/ports/brotli/fix-ios.patch
vcpkg/ports/brotli/install.patch
vcpkg/ports/brotli/pkgconfig.patch
vcpkg/ports/brotli/portfile.cmake
vcpkg/ports/brotli/vcpkg-cmake-wrapper.cmake
vcpkg/ports/brotli/vcpkg.json
vcpkg/ports/brpc/fix_boost_ptr.patch
vcpkg/ports/brpc/fix_thrift.patch
vcpkg/ports/brpc/portfile.cmake
vcpkg/ports/brpc/vcpkg.json
vcpkg/ports/brunocodutra-metal/portfile.cmake
vcpkg/ports/brunocodutra-metal/vcpkg.json
vcpkg/ports/brynet/portfile.cmake
vcpkg/ports/brynet/vcpkg.json
vcpkg/ports/bshoshany-thread-pool/portfile.cmake
vcpkg/ports/bshoshany-thread-pool/vcpkg.json
vcpkg/ports/bsio/portfile.cmake
vcpkg/ports/bsio/vcpkg.json
vcpkg/ports/buck-yeh-bux/fix-errorC7595.patch
vcpkg/ports/buck-yeh-bux/portfile.cmake
vcpkg/ports/buck-yeh-bux/vcpkg.json
vcpkg/ports/buck-yeh-bux-mariadb-client/portfile.cmake
vcpkg/ports/buck-yeh-bux-mariadb-client/vcpkg.json
vcpkg/ports/bullet3/cmake-fix.patch
vcpkg/ports/bullet3/portfile.cmake
vcpkg/ports/bullet3/usage
vcpkg/ports/bullet3/vcpkg.json
vcpkg/ports/bustache/LICENSE
vcpkg/ports/bustache/portfile.cmake
vcpkg/ports/bustache/vcpkg.json
vcpkg/ports/butteraugli/CMakeLists.txt
vcpkg/ports/butteraugli/missing_header.patch
vcpkg/ports/butteraugli/portfile.cmake
vcpkg/ports/butteraugli/vcpkg.json
vcpkg/ports/byte-lite/portfile.cmake
vcpkg/ports/byte-lite/vcpkg.json
vcpkg/ports/bzip2/CMakeLists.txt
vcpkg/ports/bzip2/bzip2.pc.in
vcpkg/ports/bzip2/fix-import-export-macros.patch
vcpkg/ports/bzip2/portfile.cmake
vcpkg/ports/bzip2/usage
vcpkg/ports/bzip2/vcpkg.json
vcpkg/ports/c-ares/portfile.cmake
vcpkg/ports/c-ares/vcpkg.json
vcpkg/ports/c4core/portfile.cmake
vcpkg/ports/c4core/vcpkg.json
vcpkg/ports/c89stringutils/portfile.cmake
vcpkg/ports/c89stringutils/vcpkg.json
vcpkg/ports/caf/fix_dependency.patch
vcpkg/ports/caf/portfile.cmake
vcpkg/ports/caf/vcpkg.json
vcpkg/ports/caffe2/fix-protobuf-deprecated.patch
vcpkg/ports/caffe2/fix-space.patch
vcpkg/ports/caffe2/msvc-fixes.patch
vcpkg/ports/caffe2/portfile.cmake
vcpkg/ports/caffe2/vcpkg.json
vcpkg/ports/cairo/0001-meson-fix-macOS-build-and-add-macOS-ci.patch
vcpkg/ports/cairo/cairo_static_fix.patch
vcpkg/ports/cairo/meson-fix-bfd.patch
vcpkg/ports/cairo/portfile.cmake
vcpkg/ports/cairo/vcpkg.json
vcpkg/ports/cairomm/portfile.cmake
vcpkg/ports/cairomm/undef.win32.patch
vcpkg/ports/cairomm/vcpkg.json
vcpkg/ports/calceph/makefilevc.patch
vcpkg/ports/calceph/portfile.cmake
vcpkg/ports/calceph/vcpkg.json
vcpkg/ports/camport3/portfile.cmake
vcpkg/ports/camport3/vcpkg.json
vcpkg/ports/capnproto/portfile.cmake
vcpkg/ports/capnproto/vcpkg.json
vcpkg/ports/capstone/portfile.cmake
vcpkg/ports/capstone/vcpkg.json
vcpkg/ports/cartographer/fix-build-error.patch
vcpkg/ports/cartographer/fix-cmake-location.patch
vcpkg/ports/cartographer/fix-find-packages.patch
vcpkg/ports/cartographer/portfile.cmake
vcpkg/ports/cartographer/vcpkg.json
vcpkg/ports/casclib/fix-shared-windows-builds.patch
vcpkg/ports/casclib/portfile.cmake
vcpkg/ports/casclib/vcpkg.json
vcpkg/ports/catch/portfile.cmake
vcpkg/ports/catch/vcpkg.json
vcpkg/ports/catch-classic/portfile.cmake
vcpkg/ports/catch-classic/vcpkg.json
vcpkg/ports/catch2/fix-install-path.patch
vcpkg/ports/catch2/portfile.cmake
vcpkg/ports/catch2/vcpkg.json
vcpkg/ports/cccapstone/fix-include-path.patch
vcpkg/ports/cccapstone/portfile.cmake
vcpkg/ports/cccapstone/vcpkg.json
vcpkg/ports/ccd/fix-static.patch
vcpkg/ports/ccd/portfile.cmake
vcpkg/ports/ccd/support-emscripten.patch
vcpkg/ports/ccd/vcpkg.json
vcpkg/ports/ccfits/dll_exports.patch
vcpkg/ports/ccfits/fix-dependency.patch
vcpkg/ports/ccfits/portfile.cmake
vcpkg/ports/ccfits/vcpkg.json
vcpkg/ports/cctag/portfile.cmake
vcpkg/ports/cctag/vcpkg.json
vcpkg/ports/cctz/CMakeLists.txt
vcpkg/ports/cctz/portfile.cmake
vcpkg/ports/cctz/vcpkg.json
vcpkg/ports/celero/portfile.cmake
vcpkg/ports/celero/vcpkg.json
vcpkg/ports/cello/CMakeLists.txt
vcpkg/ports/cello/portfile.cmake
vcpkg/ports/cello/vcpkg.json
vcpkg/ports/cereal/portfile.cmake
vcpkg/ports/cereal/vcpkg.json
vcpkg/ports/ceres/0001_cmakelists_fixes.patch
vcpkg/ports/ceres/0002_use_glog_target.patch
vcpkg/ports/ceres/0003_fix_exported_ceres_config.patch
vcpkg/ports/ceres/0004_fix_lib_path_linux.patch
vcpkg/ports/ceres/find-package-required.patch
vcpkg/ports/ceres/portfile.cmake
vcpkg/ports/ceres/vcpkg.json
vcpkg/ports/cfitsio/0001-fix-dependencies.patch
vcpkg/ports/cfitsio/0002-export-cmake-targets.patch
vcpkg/ports/cfitsio/0003-add-Wno-error-implicit-funciton-declaration-to-cmake.patch
vcpkg/ports/cfitsio/0004-pkg-config.patch
vcpkg/ports/cfitsio/portfile.cmake
vcpkg/ports/cfitsio/vcpkg.json
vcpkg/ports/cgal/portfile.cmake
vcpkg/ports/cgal/usage
vcpkg/ports/cgal/vcpkg.json
vcpkg/ports/cgicc/CMakeLists.txt
vcpkg/ports/cgicc/fix-define.patch
vcpkg/ports/cgicc/fix-static-build.patch
vcpkg/ports/cgicc/portfile.cmake
vcpkg/ports/cgicc/vcpkg.json
vcpkg/ports/cgl/CMakeLists.txt
vcpkg/ports/cgl/Config.cmake.in
vcpkg/ports/cgl/fix-c1083-error.patch
vcpkg/ports/cgl/portfile.cmake
vcpkg/ports/cgl/vcpkg.json
vcpkg/ports/cgltf/portfile.cmake
vcpkg/ports/cgltf/vcpkg.json
vcpkg/ports/cgns/cgnsconfig.h
vcpkg/ports/cgns/hdf5.patch
vcpkg/ports/cgns/linux_lfs.patch
vcpkg/ports/cgns/portfile.cmake
vcpkg/ports/cgns/vcpkg.json
vcpkg/ports/chaiscript/portfile.cmake
vcpkg/ports/chaiscript/vcpkg.json
vcpkg/ports/chakracore/fix-debug-linux-build.patch
vcpkg/ports/chakracore/no-warning-as-error.props
vcpkg/ports/chakracore/portfile.cmake
vcpkg/ports/chakracore/vcpkg.json
vcpkg/ports/charls/portfile.cmake
vcpkg/ports/charls/vcpkg.json
vcpkg/ports/chartdir/Config.cmake.in
vcpkg/ports/chartdir/chartdir.h
vcpkg/ports/chartdir/portfile.cmake
vcpkg/ports/chartdir/usage
vcpkg/ports/chartdir/vcpkg.json
vcpkg/ports/check/fix-lib-path.patch
vcpkg/ports/check/portfile.cmake
vcpkg/ports/check/vcpkg.json
vcpkg/ports/chipmunk/portfile.cmake
vcpkg/ports/chipmunk/vcpkg.json
vcpkg/ports/chmlib/CMakeLists.txt
vcpkg/ports/chmlib/portfile.cmake
vcpkg/ports/chmlib/vcpkg.json
vcpkg/ports/chromaprint/fix_lrintf_detection.patch
vcpkg/ports/chromaprint/portfile.cmake
vcpkg/ports/chromaprint/vcpkg.json
vcpkg/ports/chromium-base/chromium-baseConfig.cmake.in
vcpkg/ports/chromium-base/portfile.cmake
vcpkg/ports/chromium-base/vcpkg.json
vcpkg/ports/chromium-base/res/.gn
vcpkg/ports/chromium-base/res/0001-base.patch
vcpkg/ports/chromium-base/res/0002-build.patch
vcpkg/ports/chromium-base/res/BUILD.gn
vcpkg/ports/chromium-base/res/LASTCHANGE.committime
vcpkg/ports/chromium-base/res/gclient_args.gni
vcpkg/ports/chromium-base/res/build_overrides/build.gni
vcpkg/ports/chromium-base/res/fontconfig/BUILD.gn
vcpkg/ports/chromium-base/res/icu/BUILD.gn
vcpkg/ports/chromium-base/res/icu/config.gni
vcpkg/ports/chromium-base/res/libxml/BUILD.gn
vcpkg/ports/chromium-base/res/protobuf/proto_library.gni
vcpkg/ports/chromium-base/res/test_fonts/BUILD.gn
vcpkg/ports/chromium-base/res/testing/test.gni
vcpkg/ports/chromium-base/res/testing/gmock/BUILD.gn
vcpkg/ports/chromium-base/res/testing/gtest/BUILD.gn
vcpkg/ports/chromium-base/res/testing/libfuzzer/fuzzer_test.gni
vcpkg/ports/chromium-base/res/tools/win/DebugVisualizers/BUILD.gn
vcpkg/ports/chromium-base/res/tools/win/DebugVisualizers/chrome.natvis
vcpkg/ports/cimg/CMakeLists.txt
vcpkg/ports/cimg/portfile.cmake
vcpkg/ports/cimg/vcpkg.json
vcpkg/ports/cityhash/CMakeLists.txt
vcpkg/ports/cityhash/config.h
vcpkg/ports/cityhash/portfile.cmake
vcpkg/ports/cityhash/vcpkg.json
vcpkg/ports/civetweb/portfile.cmake
vcpkg/ports/civetweb/vcpkg.json
vcpkg/ports/cjson/portfile.cmake
vcpkg/ports/cjson/vcpkg.json
vcpkg/ports/clamav/build.patch
vcpkg/ports/clamav/cmakefiles.patch
vcpkg/ports/clamav/curl.patch
vcpkg/ports/clamav/mspack.patch
vcpkg/ports/clamav/portfile.cmake
vcpkg/ports/clamav/vcpkg.json
vcpkg/ports/clapack/FindLAPACK.cmake
vcpkg/ports/clapack/arith_linux64.h
vcpkg/ports/clapack/arith_osx.h
vcpkg/ports/clapack/arith_win32.h
vcpkg/ports/clapack/arith_win64.h
vcpkg/ports/clapack/fix-ConfigFile.patch
vcpkg/ports/clapack/fix-install.patch
vcpkg/ports/clapack/portfile.cmake
vcpkg/ports/clapack/remove_internal_blas.patch
vcpkg/ports/clapack/support-uwp.patch
vcpkg/ports/clapack/vcpkg-cmake-wrapper.cmake
vcpkg/ports/clapack/vcpkg.json
vcpkg/ports/clara/portfile.cmake
vcpkg/ports/clara/vcpkg.json
vcpkg/ports/clblas/Fix-BuildDLL.patch
vcpkg/ports/clblas/cmake.patch
vcpkg/ports/clblas/portfile.cmake
vcpkg/ports/clblas/vcpkg.json
vcpkg/ports/clblast/portfile.cmake
vcpkg/ports/clblast/vcpkg.json
vcpkg/ports/clfft/portfile.cmake
vcpkg/ports/clfft/tweak-install.patch
vcpkg/ports/clfft/vcpkg.json
vcpkg/ports/cli/portfile.cmake
vcpkg/ports/cli/vcpkg.json
vcpkg/ports/cli11/portfile.cmake
vcpkg/ports/cli11/vcpkg.json
vcpkg/ports/clickhouse-cpp/fix-error-C4996.patch
vcpkg/ports/clickhouse-cpp/fix-error-c2668.patch
vcpkg/ports/clickhouse-cpp/portfile.cmake
vcpkg/ports/clickhouse-cpp/vcpkg.json
vcpkg/ports/clipp/portfile.cmake
vcpkg/ports/clipp/vcpkg.json
vcpkg/ports/clockutils/fix-warningC4643.patch
vcpkg/ports/clockutils/portfile.cmake
vcpkg/ports/clockutils/vcpkg.json
vcpkg/ports/clp/CMakeLists.txt
vcpkg/ports/clp/Config.cmake.in
vcpkg/ports/clp/portfile.cmake
vcpkg/ports/clp/vcpkg.json
vcpkg/ports/clrng/001-build-fixup.patch
vcpkg/ports/clrng/portfile.cmake
vcpkg/ports/clrng/vcpkg.json
vcpkg/ports/clue/CMakeLists.txt
vcpkg/ports/clue/portfile.cmake
vcpkg/ports/clue/vcpkg.json
vcpkg/ports/cmark/add-feature-tools.patch
vcpkg/ports/cmark/portfile.cmake
vcpkg/ports/cmark/vcpkg.json
vcpkg/ports/cmcstl2/portfile.cmake
vcpkg/ports/cmcstl2/vcpkg.json
vcpkg/ports/cminpack/portfile.cmake
vcpkg/ports/cminpack/vcpkg.json
vcpkg/ports/cmocka/portfile.cmake
vcpkg/ports/cmocka/vcpkg.json
vcpkg/ports/cnats/portfile.cmake
vcpkg/ports/cnats/vcpkg.json
vcpkg/ports/cnl/disable-test.patch
vcpkg/ports/cnl/portfile.cmake
vcpkg/ports/cnl/vcpkg.json
vcpkg/ports/co/portfile.cmake
vcpkg/ports/co/vcpkg.json
vcpkg/ports/cocoyaxi/fix-event-destruct.patch
vcpkg/ports/cocoyaxi/install-dll.patch
vcpkg/ports/cocoyaxi/portfile.cmake
vcpkg/ports/cocoyaxi/vcpkg.json
vcpkg/ports/coin/disable-cpackd.patch
vcpkg/ports/coin/portfile.cmake
vcpkg/ports/coin/vcpkg.json
vcpkg/ports/coinutils/CMakeLists.txt
vcpkg/ports/coinutils/Config.cmake.in
vcpkg/ports/coinutils/portfile.cmake
vcpkg/ports/coinutils/vcpkg.json
vcpkg/ports/collada-dom/fix-shared-keyword.patch
vcpkg/ports/collada-dom/portfile.cmake
vcpkg/ports/collada-dom/use-uriparser.patch
vcpkg/ports/collada-dom/use-vcpkg-minizip.patch
vcpkg/ports/collada-dom/vcpkg.json
vcpkg/ports/collada-dom/vs-version-detection.patch
vcpkg/ports/colmap/fix-dependency-freeimage.patch
vcpkg/ports/colmap/portfile.cmake
vcpkg/ports/colmap/usage
vcpkg/ports/colmap/vcpkg.json
vcpkg/ports/comms/portfile.cmake
vcpkg/ports/comms/usage
vcpkg/ports/comms/vcpkg.json
vcpkg/ports/comms-ublox/fix-comms.patch
vcpkg/ports/comms-ublox/portfile.cmake
vcpkg/ports/comms-ublox/vcpkg.json
vcpkg/ports/commsdsl/portfile.cmake
vcpkg/ports/commsdsl/vcpkg.json
vcpkg/ports/compoundfilereader/portfile.cmake
vcpkg/ports/compoundfilereader/vcpkg.json
vcpkg/ports/concurrencpp/fix-include-path.patch
vcpkg/ports/concurrencpp/portfile.cmake
vcpkg/ports/concurrencpp/vcpkg.json
vcpkg/ports/concurrentqueue/CMakeLists.txt
vcpkg/ports/concurrentqueue/portfile.cmake
vcpkg/ports/concurrentqueue/unofficial-concurrentqueue-config.in.cmake
vcpkg/ports/concurrentqueue/vcpkg.json
vcpkg/ports/console-bridge/portfile.cmake
vcpkg/ports/console-bridge/vcpkg.json
vcpkg/ports/constexpr/portfile.cmake
vcpkg/ports/constexpr/vcpkg.json
vcpkg/ports/constexpr-contracts/portfile.cmake
vcpkg/ports/constexpr-contracts/vcpkg.json
vcpkg/ports/continuable/fix-cmakelists.patch
vcpkg/ports/continuable/portfile.cmake
vcpkg/ports/continuable/vcpkg.json
vcpkg/ports/coolprop/fix-builderror.patch
vcpkg/ports/coolprop/fix-dependency.patch
vcpkg/ports/coolprop/fix-install.patch
vcpkg/ports/coolprop/fmt-fix.patch
vcpkg/ports/coolprop/portfile.cmake
vcpkg/ports/coolprop/vcpkg.json
vcpkg/ports/coroutine/add-noexcept-to-frame.patch
vcpkg/ports/coroutine/fix-errorC7651.patch
vcpkg/ports/coroutine/gsl-4_0_0.patch
vcpkg/ports/coroutine/portfile.cmake
vcpkg/ports/coroutine/vcpkg.json
vcpkg/ports/corrade/fix-vs2019.patch
vcpkg/ports/corrade/portfile.cmake
vcpkg/ports/corrade/vcpkg.json
vcpkg/ports/cpp-base64/portfile.cmake
vcpkg/ports/cpp-base64/vcpkg.json
vcpkg/ports/cpp-httplib/portfile.cmake
vcpkg/ports/cpp-httplib/vcpkg.json
vcpkg/ports/cpp-ipc/portfile.cmake
vcpkg/ports/cpp-ipc/vcpkg.json
vcpkg/ports/cpp-jwt/portfile.cmake
vcpkg/ports/cpp-jwt/vcpkg.json
vcpkg/ports/cpp-netlib/portfile.cmake
vcpkg/ports/cpp-netlib/stream-handler-executor.patch
vcpkg/ports/cpp-netlib/vcpkg.json
vcpkg/ports/cpp-peglib/portfile.cmake
vcpkg/ports/cpp-peglib/vcpkg.json
vcpkg/ports/cpp-redis/portfile.cmake
vcpkg/ports/cpp-redis/vcpkg.json
vcpkg/ports/cpp-redis/tacopie/CMakeLists.txt
vcpkg/ports/cpp-taskflow/portfile.cmake
vcpkg/ports/cpp-taskflow/vcpkg.json
vcpkg/ports/cpp-timsort/portfile.cmake
vcpkg/ports/cpp-timsort/vcpkg.json
vcpkg/ports/cppad/portfile.cmake
vcpkg/ports/cppad/vcpkg.json
vcpkg/ports/cppad/windows-fix.patch
vcpkg/ports/cppcms/portfile.cmake
vcpkg/ports/cppcms/vcpkg.json
vcpkg/ports/cppcodec/portfile.cmake
vcpkg/ports/cppcodec/vcpkg.json
vcpkg/ports/cppcoro/CMakeLists.txt
vcpkg/ports/cppcoro/portfile.cmake
vcpkg/ports/cppcoro/vcpkg.json
vcpkg/ports/cppfs/LibCrypto-fix.patch
vcpkg/ports/cppfs/cmake-export-fix.patch
vcpkg/ports/cppfs/portfile.cmake
vcpkg/ports/cppfs/vcpkg.json
vcpkg/ports/cppgraphqlgen/portfile.cmake
vcpkg/ports/cppgraphqlgen/vcpkg.json
vcpkg/ports/cppitertools/portfile.cmake
vcpkg/ports/cppitertools/vcpkg.json
vcpkg/ports/cppkafka/fix-dynamic.patch
vcpkg/ports/cppkafka/portfile.cmake
vcpkg/ports/cppkafka/vcpkg.json
vcpkg/ports/cppmicroservices/fix-dependency-gtest.patch
vcpkg/ports/cppmicroservices/fix-warning-c4834.patch
vcpkg/ports/cppmicroservices/portfile.cmake
vcpkg/ports/cppmicroservices/vcpkg.json
vcpkg/ports/cppmicroservices/werror.patch
vcpkg/ports/cpprestsdk/fix-find-openssl.patch
vcpkg/ports/cpprestsdk/portfile.cmake
vcpkg/ports/cpprestsdk/vcpkg.json
vcpkg/ports/cpptoml/portfile.cmake
vcpkg/ports/cpptoml/vcpkg.json
vcpkg/ports/cppunit/CMakeLists.txt
vcpkg/ports/cppunit/CppUnitConfig.cmake
vcpkg/ports/cppunit/portfile.cmake
vcpkg/ports/cppunit/vcpkg.json
vcpkg/ports/cpputest/fix-arm-build-error.patch
vcpkg/ports/cpputest/portfile.cmake
vcpkg/ports/cpputest/vcpkg.json
vcpkg/ports/cppwinrt/portfile.cmake
vcpkg/ports/cppwinrt/vcpkg.json
vcpkg/ports/cppxaml/portfile.cmake
vcpkg/ports/cppxaml/vcpkg.json
vcpkg/ports/cppzmq/portfile.cmake
vcpkg/ports/cppzmq/vcpkg.json
vcpkg/ports/cpr/001-cpr-config.patch
vcpkg/ports/cpr/portfile.cmake
vcpkg/ports/cpr/vcpkg.json
vcpkg/ports/cpu-features/make_list_cpu_features_optional.patch
vcpkg/ports/cpu-features/portfile.cmake
vcpkg/ports/cpu-features/vcpkg.json
vcpkg/ports/cpuid/portfile.cmake
vcpkg/ports/cpuid/vcpkg.json
vcpkg/ports/cpuinfo/fix-install.patch
vcpkg/ports/cpuinfo/portfile.cmake
vcpkg/ports/cpuinfo/vcpkg.json
vcpkg/ports/cr/portfile.cmake
vcpkg/ports/cr/vcpkg.json
vcpkg/ports/crashpad/crashpadConfig.cmake.in
vcpkg/ports/crashpad/portfile.cmake
vcpkg/ports/crashpad/vcpkg.json
vcpkg/ports/crashpad/zlib.gn
vcpkg/ports/crashrpt/001-add-install-target-and-find-deps.patch
vcpkg/ports/crashrpt/portfile.cmake
vcpkg/ports/crashrpt/vcpkg.json
vcpkg/ports/crc32c/portfile.cmake
vcpkg/ports/crc32c/vcpkg.json
vcpkg/ports/crfsuite/CMakeLists.txt
vcpkg/ports/crfsuite/portfile.cmake
vcpkg/ports/crfsuite/vcpkg.json
vcpkg/ports/croncpp/0001-fix-cmake.patch
vcpkg/ports/croncpp/portfile.cmake
vcpkg/ports/croncpp/vcpkg.json
vcpkg/ports/crossguid/portfile.cmake
vcpkg/ports/crossguid/vcpkg.json
vcpkg/ports/crossguid/warnings.patch
vcpkg/ports/crow/portfile.cmake
vcpkg/ports/crow/vcpkg.json
vcpkg/ports/cryptopp/cmake.patch
vcpkg/ports/cryptopp/patch.patch
vcpkg/ports/cryptopp/portfile.cmake
vcpkg/ports/cryptopp/vcpkg.json
vcpkg/ports/cspice/CMakeLists.txt
vcpkg/ports/cspice/License.txt
vcpkg/ports/cspice/isatty.patch
vcpkg/ports/cspice/mktemp.patch
vcpkg/ports/cspice/portfile.cmake
vcpkg/ports/cspice/vcpkg.json
vcpkg/ports/ctbignum/portfile.cmake
vcpkg/ports/ctbignum/vcpkg.json
vcpkg/ports/ctemplate/CMakeLists.txt
vcpkg/ports/ctemplate/portfile.cmake
vcpkg/ports/ctemplate/vcpkg.json
vcpkg/ports/ctp/portfile.cmake
vcpkg/ports/ctp/vcpkg.json
vcpkg/ports/ctre/portfile.cmake
vcpkg/ports/ctre/vcpkg.json
vcpkg/ports/cub/portfile.cmake
vcpkg/ports/cub/vcpkg.json
vcpkg/ports/cuda/portfile.cmake
vcpkg/ports/cuda/vcpkg.json
vcpkg/ports/cuda/vcpkg_find_cuda.cmake
vcpkg/ports/cudnn/FindCUDNN.cmake
vcpkg/ports/cudnn/portfile.cmake
vcpkg/ports/cudnn/usage
vcpkg/ports/cudnn/vcpkg-cmake-wrapper.cmake
vcpkg/ports/cudnn/vcpkg.json
vcpkg/ports/cunit/CMakeLists.txt
vcpkg/ports/cunit/portfile.cmake
vcpkg/ports/cunit/vcpkg.json
vcpkg/ports/curl/0002_fix_uwp.patch
vcpkg/ports/curl/0005_remove_imp_suffix.patch
vcpkg/ports/curl/0012-fix-dependency-idn2.patch
vcpkg/ports/curl/0020-fix-pc-file.patch
vcpkg/ports/curl/0021-normaliz.patch
vcpkg/ports/curl/0022-deduplicate-libs.patch
vcpkg/ports/curl/cmake-project-include.cmake
vcpkg/ports/curl/curl-7.81.0-ssl.patch
vcpkg/ports/curl/export-components.patch
vcpkg/ports/curl/mbedtls-ws2_32.patch
vcpkg/ports/curl/portfile.cmake
vcpkg/ports/curl/vcpkg-cmake-wrapper.cmake
vcpkg/ports/curl/vcpkg.json
vcpkg/ports/curlpp/fix-cmake.patch
vcpkg/ports/curlpp/fix-findzliberror.patch
vcpkg/ports/curlpp/portfile.cmake
vcpkg/ports/curlpp/vcpkg-cmake-wrapper.cmake
vcpkg/ports/curlpp/vcpkg.json
vcpkg/ports/cute-headers/portfile.cmake
vcpkg/ports/cute-headers/vcpkg.json
vcpkg/ports/cutelyst2/fix-static-build.patch
vcpkg/ports/cutelyst2/portfile.cmake
vcpkg/ports/cutelyst2/vcpkg.json
vcpkg/ports/cwalk/portfile.cmake
vcpkg/ports/cwalk/vcpkg.json
vcpkg/ports/cxxopts/portfile.cmake
vcpkg/ports/cxxopts/vcpkg.json
vcpkg/ports/czmq/Findlibcurl.cmake
vcpkg/ports/czmq/Findlibmicrohttpd.cmake
vcpkg/ports/czmq/Findlibzmq.cmake
vcpkg/ports/czmq/Findlz4.cmake
vcpkg/ports/czmq/Finduuid.cmake
vcpkg/ports/czmq/fix-dependencies.patch
vcpkg/ports/czmq/portfile.cmake
vcpkg/ports/czmq/vcpkg-cmake-wrapper.cmake
vcpkg/ports/czmq/vcpkg.json
vcpkg/ports/d3d12-memory-allocator/CMakeLists.txt
vcpkg/ports/d3d12-memory-allocator/portfile.cmake
vcpkg/ports/d3d12-memory-allocator/vcpkg.json
vcpkg/ports/d3dx12/portfile.cmake
vcpkg/ports/d3dx12/vcpkg.json
vcpkg/ports/darknet/portfile.cmake
vcpkg/ports/darknet/vcpkg.json
vcpkg/ports/darts-clone/CMakeLists.txt
vcpkg/ports/darts-clone/portfile.cmake
vcpkg/ports/darts-clone/vcpkg.json
vcpkg/ports/dartsim/disable_unit_tests_examples_and_tutorials.patch
vcpkg/ports/dartsim/portfile.cmake
vcpkg/ports/dartsim/vcpkg.json
vcpkg/ports/dataframe/portfile.cmake
vcpkg/ports/dataframe/vcpkg.json
vcpkg/ports/date/0001-fix-uwp.patch
vcpkg/ports/date/0002-fix-cmake-3.14.patch
vcpkg/ports/date/portfile.cmake
vcpkg/ports/date/vcpkg.json
vcpkg/ports/dav1d/patch_underscore_prefix.patch
vcpkg/ports/dav1d/portfile.cmake
vcpkg/ports/dav1d/vcpkg.json
vcpkg/ports/daw-header-libraries/portfile.cmake
vcpkg/ports/daw-header-libraries/vcpkg.json
vcpkg/ports/daw-json-link/portfile.cmake
vcpkg/ports/daw-json-link/vcpkg.json
vcpkg/ports/daw-utf-range/portfile.cmake
vcpkg/ports/daw-utf-range/vcpkg.json
vcpkg/ports/dbg-macro/portfile.cmake
vcpkg/ports/dbg-macro/vcpkg.json
vcpkg/ports/dbghelp/portfile.cmake
vcpkg/ports/dbghelp/vcpkg.json
vcpkg/ports/dbow2/portfile.cmake
vcpkg/ports/dbow2/vcpkg.json
vcpkg/ports/dbow3/fix_cmake.patch
vcpkg/ports/dbow3/portfile.cmake
vcpkg/ports/dbow3/vcpkg.json
vcpkg/ports/dcmtk/dcmtk.patch
vcpkg/ports/dcmtk/portfile.cmake
vcpkg/ports/dcmtk/usage
vcpkg/ports/dcmtk/vcpkg.json
vcpkg/ports/debug-assert/portfile.cmake
vcpkg/ports/debug-assert/vcpkg.json
vcpkg/ports/decimal-for-cpp/portfile.cmake
vcpkg/ports/decimal-for-cpp/vcpkg.json
vcpkg/ports/detours/find-jmp-bounds-arm64.patch
vcpkg/ports/detours/portfile.cmake
vcpkg/ports/detours/vcpkg.json
vcpkg/ports/devicenameresolver/CMakeLists.txt
vcpkg/ports/devicenameresolver/add-string-headfile.patch
vcpkg/ports/devicenameresolver/portfile.cmake
vcpkg/ports/devicenameresolver/vcpkg.json
vcpkg/ports/devil/0001_fix-encoding.patch
vcpkg/ports/devil/0002_fix-missing-mfc-includes.patch
vcpkg/ports/devil/0003_fix-openexr.patch
vcpkg/ports/devil/0004_compatible-jasper-2-0-20.patch
vcpkg/ports/devil/0005-fix-pkgconfig.patch
vcpkg/ports/devil/0006-fix-ilut-header.patch
vcpkg/ports/devil/enable-static.patch
vcpkg/ports/devil/portfile.cmake
vcpkg/ports/devil/vcpkg.json
vcpkg/ports/dimcli/fix-build.patch
vcpkg/ports/dimcli/portfile.cmake
vcpkg/ports/dimcli/vcpkg.json
vcpkg/ports/directx-headers/portfile.cmake
vcpkg/ports/directx-headers/vcpkg.json
vcpkg/ports/directxmath/portfile.cmake
vcpkg/ports/directxmath/vcpkg.json
vcpkg/ports/directxmesh/portfile.cmake
vcpkg/ports/directxmesh/vcpkg.json
vcpkg/ports/directxsdk/portfile.cmake
vcpkg/ports/directxsdk/vcpkg.json
vcpkg/ports/directxtex/enable_openexr_support.patch
vcpkg/ports/directxtex/portfile.cmake
vcpkg/ports/directxtex/vcpkg.json
vcpkg/ports/directxtk/portfile.cmake
vcpkg/ports/directxtk/vcpkg.json
vcpkg/ports/directxtk12/portfile.cmake
vcpkg/ports/directxtk12/vcpkg.json
vcpkg/ports/dirent/portfile.cmake
vcpkg/ports/dirent/vcpkg.json
vcpkg/ports/discord-game-sdk/CMakeLists.txt
vcpkg/ports/discord-game-sdk/copyright
vcpkg/ports/discord-game-sdk/include-cstdint.patch
vcpkg/ports/discord-game-sdk/portfile.cmake
vcpkg/ports/discord-game-sdk/usage
vcpkg/ports/discord-game-sdk/vcpkg.json
vcpkg/ports/discord-rpc/disable-downloading.patch
vcpkg/ports/discord-rpc/portfile.cmake
vcpkg/ports/discord-rpc/vcpkg.json
vcpkg/ports/discount/blocktags
vcpkg/ports/discount/cmake.patch
vcpkg/ports/discount/disable-deprecated-warnings.patch
vcpkg/ports/discount/generate-blocktags-command.patch
vcpkg/ports/discount/portfile.cmake
vcpkg/ports/discount/vcpkg.json
vcpkg/ports/discreture/portfile.cmake
vcpkg/ports/discreture/usage
vcpkg/ports/discreture/vcpkg.json
vcpkg/ports/distorm/CMakeLists.txt
vcpkg/ports/distorm/fix-arm-builds.patch
vcpkg/ports/distorm/portfile.cmake
vcpkg/ports/distorm/vcpkg.json
vcpkg/ports/dlfcn-win32/portfile.cmake
vcpkg/ports/dlfcn-win32/vcpkg.json
vcpkg/ports/dlib/find_blas.patch
vcpkg/ports/dlib/fix-sqlite3-fftw-linkage.patch
vcpkg/ports/dlib/force_finding_packages.patch
vcpkg/ports/dlib/portfile.cmake
vcpkg/ports/dlib/vcpkg.json
vcpkg/ports/dmlc/portfile.cmake
vcpkg/ports/dmlc/vcpkg.json
vcpkg/ports/docopt/001-fix-unresolved-symbol.patch
vcpkg/ports/docopt/002-fix-install-path.patch
vcpkg/ports/docopt/install-one-flavor.patch
vcpkg/ports/docopt/portfile.cmake
vcpkg/ports/docopt/vcpkg.json
vcpkg/ports/doctest/portfile.cmake
vcpkg/ports/doctest/vcpkg.json
vcpkg/ports/double-conversion/portfile.cmake
vcpkg/ports/double-conversion/vcpkg.json
vcpkg/ports/dpdk/CMakeLists.txt
vcpkg/ports/dpdk/FindNuma.cmake
vcpkg/ports/dpdk/dpdkConfig.cmake
vcpkg/ports/dpdk/portfile.cmake
vcpkg/ports/dpdk/usage
vcpkg/ports/dpdk/vcpkg.json
vcpkg/ports/draco/disable-symlinks.patch
vcpkg/ports/draco/fix-compile-error-uwp.patch
vcpkg/ports/draco/fix-uwperror.patch
vcpkg/ports/draco/portfile.cmake
vcpkg/ports/draco/vcpkg.json
vcpkg/ports/drlibs/portfile.cmake
vcpkg/ports/drlibs/vcpkg.json
vcpkg/ports/drogon/drogon_config.patch
vcpkg/ports/drogon/portfile.cmake
vcpkg/ports/drogon/static-brotli.patch
vcpkg/ports/drogon/usage
vcpkg/ports/drogon/use-libmariadb.patch
vcpkg/ports/drogon/vcpkg.json
vcpkg/ports/drogon/vcpkg.patch
vcpkg/ports/dtl/portfile.cmake
vcpkg/ports/dtl/vcpkg.json
vcpkg/ports/duckx/portfile.cmake
vcpkg/ports/duckx/vcpkg.json
vcpkg/ports/duilib/enable-static.patch
vcpkg/ports/duilib/enable-unicode-for-vcpkg.patch
vcpkg/ports/duilib/fix-arm-build.patch
vcpkg/ports/duilib/fix-encoding.patch
vcpkg/ports/duilib/fix-post-build-errors.patch
vcpkg/ports/duilib/portfile.cmake
vcpkg/ports/duilib/vcpkg.json
vcpkg/ports/duktape/CMakeLists.txt
vcpkg/ports/duktape/duktapeConfig.cmake.in
vcpkg/ports/duktape/portfile.cmake
vcpkg/ports/duktape/usage
vcpkg/ports/duktape/vcpkg.json
vcpkg/ports/dx/portfile.cmake
vcpkg/ports/dx/vcpkg.json
vcpkg/ports/dxsdk-d3dx/portfile.cmake
vcpkg/ports/dxsdk-d3dx/vcpkg.json
vcpkg/ports/dxut/portfile.cmake
vcpkg/ports/dxut/vcpkg.json
vcpkg/ports/eabase/EABaseConfig.cmake.in
vcpkg/ports/eabase/fix_cmake_install.patch
vcpkg/ports/eabase/portfile.cmake
vcpkg/ports/eabase/vcpkg.json
vcpkg/ports/eastl/EASTLConfig.cmake.in
vcpkg/ports/eastl/Fix-error-C2338.patch
vcpkg/ports/eastl/fix_cmake_install.patch
vcpkg/ports/eastl/portfile.cmake
vcpkg/ports/eastl/vcpkg.json
vcpkg/ports/easycl/portfile.cmake
vcpkg/ports/easycl/vcpkg.json
vcpkg/ports/easyhook/fix-build.patch
vcpkg/ports/easyhook/portfile.cmake
vcpkg/ports/easyhook/vcpkg.json
vcpkg/ports/easyloggingpp/portfile.cmake
vcpkg/ports/easyloggingpp/vcpkg.json
vcpkg/ports/eathread/EAThreadConfig.cmake.in
vcpkg/ports/eathread/fix_cmake_install.patch
vcpkg/ports/eathread/portfile.cmake
vcpkg/ports/eathread/vcpkg.json
vcpkg/ports/ebml/portfile.cmake
vcpkg/ports/ebml/vcpkg.json
vcpkg/ports/ecm/fix_canberra.patch
vcpkg/ports/ecm/fix_generateqmltypes.patch
vcpkg/ports/ecm/fix_libmount.patch
vcpkg/ports/ecm/portfile.cmake
vcpkg/ports/ecm/usage
vcpkg/ports/ecm/vcpkg.json
vcpkg/ports/ecos/CMakeLists.txt
vcpkg/ports/ecos/portfile.cmake
vcpkg/ports/ecos/vcpkg.json
vcpkg/ports/ecsutil/portfile.cmake
vcpkg/ports/ecsutil/vcpkg.json
vcpkg/ports/edlib/portfile.cmake
vcpkg/ports/edlib/vcpkg.json
vcpkg/ports/effects11/portfile.cmake
vcpkg/ports/effects11/vcpkg.json
vcpkg/ports/effolkronium-random/portfile.cmake
vcpkg/ports/effolkronium-random/vcpkg.json
vcpkg/ports/efsw/portfile.cmake
vcpkg/ports/efsw/vcpkg.json
vcpkg/ports/egl-registry/portfile.cmake
vcpkg/ports/egl-registry/vcpkg.json
vcpkg/ports/eigen3/portfile.cmake
vcpkg/ports/eigen3/vcpkg.json
vcpkg/ports/elfio/portfile.cmake
vcpkg/ports/elfio/vcpkg.json
vcpkg/ports/elfutils/configure.ac.patch
vcpkg/ports/elfutils/portfile.cmake
vcpkg/ports/elfutils/vcpkg.json
vcpkg/ports/embree2/cmake_policy.patch
vcpkg/ports/embree2/portfile.cmake
vcpkg/ports/embree2/vcpkg.json
vcpkg/ports/embree3/cmake_policy.patch
vcpkg/ports/embree3/fix-path.patch
vcpkg/ports/embree3/fix-static-usage.patch
vcpkg/ports/embree3/fix-targets-file-not-found.patch
vcpkg/ports/embree3/portfile.cmake
vcpkg/ports/embree3/usage
vcpkg/ports/embree3/vcpkg.json
vcpkg/ports/enet/CMakeLists.txt
vcpkg/ports/enet/portfile.cmake
vcpkg/ports/enet/vcpkg.json
vcpkg/ports/ensmallen/portfile.cmake
vcpkg/ports/ensmallen/vcpkg.json
vcpkg/ports/entityx/portfile.cmake
vcpkg/ports/entityx/vcpkg.json
vcpkg/ports/entt/portfile.cmake
vcpkg/ports/entt/vcpkg.json
vcpkg/ports/epsilon/0001-VS2015-provides-snprintf.patch
vcpkg/ports/epsilon/0002-Add-CFLAGS-for-CRT-selection-and-warning-supression.patch
vcpkg/ports/epsilon/0003-Fix-build-error.patch
vcpkg/ports/epsilon/portfile.cmake
vcpkg/ports/epsilon/vcpkg.json
vcpkg/ports/esaxx/portfile.cmake
vcpkg/ports/esaxx/vcpkg.json
vcpkg/ports/eve/portfile.cmake
vcpkg/ports/eve/vcpkg.json
vcpkg/ports/evpp/fix-linux-build.patch
vcpkg/ports/evpp/fix-osx-build.patch
vcpkg/ports/evpp/fix-rapidjson-1-1.patch
vcpkg/ports/evpp/portfile.cmake
vcpkg/ports/evpp/vcpkg.json
vcpkg/ports/exiv2/fix-find_expat.patch
vcpkg/ports/exiv2/portfile.cmake
vcpkg/ports/exiv2/vcpkg-cmake-wrapper.cmake
vcpkg/ports/exiv2/vcpkg.json
vcpkg/ports/expat/pkgconfig.patch
vcpkg/ports/expat/portfile.cmake
vcpkg/ports/expat/vcpkg-cmake-wrapper.cmake
vcpkg/ports/expat/vcpkg.json
vcpkg/ports/expected-lite/portfile.cmake
vcpkg/ports/expected-lite/vcpkg.json
vcpkg/ports/exprtk/copyright
vcpkg/ports/exprtk/portfile.cmake
vcpkg/ports/exprtk/vcpkg.json
vcpkg/ports/ezc3d/portfile.cmake
vcpkg/ports/ezc3d/vcpkg.json
vcpkg/ports/faad2/0001-Fix-non-x86-msvc.patch
vcpkg/ports/faad2/0002-Fix-unary-minus.patch
vcpkg/ports/faad2/0003-Initialize-pointers.patch
vcpkg/ports/faad2/CMakeLists.txt
vcpkg/ports/faad2/portfile.cmake
vcpkg/ports/faad2/vcpkg.json
vcpkg/ports/fadbad/portfile.cmake
vcpkg/ports/fadbad/vcpkg.json
vcpkg/ports/faiss/fix-dependencies.patch
vcpkg/ports/faiss/portfile.cmake
vcpkg/ports/faiss/vcpkg.json
vcpkg/ports/fakeit/portfile.cmake
vcpkg/ports/fakeit/vcpkg.json
vcpkg/ports/fann/fix-installation.patch
vcpkg/ports/fann/fix-uwp-build.patch
vcpkg/ports/fann/portfile.cmake
vcpkg/ports/fann/vcpkg.json
vcpkg/ports/farmhash/farmhashConfig.cmake
vcpkg/ports/farmhash/portfile.cmake
vcpkg/ports/farmhash/usage
vcpkg/ports/farmhash/vcpkg.json
vcpkg/ports/fast-cpp-csv-parser/portfile.cmake
vcpkg/ports/fast-cpp-csv-parser/vcpkg.json
vcpkg/ports/fast-float/portfile.cmake
vcpkg/ports/fast-float/vcpkg.json
vcpkg/ports/fastcdr/install-cmake.patch
vcpkg/ports/fastcdr/portfile.cmake
vcpkg/ports/fastcdr/vcpkg.json
vcpkg/ports/fastcgi/portfile.cmake
vcpkg/ports/fastcgi/vcpkg.json
vcpkg/ports/fastfeat/CMakeLists.txt
vcpkg/ports/fastfeat/fastfeat.def
vcpkg/ports/fastfeat/portfile.cmake
vcpkg/ports/fastfeat/vcpkg.json
vcpkg/ports/fastlz/CMakeLists.txt
vcpkg/ports/fastlz/portfile.cmake
vcpkg/ports/fastlz/vcpkg.json
vcpkg/ports/fastor/portfile.cmake
vcpkg/ports/fastor/vcpkg.json
vcpkg/ports/fastrtps/disable-symlink.patch
vcpkg/ports/fastrtps/fix-find-package-asio.patch
vcpkg/ports/fastrtps/portfile.cmake
vcpkg/ports/fastrtps/vcpkg.json
vcpkg/ports/fbgemm/fix-cmakelists.patch
vcpkg/ports/fbgemm/portfile.cmake
vcpkg/ports/fbgemm/vcpkg.json
vcpkg/ports/fbthrift/add-missing-algorithm-include.patch
vcpkg/ports/fbthrift/portfile.cmake
vcpkg/ports/fbthrift/vcpkg.json
vcpkg/ports/fcl/portfile.cmake
vcpkg/ports/fcl/vcpkg.json
vcpkg/ports/fdk-aac/portfile.cmake
vcpkg/ports/fdk-aac/vcpkg.json
vcpkg/ports/fdlibm/CMakeLists.txt
vcpkg/ports/fdlibm/libm5.def
vcpkg/ports/fdlibm/portfile.cmake
vcpkg/ports/fdlibm/vcpkg.json
vcpkg/ports/ffmpeg/0001-create-lib-libraries.patch
vcpkg/ports/ffmpeg/0003-fix-windowsinclude.patch
vcpkg/ports/ffmpeg/0004-fix-debug-build.patch
vcpkg/ports/ffmpeg/0006-fix-StaticFeatures.patch
vcpkg/ports/ffmpeg/0007-fix-lib-naming.patch
vcpkg/ports/ffmpeg/0009-Fix-fdk-detection.patch
vcpkg/ports/ffmpeg/0010-Fix-x264-detection.patch
vcpkg/ports/ffmpeg/0011-Fix-x265-detection.patch
vcpkg/ports/ffmpeg/0012-Fix-ssl-110-detection.patch
vcpkg/ports/ffmpeg/0013-define-WINVER.patch
vcpkg/ports/ffmpeg/0014-avfilter-dependency-fix.patch
vcpkg/ports/ffmpeg/0015-Fix-xml2-detection.patch
vcpkg/ports/ffmpeg/0016-configure-dnn-needs-avformat.patch
vcpkg/ports/ffmpeg/0017-Patch-for-ticket-9019-CUDA-Compile-Broken-Using-MSVC.patch
vcpkg/ports/ffmpeg/0018-libaom-Dont-use-aom_codec_av1_dx_algo.patch
vcpkg/ports/ffmpeg/0019-libx264-Do-not-explicitly-set-X264_API_IMPORTS.patch
vcpkg/ports/ffmpeg/FindFFMPEG.cmake.in
vcpkg/ports/ffmpeg/build.sh.in
vcpkg/ports/ffmpeg/portfile.cmake
vcpkg/ports/ffmpeg/usage
vcpkg/ports/ffmpeg/vcpkg-cmake-wrapper.cmake
vcpkg/ports/ffmpeg/vcpkg.json
vcpkg/ports/ffnvcodec/LICENSE.txt
vcpkg/ports/ffnvcodec/build.sh
vcpkg/ports/ffnvcodec/copyright
vcpkg/ports/ffnvcodec/portfile.cmake
vcpkg/ports/ffnvcodec/vcpkg.json
vcpkg/ports/fftw3/aligned_malloc.patch
vcpkg/ports/fftw3/fftw3_arch_fix.patch
vcpkg/ports/fftw3/omp_test.patch
vcpkg/ports/fftw3/patch_targets.patch
vcpkg/ports/fftw3/portfile.cmake
vcpkg/ports/fftw3/vcpkg.json
vcpkg/ports/fftwpp/portfile.cmake
vcpkg/ports/fftwpp/vcpkg.json
vcpkg/ports/fixed-string/portfile.cmake
vcpkg/ports/fixed-string/vcpkg.json
vcpkg/ports/fizz/0001-fix-libsodium.patch
vcpkg/ports/fizz/0002-fix-libevent.patch
vcpkg/ports/fizz/portfile.cmake
vcpkg/ports/fizz/vcpkg.json
vcpkg/ports/flann/fix-build-error.patch
vcpkg/ports/flann/fix-dependency-hdf5.patch
vcpkg/ports/flann/portfile.cmake
vcpkg/ports/flann/vcpkg.json
vcpkg/ports/flash-runtime-extensions/README.md
vcpkg/ports/flash-runtime-extensions/portfile.cmake
vcpkg/ports/flash-runtime-extensions/vcpkg.json
vcpkg/ports/flashlight-cpu/fix-dependencies.patch
vcpkg/ports/flashlight-cpu/portfile.cmake
vcpkg/ports/flashlight-cpu/vcpkg.json
vcpkg/ports/flashlight-cuda/portfile.cmake
vcpkg/ports/flashlight-cuda/vcpkg.json
vcpkg/ports/flatbuffers/fix-uwp-build.patch
vcpkg/ports/flatbuffers/ignore_use_of_cmake_toolchain_file.patch
vcpkg/ports/flatbuffers/no-werror.patch
vcpkg/ports/flatbuffers/portfile.cmake
vcpkg/ports/flatbuffers/vcpkg.json
vcpkg/ports/flint/fix-cmakelists.patch
vcpkg/ports/flint/portfile.cmake
vcpkg/ports/flint/vcpkg.json
vcpkg/ports/fltk/config-path.patch
vcpkg/ports/fltk/findlibsfix.patch
vcpkg/ports/fltk/fix-system-link.patch
vcpkg/ports/fltk/include.patch
vcpkg/ports/fltk/portfile.cmake
vcpkg/ports/fltk/vcpkg.json
vcpkg/ports/fluidlite/portfile.cmake
vcpkg/ports/fluidlite/vcpkg.json
vcpkg/ports/fluidsynth/fix-dependencies.patch
vcpkg/ports/fluidsynth/portfile.cmake
vcpkg/ports/fluidsynth/separate-gentables.patch
vcpkg/ports/fluidsynth/vcpkg.json
vcpkg/ports/fmem/portfile.cmake
vcpkg/ports/fmem/vcpkg.json
vcpkg/ports/fmi4cpp/portfile.cmake
vcpkg/ports/fmi4cpp/vcpkg.json
vcpkg/ports/fmilib/0001-remove-install-prefix.patch
vcpkg/ports/fmilib/0002-include-sys-stat.h-for-mkdir.patch
vcpkg/ports/fmilib/portfile.cmake
vcpkg/ports/fmilib/vcpkg.json
vcpkg/ports/fmt/fix-write-batch.patch
vcpkg/ports/fmt/portfile.cmake
vcpkg/ports/fmt/usage
vcpkg/ports/fmt/vcpkg.json
vcpkg/ports/folly/FindLZ4.cmake
vcpkg/ports/folly/FindSnappy.cmake
vcpkg/ports/folly/boost-1.70.patch
vcpkg/ports/folly/disable-non-underscore-posix-names.patch
vcpkg/ports/folly/fix-windows-minmax.patch
vcpkg/ports/folly/portfile.cmake
vcpkg/ports/folly/reorder-glog-gflags.patch
vcpkg/ports/folly/vcpkg.json
vcpkg/ports/font-chef/disable-warnings-as-errors.patch
vcpkg/ports/font-chef/portfile.cmake
vcpkg/ports/font-chef/vcpkg.json
vcpkg/ports/fontconfig/portfile.cmake
vcpkg/ports/fontconfig/vcpkg-cmake-wrapper.cmake.in
vcpkg/ports/fontconfig/vcpkg.json
vcpkg/ports/foonathan-memory/portfile.cmake
vcpkg/ports/foonathan-memory/vcpkg.json
vcpkg/ports/forge/cmake_config.patch
vcpkg/ports/forge/portfile.cmake
vcpkg/ports/forge/vcpkg.json
vcpkg/ports/foxi/portfile.cmake
vcpkg/ports/foxi/remove-test-targets.patch
vcpkg/ports/foxi/vcpkg.json
vcpkg/ports/fp16/find-psimd.patch
vcpkg/ports/fp16/portfile.cmake
vcpkg/ports/fp16/vcpkg.json
vcpkg/ports/fplus/portfile.cmake
vcpkg/ports/fplus/vcpkg.json
vcpkg/ports/freealut/cmake_builds.patch
vcpkg/ports/freealut/portfile.cmake
vcpkg/ports/freealut/unix_headers.patch
vcpkg/ports/freealut/vcpkg.json
vcpkg/ports/freeglut/fix-debug-macro.patch
vcpkg/ports/freeglut/gcc10.patch
vcpkg/ports/freeglut/macOS_Xquartz.patch
vcpkg/ports/freeglut/no_x64_enforcement.patch
vcpkg/ports/freeglut/portfile.cmake
vcpkg/ports/freeglut/usage
vcpkg/ports/freeglut/use_targets_to_export_x11_dependency.patch
vcpkg/ports/freeglut/vcpkg-cmake-wrapper.cmake
vcpkg/ports/freeglut/vcpkg.json
vcpkg/ports/freeimage/CMakeLists.txt
vcpkg/ports/freeimage/FreeImageConfig-dynamic.h
vcpkg/ports/freeimage/FreeImageConfig-static.h
vcpkg/ports/freeimage/disable-plugins-depending-on-internal-third-party-libraries.patch
vcpkg/ports/freeimage/fix-function-overload.patch
vcpkg/ports/freeimage/portfile.cmake
vcpkg/ports/freeimage/use-external-jpeg.patch
vcpkg/ports/freeimage/use-external-jxrlib.patch
vcpkg/ports/freeimage/use-external-libtiff.patch
vcpkg/ports/freeimage/use-external-openexr.patch
vcpkg/ports/freeimage/use-external-openjpeg.patch
vcpkg/ports/freeimage/use-external-png-zlib.patch
vcpkg/ports/freeimage/use-external-rawlib.patch
vcpkg/ports/freeimage/use-external-webp.patch
vcpkg/ports/freeimage/use-freeimage-config-include.patch
vcpkg/ports/freeimage/use-functions-to-override-libtiff-warning-error-handlers.patch
vcpkg/ports/freeimage/use-typedef-as-already-declared.patch
vcpkg/ports/freeimage/vcpkg.json
vcpkg/ports/freeopcua/boost-1.70.patch
vcpkg/ports/freeopcua/cmakelists_fixes.patch
vcpkg/ports/freeopcua/fix-std-headers.patch
vcpkg/ports/freeopcua/improve_compatibility_with_recent_boost.patch
vcpkg/ports/freeopcua/include_asio_first.patch
vcpkg/ports/freeopcua/portfile.cmake
vcpkg/ports/freeopcua/serverObj.patch
vcpkg/ports/freeopcua/uri_facade_win.patch
vcpkg/ports/freeopcua/use_another_implementation_of_has_begin_end.patch
vcpkg/ports/freeopcua/vcpkg.json
vcpkg/ports/freerdp/DontInstallSystemRuntimeLibs.patch
vcpkg/ports/freerdp/fix-include-path.patch
vcpkg/ports/freerdp/fix-libusb.patch
vcpkg/ports/freerdp/fix-linux-build.patch
vcpkg/ports/freerdp/install-dirs.patch
vcpkg/ports/freerdp/openssl_threads.patch
vcpkg/ports/freerdp/portfile.cmake
vcpkg/ports/freerdp/vcpkg.json
vcpkg/ports/freetds/portfile.cmake
vcpkg/ports/freetds/vcpkg.json
vcpkg/ports/freetype/0003-Fix-UWP.patch
vcpkg/ports/freetype/brotli-static.patch
vcpkg/ports/freetype/fix-bzip2-pc.patch
vcpkg/ports/freetype/fix-exports.patch
vcpkg/ports/freetype/portfile.cmake
vcpkg/ports/freetype/vcpkg-cmake-wrapper.cmake
vcpkg/ports/freetype/vcpkg.json
vcpkg/ports/freetype-gl/glew.patch
vcpkg/ports/freetype-gl/portfile.cmake
vcpkg/ports/freetype-gl/vcpkg.json
vcpkg/ports/freexl/fix-makefiles.patch
vcpkg/ports/freexl/fix-pc-file.patch
vcpkg/ports/freexl/fix-sources.patch
vcpkg/ports/freexl/portfile.cmake
vcpkg/ports/freexl/vcpkg.json
vcpkg/ports/fribidi/meson-crosscompile.patch
vcpkg/ports/fribidi/portfile.cmake
vcpkg/ports/fribidi/vcpkg.json
vcpkg/ports/frozen/portfile.cmake
vcpkg/ports/frozen/vcpkg.json
vcpkg/ports/frugally-deep/portfile.cmake
vcpkg/ports/frugally-deep/vcpkg.json
vcpkg/ports/fruit/portfile.cmake
vcpkg/ports/fruit/vcpkg.json
vcpkg/ports/ftgl/01_disable_doxygen.patch
vcpkg/ports/ftgl/02_enable-cpp11-std.patch
vcpkg/ports/ftgl/Fix-headersFilePath.patch
vcpkg/ports/ftgl/portfile.cmake
vcpkg/ports/ftgl/vcpkg.json
vcpkg/ports/ftxui/portfile.cmake
vcpkg/ports/ftxui/vcpkg.json
vcpkg/ports/function2/disable-testing.patch
vcpkg/ports/function2/portfile.cmake
vcpkg/ports/function2/vcpkg.json
vcpkg/ports/functions-framework-cpp/portfile.cmake
vcpkg/ports/functions-framework-cpp/vcpkg.json
vcpkg/ports/fuzzylite/portfile.cmake
vcpkg/ports/fuzzylite/vcpkg.json
vcpkg/ports/fxdiv/portfile.cmake
vcpkg/ports/fxdiv/vcpkg.json
vcpkg/ports/g2o/portfile.cmake
vcpkg/ports/g2o/vcpkg.json
vcpkg/ports/g3log/portfile.cmake
vcpkg/ports/g3log/vcpkg.json
vcpkg/ports/gainput/fix-build.patch
vcpkg/ports/gainput/install_as_cmake_package.patch
vcpkg/ports/gainput/portfile.cmake
vcpkg/ports/gainput/vcpkg.json
vcpkg/ports/gamedev-framework/portfile.cmake
vcpkg/ports/gamedev-framework/vcpkg.json
vcpkg/ports/gamenetworkingsockets/portfile.cmake
vcpkg/ports/gamenetworkingsockets/vcpkg.json
vcpkg/ports/gamma/CMakeLists.txt
vcpkg/ports/gamma/portfile.cmake
vcpkg/ports/gamma/vcpkg.json
vcpkg/ports/gasol/fix-install.patch
vcpkg/ports/gasol/gasol.patch
vcpkg/ports/gasol/portfile.cmake
vcpkg/ports/gasol/vcpkg.json
vcpkg/ports/gaussianlib/portfile.cmake
vcpkg/ports/gaussianlib/vcpkg.json
vcpkg/ports/gcem/portfile.cmake
vcpkg/ports/gcem/vcpkg.json
vcpkg/ports/gdal/0001-Fix-debug-crt-flags.patch
vcpkg/ports/gdal/0002-Fix-build.patch
vcpkg/ports/gdal/0004-Fix-cfitsio.patch
vcpkg/ports/gdal/0005-Fix-configure.patch
vcpkg/ports/gdal/0006-Fix-mingw-dllexport.patch
vcpkg/ports/gdal/0007-Control-tools.patch
vcpkg/ports/gdal/0008-Fix-absl-string_view.patch
vcpkg/ports/gdal/0009-poppler-cxx17.patch
vcpkg/ports/gdal/dependency_win.cmake
vcpkg/ports/gdal/portfile.cmake
vcpkg/ports/gdal/usage
vcpkg/ports/gdal/vcpkg-cmake-wrapper.cmake
vcpkg/ports/gdal/vcpkg.json
vcpkg/ports/gdcm/Fix-Cmake_DIR.patch
vcpkg/ports/gdcm/fix-share-path.patch
vcpkg/ports/gdcm/portfile.cmake
vcpkg/ports/gdcm/use-openjpeg-config.patch
vcpkg/ports/gdcm/vcpkg.json
vcpkg/ports/gdcm2/portfile.cmake
vcpkg/ports/gdcm2/vcpkg.json
vcpkg/ports/gdk-pixbuf/fix_build.patch
vcpkg/ports/gdk-pixbuf/fix_build_error_windows.patch
vcpkg/ports/gdk-pixbuf/portfile.cmake
vcpkg/ports/gdk-pixbuf/vcpkg.json
vcpkg/ports/gemmlowp/portfile.cmake
vcpkg/ports/gemmlowp/vcpkg.json
vcpkg/ports/genann/CMakeLists.txt
vcpkg/ports/genann/portfile.cmake
vcpkg/ports/genann/vcpkg.json
vcpkg/ports/geogram/Config.cmake.in
vcpkg/ports/geogram/fix-vcpkg-install.patch
vcpkg/ports/geogram/portfile.cmake
vcpkg/ports/geogram/vcpkg.json
vcpkg/ports/geographiclib/cxx-library-only.patch
vcpkg/ports/geographiclib/portfile.cmake
vcpkg/ports/geographiclib/usage
vcpkg/ports/geographiclib/vcpkg.json
vcpkg/ports/geos/disable-warning-4996.patch
vcpkg/ports/geos/fix-exported-config.patch
vcpkg/ports/geos/install-hpp-files.patch
vcpkg/ports/geos/portfile.cmake
vcpkg/ports/geos/usage
vcpkg/ports/geos/vcpkg.json
vcpkg/ports/geotrans/CMakeLists.txt
vcpkg/ports/geotrans/geotrans-config.in.cmake
vcpkg/ports/geotrans/portfile.cmake
vcpkg/ports/geotrans/usage
vcpkg/ports/geotrans/vcpkg.json
vcpkg/ports/getdns/disable-install-COPYING-in-config-step.patch
vcpkg/ports/getdns/portfile.cmake
vcpkg/ports/getdns/vcpkg.json
vcpkg/ports/getopt/portfile.cmake
vcpkg/ports/getopt/vcpkg.json
vcpkg/ports/getopt-win32/getopt.h.patch
vcpkg/ports/getopt-win32/portfile.cmake
vcpkg/ports/getopt-win32/vcpkg.json
vcpkg/ports/gettext/0002-Fix-uwp-build.patch
vcpkg/ports/gettext/0003-Fix-win-unicode-paths.patch
vcpkg/ports/gettext/0004-Fix-uwp-tools-build.patch
vcpkg/ports/gettext/Makefile
vcpkg/ports/gettext/android.patch
vcpkg/ports/gettext/gettext-tools_woe32dll_gettextsrc-exports.c.patch
vcpkg/ports/gettext/install-autopoint.cmake
vcpkg/ports/gettext/portfile.cmake
vcpkg/ports/gettext/rel_path.patch
vcpkg/ports/gettext/uwp_remove_localcharset.patch
vcpkg/ports/gettext/vcpkg-cmake-wrapper.cmake
vcpkg/ports/gettext/vcpkg-port-config.cmake
vcpkg/ports/gettext/vcpkg.json
vcpkg/ports/gettimeofday/CMakeLists.txt
vcpkg/ports/gettimeofday/LICENSE
vcpkg/ports/gettimeofday/gettimeofday.c
vcpkg/ports/gettimeofday/gettimeofday.def
vcpkg/ports/gettimeofday/gettimeofday.h
vcpkg/ports/gettimeofday/portfile.cmake
vcpkg/ports/gettimeofday/vcpkg.json
vcpkg/ports/gflags/0001-patch-dir.patch
vcpkg/ports/gflags/fix_cmake_config.patch
vcpkg/ports/gflags/portfile.cmake
vcpkg/ports/gflags/usage
vcpkg/ports/gflags/vcpkg-cmake-wrapper.cmake
vcpkg/ports/gflags/vcpkg.json
vcpkg/ports/ghc-filesystem/portfile.cmake
vcpkg/ports/ghc-filesystem/vcpkg.json
vcpkg/ports/gherkin-c/fix-include-path.patch
vcpkg/ports/gherkin-c/fix-install-error.patch
vcpkg/ports/gherkin-c/portfile.cmake
vcpkg/ports/gherkin-c/vcpkg.json
vcpkg/ports/giflib/CMakeLists.txt
vcpkg/ports/giflib/disable-GifDrawBoxedText8x8-win32.patch
vcpkg/ports/giflib/exports.def
vcpkg/ports/giflib/fix-compile-error.patch
vcpkg/ports/giflib/msvc-guard-unistd-h.patch
vcpkg/ports/giflib/portfile.cmake
vcpkg/ports/giflib/vcpkg-cmake-wrapper.cmake
vcpkg/ports/giflib/vcpkg.json
vcpkg/ports/ginkgo/portfile.cmake
vcpkg/ports/ginkgo/usage
vcpkg/ports/ginkgo/vcpkg.json
vcpkg/ports/gl2ps/portfile.cmake
vcpkg/ports/gl2ps/separate-static-dynamic-build.patch
vcpkg/ports/gl2ps/vcpkg.json
vcpkg/ports/gl3w/0001-enable-shared-build.patch
vcpkg/ports/gl3w/CMakeLists.txt
vcpkg/ports/gl3w/portfile.cmake
vcpkg/ports/gl3w/vcpkg.json
vcpkg/ports/glad/encoding.patch
vcpkg/ports/glad/find_python.patch
vcpkg/ports/glad/portfile.cmake
vcpkg/ports/glad/vcpkg.json
vcpkg/ports/glbinding/0001_force-system-install.patch
vcpkg/ports/glbinding/0002_fix-uwpmacro.patch
vcpkg/ports/glbinding/0003_fix-cmake-configs-paths.patch
vcpkg/ports/glbinding/0004_fix-config-expected-paths.patch
vcpkg/ports/glbinding/portfile.cmake
vcpkg/ports/glbinding/usage
vcpkg/ports/glbinding/vcpkg.json
vcpkg/ports/glew/fix-LNK2019.patch
vcpkg/ports/glew/portfile.cmake
vcpkg/ports/glew/usage
vcpkg/ports/glew/vcpkg-cmake-wrapper.cmake
vcpkg/ports/glew/vcpkg.json
vcpkg/ports/glfw3/portfile.cmake
vcpkg/ports/glfw3/vcpkg.json
vcpkg/ports/gli/disable-test.patch
vcpkg/ports/gli/portfile.cmake
vcpkg/ports/gli/vcpkg.json
vcpkg/ports/glib/libintl.patch
vcpkg/ports/glib/portfile.cmake
vcpkg/ports/glib/use-libiconv-on-windows.patch
vcpkg/ports/glib/vcpkg.json
vcpkg/ports/glibmm/portfile.cmake
vcpkg/ports/glibmm/vcpkg.json
vcpkg/ports/glm/CMakeLists.txt
vcpkg/ports/glm/portfile.cmake
vcpkg/ports/glm/vcpkg.json
vcpkg/ports/globjects/fix-dependency-glm.patch
vcpkg/ports/globjects/portfile.cmake
vcpkg/ports/globjects/system-install.patch
vcpkg/ports/globjects/vcpkg.json
vcpkg/ports/glog/glog_disable_debug_postfix.patch
vcpkg/ports/glog/portfile.cmake
vcpkg/ports/glog/vcpkg.json
vcpkg/ports/gloo/portfile.cmake
vcpkg/ports/gloo/vcpkg.json
vcpkg/ports/glslang/always-install-resource-limits.patch
vcpkg/ports/glslang/glslang-config.cmake
vcpkg/ports/glslang/ignore-crt.patch
vcpkg/ports/glslang/portfile.cmake
vcpkg/ports/glslang/vcpkg.json
vcpkg/ports/glui/install-one-flavor.patch
vcpkg/ports/glui/portfile.cmake
vcpkg/ports/glui/vcpkg-cmake-wrapper.cmake
vcpkg/ports/glui/vcpkg.json
vcpkg/ports/gmime/CMakeLists.txt
vcpkg/ports/gmime/portfile.cmake
vcpkg/ports/gmime/vcpkg.json
vcpkg/ports/gmmlib/portfile.cmake
vcpkg/ports/gmmlib/vcpkg.json
vcpkg/ports/gmp/adddef.patch
vcpkg/ports/gmp/portfile.cmake
vcpkg/ports/gmp/runtime.patch
vcpkg/ports/gmp/tools.patch
vcpkg/ports/gmp/vcpkg.json
vcpkg/ports/gmp/vs.build.patch
vcpkg/ports/gmsh/fix-install.patch
vcpkg/ports/gmsh/portfile.cmake
vcpkg/ports/gmsh/vcpkg.json
vcpkg/ports/gobject-introspection/0001-g-ir-tool-template.in.patch
vcpkg/ports/gobject-introspection/0002-cross-build.patch
vcpkg/ports/gobject-introspection/portfile.cmake
vcpkg/ports/gobject-introspection/vcpkg.json
vcpkg/ports/google-cloud-cpp/portfile.cmake
vcpkg/ports/google-cloud-cpp/support_absl_cxx17.patch
vcpkg/ports/google-cloud-cpp/vcpkg.json
vcpkg/ports/google-cloud-cpp-common/portfile.cmake
vcpkg/ports/google-cloud-cpp-common/vcpkg.json
vcpkg/ports/google-cloud-cpp-spanner/portfile.cmake
vcpkg/ports/google-cloud-cpp-spanner/vcpkg.json
vcpkg/ports/googleapis/portfile.cmake
vcpkg/ports/googleapis/usage
vcpkg/ports/googleapis/vcpkg.json
vcpkg/ports/gperf/CMakeLists.txt
vcpkg/ports/gperf/config.h.in
vcpkg/ports/gperf/portfile.cmake
vcpkg/ports/gperf/vcpkg.json
vcpkg/ports/gperftools/CMakeLists.txt
vcpkg/ports/gperftools/portfile.cmake
vcpkg/ports/gperftools/vcpkg.json
vcpkg/ports/gpgme/disable-docs.patch
vcpkg/ports/gpgme/disable-tests.patch
vcpkg/ports/gpgme/portfile.cmake
vcpkg/ports/gpgme/vcpkg.json
vcpkg/ports/gppanel/00001-fix-build.patch
vcpkg/ports/gppanel/CMakeLists.txt
vcpkg/ports/gppanel/portfile.cmake
vcpkg/ports/gppanel/vcpkg.json
vcpkg/ports/graphene/portfile.cmake
vcpkg/ports/graphene/vcpkg.json
vcpkg/ports/graphicsmagick/CMakeLists.txt
vcpkg/ports/graphicsmagick/disable_graphicsmagick_modules.patch
vcpkg/ports/graphicsmagick/dynamic_bzip2.patch
vcpkg/ports/graphicsmagick/magick_types.h
vcpkg/ports/graphicsmagick/portfile.cmake
vcpkg/ports/graphicsmagick/vcpkg.json
vcpkg/ports/graphite2/disable-tests.patch
vcpkg/ports/graphite2/portfile.cmake
vcpkg/ports/graphite2/vcpkg.json
vcpkg/ports/graphqlparser/portfile.cmake
vcpkg/ports/graphqlparser/remove-invalid-bison-directive.patch
vcpkg/ports/graphqlparser/static-compile-fix.patch
vcpkg/ports/graphqlparser/vcpkg.json
vcpkg/ports/graphqlparser/win-cmake.patch
vcpkg/ports/graphviz/0001-Fix-build.patch
vcpkg/ports/graphviz/portfile.cmake
vcpkg/ports/graphviz/vcpkg.json
vcpkg/ports/greatest/portfile.cmake
vcpkg/ports/greatest/vcpkg.json
vcpkg/ports/grpc/00001-fix-uwp.patch
vcpkg/ports/grpc/00002-static-linking-in-linux.patch
vcpkg/ports/grpc/00003-undef-base64-macro.patch
vcpkg/ports/grpc/00004-link-gdi32-on-windows.patch
vcpkg/ports/grpc/00005-fix-uwp-error.patch
vcpkg/ports/grpc/00009-use-system-upb.patch
vcpkg/ports/grpc/00010-add-feature-absl-sync.patch
vcpkg/ports/grpc/00011-fix-csharp_plugin.patch
vcpkg/ports/grpc/00012-fix-use-cxx17.patch
vcpkg/ports/grpc/00013-build-upbdefs.patch
vcpkg/ports/grpc/00014-pkgconfig-upbdefs.patch
vcpkg/ports/grpc/gRPCTargets-vcpkg-tools.cmake
vcpkg/ports/grpc/portfile.cmake
vcpkg/ports/grpc/snprintf.patch
vcpkg/ports/grpc/vcpkg-cmake-wrapper.cmake
vcpkg/ports/grpc/vcpkg.json
vcpkg/ports/grppi/fix-build-error.patch
vcpkg/ports/grppi/fix-support-other-compilers.patch
vcpkg/ports/grppi/portfile.cmake
vcpkg/ports/grppi/vcpkg.json
vcpkg/ports/gsl/0001-configure.patch
vcpkg/ports/gsl/0002-add-fp-control.patch
vcpkg/ports/gsl/CMakeLists.txt
vcpkg/ports/gsl/portfile.cmake
vcpkg/ports/gsl/usage
vcpkg/ports/gsl/vcpkg-cmake-wrapper.cmake
vcpkg/ports/gsl/vcpkg.json
vcpkg/ports/gsl-lite/portfile.cmake
vcpkg/ports/gsl-lite/vcpkg.json
vcpkg/ports/gsoap/fix-build-in-windows.patch
vcpkg/ports/gsoap/portfile.cmake
vcpkg/ports/gsoap/vcpkg.json
vcpkg/ports/gst-rtsp-server/portfile.cmake
vcpkg/ports/gst-rtsp-server/vcpkg.json
vcpkg/ports/gstreamer/gstreamer-disable-hot-doc.patch
vcpkg/ports/gstreamer/gstreamer-disable-no-unused.patch
vcpkg/ports/gstreamer/plugin-base-disable-no-unused.patch
vcpkg/ports/gstreamer/plugins-base-use-zlib.patch
vcpkg/ports/gstreamer/plugins-good-use-zlib.patch
vcpkg/ports/gstreamer/plugins-ugly-disable-doc.patch
vcpkg/ports/gstreamer/portfile.cmake
vcpkg/ports/gstreamer/vcpkg.json
vcpkg/ports/gtest/fix-main-lib-path.patch
vcpkg/ports/gtest/portfile.cmake
vcpkg/ports/gtest/usage
vcpkg/ports/gtest/vcpkg.json
vcpkg/ports/gtk/0001-build.patch
vcpkg/ports/gtk/0002-windows-build.patch
vcpkg/ports/gtk/0004-macos-build.patch
vcpkg/ports/gtk/portfile.cmake
vcpkg/ports/gtk/vcpkg.json
vcpkg/ports/gtkmm/portfile.cmake
vcpkg/ports/gtkmm/vcpkg.json
vcpkg/ports/gts/fix-M_PI-in-windows.patch
vcpkg/ports/gts/fix-pkgconfig.patch
vcpkg/ports/gts/glib2.patch
vcpkg/ports/gts/portfile.cmake
vcpkg/ports/gts/support-unix.patch
vcpkg/ports/gts/vcpkg.json
vcpkg/ports/guetzli/CMakeLists.txt
vcpkg/ports/guetzli/butteraugli.patch
vcpkg/ports/guetzli/portfile.cmake
vcpkg/ports/guetzli/vcpkg.json
vcpkg/ports/guilite/portfile.cmake
vcpkg/ports/guilite/vcpkg.json
vcpkg/ports/gumbo/CMakeLists.txt
vcpkg/ports/gumbo/portfile.cmake
vcpkg/ports/gumbo/vcpkg.json
vcpkg/ports/gzip-hpp/portfile.cmake
vcpkg/ports/gzip-hpp/vcpkg.json
vcpkg/ports/h3/portfile.cmake
vcpkg/ports/h3/vcpkg.json
vcpkg/ports/h5py-lzf/0001-disable-H5PLget_plugin-api.patch
vcpkg/ports/h5py-lzf/CMakeLists.txt
vcpkg/ports/h5py-lzf/portfile.cmake
vcpkg/ports/h5py-lzf/vcpkg.json
vcpkg/ports/halide/portfile.cmake
vcpkg/ports/halide/usage.in
vcpkg/ports/halide/vcpkg.json
vcpkg/ports/happly/portfile.cmake
vcpkg/ports/happly/vcpkg.json
vcpkg/ports/harfbuzz/0001-circumvent-samefile-error.patch
vcpkg/ports/harfbuzz/0002-fix-uwp-build.patch
vcpkg/ports/harfbuzz/harfbuzzConfig.cmake.in
vcpkg/ports/harfbuzz/portfile.cmake
vcpkg/ports/harfbuzz/vcpkg.json
vcpkg/ports/hayai/portfile.cmake
vcpkg/ports/hayai/vcpkg.json
vcpkg/ports/hazelcast-cpp-client/portfile.cmake
vcpkg/ports/hazelcast-cpp-client/vcpkg.json
vcpkg/ports/hdf5/hdf5_config.patch
vcpkg/ports/hdf5/pkgconfig-link-order.patch
vcpkg/ports/hdf5/pkgconfig-requires.patch
vcpkg/ports/hdf5/portfile.cmake
vcpkg/ports/hdf5/szip.patch
vcpkg/ports/hdf5/vcpkg-cmake-wrapper.cmake
vcpkg/ports/hdf5/vcpkg.json
vcpkg/ports/healpix/fix-dependency.patch
vcpkg/ports/healpix/portfile.cmake
vcpkg/ports/healpix/vcpkg.json
vcpkg/ports/hedley/portfile.cmake
vcpkg/ports/hedley/vcpkg.json
vcpkg/ports/hexl/portfile.cmake
vcpkg/ports/hexl/vcpkg.json
vcpkg/ports/hffix/CMakeLists.txt
vcpkg/ports/hffix/portfile.cmake
vcpkg/ports/hffix/vcpkg.json
vcpkg/ports/hfsm2/portfile.cmake
vcpkg/ports/hfsm2/usage
vcpkg/ports/hfsm2/vcpkg.json
vcpkg/ports/hidapi/portfile.cmake
vcpkg/ports/hidapi/vcpkg.json
vcpkg/ports/highfive/fix-dependency-hdf5.patch
vcpkg/ports/highfive/fix-error-C1128.patch
vcpkg/ports/highfive/portfile.cmake
vcpkg/ports/highfive/vcpkg.json
vcpkg/ports/highway/portfile.cmake
vcpkg/ports/highway/vcpkg.json
vcpkg/ports/hiredis/fix-feature-example.patch
vcpkg/ports/hiredis/fix-include-path.patch
vcpkg/ports/hiredis/fix-ssize_t.patch
vcpkg/ports/hiredis/fix-timeval.patch
vcpkg/ports/hiredis/portfile.cmake
vcpkg/ports/hiredis/support-static.patch
vcpkg/ports/hiredis/vcpkg.json
vcpkg/ports/hpx/fix-dependency-hwloc.patch
vcpkg/ports/hpx/portfile.cmake
vcpkg/ports/hpx/vcpkg.json
vcpkg/ports/http-parser/CMakeLists.txt
vcpkg/ports/http-parser/portfile.cmake
vcpkg/ports/http-parser/vcpkg.json
vcpkg/ports/hungarian/CMakeLists.txt
vcpkg/ports/hungarian/LICENSE.txt
vcpkg/ports/hungarian/portfile.cmake
vcpkg/ports/hungarian/vcpkg.json
vcpkg/ports/hunspell/0001_fix_unistd.patch
vcpkg/ports/hunspell/0002-disable-test.patch
vcpkg/ports/hunspell/0003-fix-win-build.patch
vcpkg/ports/hunspell/0004-add-win-arm64.patch
vcpkg/ports/hunspell/portfile.cmake
vcpkg/ports/hunspell/vcpkg.json
vcpkg/ports/hwloc/fix_shared_win_build.patch
vcpkg/ports/hwloc/fix_wrong_ifdef.patch
vcpkg/ports/hwloc/portfile.cmake
vcpkg/ports/hwloc/vcpkg.json
vcpkg/ports/hyperscan/0001-remove-Werror.patch
vcpkg/ports/hyperscan/portfile.cmake
vcpkg/ports/hyperscan/vcpkg.json
vcpkg/ports/hypodermic/disable_hypodermic_tests.patch
vcpkg/ports/hypodermic/portfile.cmake
vcpkg/ports/hypodermic/vcpkg.json
vcpkg/ports/hypre/fix-dll-install-destination.patch
vcpkg/ports/hypre/portfile.cmake
vcpkg/ports/hypre/vcpkg.json
vcpkg/ports/icu/disable-escapestr-tool.patch
vcpkg/ports/icu/disable-static-prefix.patch
vcpkg/ports/icu/fix-extra.patch
vcpkg/ports/icu/fix-win-build.patch
vcpkg/ports/icu/fix_parallel_build_on_windows.patch
vcpkg/ports/icu/mingw-dll-install.patch
vcpkg/ports/icu/portfile.cmake
vcpkg/ports/icu/remove-MD-from-configure.patch
vcpkg/ports/icu/vcpkg-cmake-wrapper.cmake
vcpkg/ports/icu/vcpkg.json
vcpkg/ports/ideviceinstaller/portfile.cmake
vcpkg/ports/ideviceinstaller/vcpkg.json
vcpkg/ports/idevicerestore/fix-libgen.h-cannot-be-found.patch
vcpkg/ports/idevicerestore/libcurl_d.patch
vcpkg/ports/idevicerestore/portfile.cmake
vcpkg/ports/idevicerestore/vcpkg.json
vcpkg/ports/if97/portfile.cmake
vcpkg/ports/if97/vcpkg.json
vcpkg/ports/igloo/portfile.cmake
vcpkg/ports/igloo/vcpkg.json
vcpkg/ports/ignition-cmake0/do-not-compile-gtest.patch
vcpkg/ports/ignition-cmake0/fix-find-ign-curl.patch
vcpkg/ports/ignition-cmake0/portfile.cmake
vcpkg/ports/ignition-cmake0/support-arm64.patch
vcpkg/ports/ignition-cmake0/usage
vcpkg/ports/ignition-cmake0/uuid-do-not-require-pkg-config.patch
vcpkg/ports/ignition-cmake0/vcpkg.json
vcpkg/ports/ignition-cmake2/FindGTS.patch
vcpkg/ports/ignition-cmake2/portfile.cmake
vcpkg/ports/ignition-cmake2/usage
vcpkg/ports/ignition-cmake2/vcpkg.json
vcpkg/ports/ignition-common1/portfile.cmake
vcpkg/ports/ignition-common1/vcpkg.json
vcpkg/ports/ignition-common3/portfile.cmake
vcpkg/ports/ignition-common3/vcpkg.json
vcpkg/ports/ignition-fuel-tools1/link-correct-yaml-target.patch
vcpkg/ports/ignition-fuel-tools1/portfile.cmake
vcpkg/ports/ignition-fuel-tools1/vcpkg.json
vcpkg/ports/ignition-fuel-tools4/portfile.cmake
vcpkg/ports/ignition-fuel-tools4/vcpkg.json
vcpkg/ports/ignition-math4/portfile.cmake
vcpkg/ports/ignition-math4/vcpkg.json
vcpkg/ports/ignition-math6/fix-isspace.patch
vcpkg/ports/ignition-math6/portfile.cmake
vcpkg/ports/ignition-math6/vcpkg.json
vcpkg/ports/ignition-modularscripts/ignition_modular_library.cmake
vcpkg/ports/ignition-modularscripts/portfile.cmake
vcpkg/ports/ignition-modularscripts/vcpkg.json
vcpkg/ports/ignition-msgs1/fix-protobuf-static-link-order.patch
vcpkg/ports/ignition-msgs1/portfile.cmake
vcpkg/ports/ignition-msgs1/vcpkg.json
vcpkg/ports/ignition-msgs5/01-protobuf.patch
vcpkg/ports/ignition-msgs5/portfile.cmake
vcpkg/ports/ignition-msgs5/vcpkg.json
vcpkg/ports/ignition-msgs6/portfile.cmake
vcpkg/ports/ignition-msgs6/vcpkg.json
vcpkg/ports/ignition-plugin1/portfile.cmake
vcpkg/ports/ignition-plugin1/vcpkg.json
vcpkg/ports/ignition-transport4/portfile.cmake
vcpkg/ports/ignition-transport4/uuid-osx.patch
vcpkg/ports/ignition-transport4/vcpkg.json
vcpkg/ports/ignition-transport8/portfile.cmake
vcpkg/ports/ignition-transport8/vcpkg.json
vcpkg/ports/ignition-transport9/portfile.cmake
vcpkg/ports/ignition-transport9/uuid-osx.patch
vcpkg/ports/ignition-transport9/vcpkg.json
vcpkg/ports/igraph/arith_osx.h
vcpkg/ports/igraph/arith_win32.h
vcpkg/ports/igraph/arith_win64.h
vcpkg/ports/igraph/portfile.cmake
vcpkg/ports/igraph/vcpkg.json
vcpkg/ports/iir1/portfile.cmake
vcpkg/ports/iir1/vcpkg.json
vcpkg/ports/ijg-libjpeg/CMakeLists.txt
vcpkg/ports/ijg-libjpeg/portfile.cmake
vcpkg/ports/ijg-libjpeg/vcpkg.json
vcpkg/ports/ilmbase/portfile.cmake
vcpkg/ports/ilmbase/vcpkg.json
vcpkg/ports/imath/portfile.cmake
vcpkg/ports/imath/vcpkg.json
vcpkg/ports/imgui/CMakeLists.txt
vcpkg/ports/imgui/imgui-config.cmake.in
vcpkg/ports/imgui/portfile.cmake
vcpkg/ports/imgui/vcpkg.json
vcpkg/ports/imgui-sfml/0001-fix_find_package.patch
vcpkg/ports/imgui-sfml/004-fix-find-sfml.patch
vcpkg/ports/imgui-sfml/005-fix-imtextureid-define.patch
vcpkg/ports/imgui-sfml/portfile.cmake
vcpkg/ports/imgui-sfml/usage
vcpkg/ports/imgui-sfml/vcpkg.json
vcpkg/ports/imguizmo/CMakeLists.txt
vcpkg/ports/imguizmo/portfile.cmake
vcpkg/ports/imguizmo/vcpkg.json
vcpkg/ports/immer/portfile.cmake
vcpkg/ports/immer/vcpkg.json
vcpkg/ports/implot/CMakeLists.txt
vcpkg/ports/implot/portfile.cmake
vcpkg/ports/implot/vcpkg.json
vcpkg/ports/indicators/portfile.cmake
vcpkg/ports/indicators/vcpkg.json
vcpkg/ports/influxdb-cxx/include-stringview.patch
vcpkg/ports/influxdb-cxx/portfile.cmake
vcpkg/ports/influxdb-cxx/vcpkg.json
vcpkg/ports/infoware/portfile.cmake
vcpkg/ports/infoware/vcpkg.json
vcpkg/ports/inih/CMakeLists.txt
vcpkg/ports/inih/portfile.cmake
vcpkg/ports/inih/vcpkg.json
vcpkg/ports/iniparser/CMakeLists.txt
vcpkg/ports/iniparser/portfile.cmake
vcpkg/ports/iniparser/vcpkg.json
vcpkg/ports/iniparser/win32_ssize_t.patch
vcpkg/ports/inja/portfile.cmake
vcpkg/ports/inja/vcpkg.json
vcpkg/ports/intel-ipsec/always-generate-pdb.patch
vcpkg/ports/intel-ipsec/intel-ipsec-targets-implib.cmake.in
vcpkg/ports/intel-ipsec/intel-ipsec-targets.cmake.in
vcpkg/ports/intel-ipsec/intel-ipsecConfig.cmake.in
vcpkg/ports/intel-ipsec/portfile.cmake
vcpkg/ports/intel-ipsec/usage
vcpkg/ports/intel-ipsec/vcpkg.json
vcpkg/ports/intel-mkl/portfile.cmake
vcpkg/ports/intel-mkl/vcpkg.json
vcpkg/ports/intelrdfpmathlib/CMakeLists.txt
vcpkg/ports/intelrdfpmathlib/portfile.cmake
vcpkg/ports/intelrdfpmathlib/vcpkg.json
vcpkg/ports/io2d/cmake.dep.patch
vcpkg/ports/io2d/portfile.cmake
vcpkg/ports/io2d/vcpkg.json
vcpkg/ports/irrlicht/CMakeLists.txt
vcpkg/ports/irrlicht/LICENSE.txt
vcpkg/ports/irrlicht/fix-encoding.patch
vcpkg/ports/irrlicht/fix-osx-compilation.patch
vcpkg/ports/irrlicht/fix-sysctl.patch
vcpkg/ports/irrlicht/portfile.cmake
vcpkg/ports/irrlicht/vcpkg-cmake-wrapper.cmake
vcpkg/ports/irrlicht/vcpkg.json
vcpkg/ports/irrxml/portfile.cmake
vcpkg/ports/irrxml/vcpkg.json
vcpkg/ports/isal/CMakeLists.txt
vcpkg/ports/isal/isalConfig.cmake
vcpkg/ports/isal/portfile.cmake
vcpkg/ports/isal/usage
vcpkg/ports/isal/vcpkg.json
vcpkg/ports/ismrmrd/fix-depends-hdf5.patch
vcpkg/ports/ismrmrd/portfile.cmake
vcpkg/ports/ismrmrd/vcpkg.json
vcpkg/ports/ismrmrd/x86-windows-include-stddef.patch
vcpkg/ports/itk/double-conversion.patch
vcpkg/ports/itk/opencl.patch
vcpkg/ports/itk/openjpeg.patch
vcpkg/ports/itk/openjpeg2.patch
vcpkg/ports/itk/portfile.cmake
vcpkg/ports/itk/python_gpu_wrapping.patch
vcpkg/ports/itk/use-the-lrintf-intrinsic.patch
vcpkg/ports/itk/var_libraries.patch
vcpkg/ports/itk/vcpkg.json
vcpkg/ports/itk/wrapping.patch
vcpkg/ports/itk/rtk/already_defined.patch
vcpkg/ports/itk/rtk/unresolved.patch
vcpkg/ports/itpp/fix-linux.patch
vcpkg/ports/itpp/fix-uwp.patch
vcpkg/ports/itpp/msvc2013.patch
vcpkg/ports/itpp/portfile.cmake
vcpkg/ports/itpp/rename-version.patch
vcpkg/ports/itpp/vcpkg.json
vcpkg/ports/ixwebsocket/portfile.cmake
vcpkg/ports/ixwebsocket/vcpkg.json
vcpkg/ports/jack2/CMakeLists.txt
vcpkg/ports/jack2/jack.def
vcpkg/ports/jack2/portfile.cmake
vcpkg/ports/jack2/vcpkg.json
vcpkg/ports/jaeger-client-cpp/fix-CMakeLists.patch
vcpkg/ports/jaeger-client-cpp/portfile.cmake
vcpkg/ports/jaeger-client-cpp/vcpkg.json
vcpkg/ports/jansson/portfile.cmake
vcpkg/ports/jansson/vcpkg.json
vcpkg/ports/jasper/portfile.cmake
vcpkg/ports/jasper/vcpkg.json
vcpkg/ports/jbig2dec/CMakeLists.txt
vcpkg/ports/jbig2dec/portfile.cmake
vcpkg/ports/jbig2dec/vcpkg.json
vcpkg/ports/jbigkit/CMakeLists.txt
vcpkg/ports/jbigkit/portfile.cmake
vcpkg/ports/jbigkit/vcpkg.json
vcpkg/ports/jemalloc/fix-cmakelists.patch
vcpkg/ports/jemalloc/fix-static-build.patch
vcpkg/ports/jemalloc/fix-utilities.patch
vcpkg/ports/jemalloc/portfile.cmake
vcpkg/ports/jemalloc/vcpkg.json
vcpkg/ports/jinja2cpplight/portfile.cmake
vcpkg/ports/jinja2cpplight/vcpkg.json
vcpkg/ports/josuttis-jthread/portfile.cmake
vcpkg/ports/josuttis-jthread/vcpkg.json
vcpkg/ports/jsmn/portfile.cmake
vcpkg/ports/jsmn/vcpkg.json
vcpkg/ports/json-c/pkgconfig.patch
vcpkg/ports/json-c/portfile.cmake
vcpkg/ports/json-c/vcpkg.json
vcpkg/ports/json-dto/portfile.cmake
vcpkg/ports/json-dto/vcpkg.json
vcpkg/ports/json-schema-validator/cmake-find-package.patch
vcpkg/ports/json-schema-validator/fix-ambiguous-assignment.patch
vcpkg/ports/json-schema-validator/forward-find-package.patch
vcpkg/ports/json-schema-validator/portfile.cmake
vcpkg/ports/json-schema-validator/usage
vcpkg/ports/json-schema-validator/vcpkg.json
vcpkg/ports/json-spirit/Fix-link-error-C1128.patch
vcpkg/ports/json-spirit/dll-wins.patch
vcpkg/ports/json-spirit/portfile.cmake
vcpkg/ports/json-spirit/vcpkg.json
vcpkg/ports/json11/destination.patch
vcpkg/ports/json11/json11-config.cmake
vcpkg/ports/json11/portfile.cmake
vcpkg/ports/json11/vcpkg.json
vcpkg/ports/json5-parser/00001-fix-build.patch
vcpkg/ports/json5-parser/portfile.cmake
vcpkg/ports/json5-parser/vcpkg.json
vcpkg/ports/jsoncons/portfile.cmake
vcpkg/ports/jsoncons/vcpkg.json
vcpkg/ports/jsoncpp/portfile.cmake
vcpkg/ports/jsoncpp/vcpkg.json
vcpkg/ports/jsonnet/0003-use-upstream-nlohmann-json.patch
vcpkg/ports/jsonnet/0004-incorporate-md5.patch
vcpkg/ports/jsonnet/001-enable-msvc.patch
vcpkg/ports/jsonnet/002-fix-dependency-and-install.patch
vcpkg/ports/jsonnet/portfile.cmake
vcpkg/ports/jsonnet/vcpkg.json
vcpkg/ports/jwt-cpp/portfile.cmake
vcpkg/ports/jwt-cpp/vcpkg.json
vcpkg/ports/jxrlib/CMakeLists.txt
vcpkg/ports/jxrlib/FindJXR.cmake
vcpkg/ports/jxrlib/portfile.cmake
vcpkg/ports/jxrlib/usage
vcpkg/ports/jxrlib/vcpkg-cmake-wrapper.cmake
vcpkg/ports/jxrlib/vcpkg.json
vcpkg/ports/kangaru/portfile.cmake
vcpkg/ports/kangaru/vcpkg.json
vcpkg/ports/kcp/portfile.cmake
vcpkg/ports/kcp/vcpkg.json
vcpkg/ports/kd-soap/portfile.cmake
vcpkg/ports/kd-soap/vcpkg.json
vcpkg/ports/kdbindings/portfile.cmake
vcpkg/ports/kdbindings/vcpkg.json
vcpkg/ports/kddockwidgets/fix_find_package.patch
vcpkg/ports/kddockwidgets/portfile.cmake
vcpkg/ports/kddockwidgets/vcpkg.json
vcpkg/ports/kealib/hdf5_include.patch
vcpkg/ports/kealib/portfile.cmake
vcpkg/ports/kealib/vcpkg.json
vcpkg/ports/kenlm/fix-boost.patch
vcpkg/ports/kenlm/fix-const-overloaded.patch
vcpkg/ports/kenlm/portfile.cmake
vcpkg/ports/kenlm/vcpkg.json
vcpkg/ports/keystone/portfile.cmake
vcpkg/ports/keystone/vcpkg.json
vcpkg/ports/kf5archive/control-dependencies.patch
vcpkg/ports/kf5archive/portfile.cmake
vcpkg/ports/kf5archive/vcpkg.json
vcpkg/ports/kf5attica/portfile.cmake
vcpkg/ports/kf5attica/vcpkg.json
vcpkg/ports/kf5auth/portfile.cmake
vcpkg/ports/kf5auth/vcpkg.json
vcpkg/ports/kf5bookmarks/portfile.cmake
vcpkg/ports/kf5bookmarks/vcpkg.json
vcpkg/ports/kf5codecs/portfile.cmake
vcpkg/ports/kf5codecs/vcpkg.json
vcpkg/ports/kf5completion/portfile.cmake
vcpkg/ports/kf5completion/vcpkg.json
vcpkg/ports/kf5config/portfile.cmake
vcpkg/ports/kf5config/vcpkg.json
vcpkg/ports/kf5configwidgets/portfile.cmake
vcpkg/ports/kf5configwidgets/vcpkg.json
vcpkg/ports/kf5coreaddons/fix_cmake_config.patch
vcpkg/ports/kf5coreaddons/portfile.cmake
vcpkg/ports/kf5coreaddons/vcpkg.json
vcpkg/ports/kf5crash/portfile.cmake
vcpkg/ports/kf5crash/vcpkg.json
vcpkg/ports/kf5dbusaddons/portfile.cmake
vcpkg/ports/kf5dbusaddons/vcpkg.json
vcpkg/ports/kf5declarative/portfile.cmake
vcpkg/ports/kf5declarative/vcpkg.json
vcpkg/ports/kf5diagram/portfile.cmake
vcpkg/ports/kf5diagram/vcpkg.json
vcpkg/ports/kf5globalaccel/portfile.cmake
vcpkg/ports/kf5globalaccel/vcpkg.json
vcpkg/ports/kf5guiaddons/fix_cmake.patch
vcpkg/ports/kf5guiaddons/portfile.cmake
vcpkg/ports/kf5guiaddons/vcpkg.json
vcpkg/ports/kf5holidays/portfile.cmake
vcpkg/ports/kf5holidays/vcpkg.json
vcpkg/ports/kf5i18n/fix_static_builds.patch
vcpkg/ports/kf5i18n/portfile.cmake
vcpkg/ports/kf5i18n/vcpkg.json
vcpkg/ports/kf5iconthemes/portfile.cmake
vcpkg/ports/kf5iconthemes/vcpkg.json
vcpkg/ports/kf5itemmodels/portfile.cmake
vcpkg/ports/kf5itemmodels/vcpkg.json
vcpkg/ports/kf5itemviews/portfile.cmake
vcpkg/ports/kf5itemviews/vcpkg.json
vcpkg/ports/kf5jobwidgets/portfile.cmake
vcpkg/ports/kf5jobwidgets/vcpkg.json
vcpkg/ports/kf5kcmutils/portfile.cmake
vcpkg/ports/kf5kcmutils/vcpkg.json
vcpkg/ports/kf5kio/fix_libiconv.patch
vcpkg/ports/kf5kio/portfile.cmake
vcpkg/ports/kf5kio/vcpkg.json
vcpkg/ports/kf5newstuff/portfile.cmake
vcpkg/ports/kf5newstuff/vcpkg.json
vcpkg/ports/kf5notifications/portfile.cmake
vcpkg/ports/kf5notifications/vcpkg.json
vcpkg/ports/kf5package/portfile.cmake
vcpkg/ports/kf5package/vcpkg.json
vcpkg/ports/kf5plotting/portfile.cmake
vcpkg/ports/kf5plotting/vcpkg.json
vcpkg/ports/kf5service/portfile.cmake
vcpkg/ports/kf5service/vcpkg.json
vcpkg/ports/kf5solid/fix-libmount.patch
vcpkg/ports/kf5solid/portfile.cmake
vcpkg/ports/kf5solid/vcpkg.json
vcpkg/ports/kf5sonnet/portfile.cmake
vcpkg/ports/kf5sonnet/vcpkg.json
vcpkg/ports/kf5syntaxhighlighting/portfile.cmake
vcpkg/ports/kf5syntaxhighlighting/vcpkg.json
vcpkg/ports/kf5textwidgets/portfile.cmake
vcpkg/ports/kf5textwidgets/vcpkg.json
vcpkg/ports/kf5wallet/portfile.cmake
vcpkg/ports/kf5wallet/vcpkg.json
vcpkg/ports/kf5widgetsaddons/portfile.cmake
vcpkg/ports/kf5widgetsaddons/vcpkg.json
vcpkg/ports/kf5windowsystem/portfile.cmake
vcpkg/ports/kf5windowsystem/vcpkg.json
vcpkg/ports/kf5xmlgui/portfile.cmake
vcpkg/ports/kf5xmlgui/vcpkg.json
vcpkg/ports/kfr/portfile.cmake
vcpkg/ports/kfr/vcpkg.json
vcpkg/ports/kinectsdk1/portfile.cmake
vcpkg/ports/kinectsdk1/vcpkg.json
vcpkg/ports/kinectsdk2/portfile.cmake
vcpkg/ports/kinectsdk2/vcpkg.json
vcpkg/ports/kissfft/CMakeLists.txt
vcpkg/ports/kissfft/exports.def
vcpkg/ports/kissfft/portfile.cmake
vcpkg/ports/kissfft/vcpkg.json
vcpkg/ports/klein/find_simde_first.patch
vcpkg/ports/klein/portfile.cmake
vcpkg/ports/klein/usage
vcpkg/ports/klein/vcpkg.json
vcpkg/ports/knet/portfile.cmake
vcpkg/ports/knet/usage
vcpkg/ports/knet/vcpkg.json
vcpkg/ports/krabsetw/portfile.cmake
vcpkg/ports/krabsetw/vcpkg.json
vcpkg/ports/ktx/0001-Use-vcpkg-zstd.patch
vcpkg/ports/ktx/0002-Fix-versioning.patch
vcpkg/ports/ktx/portfile.cmake
vcpkg/ports/ktx/vcpkg.json
vcpkg/ports/kubazip/fix_targets.patch
vcpkg/ports/kubazip/portfile.cmake
vcpkg/ports/kubazip/vcpkg.json
vcpkg/ports/kubernetes/001-fix-destination.patch
vcpkg/ports/kubernetes/portfile.cmake
vcpkg/ports/kubernetes/vcpkg.json
vcpkg/ports/kuku/portfile.cmake
vcpkg/ports/kuku/vcpkg.json
vcpkg/ports/kvasir-mpl/portfile.cmake
vcpkg/ports/kvasir-mpl/vcpkg.json
vcpkg/ports/kwsys/portfile.cmake
vcpkg/ports/kwsys/vcpkg.json
vcpkg/ports/lager/portfile.cmake
vcpkg/ports/lager/vcpkg.json
vcpkg/ports/lapack/CMakeLists.txt
vcpkg/ports/lapack/portfile.cmake
vcpkg/ports/lapack/vcpkg.json
vcpkg/ports/lapack-reference/FindLAPACK.cmake
vcpkg/ports/lapack-reference/portfile.cmake
vcpkg/ports/lapack-reference/vcpkg-cmake-wrapper.cmake
vcpkg/ports/lapack-reference/vcpkg.json
vcpkg/ports/lastools/fix_install_paths_lastools.patch
vcpkg/ports/lastools/portfile.cmake
vcpkg/ports/lastools/vcpkg.json
vcpkg/ports/laszip/portfile.cmake
vcpkg/ports/laszip/vcpkg.json
vcpkg/ports/launch-darkly-server/portfile.cmake
vcpkg/ports/launch-darkly-server/vcpkg.json
vcpkg/ports/lazy-importer/portfile.cmake
vcpkg/ports/lazy-importer/vcpkg.json
vcpkg/ports/lcm/fix-build-error.patch
vcpkg/ports/lcm/glib.link.patch
vcpkg/ports/lcm/only-install-one-flavor.patch
vcpkg/ports/lcm/portfile.cmake
vcpkg/ports/lcm/vcpkg.json
vcpkg/ports/lcms/CMakeLists.txt
vcpkg/ports/lcms/portfile.cmake
vcpkg/ports/lcms/remove_library_directive.patch
vcpkg/ports/lcms/shared.patch
vcpkg/ports/lcms/usage
vcpkg/ports/lcms/vcpkg.json
vcpkg/ports/leaf/portfile.cmake
vcpkg/ports/leaf/vcpkg.json
vcpkg/ports/lemon/portfile.cmake
vcpkg/ports/lemon/vcpkg.json
vcpkg/ports/leptonica/find-dependency.patch
vcpkg/ports/leptonica/fix-cmakelists.patch
vcpkg/ports/leptonica/fix-src-cmakelists.patch
vcpkg/ports/leptonica/portfile.cmake
vcpkg/ports/leptonica/vcpkg.json
vcpkg/ports/lerc/create_package.patch
vcpkg/ports/lerc/enable_static_build.patch
vcpkg/ports/lerc/install_lib_to_archive_path.patch
vcpkg/ports/lerc/portfile.cmake
vcpkg/ports/lerc/vcpkg.json
vcpkg/ports/lest/portfile.cmake
vcpkg/ports/lest/vcpkg.json
vcpkg/ports/leveldb/fix-dependencies.patch
vcpkg/ports/leveldb/fix_config.patch
vcpkg/ports/leveldb/leveldbConfig.cmake.in
vcpkg/ports/leveldb/portfile.cmake
vcpkg/ports/leveldb/vcpkg.json
vcpkg/ports/levmar/add-install.patch
vcpkg/ports/levmar/portfile.cmake
vcpkg/ports/levmar/vcpkg.json
vcpkg/ports/libaaplus/fix-cmakelists.patch
vcpkg/ports/libaaplus/portfile.cmake
vcpkg/ports/libaaplus/vcpkg.json
vcpkg/ports/libaiff/CMakeLists.txt
vcpkg/ports/libaiff/allow_utf_16_filename.patch
vcpkg/ports/libaiff/buffer_uninitialized.patch
vcpkg/ports/libaiff/config.h
vcpkg/ports/libaiff/portfile.cmake
vcpkg/ports/libaiff/vcpkg.json
vcpkg/ports/libalkimia/dll_names.diff
vcpkg/ports/libalkimia/fix_explicit_shared_lib.diff
vcpkg/ports/libalkimia/portfile.cmake
vcpkg/ports/libalkimia/vcpkg.json
vcpkg/ports/libao/0001-windows-build-patch.patch
vcpkg/ports/libao/portfile.cmake
vcpkg/ports/libao/vcpkg.json
vcpkg/ports/libarchive/disable-warnings.patch
vcpkg/ports/libarchive/fix-buildsystem.patch
vcpkg/ports/libarchive/fix-cpu-set.patch
vcpkg/ports/libarchive/fix-dependencies.patch
vcpkg/ports/libarchive/pkgconfig-modules.patch
vcpkg/ports/libarchive/portfile.cmake
vcpkg/ports/libarchive/usage
vcpkg/ports/libarchive/vcpkg-cmake-wrapper.cmake.in
vcpkg/ports/libarchive/vcpkg.json
vcpkg/ports/libass/CMakeLists.txt
vcpkg/ports/libass/config.h.in
vcpkg/ports/libass/libass.def
vcpkg/ports/libass/portfile.cmake
vcpkg/ports/libass/vcpkg.json
vcpkg/ports/libassuan/fix-flags.patch
vcpkg/ports/libassuan/fix-pkgconfig.patch
vcpkg/ports/libassuan/portfile.cmake
vcpkg/ports/libassuan/vcpkg.json
vcpkg/ports/libatomic-ops/portfile.cmake
vcpkg/ports/libatomic-ops/vcpkg.json
vcpkg/ports/libavif/disable-source-utf8.patch
vcpkg/ports/libavif/portfile.cmake
vcpkg/ports/libavif/vcpkg.json
vcpkg/ports/libb2/portfile.cmake
vcpkg/ports/libb2/vcpkg.json
vcpkg/ports/libbacktrace/portfile.cmake
vcpkg/ports/libbacktrace/vcpkg.json
vcpkg/ports/libbf/portfile.cmake
vcpkg/ports/libbf/vcpkg.json
vcpkg/ports/libbson/disable-source-write.patch
vcpkg/ports/libbson/fix-include-directory.patch
vcpkg/ports/libbson/fix-static-cmake-2.patch
vcpkg/ports/libbson/fix-static-cmake.patch
vcpkg/ports/libbson/fix-uwp.patch
vcpkg/ports/libbson/portfile.cmake
vcpkg/ports/libbson/usage
vcpkg/ports/libbson/vcpkg.json
vcpkg/ports/libcanberra/03_onlyshowin_unity.patch
vcpkg/ports/libcanberra/gtk_dont_assume_x11.patch
vcpkg/ports/libcanberra/macos_fix.patch
vcpkg/ports/libcanberra/pkgconfig.patch
vcpkg/ports/libcanberra/portfile.cmake
vcpkg/ports/libcanberra/undefined_reference.diff
vcpkg/ports/libcanberra/vcpkg.json
vcpkg/ports/libcbor/LibCborConfig.cmake
vcpkg/ports/libcbor/portfile.cmake
vcpkg/ports/libcbor/vcpkg.json
vcpkg/ports/libcds/001-cmake-install.patch
vcpkg/ports/libcds/002-lib-suffix-option.patch
vcpkg/ports/libcds/portfile.cmake
vcpkg/ports/libcds/vcpkg.json
vcpkg/ports/libcerf/001-fix-static-build.patch
vcpkg/ports/libcerf/portfile.cmake
vcpkg/ports/libcerf/vcpkg.json
vcpkg/ports/libconfig/CMakeLists.txt
vcpkg/ports/libconfig/portfile.cmake
vcpkg/ports/libconfig/vcpkg.json
vcpkg/ports/libconfuse/CMakeLists.txt
vcpkg/ports/libconfuse/config.h.in
vcpkg/ports/libconfuse/portfile.cmake
vcpkg/ports/libconfuse/vcpkg.json
vcpkg/ports/libcopp/portfile.cmake
vcpkg/ports/libcopp/vcpkg.json
vcpkg/ports/libcpplocate/fix-install-paths.patch
vcpkg/ports/libcpplocate/portfile.cmake
vcpkg/ports/libcpplocate/vcpkg.json
vcpkg/ports/libcrafter/fix-build-error.patch
vcpkg/ports/libcrafter/portfile.cmake
vcpkg/ports/libcrafter/vcpkg.json
vcpkg/ports/libcroco/CMakeLists.txt
vcpkg/ports/libcroco/portfile.cmake
vcpkg/ports/libcroco/vcpkg.json
vcpkg/ports/libcuckoo/portfile.cmake
vcpkg/ports/libcuckoo/vcpkg.json
vcpkg/ports/libcurl-simple-https/portfile.cmake
vcpkg/ports/libcurl-simple-https/vcpkg.json
vcpkg/ports/libdatachannel/0001-fix-for-vcpkg.patch
vcpkg/ports/libdatachannel/portfile.cmake
vcpkg/ports/libdatachannel/vcpkg.json
vcpkg/ports/libdatrie/CMakeLists.txt
vcpkg/ports/libdatrie/config.h.cmake
vcpkg/ports/libdatrie/fix-exports.patch
vcpkg/ports/libdatrie/fix-trietool.patch
vcpkg/ports/libdatrie/portfile.cmake
vcpkg/ports/libdatrie/vcpkg.json
vcpkg/ports/libdc1394/portfile.cmake
vcpkg/ports/libdc1394/vcpkg.json
vcpkg/ports/libde265/fix-libde265-headers.patch
vcpkg/ports/libde265/portfile.cmake
vcpkg/ports/libde265/vcpkg.json
vcpkg/ports/libdisasm/CMakeLists.txt
vcpkg/ports/libdisasm/portfile.cmake
vcpkg/ports/libdisasm/sizeofvoid.patch
vcpkg/ports/libdisasm/vcpkg.json
vcpkg/ports/libdivide/portfile.cmake
vcpkg/ports/libdivide/vcpkg.json
vcpkg/ports/libdjinterop/portfile.cmake
vcpkg/ports/libdjinterop/vcpkg.json
vcpkg/ports/libdshowcapture/portfile.cmake
vcpkg/ports/libdshowcapture/vcpkg.json
vcpkg/ports/libe57/0001_cmake.patch
vcpkg/ports/libe57/0002_replace_tr1_with_cpp11.patch
vcpkg/ports/libe57/0003_fix_osx_support.patch
vcpkg/ports/libe57/portfile.cmake
vcpkg/ports/libe57/vcpkg.json
vcpkg/ports/libe57format/portfile.cmake
vcpkg/ports/libe57format/vcpkg.json
vcpkg/ports/libebur128/portfile.cmake
vcpkg/ports/libebur128/vcpkg.json
vcpkg/ports/libepoxy/portfile.cmake
vcpkg/ports/libepoxy/vcpkg.json
vcpkg/ports/libevent/fix-LibeventConfig_cmake_in_path.patch
vcpkg/ports/libevent/fix-file_path.patch
vcpkg/ports/libevent/fix-usage.patch
vcpkg/ports/libevent/portfile.cmake
vcpkg/ports/libevent/vcpkg.json
vcpkg/ports/libevhtp/portfile.cmake
vcpkg/ports/libevhtp/vcpkg.json
vcpkg/ports/libexif/CMakeLists.txt
vcpkg/ports/libexif/add-missing-_stdint-h.patch
vcpkg/ports/libexif/config.h.cmake
vcpkg/ports/libexif/libexif.def
vcpkg/ports/libexif/portfile.cmake
vcpkg/ports/libexif/vcpkg.json
vcpkg/ports/libfabric/add_additional_includes.patch
vcpkg/ports/libfabric/portfile.cmake
vcpkg/ports/libfabric/vcpkg.json
vcpkg/ports/libffi/CMakeLists.txt
vcpkg/ports/libffi/fficonfig.h
vcpkg/ports/libffi/libffiConfig.cmake.in
vcpkg/ports/libffi/portfile.cmake
vcpkg/ports/libffi/vcpkg.json
vcpkg/ports/libfido2/fix_cmakelists.patch
vcpkg/ports/libfido2/portfile.cmake
vcpkg/ports/libfido2/vcpkg.json
vcpkg/ports/libflac/fix-compile-options.patch
vcpkg/ports/libflac/portfile.cmake
vcpkg/ports/libflac/uwp-createfile2.patch
vcpkg/ports/libflac/uwp-library-console.patch
vcpkg/ports/libflac/vcpkg.json
vcpkg/ports/libfort/portfile.cmake
vcpkg/ports/libfort/vcpkg.json
vcpkg/ports/libfreenect2/fix-dependency-libusb.patch
vcpkg/ports/libfreenect2/portfile.cmake
vcpkg/ports/libfreenect2/vcpkg.json
vcpkg/ports/libftdi/dont_use_lib64.patch
vcpkg/ports/libftdi/exports.def
vcpkg/ports/libftdi/libusb-win32.patch
vcpkg/ports/libftdi/portfile.cmake
vcpkg/ports/libftdi/shared-static.patch
vcpkg/ports/libftdi/vcpkg.json
vcpkg/ports/libftdi1/exports.def
vcpkg/ports/libftdi1/libconfuse-fix.patch
vcpkg/ports/libftdi1/libusb-fix.patch
vcpkg/ports/libftdi1/portfile.cmake
vcpkg/ports/libftdi1/vcpkg.json
vcpkg/ports/libftdi1/win32.patch
vcpkg/ports/libgcrypt/portfile.cmake
vcpkg/ports/libgcrypt/vcpkg.json
vcpkg/ports/libgd/0001-fix-cmake.patch
vcpkg/ports/libgd/fix_msvc_build.patch
vcpkg/ports/libgd/intrin.patch
vcpkg/ports/libgd/no-write-source-dir.patch
vcpkg/ports/libgd/portfile.cmake
vcpkg/ports/libgd/vcpkg.json
vcpkg/ports/libgeotiff/cmakelists.patch
vcpkg/ports/libgeotiff/fix-staticbuild.patch
vcpkg/ports/libgeotiff/geotiff-config.patch
vcpkg/ports/libgeotiff/portfile.cmake
vcpkg/ports/libgeotiff/skip-doc-install.patch
vcpkg/ports/libgeotiff/usage
vcpkg/ports/libgeotiff/vcpkg.json
vcpkg/ports/libgit2/fix-configcmake.patch
vcpkg/ports/libgit2/portfile.cmake
vcpkg/ports/libgit2/vcpkg.json
vcpkg/ports/libgnutls/portfile.cmake
vcpkg/ports/libgnutls/vcpkg.json
vcpkg/ports/libgo/cmake.patch
vcpkg/ports/libgo/portfile.cmake
vcpkg/ports/libgo/vcpkg.json
vcpkg/ports/libgpg-error/add_cflags_to_tools.patch
vcpkg/ports/libgpg-error/outdir.patch
vcpkg/ports/libgpg-error/portfile.cmake
vcpkg/ports/libgpg-error/runtime.patch
vcpkg/ports/libgpg-error/vcpkg.json
vcpkg/ports/libgpiod/portfile.cmake
vcpkg/ports/libgpiod/vcpkg.json
vcpkg/ports/libgpod/configure.ac.patch
vcpkg/ports/libgpod/portfile.cmake
vcpkg/ports/libgpod/vcpkg.json
vcpkg/ports/libgta/portfile.cmake
vcpkg/ports/libgta/vcpkg.json
vcpkg/ports/libguarded/portfile.cmake
vcpkg/ports/libguarded/vcpkg.json
vcpkg/ports/libgwenhywfar/portfile.cmake
vcpkg/ports/libgwenhywfar/vcpkg.json
vcpkg/ports/libgxps/libgxps-0.3.2_fix_meson_warnings.patch
vcpkg/ports/libgxps/portfile.cmake
vcpkg/ports/libgxps/vcpkg.json
vcpkg/ports/libharu/add-boolean-typedef.patch
vcpkg/ports/libharu/fix-build-fail.patch
vcpkg/ports/libharu/portfile.cmake
vcpkg/ports/libharu/tiff.patch
vcpkg/ports/libharu/vcpkg.json
vcpkg/ports/libhdfs3/libhdfs3Config.cmake
vcpkg/ports/libhdfs3/portfile.cmake
vcpkg/ports/libhdfs3/usage
vcpkg/ports/libhdfs3/vcpkg.json
vcpkg/ports/libheif/gdk-pixbuf.patch
vcpkg/ports/libheif/portfile.cmake
vcpkg/ports/libheif/vcpkg.json
vcpkg/ports/libhsplasma/portfile.cmake
vcpkg/ports/libhsplasma/vcpkg.json
vcpkg/ports/libhv/portfile.cmake
vcpkg/ports/libhv/vcpkg.json
vcpkg/ports/libhydrogen/portfile.cmake
vcpkg/ports/libhydrogen/vcpkg.json
vcpkg/ports/libical/portfile.cmake
vcpkg/ports/libical/vcpkg.json
vcpkg/ports/libiconv/0002-Config-for-MSVC.patch
vcpkg/ports/libiconv/0003-Add-export.patch
vcpkg/ports/libiconv/0004-ModuleFileName.patch
vcpkg/ports/libiconv/portfile.cmake
vcpkg/ports/libiconv/vcpkg-cmake-wrapper.cmake
vcpkg/ports/libiconv/vcpkg.json
vcpkg/ports/libics/portfile.cmake
vcpkg/ports/libics/vcpkg.json
vcpkg/ports/libideviceactivation/CMakeLists.txt
vcpkg/ports/libideviceactivation/portfile.cmake
vcpkg/ports/libideviceactivation/vcpkg.json
vcpkg/ports/libidn2/CMakeLists.txt
vcpkg/ports/libidn2/config.h
vcpkg/ports/libidn2/portfile.cmake
vcpkg/ports/libidn2/string.h
vcpkg/ports/libidn2/vcpkg.json
vcpkg/ports/libigl/fix-config.patch
vcpkg/ports/libigl/fix-dependency.patch
vcpkg/ports/libigl/install-extra-headers.patch
vcpkg/ports/libigl/portfile.cmake
vcpkg/ports/libigl/vcpkg.json
vcpkg/ports/libilbc/do-not-build-ilbc_test.patch
vcpkg/ports/libilbc/portfile.cmake
vcpkg/ports/libilbc/vcpkg.json
vcpkg/ports/libimobiledevice/CMakeLists.txt
vcpkg/ports/libimobiledevice/portfile.cmake
vcpkg/ports/libimobiledevice/vcpkg.json
vcpkg/ports/libirecovery/portfile.cmake
vcpkg/ports/libirecovery/vcpkg.json
vcpkg/ports/libjpeg-turbo/add-options-for-exes-docs-headers.patch
vcpkg/ports/libjpeg-turbo/portfile.cmake
vcpkg/ports/libjpeg-turbo/usage
vcpkg/ports/libjpeg-turbo/vcpkg-cmake-wrapper.cmake
vcpkg/ports/libjpeg-turbo/vcpkg.json
vcpkg/ports/libjpeg-turbo/workaround_cmake_system_processor.patch
vcpkg/ports/libjuice/fix-for-vcpkg.patch
vcpkg/ports/libjuice/portfile.cmake
vcpkg/ports/libjuice/vcpkg.json
vcpkg/ports/libjxl/disable-jxl_extras.patch
vcpkg/ports/libjxl/fix-dependencies.patch
vcpkg/ports/libjxl/fix-install-directories.patch
vcpkg/ports/libjxl/fix-link-flags.patch
vcpkg/ports/libjxl/portfile.cmake
vcpkg/ports/libjxl/vcpkg.json
vcpkg/ports/libkeyfinder/portfile.cmake
vcpkg/ports/libkeyfinder/vcpkg.json
vcpkg/ports/libkml/patch_empty_literal_on_vc.patch
vcpkg/ports/libkml/portfile.cmake
vcpkg/ports/libkml/vcpkg.json
vcpkg/ports/liblas/fix-boost-headers.patch
vcpkg/ports/liblas/portfile.cmake
vcpkg/ports/liblas/vcpkg.json
vcpkg/ports/liblbfgs/CMakeLists.txt
vcpkg/ports/liblbfgs/portfile.cmake
vcpkg/ports/liblbfgs/vcpkg.json
vcpkg/ports/liblemon/cmake.patch
vcpkg/ports/liblemon/fixup-targets.patch
vcpkg/ports/liblemon/portfile.cmake
vcpkg/ports/liblemon/vcpkg.json
vcpkg/ports/liblinear/CMakeLists.txt
vcpkg/ports/liblinear/portfile.cmake
vcpkg/ports/liblinear/vcpkg.json
vcpkg/ports/liblo/portfile.cmake
vcpkg/ports/liblo/vcpkg.json
vcpkg/ports/liblsl/portfile.cmake
vcpkg/ports/liblsl/vcpkg.json
vcpkg/ports/liblzma/add_support_ios.patch
vcpkg/ports/liblzma/enable-uwp-builds.patch
vcpkg/ports/liblzma/fix_config_include.patch
vcpkg/ports/liblzma/portfile.cmake
vcpkg/ports/liblzma/usage
vcpkg/ports/liblzma/vcpkg-cmake-wrapper.cmake
vcpkg/ports/liblzma/vcpkg.json
vcpkg/ports/liblzma/win_output_name.patch
vcpkg/ports/libmad/0001-Fix-MSVC-ARM.patch
vcpkg/ports/libmad/CMakeLists.txt
vcpkg/ports/libmad/portfile.cmake
vcpkg/ports/libmad/vcpkg.json
vcpkg/ports/libmagic/0001-Use-libtre.patch
vcpkg/ports/libmagic/0002-Change-zlib-lib-name-to-match-CMake-output.patch
vcpkg/ports/libmagic/0003-Fix-WIN32-macro-checks.patch
vcpkg/ports/libmagic/0004-Typedef-POSIX-types-on-Windows.patch
vcpkg/ports/libmagic/0005-Include-dirent.h-for-S_ISREG-and-S_ISDIR.patch
vcpkg/ports/libmagic/0006-Remove-Wrap-POSIX-headers.patch
vcpkg/ports/libmagic/0007-Substitute-unistd-macros-for-MSVC.patch
vcpkg/ports/libmagic/0008-Add-FILENO-defines.patch
vcpkg/ports/libmagic/0009-No-fcntl-in-magic.c.patch
vcpkg/ports/libmagic/0010-Properly-check-for-the-presence-of-bitmasks.patch
vcpkg/ports/libmagic/0011-Remove-pipe-related-functions-in-funcs.c.patch
vcpkg/ports/libmagic/0012-Convert-MSYS2-paths-to-Windows-paths.patch
vcpkg/ports/libmagic/0013-Check-for-backslash-in-argv-0-on-Windows.patch
vcpkg/ports/libmagic/0014-Define-POSIX-macros-if-missing.patch
vcpkg/ports/libmagic/0015-MSYS2-Remove-ioctl-call.patch
vcpkg/ports/libmagic/portfile.cmake
vcpkg/ports/libmagic/vcpkg.json
vcpkg/ports/libmariadb/arm64.patch
vcpkg/ports/libmariadb/disable-test-build.patch
vcpkg/ports/libmariadb/export-cmake-targets.patch
vcpkg/ports/libmariadb/fix-InstallPath.patch
vcpkg/ports/libmariadb/fix-iconv.patch
vcpkg/ports/libmariadb/fix-openssl.patch
vcpkg/ports/libmariadb/md.patch
vcpkg/ports/libmariadb/no-extra-static-lib.patch
vcpkg/ports/libmariadb/pkgconfig.patch
vcpkg/ports/libmariadb/portfile.cmake
vcpkg/ports/libmariadb/vcpkg.json
vcpkg/ports/libmaxminddb/CMakeLists.txt
vcpkg/ports/libmaxminddb/fix-linux-build.patch
vcpkg/ports/libmaxminddb/portfile.cmake
vcpkg/ports/libmaxminddb/vcpkg.json
vcpkg/ports/libmediainfo/portfile.cmake
vcpkg/ports/libmediainfo/vcpkg.json
vcpkg/ports/libmediainfo/vcpkg_support_in_cmakelists.patch
vcpkg/ports/libmesh/copyright
vcpkg/ports/libmesh/portfile.cmake
vcpkg/ports/libmesh/vcpkg.json
vcpkg/ports/libmicrohttpd/portfile.cmake
vcpkg/ports/libmicrohttpd/vcpkg.json
vcpkg/ports/libmikmod/fix-missing-dll.patch
vcpkg/ports/libmikmod/name_conflict.patch
vcpkg/ports/libmikmod/portfile.cmake
vcpkg/ports/libmikmod/vcpkg.json
vcpkg/ports/libmodbus/CMakeLists.txt
vcpkg/ports/libmodbus/config.h.cmake
vcpkg/ports/libmodbus/fix-static-linkage.patch
vcpkg/ports/libmodbus/portfile.cmake
vcpkg/ports/libmodbus/vcpkg.json
vcpkg/ports/libmodman/fix-install-path.patch
vcpkg/ports/libmodman/fix-undefined-typeid.patch
vcpkg/ports/libmodman/portfile.cmake
vcpkg/ports/libmodman/usage
vcpkg/ports/libmodman/vcpkg-cmake-wrapper.cmake
vcpkg/ports/libmodman/vcpkg.json
vcpkg/ports/libmodplug/001-automagically-define-modplug-static.patch
vcpkg/ports/libmodplug/002-detect_sinf.patch
vcpkg/ports/libmodplug/003-use-static-cast-for-ctype.patch
vcpkg/ports/libmodplug/004-export-pkgconfig.patch
vcpkg/ports/libmodplug/005-fix-install-paths.patch
vcpkg/ports/libmodplug/portfile.cmake
vcpkg/ports/libmodplug/vcpkg.json
vcpkg/ports/libmorton/portfile.cmake
vcpkg/ports/libmorton/vcpkg.json
vcpkg/ports/libmount/portfile.cmake
vcpkg/ports/libmount/vcpkg.json
vcpkg/ports/libmpeg2/0001-Add-naive-MSVC-support-to-sources.patch
vcpkg/ports/libmpeg2/CMakeLists.txt
vcpkg/ports/libmpeg2/portfile.cmake
vcpkg/ports/libmpeg2/vcpkg.json
vcpkg/ports/libmspack/CMakeLists.txt
vcpkg/ports/libmspack/config.h
vcpkg/ports/libmspack/libmspack.def
vcpkg/ports/libmspack/portfile.cmake
vcpkg/ports/libmspack/vcpkg.json
vcpkg/ports/libmt32emu/portfile.cmake
vcpkg/ports/libmt32emu/vcpkg.json
vcpkg/ports/libmupdf/CMakeLists.txt
vcpkg/ports/libmupdf/dont-generate-extract-3rd-party-things.patch
vcpkg/ports/libmupdf/portfile.cmake
vcpkg/ports/libmupdf/use-if-instead-of-ifdef-in-writer.patch
vcpkg/ports/libmupdf/vcpkg.json
vcpkg/ports/libmysql/004-added-limits-include.patch
vcpkg/ports/libmysql/export-cmake-targets.patch
vcpkg/ports/libmysql/ignore-boost-version.patch
vcpkg/ports/libmysql/portfile.cmake
vcpkg/ports/libmysql/rename-version.patch
vcpkg/ports/libmysql/system-libs.patch
vcpkg/ports/libmysql/usage
vcpkg/ports/libmysql/vcpkg-cmake-wrapper.cmake
vcpkg/ports/libmysql/vcpkg.json
vcpkg/ports/libnice/portfile.cmake
vcpkg/ports/libnice/vcpkg.json
vcpkg/ports/libnoise/fix-build.patch
vcpkg/ports/libnoise/portfile.cmake
vcpkg/ports/libnoise/vcpkg.json
vcpkg/ports/libnop/portfile.cmake
vcpkg/ports/libnop/vcpkg.json
vcpkg/ports/libodb/CMakeLists.txt
vcpkg/ports/libodb/config.unix.h.in
vcpkg/ports/libodb/odbConfig.cmake
vcpkg/ports/libodb/portfile.cmake
vcpkg/ports/libodb/vcpkg.json
vcpkg/ports/libodb-boost/CMakeLists.txt
vcpkg/ports/libodb-boost/config.unix.h.in
vcpkg/ports/libodb-boost/portfile.cmake
vcpkg/ports/libodb-boost/vcpkg.json
vcpkg/ports/libodb-mysql/CMakeLists.txt
vcpkg/ports/libodb-mysql/adapter_mysql_8.0.patch
vcpkg/ports/libodb-mysql/config.unix.h.in
vcpkg/ports/libodb-mysql/fix-redefinttion.patch
vcpkg/ports/libodb-mysql/portfile.cmake
vcpkg/ports/libodb-mysql/usage
vcpkg/ports/libodb-mysql/vcpkg.json
vcpkg/ports/libodb-pgsql/CMakeLists.txt
vcpkg/ports/libodb-pgsql/config.unix.h.in
vcpkg/ports/libodb-pgsql/portfile.cmake
vcpkg/ports/libodb-pgsql/vcpkg.json
vcpkg/ports/libodb-sqlite/CMakeLists.txt
vcpkg/ports/libodb-sqlite/config.unix.h.in
vcpkg/ports/libodb-sqlite/portfile.cmake
vcpkg/ports/libodb-sqlite/vcpkg.json
vcpkg/ports/libogg/portfile.cmake
vcpkg/ports/libogg/vcpkg.json
vcpkg/ports/libopenmpt/CMakeLists.txt
vcpkg/ports/libopenmpt/portfile.cmake
vcpkg/ports/libopenmpt/vcpkg.json
vcpkg/ports/libopensp/opensp_1.5.2-13.diff
vcpkg/ports/libopensp/portfile.cmake
vcpkg/ports/libopensp/uwp_getenv_fix.diff
vcpkg/ports/libopensp/vcpkg.json
vcpkg/ports/libopensp/windows_cmake_build.diff
vcpkg/ports/libopusenc/CMakeLists.txt
vcpkg/ports/libopusenc/portfile.cmake
vcpkg/ports/libopusenc/vcpkg.json
vcpkg/ports/libosip2/fix-path-in-project.patch
vcpkg/ports/libosip2/portfile.cmake
vcpkg/ports/libosip2/vcpkg.json
vcpkg/ports/libosmium/portfile.cmake
vcpkg/ports/libosmium/vcpkg.json
vcpkg/ports/libosmscout/portfile.cmake
vcpkg/ports/libosmscout/vcpkg.json
vcpkg/ports/libp7-baical/portfile.cmake
vcpkg/ports/libp7-baical/vcpkg.json
vcpkg/ports/libp7client/CMakeLists.txt
vcpkg/ports/libp7client/portfile.cmake
vcpkg/ports/libp7client/vcpkg.json
vcpkg/ports/libpcap/add-disable-packet-option.patch
vcpkg/ports/libpcap/install-pc-on-msvc.patch
vcpkg/ports/libpcap/portfile.cmake
vcpkg/ports/libpcap/vcpkg.json
vcpkg/ports/libpff/CMakeLists.txt
vcpkg/ports/libpff/Config.cmake.in
vcpkg/ports/libpff/portfile.cmake
vcpkg/ports/libpff/vcpkg.json
vcpkg/ports/libplist/CMakeLists.txt
vcpkg/ports/libplist/dllexport.patch
vcpkg/ports/libplist/portfile.cmake
vcpkg/ports/libplist/vcpkg.json
vcpkg/ports/libpmemobj-cpp/fixlibpmemobj-cpp.patch
vcpkg/ports/libpmemobj-cpp/portfile.cmake
vcpkg/ports/libpmemobj-cpp/vcpkg.json
vcpkg/ports/libpng/cmake.patch
vcpkg/ports/libpng/fix-export-targets.patch
vcpkg/ports/libpng/macos-arch-fix.patch
vcpkg/ports/libpng/pkgconfig.2.patch
vcpkg/ports/libpng/pkgconfig.patch
vcpkg/ports/libpng/portfile.cmake
vcpkg/ports/libpng/use_abort.patch
vcpkg/ports/libpng/vcpkg.json
vcpkg/ports/libpopt/0004-vcpkg-fixmsvc.patch
vcpkg/ports/libpopt/CMakeLists.txt
vcpkg/ports/libpopt/config.h.cmake
vcpkg/ports/libpopt/popt.def
vcpkg/ports/libpopt/portfile.cmake
vcpkg/ports/libpopt/vcpkg.json
vcpkg/ports/libpq/Makefile
vcpkg/ports/libpq/config.pl
vcpkg/ports/libpq/portfile.cmake
vcpkg/ports/libpq/usage
vcpkg/ports/libpq/vcpkg-cmake-wrapper.cmake
vcpkg/ports/libpq/vcpkg.json
vcpkg/ports/libpq/patches/linux/configure.patch
vcpkg/ports/libpq/patches/mingw/additional-zlib-names.patch
vcpkg/ports/libpq/patches/mingw/link-with-crypt32.patch
vcpkg/ports/libpq/patches/windows/MSBuildProject-static-crt.patch
vcpkg/ports/libpq/patches/windows/MSBuildProject-static-lib.patch
vcpkg/ports/libpq/patches/windows/MSBuildProject_fix_gendef_perl.patch
vcpkg/ports/libpq/patches/windows/Mkvcbuild-static-lib.patch
vcpkg/ports/libpq/patches/windows/Solution.patch
vcpkg/ports/libpq/patches/windows/Solution_DEBUG.patch
vcpkg/ports/libpq/patches/windows/Solution_RELEASE.patch
vcpkg/ports/libpq/patches/windows/arm.patch
vcpkg/ports/libpq/patches/windows/fix-compile-flag-Zi.patch
vcpkg/ports/libpq/patches/windows/host_skip_openssl.patch
vcpkg/ports/libpq/patches/windows/install.patch
vcpkg/ports/libpq/patches/windows/minimize_install.patch
vcpkg/ports/libpq/patches/windows/msgfmt.patch
vcpkg/ports/libpq/patches/windows/openssl_exe_path.patch
vcpkg/ports/libpq/patches/windows/python3_build_DEBUG.patch
vcpkg/ports/libpq/patches/windows/python3_build_RELEASE.patch
vcpkg/ports/libpq/patches/windows/python_lib.patch
vcpkg/ports/libpq/patches/windows/win_bison_flex.patch
vcpkg/ports/libpqxx/config-internal-compiler.h.in
vcpkg/ports/libpqxx/config-public-compiler.h.in
vcpkg/ports/libpqxx/fix_build_with_apple_clang_13.patch
vcpkg/ports/libpqxx/fix_build_with_vs2017.patch
vcpkg/ports/libpqxx/portfile.cmake
vcpkg/ports/libpqxx/vcpkg.json
vcpkg/ports/libprotobuf-mutator/portfile.cmake
vcpkg/ports/libprotobuf-mutator/vcpkg.json
vcpkg/ports/libproxy/fix-arm-build.patch
vcpkg/ports/libproxy/fix-dependency-libmodman.patch
vcpkg/ports/libproxy/fix-install-py.patch
vcpkg/ports/libproxy/fix-module-lib-name.patch
vcpkg/ports/libproxy/fix-tools-path.patch
vcpkg/ports/libproxy/portfile.cmake
vcpkg/ports/libproxy/support-windows.patch
vcpkg/ports/libproxy/usage
vcpkg/ports/libproxy/vcpkg-cmake-wrapper.cmake
vcpkg/ports/libproxy/vcpkg.json
vcpkg/ports/libqcow/CMakeLists.txt
vcpkg/ports/libqcow/Config.cmake.in
vcpkg/ports/libqcow/macos_fixes.patch
vcpkg/ports/libqcow/portfile.cmake
vcpkg/ports/libqcow/vcpkg.json
vcpkg/ports/libqglviewer/destdir.patch
vcpkg/ports/libqglviewer/portfile.cmake
vcpkg/ports/libqglviewer/use-default-config-on-all-platforms.patch
vcpkg/ports/libqglviewer/vcpkg.json
vcpkg/ports/libqrencode/portfile.cmake
vcpkg/ports/libqrencode/usage
vcpkg/ports/libqrencode/vcpkg.json
vcpkg/ports/librabbitmq/fix-uwpwarning.patch
vcpkg/ports/librabbitmq/portfile.cmake
vcpkg/ports/librabbitmq/vcpkg.json
vcpkg/ports/libraqm/CMakeLists.txt
vcpkg/ports/libraqm/FindFribidi.cmake
vcpkg/ports/libraqm/portfile.cmake
vcpkg/ports/libraqm/vcpkg.json
vcpkg/ports/libraw/findlibraw_debug_fix.patch
vcpkg/ports/libraw/fix-install.patch
vcpkg/ports/libraw/lcms2_debug_fix.patch
vcpkg/ports/libraw/portfile.cmake
vcpkg/ports/libraw/usage
vcpkg/ports/libraw/vcpkg-cmake-wrapper.cmake
vcpkg/ports/libraw/vcpkg.json
vcpkg/ports/librdkafka/portfile.cmake
vcpkg/ports/librdkafka/usage
vcpkg/ports/librdkafka/vcpkg-cmake-wrapper.cmake
vcpkg/ports/librdkafka/vcpkg.json
vcpkg/ports/libressl/0001-enable-ocspcheck-on-msvc.patch
vcpkg/ports/libressl/0002-suppress-msvc-warnings.patch
vcpkg/ports/libressl/portfile.cmake
vcpkg/ports/libressl/vcpkg.json
vcpkg/ports/librsvg/CMakeLists.txt
vcpkg/ports/librsvg/config.h.linux
vcpkg/ports/librsvg/portfile.cmake
vcpkg/ports/librsvg/vcpkg.json
vcpkg/ports/librsync/portfile.cmake
vcpkg/ports/librsync/vcpkg.json
vcpkg/ports/librtmp/CMakeLists.txt
vcpkg/ports/librtmp/dh.patch
vcpkg/ports/librtmp/fix_strncasecmp.patch
vcpkg/ports/librtmp/handshake.patch
vcpkg/ports/librtmp/hashswf.patch
vcpkg/ports/librtmp/hide_netstackdump.patch
vcpkg/ports/librtmp/librtmp.def
vcpkg/ports/librtmp/portfile.cmake
vcpkg/ports/librtmp/vcpkg.json
vcpkg/ports/librttopo/fix-makefiles.patch
vcpkg/ports/librttopo/fix-pc-file.patch
vcpkg/ports/librttopo/geos-config.patch
vcpkg/ports/librttopo/portfile.cmake
vcpkg/ports/librttopo/rttopo_config.h.in
vcpkg/ports/librttopo/vcpkg.json
vcpkg/ports/libsamplerate/portfile.cmake
vcpkg/ports/libsamplerate/vcpkg.json
vcpkg/ports/libsass/portfile.cmake
vcpkg/ports/libsass/remove_compiler_flags.patch
vcpkg/ports/libsass/vcpkg.json
vcpkg/ports/libsbml/portfile.cmake
vcpkg/ports/libsbml/vcpkg.json
vcpkg/ports/libsbsms/portfile.cmake
vcpkg/ports/libsbsms/vcpkg.json
vcpkg/ports/libsecret/portfile.cmake
vcpkg/ports/libsecret/vcpkg.json
vcpkg/ports/libsercomm/portfile.cmake
vcpkg/ports/libsercomm/vcpkg.json
vcpkg/ports/libsigcpp/disable_tests_enable_static_build.patch
vcpkg/ports/libsigcpp/fix-shared-windows-build.patch
vcpkg/ports/libsigcpp/fix-usage-in-static-build.patch
vcpkg/ports/libsigcpp/portfile.cmake
vcpkg/ports/libsigcpp/vcpkg.json
vcpkg/ports/libsigcpp/version.patch
vcpkg/ports/libsigcpp-3/portfile.cmake
vcpkg/ports/libsigcpp-3/vcpkg.json
vcpkg/ports/libslirp/portfile.cmake
vcpkg/ports/libslirp/vcpkg.json
vcpkg/ports/libsmb2/portfile.cmake
vcpkg/ports/libsmb2/vcpkg.json
vcpkg/ports/libsndfile/portfile.cmake
vcpkg/ports/libsndfile/vcpkg.json
vcpkg/ports/libsnoretoast/include_fix.patch
vcpkg/ports/libsnoretoast/portfile.cmake
vcpkg/ports/libsnoretoast/vcpkg.json
vcpkg/ports/libsodium/CMakeLists.txt
vcpkg/ports/libsodium/portfile.cmake
vcpkg/ports/libsodium/sodiumConfig.cmake.in
vcpkg/ports/libsodium/vcpkg.json
vcpkg/ports/libsoundio/fix_cmakelists.patch
vcpkg/ports/libsoundio/portfile.cmake
vcpkg/ports/libsoundio/vcpkg.json
vcpkg/ports/libspatialindex/portfile.cmake
vcpkg/ports/libspatialindex/static.patch
vcpkg/ports/libspatialindex/vcpkg.json
vcpkg/ports/libspatialite/fix-linux-configure.patch
vcpkg/ports/libspatialite/fix-makefiles.patch
vcpkg/ports/libspatialite/gaiaconfig-msvc.patch
vcpkg/ports/libspatialite/portfile.cmake
vcpkg/ports/libspatialite/vcpkg.json
vcpkg/ports/libspnav/portfile.cmake
vcpkg/ports/libspnav/vcpkg.json
vcpkg/ports/libsquish/export-target.patch
vcpkg/ports/libsquish/fix-export-symbols.patch
vcpkg/ports/libsquish/portfile.cmake
vcpkg/ports/libsquish/vcpkg.json
vcpkg/ports/libsrt/fix-dependency-install.patch
vcpkg/ports/libsrt/portfile.cmake
vcpkg/ports/libsrt/vcpkg.json
vcpkg/ports/libsrtp/portfile.cmake
vcpkg/ports/libsrtp/vcpkg.json
vcpkg/ports/libssh/0001-export-pkgconfig-file.patch
vcpkg/ports/libssh/0002-mingw_for_Android.patch
vcpkg/ports/libssh/0003-create_symlink_unix_only.patch
vcpkg/ports/libssh/portfile.cmake
vcpkg/ports/libssh/usage
vcpkg/ports/libssh/vcpkg.json
vcpkg/ports/libssh2/0001-Fix-UWP.patch
vcpkg/ports/libssh2/LICENSE
vcpkg/ports/libssh2/portfile.cmake
vcpkg/ports/libssh2/vcpkg.json
vcpkg/ports/libstemmer/CMakeLists.txt
vcpkg/ports/libstemmer/LICENSE
vcpkg/ports/libstemmer/portfile.cmake
vcpkg/ports/libstemmer/vcpkg.json
vcpkg/ports/libstk/CMakeLists.txt
vcpkg/ports/libstk/portfile.cmake
vcpkg/ports/libstk/vcpkg.json
vcpkg/ports/libsvm/CMakeLists.txt
vcpkg/ports/libsvm/portfile.cmake
vcpkg/ports/libsvm/vcpkg.json
vcpkg/ports/libtasn1/msvc_fixes.patch
vcpkg/ports/libtasn1/portfile.cmake
vcpkg/ports/libtasn1/vcpkg.json
vcpkg/ports/libtcod/portfile.cmake
vcpkg/ports/libtcod/vcpkg.json
vcpkg/ports/libtess2/CMakeLists.txt
vcpkg/ports/libtess2/portfile.cmake
vcpkg/ports/libtess2/usage
vcpkg/ports/libtess2/vcpkg.json
vcpkg/ports/libtheora/0001-fix-uwp.patch
vcpkg/ports/libtheora/CMakeLists.txt
vcpkg/ports/libtheora/libtheora.def
vcpkg/ports/libtheora/portfile.cmake
vcpkg/ports/libtheora/unofficial-theora-config.cmake.in
vcpkg/ports/libtheora/vcpkg.json
vcpkg/ports/libtins/find-pcap_static.patch
vcpkg/ports/libtins/fix-source-writes.patch
vcpkg/ports/libtins/portfile.cmake
vcpkg/ports/libtins/vcpkg.json
vcpkg/ports/libtomcrypt/portfile.cmake
vcpkg/ports/libtomcrypt/vcpkg.json
vcpkg/ports/libtommath/portfile.cmake
vcpkg/ports/libtommath/vcpkg.json
vcpkg/ports/libtorrent/portfile.cmake
vcpkg/ports/libtorrent/vcpkg.json
vcpkg/ports/libu2f-server/CMakeLists.txt
vcpkg/ports/libu2f-server/portfile.cmake
vcpkg/ports/libu2f-server/strndup-fix.patch
vcpkg/ports/libu2f-server/u2f-server-version.h
vcpkg/ports/libu2f-server/vcpkg.json
vcpkg/ports/libu2f-server/windows.patch
vcpkg/ports/libudis86/CMakeLists.txt
vcpkg/ports/libudis86/fix-macbuild.patch
vcpkg/ports/libudis86/portfile.cmake
vcpkg/ports/libudis86/vcpkg.json
vcpkg/ports/libudns/ignore_unknown_options.patch
vcpkg/ports/libudns/portfile.cmake
vcpkg/ports/libudns/vcpkg.json
vcpkg/ports/libui/001-fix-cmake.patch
vcpkg/ports/libui/002-fix-macosx-build.patch
vcpkg/ports/libui/003-fix-system-link.patch
vcpkg/ports/libui/portfile.cmake
vcpkg/ports/libui/vcpkg.json
vcpkg/ports/libunibreak/CMakeLists.txt
vcpkg/ports/libunibreak/portfile.cmake
vcpkg/ports/libunibreak/vcpkg.json
vcpkg/ports/libunifex/fix-compile-error.patch
vcpkg/ports/libunifex/portfile.cmake
vcpkg/ports/libunifex/vcpkg.json
vcpkg/ports/libunistring/copyright
vcpkg/ports/libunistring/fix-for-automake-1.16.4.patch
vcpkg/ports/libunistring/portfile.cmake
vcpkg/ports/libunistring/vcpkg.json
vcpkg/ports/liburing/fix-configure.patch
vcpkg/ports/liburing/fix-spec-version.patch
vcpkg/ports/liburing/portfile.cmake
vcpkg/ports/liburing/usage
vcpkg/ports/liburing/vcpkg.json
vcpkg/ports/libusb/portfile.cmake
vcpkg/ports/libusb/usage
vcpkg/ports/libusb/vcpkg-cmake-wrapper.cmake
vcpkg/ports/libusb/vcpkg.json
vcpkg/ports/libusb-win32/CMakeLists.txt
vcpkg/ports/libusb-win32/portfile.cmake
vcpkg/ports/libusb-win32/vcpkg.json
vcpkg/ports/libusbmuxd/CMakeLists.txt
vcpkg/ports/libusbmuxd/fix-win-build.patch
vcpkg/ports/libusbmuxd/portfile.cmake
vcpkg/ports/libusbmuxd/vcpkg.json
vcpkg/ports/libuuid/CMakeLists.txt
vcpkg/ports/libuuid/config.linux.h
vcpkg/ports/libuuid/portfile.cmake
vcpkg/ports/libuuid/unofficial-libuuid-config.cmake.in
vcpkg/ports/libuuid/vcpkg.json
vcpkg/ports/libuv/CMakeLists.txt
vcpkg/ports/libuv/portfile.cmake
vcpkg/ports/libuv/unofficial-libuv-config.in.cmake
vcpkg/ports/libuv/vcpkg-cmake-wrapper.cmake
vcpkg/ports/libuv/vcpkg.json
vcpkg/ports/libuvc/build_fix.patch
vcpkg/ports/libuvc/portfile.cmake
vcpkg/ports/libuvc/vcpkg.json
vcpkg/ports/libvmdk/CMakeLists.txt
vcpkg/ports/libvmdk/Config.cmake.in
vcpkg/ports/libvmdk/portfile.cmake
vcpkg/ports/libvmdk/vcpkg.json
vcpkg/ports/libvorbis/0001-Dont-export-vorbisenc-functions.patch
vcpkg/ports/libvorbis/0002-Fixup-pkgconfig-libs.patch
vcpkg/ports/libvorbis/portfile.cmake
vcpkg/ports/libvorbis/vcpkg.json
vcpkg/ports/libvpx/0002-Fix-nasm-debug-format-flag.patch
vcpkg/ports/libvpx/0003-add-uwp-and-v142-support.patch
vcpkg/ports/libvpx/0004-remove-library-suffixes.patch
vcpkg/ports/libvpx/portfile.cmake
vcpkg/ports/libvpx/unofficial-libvpx-config.cmake.in
vcpkg/ports/libvpx/vcpkg.json
vcpkg/ports/libvpx/vpx.pc.in
vcpkg/ports/libwandio/configure.lib.patch
vcpkg/ports/libwandio/configure.patch
vcpkg/ports/libwandio/curl.patch
vcpkg/ports/libwandio/openssl.patch
vcpkg/ports/libwandio/portfile.cmake
vcpkg/ports/libwandio/vcpkg.json
vcpkg/ports/libwebm/Fix-cmake.patch
vcpkg/ports/libwebm/portfile.cmake
vcpkg/ports/libwebm/vcpkg.json
vcpkg/ports/libwebp/0001-build.patch
vcpkg/ports/libwebp/0002-cmake-config-add-backwards-compatibility.patch
vcpkg/ports/libwebp/0003-always-mux.patch
vcpkg/ports/libwebp/0004-add-missing-linked-library.patch
vcpkg/ports/libwebp/0006-fix-dependecies-platform.patch
vcpkg/ports/libwebp/0007-fix-arm-build.patch
vcpkg/ports/libwebp/0008-sdl.patch
vcpkg/ports/libwebp/0009-glut.patch
vcpkg/ports/libwebp/portfile.cmake
vcpkg/ports/libwebp/vcpkg.json
vcpkg/ports/libwebsockets/export-include-path.patch
vcpkg/ports/libwebsockets/fix-build-error.patch
vcpkg/ports/libwebsockets/fix-dependency-libuv.patch
vcpkg/ports/libwebsockets/fix-find-openssl.patch
vcpkg/ports/libwebsockets/portfile.cmake
vcpkg/ports/libwebsockets/vcpkg.json
vcpkg/ports/libxdiff/portfile.cmake
vcpkg/ports/libxdiff/vcpkg.json
vcpkg/ports/libxlsxwriter/portfile.cmake
vcpkg/ports/libxlsxwriter/vcpkg.json
vcpkg/ports/libxml2/fix-uwp.patch
vcpkg/ports/libxml2/fix_cmakelist.patch
vcpkg/ports/libxml2/portfile.cmake
vcpkg/ports/libxml2/usage
vcpkg/ports/libxml2/vcpkg-cmake-wrapper.cmake
vcpkg/ports/libxml2/vcpkg.json
vcpkg/ports/libxmlmm/CMakeLists.txt
vcpkg/ports/libxmlmm/portfile.cmake
vcpkg/ports/libxmlmm/vcpkg.json
vcpkg/ports/libxmlpp/portfile.cmake
vcpkg/ports/libxmlpp/vcpkg.json
vcpkg/ports/libxmp-lite/0001-msvc-buildfix.patch
vcpkg/ports/libxmp-lite/0002-fix-symbols.patch
vcpkg/ports/libxmp-lite/CMakeLists.txt
vcpkg/ports/libxmp-lite/portfile.cmake
vcpkg/ports/libxmp-lite/vcpkg.json
vcpkg/ports/libxslt/0001-Fix-makefile.patch
vcpkg/ports/libxslt/0002-Fix-lzma.patch
vcpkg/ports/libxslt/0003-Fix-configure.patch
vcpkg/ports/libxslt/only_build_one_lib_type.patch
vcpkg/ports/libxslt/portfile.cmake
vcpkg/ports/libxslt/vcpkg.json
vcpkg/ports/libyaml/export-pkgconfig.patch
vcpkg/ports/libyaml/fix-POSIX_name.patch
vcpkg/ports/libyaml/portfile.cmake
vcpkg/ports/libyaml/vcpkg.json
vcpkg/ports/libyuv/deprecated-warning.patch
vcpkg/ports/libyuv/fix-build-type.patch
vcpkg/ports/libyuv/fix_cmakelists.patch
vcpkg/ports/libyuv/libyuv-config.cmake
vcpkg/ports/libyuv/portfile.cmake
vcpkg/ports/libyuv/vcpkg.json
vcpkg/ports/libzen/portfile.cmake
vcpkg/ports/libzen/vcpkg.json
vcpkg/ports/libzip/fix-dependency.patch
vcpkg/ports/libzip/portfile.cmake
vcpkg/ports/libzip/vcpkg.json
vcpkg/ports/libzippp/fix-find-lzma.patch
vcpkg/ports/libzippp/portfile.cmake
vcpkg/ports/libzippp/vcpkg.json
vcpkg/ports/licensepp/0001-use-old-pem-pack.patch
vcpkg/ports/licensepp/0002-fix-cmake.patch
vcpkg/ports/licensepp/FindCryptoPP.cmake
vcpkg/ports/licensepp/portfile.cmake
vcpkg/ports/licensepp/vcpkg.json
vcpkg/ports/lilv/CMakeLists.txt
vcpkg/ports/lilv/portfile.cmake
vcpkg/ports/lilv/vcpkg.json
vcpkg/ports/linalg/portfile.cmake
vcpkg/ports/linalg/vcpkg.json
vcpkg/ports/linenoise-ng/portfile.cmake
vcpkg/ports/linenoise-ng/vcpkg.json
vcpkg/ports/live555/CMakeLists.txt
vcpkg/ports/live555/fix-RTSPClient.patch
vcpkg/ports/live555/portfile.cmake
vcpkg/ports/live555/vcpkg.json
vcpkg/ports/llfio/issue-83-fix-backport.patch
vcpkg/ports/llfio/portfile.cmake
vcpkg/ports/llfio/usage-error-code-dynamic
vcpkg/ports/llfio/usage-error-code-static
vcpkg/ports/llfio/usage-status-code-dynamic
vcpkg/ports/llfio/usage-status-code-static
vcpkg/ports/llfio/vcpkg.json
vcpkg/ports/llgl/fix-arm64-build-error.patch
vcpkg/ports/llgl/fix-install-error.patch
vcpkg/ports/llgl/portfile.cmake
vcpkg/ports/llgl/vcpkg.json
vcpkg/ports/llvm/0002-fix-install-paths.patch
vcpkg/ports/llvm/0003-fix-openmp-debug.patch
vcpkg/ports/llvm/0004-fix-dr-1734.patch
vcpkg/ports/llvm/0005-fix-tools-path.patch
vcpkg/ports/llvm/0007-fix-compiler-rt-install-path.patch
vcpkg/ports/llvm/0009-fix-tools-install-path.patch
vcpkg/ports/llvm/0010-fix-libffi.patch
vcpkg/ports/llvm/0011-fix-libxml2.patch
vcpkg/ports/llvm/clang_usage
vcpkg/ports/llvm/flang_usage
vcpkg/ports/llvm/lld_usage
vcpkg/ports/llvm/llvm_usage
vcpkg/ports/llvm/mlir_usage
vcpkg/ports/llvm/portfile.cmake
vcpkg/ports/llvm/vcpkg.json
vcpkg/ports/lmdb/portfile.cmake
vcpkg/ports/lmdb/vcpkg.json
vcpkg/ports/lmdb/cmake/CMakeLists.txt
vcpkg/ports/lmdb/cmake/lmdb.def
vcpkg/ports/lmdb/cmake/lmdbd.def
vcpkg/ports/lmdb/cmake/cmake/package-config.cmakein
vcpkg/ports/lmdb/cmake/cmake/runtest.cmake
vcpkg/ports/lodepng/CMakeLists.txt
vcpkg/ports/lodepng/portfile.cmake
vcpkg/ports/lodepng/usage
vcpkg/ports/lodepng/vcpkg.json
vcpkg/ports/lodepng-c/portfile.cmake
vcpkg/ports/lodepng-c/vcpkg.json
vcpkg/ports/log4cplus/portfile.cmake
vcpkg/ports/log4cplus/vcpkg.json
vcpkg/ports/log4cpp/Fix-StaticSupport.patch
vcpkg/ports/log4cpp/fix-export-targets.patch
vcpkg/ports/log4cpp/fix-includepath.patch
vcpkg/ports/log4cpp/fix-install-targets.patch
vcpkg/ports/log4cpp/log4cpp-config.in.cmake
vcpkg/ports/log4cpp/portfile.cmake
vcpkg/ports/log4cpp/vcpkg.json
vcpkg/ports/log4cxx/expat.patch
vcpkg/ports/log4cxx/linux.patch
vcpkg/ports/log4cxx/pkgconfig.patch
vcpkg/ports/log4cxx/portfile.cmake
vcpkg/ports/log4cxx/vcpkg.json
vcpkg/ports/loguru/CMakeLists.txt
vcpkg/ports/loguru/copyright
vcpkg/ports/loguru/loguruConfig.cmake.in
vcpkg/ports/loguru/portfile.cmake
vcpkg/ports/loguru/vcpkg.json
vcpkg/ports/lpeg/CMakeLists.txt
vcpkg/ports/lpeg/lpeg.def
vcpkg/ports/lpeg/portfile.cmake
vcpkg/ports/lpeg/vcpkg.json
vcpkg/ports/lua/CMakeLists.txt
vcpkg/ports/lua/COPYRIGHT
vcpkg/ports/lua/fix-ios-system.patch
vcpkg/ports/lua/portfile.cmake
vcpkg/ports/lua/usage
vcpkg/ports/lua/vcpkg-cmake-wrapper.cmake.in
vcpkg/ports/lua/vcpkg.json
vcpkg/ports/lua/vs2015-impl-c99.patch
vcpkg/ports/luabridge/portfile.cmake
vcpkg/ports/luabridge/vcpkg.json
vcpkg/ports/luafilesystem/CMakeLists.txt
vcpkg/ports/luafilesystem/portfile.cmake
vcpkg/ports/luafilesystem/vcpkg.json
vcpkg/ports/luajit/001-fix-build-path.patch
vcpkg/ports/luajit/002-fix-crt-linkage.patch
vcpkg/ports/luajit/portfile.cmake
vcpkg/ports/luajit/vcpkg.json
vcpkg/ports/luasec/CMakeLists.txt
vcpkg/ports/luasec/portfile.cmake
vcpkg/ports/luasec/vcpkg.json
vcpkg/ports/luasocket/CMakeLists.txt
vcpkg/ports/luasocket/portfile.cmake
vcpkg/ports/luasocket/vcpkg.json
vcpkg/ports/lv2/CMakeLists.txt
vcpkg/ports/lv2/portfile.cmake
vcpkg/ports/lv2/vcpkg.json
vcpkg/ports/lz4/CMakeLists.txt
vcpkg/ports/lz4/portfile.cmake
vcpkg/ports/lz4/vcpkg.json
vcpkg/ports/lzfse/disable-cli-option.patch
vcpkg/ports/lzfse/portfile.cmake
vcpkg/ports/lzfse/vcpkg.json
vcpkg/ports/lzo/always_install_pc.patch
vcpkg/ports/lzo/portfile.cmake
vcpkg/ports/lzo/vcpkg.json
vcpkg/ports/lzokay/portfile.cmake
vcpkg/ports/lzokay/vcpkg.json
vcpkg/ports/magic-enum/portfile.cmake
vcpkg/ports/magic-enum/vcpkg.json
vcpkg/ports/magic-get/portfile.cmake
vcpkg/ports/magic-get/vcpkg.json
vcpkg/ports/magnum/002-sdl-includes.patch
vcpkg/ports/magnum/003-fix-FindGLFW.patch
vcpkg/ports/magnum/magnumdeploy.ps1
vcpkg/ports/magnum/portfile.cmake
vcpkg/ports/magnum/vcpkg.json
vcpkg/ports/magnum-extras/portfile.cmake
vcpkg/ports/magnum-extras/vcpkg.json
vcpkg/ports/magnum-integration/portfile.cmake
vcpkg/ports/magnum-integration/vcpkg.json
vcpkg/ports/magnum-plugins/002-fix-stb-conflict.patch
vcpkg/ports/magnum-plugins/portfile.cmake
vcpkg/ports/magnum-plugins/vcpkg.json
vcpkg/ports/mailio/portfile.cmake
vcpkg/ports/mailio/vcpkg.json
vcpkg/ports/mapbox-geojson-cpp/portfile.cmake
vcpkg/ports/mapbox-geojson-cpp/vcpkg.json
vcpkg/ports/mapbox-geojson-vt-cpp/portfile.cmake
vcpkg/ports/mapbox-geojson-vt-cpp/vcpkg.json
vcpkg/ports/mapbox-geometry/portfile.cmake
vcpkg/ports/mapbox-geometry/vcpkg.json
vcpkg/ports/mapbox-polylabel/portfile.cmake
vcpkg/ports/mapbox-polylabel/vcpkg.json
vcpkg/ports/mapbox-variant/portfile.cmake
vcpkg/ports/mapbox-variant/vcpkg.json
vcpkg/ports/mapbox-wagyu/portfile.cmake
vcpkg/ports/mapbox-wagyu/vcpkg.json
vcpkg/ports/mapnik/portfile.cmake
vcpkg/ports/mapnik/usage
vcpkg/ports/mapnik/vcpkg.json
vcpkg/ports/marble/portfile.cmake
vcpkg/ports/marble/qtfix.patch
vcpkg/ports/marble/vcpkg.json
vcpkg/ports/marl/portfile.cmake
vcpkg/ports/marl/vcpkg.json
vcpkg/ports/mathc/CMakeLists.txt
vcpkg/ports/mathc/portfile.cmake
vcpkg/ports/mathc/vcpkg.json
vcpkg/ports/mathgl/fix_arma_sprintf.patch
vcpkg/ports/mathgl/fix_attribute.patch
vcpkg/ports/mathgl/fix_cmakelists_and_cpp.patch
vcpkg/ports/mathgl/fix_default_graph_init.patch
vcpkg/ports/mathgl/fix_mglDataList.patch
vcpkg/ports/mathgl/portfile.cmake
vcpkg/ports/mathgl/vcpkg.json
vcpkg/ports/matio/fix-dependencies.patch
vcpkg/ports/matio/portfile.cmake
vcpkg/ports/matio/vcpkg.json
vcpkg/ports/matplotlib-cpp/portfile.cmake
vcpkg/ports/matplotlib-cpp/vcpkg.json
vcpkg/ports/matplotplusplus/fix-dependencies.patch
vcpkg/ports/matplotplusplus/install-3rd-libraries.patch
vcpkg/ports/matplotplusplus/portfile.cmake
vcpkg/ports/matplotplusplus/vcpkg.json
vcpkg/ports/matroska/portfile.cmake
vcpkg/ports/matroska/vcpkg.json
vcpkg/ports/mbedtls/enable-pthread.patch
vcpkg/ports/mbedtls/portfile.cmake
vcpkg/ports/mbedtls/vcpkg-cmake-wrapper.cmake
vcpkg/ports/mbedtls/vcpkg.json
vcpkg/ports/mcpp/0001-fix-_POSIX_C_SOURCE.patch
vcpkg/ports/mcpp/portfile.cmake
vcpkg/ports/mcpp/vcpkg.json
vcpkg/ports/mdns/portfile.cmake
vcpkg/ports/mdns/vcpkg.json
vcpkg/ports/mdnsresponder/portfile.cmake
vcpkg/ports/mdnsresponder/vcpkg.json
vcpkg/ports/mdspan/portfile.cmake
vcpkg/ports/mdspan/vcpkg.json
vcpkg/ports/mecab/CMakeLists.txt
vcpkg/ports/mecab/Config.cmake.in
vcpkg/ports/mecab/fix_wpath_unsigned.patch
vcpkg/ports/mecab/portfile.cmake
vcpkg/ports/mecab/vcpkg.json
vcpkg/ports/memorymodule/portfile.cmake
vcpkg/ports/memorymodule/vcpkg.json
vcpkg/ports/mesa/d3d10sw.patch
vcpkg/ports/mesa/portfile.cmake
vcpkg/ports/mesa/radv-msvc-llvm13-2.patch
vcpkg/ports/mesa/swr-llvm13.patch
vcpkg/ports/mesa/swr-msvc-2.patch
vcpkg/ports/mesa/swravx512-post-static-link.patch
vcpkg/ports/mesa/vcpkg.json
vcpkg/ports/meschach/CMakeLists.txt
vcpkg/ports/meschach/portfile.cmake
vcpkg/ports/meschach/vcpkg.json
vcpkg/ports/meshoptimizer/portfile.cmake
vcpkg/ports/meshoptimizer/vcpkg.json
vcpkg/ports/metis/disable-programs.patch
vcpkg/ports/metis/enable-install.patch
vcpkg/ports/metis/fix-INT_MIN_define.patch
vcpkg/ports/metis/fix-gklib-vs14-math.patch
vcpkg/ports/metis/fix-linux-build-error.patch
vcpkg/ports/metis/fix-metis-vs14-math.patch
vcpkg/ports/metis/fix-runtime-install-destination.patch
vcpkg/ports/metis/install-metisConfig.patch
vcpkg/ports/metis/portfile.cmake
vcpkg/ports/metis/vcpkg.json
vcpkg/ports/metrohash/CMakeLists.txt
vcpkg/ports/metrohash/Config.cmake.in
vcpkg/ports/metrohash/portfile.cmake
vcpkg/ports/metrohash/vcpkg.json
vcpkg/ports/mfl/portfile.cmake
vcpkg/ports/mfl/vcpkg.json
vcpkg/ports/mgnlibs/portfile.cmake
vcpkg/ports/mgnlibs/vcpkg.json
vcpkg/ports/mhook/fix-windows-packing-mismatch.patch
vcpkg/ports/mhook/portfile.cmake
vcpkg/ports/mhook/vcpkg.json
vcpkg/ports/microsoft-signalr/portfile.cmake
vcpkg/ports/microsoft-signalr/vcpkg.json
vcpkg/ports/mikktspace/CMakeLists.txt
vcpkg/ports/mikktspace/portfile.cmake
vcpkg/ports/mikktspace/vcpkg.json
vcpkg/ports/milerius-sfml-imgui/FixFindPackageIssue.patch
vcpkg/ports/milerius-sfml-imgui/cpp11.patch
vcpkg/ports/milerius-sfml-imgui/portfile.cmake
vcpkg/ports/milerius-sfml-imgui/vcpkg.json
vcpkg/ports/mimalloc/fix-cmake.patch
vcpkg/ports/mimalloc/portfile.cmake
vcpkg/ports/mimalloc/vcpkg-cmake-wrapper.cmake
vcpkg/ports/mimalloc/vcpkg.json
vcpkg/ports/minc/build.patch
vcpkg/ports/minc/config.patch
vcpkg/ports/minc/fix-dependency-hdf5.patch
vcpkg/ports/minc/portfile.cmake
vcpkg/ports/minc/vcpkg.json
vcpkg/ports/minhook/fix-usage.patch
vcpkg/ports/minhook/portfile.cmake
vcpkg/ports/minhook/vcpkg.json
vcpkg/ports/minifb/fix-arm-build-error.patch
vcpkg/ports/minifb/fix-build-error.patch
vcpkg/ports/minifb/fix-install-error.patch
vcpkg/ports/minifb/portfile.cmake
vcpkg/ports/minifb/vcpkg.json
vcpkg/ports/minimp3/portfile.cmake
vcpkg/ports/minimp3/vcpkg.json
vcpkg/ports/minio-cpp/fix_cmake_file.patch
vcpkg/ports/minio-cpp/portfile.cmake
vcpkg/ports/minio-cpp/vcpkg.json
vcpkg/ports/minisat-master-keying/portfile.cmake
vcpkg/ports/minisat-master-keying/vcpkg.json
vcpkg/ports/minitrace/CMakeLists.txt
vcpkg/ports/minitrace/portfile.cmake
vcpkg/ports/minitrace/vcpkg.json
vcpkg/ports/miniupnpc/cmakelists.diff
vcpkg/ports/miniupnpc/portfile.cmake
vcpkg/ports/miniupnpc/vcpkg.json
vcpkg/ports/miniz/fix-pkgconfig-location.patch
vcpkg/ports/miniz/portfile.cmake
vcpkg/ports/miniz/vcpkg.json
vcpkg/ports/minizip/0001-remove-ifndef-NOUNCRYPT.patch
vcpkg/ports/minizip/0002-add-declaration-for-mkdir.patch
vcpkg/ports/minizip/0003-no-io64.patch
vcpkg/ports/minizip/CMakeLists.txt
vcpkg/ports/minizip/minizipConfig.cmake.in
vcpkg/ports/minizip/portfile.cmake
vcpkg/ports/minizip/vcpkg.json
vcpkg/ports/minizip-ng/Modify-header-file-path.patch
vcpkg/ports/minizip-ng/portfile.cmake
vcpkg/ports/minizip-ng/vcpkg.json
vcpkg/ports/mio/portfile.cmake
vcpkg/ports/mio/vcpkg.json
vcpkg/ports/mlpack/cmakelists.patch
vcpkg/ports/mlpack/fix-configure-error.patch
vcpkg/ports/mlpack/fix-dependencies.patch
vcpkg/ports/mlpack/fix-test-dependency.patch
vcpkg/ports/mlpack/portfile.cmake
vcpkg/ports/mlpack/vcpkg.json
vcpkg/ports/mman/mman-static.patch
vcpkg/ports/mman/portfile.cmake
vcpkg/ports/mman/usage
vcpkg/ports/mman/vcpkg.json
vcpkg/ports/mmloader/portfile.cmake
vcpkg/ports/mmloader/vcpkg.json
vcpkg/ports/mmx/copyright
vcpkg/ports/mmx/portfile.cmake
vcpkg/ports/mmx/vcpkg.json
vcpkg/ports/mnn/portfile.cmake
vcpkg/ports/mnn/use-package-and-install.patch
vcpkg/ports/mnn/vcpkg.json
vcpkg/ports/modp-base64/CMakeLists.txt
vcpkg/ports/modp-base64/config.h.cmake
vcpkg/ports/modp-base64/libmodpbase64.def
vcpkg/ports/modp-base64/modp_b64_data.h
vcpkg/ports/modp-base64/portfile.cmake
vcpkg/ports/modp-base64/vcpkg.json
vcpkg/ports/mongo-c-driver/disable-source-write.patch
vcpkg/ports/mongo-c-driver/disable-static-when-dynamic-build.patch
vcpkg/ports/mongo-c-driver/fix-arm-build.patch
vcpkg/ports/mongo-c-driver/fix-dependencies.patch
vcpkg/ports/mongo-c-driver/fix-dependency-libbson.patch
vcpkg/ports/mongo-c-driver/fix-include-directory.patch
vcpkg/ports/mongo-c-driver/fix-static-cmake.patch
vcpkg/ports/mongo-c-driver/portfile.cmake
vcpkg/ports/mongo-c-driver/usage
vcpkg/ports/mongo-c-driver/vcpkg.json
vcpkg/ports/mongo-cxx-driver/disable-c2338-mongo-cxx-driver.patch
vcpkg/ports/mongo-cxx-driver/disable_test_and_example.patch
vcpkg/ports/mongo-cxx-driver/fix-dependencies.patch
vcpkg/ports/mongo-cxx-driver/fix-uwp.patch
vcpkg/ports/mongo-cxx-driver/github-654.patch
vcpkg/ports/mongo-cxx-driver/portfile.cmake
vcpkg/ports/mongo-cxx-driver/vcpkg.json
vcpkg/ports/mongoose/CMakeLists.txt
vcpkg/ports/mongoose/portfile.cmake
vcpkg/ports/mongoose/vcpkg.json
vcpkg/ports/monkeys-audio/fix-project-config.patch
vcpkg/ports/monkeys-audio/license
vcpkg/ports/monkeys-audio/portfile.cmake
vcpkg/ports/monkeys-audio/remove-certificate-step.patch
vcpkg/ports/monkeys-audio/vcpkg.json
vcpkg/ports/moos-core/cmake_fix.patch
vcpkg/ports/moos-core/portfile.cmake
vcpkg/ports/moos-core/vcpkg.json
vcpkg/ports/moos-essential/fix.patch
vcpkg/ports/moos-essential/portfile.cmake
vcpkg/ports/moos-essential/vcpkg.json
vcpkg/ports/moos-ui/portfile.cmake
vcpkg/ports/moos-ui/vcpkg.json
vcpkg/ports/morton-nd/portfile.cmake
vcpkg/ports/morton-nd/vcpkg.json
vcpkg/ports/mosquitto/0001-add-archive-destination-to-install.patch
vcpkg/ports/mosquitto/0002-win64-support.patch
vcpkg/ports/mosquitto/0003-add-find_package-libwebsockets.patch
vcpkg/ports/mosquitto/0004-support-static-build.patch
vcpkg/ports/mosquitto/0005-websocket-shared-lib-name.patch
vcpkg/ports/mosquitto/portfile.cmake
vcpkg/ports/mosquitto/usage
vcpkg/ports/mosquitto/vcpkg-cmake-wrapper.cmake
vcpkg/ports/mosquitto/vcpkg.json
vcpkg/ports/mozjpeg/fix-install-error.patch
vcpkg/ports/mozjpeg/portfile.cmake
vcpkg/ports/mozjpeg/vcpkg.json
vcpkg/ports/mp-units/cmake.patch
vcpkg/ports/mp-units/config.patch
vcpkg/ports/mp-units/portfile.cmake
vcpkg/ports/mp-units/vcpkg.json
vcpkg/ports/mp3lame/00001-msvc-upgrade-solution-up-to-vc11.patch
vcpkg/ports/mp3lame/Config.cmake.in
vcpkg/ports/mp3lame/portfile.cmake
vcpkg/ports/mp3lame/remove_lame_init_old_from_symbol_list.patch
vcpkg/ports/mp3lame/usage
vcpkg/ports/mp3lame/vcpkg.json
vcpkg/ports/mpark-variant/portfile.cmake
vcpkg/ports/mpark-variant/vcpkg.json
vcpkg/ports/mpc/gmpd.patch
vcpkg/ports/mpc/portfile.cmake
vcpkg/ports/mpc/vcpkg.json
vcpkg/ports/mpfr/dll.patch
vcpkg/ports/mpfr/gmpd.patch
vcpkg/ports/mpfr/portfile.cmake
vcpkg/ports/mpfr/src-only.patch
vcpkg/ports/mpfr/vcpkg.json
vcpkg/ports/mpg123/fix-modulejack.patch
vcpkg/ports/mpg123/no-executables.patch
vcpkg/ports/mpg123/portfile.cmake
vcpkg/ports/mpg123/vcpkg.json
vcpkg/ports/mpi/portfile.cmake
vcpkg/ports/mpi/vcpkg.json
vcpkg/ports/mpir/enable-runtimelibrary-toggle.patch
vcpkg/ports/mpir/portfile.cmake
vcpkg/ports/mpir/vcpkg.json
vcpkg/ports/mpmcqueue/portfile.cmake
vcpkg/ports/mpmcqueue/vcpkg.json
vcpkg/ports/mqtt-cpp/portfile.cmake
vcpkg/ports/mqtt-cpp/vcpkg.json
vcpkg/ports/ms-angle/portfile.cmake
vcpkg/ports/ms-angle/vcpkg.json
vcpkg/ports/ms-gltf/fix-apple-filesystem.patch
vcpkg/ports/ms-gltf/fix-install.patch
vcpkg/ports/ms-gltf/portfile.cmake
vcpkg/ports/ms-gltf/vcpkg.json
vcpkg/ports/ms-gsl/portfile.cmake
vcpkg/ports/ms-gsl/vcpkg.json
vcpkg/ports/ms-quic/fix-install.patch
vcpkg/ports/ms-quic/fix-platform.patch
vcpkg/ports/ms-quic/fix-warnings.patch
vcpkg/ports/ms-quic/portfile.cmake
vcpkg/ports/ms-quic/vcpkg.json
vcpkg/ports/msdfgen/portfile.cmake
vcpkg/ports/msdfgen/vcpkg.json
vcpkg/ports/msgpack/portfile.cmake
vcpkg/ports/msgpack/vcpkg.json
vcpkg/ports/msgpack11/disable-werror.patch
vcpkg/ports/msgpack11/fix-additerator.patch
vcpkg/ports/msgpack11/msvc.patch
vcpkg/ports/msgpack11/portfile.cmake
vcpkg/ports/msgpack11/vcpkg.json
vcpkg/ports/msinttypes/portfile.cmake
vcpkg/ports/msinttypes/vcpkg.json
vcpkg/ports/msix/CMakeLists.txt
vcpkg/ports/msix/fix-dependency-catch2.patch
vcpkg/ports/msix/install-cmake.patch
vcpkg/ports/msix/portfile.cmake
vcpkg/ports/msix/vcpkg.json
vcpkg/ports/msmpi/portfile.cmake
vcpkg/ports/msmpi/vcpkg.json
vcpkg/ports/mstch/do-not-force-release.patch
vcpkg/ports/mstch/portfile.cmake
vcpkg/ports/mstch/vcpkg.json
vcpkg/ports/mujs/CMakeLists.txt
vcpkg/ports/mujs/portfile.cmake
vcpkg/ports/mujs/vcpkg.json
vcpkg/ports/munit/fix-install.patch
vcpkg/ports/munit/portfile.cmake
vcpkg/ports/munit/vcpkg.json
vcpkg/ports/muparser/portfile.cmake
vcpkg/ports/muparser/vcpkg.json
vcpkg/ports/murmurhash/CMakeLists.txt
vcpkg/ports/murmurhash/Config.cmake.in
vcpkg/ports/murmurhash/portfile.cmake
vcpkg/ports/murmurhash/vcpkg.json
vcpkg/ports/mvfst/portfile.cmake
vcpkg/ports/mvfst/vcpkg.json
vcpkg/ports/mygui/fix-generation.patch
vcpkg/ports/mygui/portfile.cmake
vcpkg/ports/mygui/vcpkg.json
vcpkg/ports/nameof/portfile.cmake
vcpkg/ports/nameof/vcpkg.json
vcpkg/ports/nana/CMakeLists.txt
vcpkg/ports/nana/config.cmake.in
vcpkg/ports/nana/fix-build-error.patch
vcpkg/ports/nana/portfile.cmake
vcpkg/ports/nana/vcpkg.json
vcpkg/ports/nano-signal-slot/portfile.cmake
vcpkg/ports/nano-signal-slot/vcpkg.json
vcpkg/ports/nanobench/portfile.cmake
vcpkg/ports/nanobench/vcpkg.json
vcpkg/ports/nanodbc/add-missing-include.patch
vcpkg/ports/nanodbc/find-unixodbc.patch
vcpkg/ports/nanodbc/portfile.cmake
vcpkg/ports/nanodbc/rename-version.patch
vcpkg/ports/nanodbc/vcpkg.json
vcpkg/ports/nanoflann/portfile.cmake
vcpkg/ports/nanoflann/vcpkg.json
vcpkg/ports/nanogui/fix-cmakelists.patch
vcpkg/ports/nanogui/portfile.cmake
vcpkg/ports/nanogui/vcpkg.json
vcpkg/ports/nanomsg/portfile.cmake
vcpkg/ports/nanomsg/vcpkg.json
vcpkg/ports/nanopb/fix-python.patch
vcpkg/ports/nanopb/portfile.cmake
vcpkg/ports/nanopb/vcpkg.json
vcpkg/ports/nanoprintf/portfile.cmake
vcpkg/ports/nanoprintf/vcpkg.json
vcpkg/ports/nanorange/portfile.cmake
vcpkg/ports/nanorange/vcpkg.json
vcpkg/ports/nanort/portfile.cmake
vcpkg/ports/nanort/vcpkg.json
vcpkg/ports/nanovg/CMakeLists.txt
vcpkg/ports/nanovg/nanovgConfig.cmake
vcpkg/ports/nanovg/portfile.cmake
vcpkg/ports/nanovg/vcpkg.json
vcpkg/ports/nativefiledialog/CMakeLists.txt
vcpkg/ports/nativefiledialog/portfile.cmake
vcpkg/ports/nativefiledialog/vcpkg.json
vcpkg/ports/nayuki-qr-code-generator/CMakeLists.txt
vcpkg/ports/nayuki-qr-code-generator/portfile.cmake
vcpkg/ports/nayuki-qr-code-generator/vcpkg.json
vcpkg/ports/nccl/FindNCCL.cmake
vcpkg/ports/nccl/portfile.cmake
vcpkg/ports/nccl/usage
vcpkg/ports/nccl/vcpkg-cmake-wrapper.cmake
vcpkg/ports/nccl/vcpkg.json
vcpkg/ports/ncurses/portfile.cmake
vcpkg/ports/ncurses/usage
vcpkg/ports/ncurses/vcpkg.json
vcpkg/ports/neargye-semver/portfile.cmake
vcpkg/ports/neargye-semver/vcpkg.json
vcpkg/ports/ned14-internal-quickcpplib/portfile.cmake
vcpkg/ports/ned14-internal-quickcpplib/quicklib-depheaders.patch
vcpkg/ports/ned14-internal-quickcpplib/sha_manifest.cmake
vcpkg/ports/ned14-internal-quickcpplib/usage
vcpkg/ports/ned14-internal-quickcpplib/vcpkg.json
vcpkg/ports/neon2sse/portfile.cmake
vcpkg/ports/neon2sse/vcpkg.json
vcpkg/ports/netcdf-c/fix-dependency-libmath.patch
vcpkg/ports/netcdf-c/fix-dependency-libzip.patch
vcpkg/ports/netcdf-c/fix-dependency-mpi.patch
vcpkg/ports/netcdf-c/fix-dependency-zlib.patch
vcpkg/ports/netcdf-c/fix-linkage-error.patch
vcpkg/ports/netcdf-c/fix-manpage-msys.patch
vcpkg/ports/netcdf-c/fix-pkgconfig.patch
vcpkg/ports/netcdf-c/no-install-deps.patch
vcpkg/ports/netcdf-c/portfile.cmake
vcpkg/ports/netcdf-c/use_targets.patch
vcpkg/ports/netcdf-c/vcpkg.json
vcpkg/ports/netcdf-cxx4/export-cmake-targets.patch
vcpkg/ports/netcdf-cxx4/fix-dependecy-hdf5.patch
vcpkg/ports/netcdf-cxx4/netCDFCxxConfig.cmake.in
vcpkg/ports/netcdf-cxx4/portfile.cmake
vcpkg/ports/netcdf-cxx4/vcpkg.json
vcpkg/ports/nethost/0001-nethost-cmakelists.patch
vcpkg/ports/nethost/0002-settings-cmake.patch
vcpkg/ports/nethost/portfile.cmake
vcpkg/ports/nethost/usage
vcpkg/ports/nethost/vcpkg.json
vcpkg/ports/nettle/fix-InstallLibPath.patch
vcpkg/ports/nettle/flags.patch
vcpkg/ports/nettle/gmp.patch
vcpkg/ports/nettle/name.dir.patch
vcpkg/ports/nettle/portfile.cmake
vcpkg/ports/nettle/runtime.patch
vcpkg/ports/nettle/vcpkg.json
vcpkg/ports/networkdirect-sdk/portfile.cmake
vcpkg/ports/networkdirect-sdk/vcpkg.json
vcpkg/ports/nghttp2/portfile.cmake
vcpkg/ports/nghttp2/vcpkg.json
vcpkg/ports/ngspice/Fix-C2065.patch
vcpkg/ports/ngspice/portfile.cmake
vcpkg/ports/ngspice/remove-64-in-codemodel-name.patch
vcpkg/ports/ngspice/remove-post-build.patch
vcpkg/ports/ngspice/use-winbison-sharedspice.patch
vcpkg/ports/ngspice/use-winbison-vngspice.patch
vcpkg/ports/ngspice/vcpkg.json
vcpkg/ports/nifly/portfile.cmake
vcpkg/ports/nifly/vcpkg.json
vcpkg/ports/nifticlib/portfile.cmake
vcpkg/ports/nifticlib/vcpkg.json
vcpkg/ports/nifticlib/zlib_include.patch
vcpkg/ports/nlohmann-fifo-map/CMakeLists.txt
vcpkg/ports/nlohmann-fifo-map/portfile.cmake
vcpkg/ports/nlohmann-fifo-map/vcpkg.json
vcpkg/ports/nlohmann-json/portfile.cmake
vcpkg/ports/nlohmann-json/vcpkg.json
vcpkg/ports/nlopt/portfile.cmake
vcpkg/ports/nlopt/vcpkg.json
vcpkg/ports/nmap/fix-msvc-prj.patch
vcpkg/ports/nmap/fix-snprintf.patch
vcpkg/ports/nmap/fix-ssize_t.patch
vcpkg/ports/nmap/portfile.cmake
vcpkg/ports/nmap/usage
vcpkg/ports/nmap/vcpkg.json
vcpkg/ports/nmslib/portfile.cmake
vcpkg/ports/nmslib/vcpkg.json
vcpkg/ports/nng/portfile.cmake
vcpkg/ports/nng/vcpkg.json
vcpkg/ports/nngpp/portfile.cmake
vcpkg/ports/nngpp/vcpkg.json
vcpkg/ports/nnpack/fix-cmakelists.patch
vcpkg/ports/nnpack/portfile.cmake
vcpkg/ports/nnpack/vcpkg.json
vcpkg/ports/nonius/CMakeLists.txt
vcpkg/ports/nonius/portfile.cmake
vcpkg/ports/nonius/vcpkg.json
vcpkg/ports/nowide/portfile.cmake
vcpkg/ports/nowide/vcpkg.json
vcpkg/ports/nrf-ble-driver/001-arm64-support.patch
vcpkg/ports/nrf-ble-driver/portfile.cmake
vcpkg/ports/nrf-ble-driver/vcpkg.json
vcpkg/ports/nsync/fix-install.patch
vcpkg/ports/nsync/portfile.cmake
vcpkg/ports/nsync/vcpkg.json
vcpkg/ports/nt-wrapper/portfile.cmake
vcpkg/ports/nt-wrapper/vcpkg.json
vcpkg/ports/nu-book-zxing-cpp/ignore-pdb-install-symbols-in-lib.patch
vcpkg/ports/nu-book-zxing-cpp/portfile.cmake
vcpkg/ports/nu-book-zxing-cpp/vcpkg.json
vcpkg/ports/nuklear/CMakeLists.txt
vcpkg/ports/nuklear/portfile.cmake
vcpkg/ports/nuklear/vcpkg.json
vcpkg/ports/numactl/portfile.cmake
vcpkg/ports/numactl/vcpkg.json
vcpkg/ports/numcpp/portfile.cmake
vcpkg/ports/numcpp/vcpkg.json
vcpkg/ports/nuspell/portfile.cmake
vcpkg/ports/nuspell/vcpkg.json
vcpkg/ports/nvtt/001-define-value-for-HAVE_UNISTD_H-in-mac-os.patch
vcpkg/ports/nvtt/add-compile-options-for-osx.patch
vcpkg/ports/nvtt/bc6h.patch
vcpkg/ports/nvtt/bc7.patch
vcpkg/ports/nvtt/fix-build-error.patch
vcpkg/ports/nvtt/portfile.cmake
vcpkg/ports/nvtt/skip-building-libsquish.patch
vcpkg/ports/nvtt/squish.patch
vcpkg/ports/nvtt/vcpkg.json
vcpkg/ports/oatpp/portfile.cmake
vcpkg/ports/oatpp/vcpkg.json
vcpkg/ports/oatpp-consul/portfile.cmake
vcpkg/ports/oatpp-consul/vcpkg.json
vcpkg/ports/oatpp-curl/fix-find-curl.patch
vcpkg/ports/oatpp-curl/portfile.cmake
vcpkg/ports/oatpp-curl/vcpkg.json
vcpkg/ports/oatpp-libressl/libress-submodule-downgrade-required-libressl-version.patch
vcpkg/ports/oatpp-libressl/portfile.cmake
vcpkg/ports/oatpp-libressl/vcpkg.json
vcpkg/ports/oatpp-mbedtls/find-mbedtls.patch
vcpkg/ports/oatpp-mbedtls/portfile.cmake
vcpkg/ports/oatpp-mbedtls/vcpkg.json
vcpkg/ports/oatpp-mongo/portfile.cmake
vcpkg/ports/oatpp-mongo/vcpkg.json
vcpkg/ports/oatpp-openssl/portfile.cmake
vcpkg/ports/oatpp-openssl/vcpkg.json
vcpkg/ports/oatpp-postgresql/portfile.cmake
vcpkg/ports/oatpp-postgresql/vcpkg.json
vcpkg/ports/oatpp-sqlite/portfile.cmake
vcpkg/ports/oatpp-sqlite/vcpkg.json
vcpkg/ports/oatpp-ssdp/fix_String_to_string.patch
vcpkg/ports/oatpp-ssdp/fix_win_close.patch
vcpkg/ports/oatpp-ssdp/portfile.cmake
vcpkg/ports/oatpp-ssdp/vcpkg.json
vcpkg/ports/oatpp-swagger/portfile.cmake
vcpkg/ports/oatpp-swagger/vcpkg.json
vcpkg/ports/oatpp-websocket/portfile.cmake
vcpkg/ports/oatpp-websocket/vcpkg.json
vcpkg/ports/oatpp-zlib/portfile.cmake
vcpkg/ports/oatpp-zlib/vcpkg.json
vcpkg/ports/observer-ptr-lite/portfile.cmake
vcpkg/ports/observer-ptr-lite/vcpkg.json
vcpkg/ports/ocilib/fix-DisableWC4191.patch
vcpkg/ports/ocilib/portfile.cmake
vcpkg/ports/ocilib/vcpkg.json
vcpkg/ports/octomap/001-fix-exported-targets.patch
vcpkg/ports/octomap/portfile.cmake
vcpkg/ports/octomap/vcpkg-cmake-wrapper.cmake
vcpkg/ports/octomap/vcpkg.json
vcpkg/ports/ode/portfile.cmake
vcpkg/ports/ode/vcpkg.json
vcpkg/ports/offscale-libetcd-cpp/fix-dependency-grpc.patch
vcpkg/ports/offscale-libetcd-cpp/install-debug.patch
vcpkg/ports/offscale-libetcd-cpp/portfile.cmake
vcpkg/ports/offscale-libetcd-cpp/vcpkg.json
vcpkg/ports/ogdf/fix-c4723.patch
vcpkg/ports/ogdf/portfile.cmake
vcpkg/ports/ogdf/vcpkg.json
vcpkg/ports/ogre/disable-dependency-qt.patch
vcpkg/ports/ogre/fix-dependency.patch
vcpkg/ports/ogre/fix-findimgui.patch
vcpkg/ports/ogre/portfile.cmake
vcpkg/ports/ogre/toolchain_fixes.patch
vcpkg/ports/ogre/vcpkg.json
vcpkg/ports/ogre-next/environment-overrides.cmake
vcpkg/ports/ogre-next/fix_find_package_sdl2.patch
vcpkg/ports/ogre-next/portfile.cmake
vcpkg/ports/ogre-next/rename_config_cmake.patch
vcpkg/ports/ogre-next/toolchain_fixes.patch
vcpkg/ports/ogre-next/vcpkg.json
vcpkg/ports/ois/portfile.cmake
vcpkg/ports/ois/vcpkg.json
vcpkg/ports/ompl/0001_Export_targets.patch
vcpkg/ports/ompl/0002_Fix_config.patch
vcpkg/ports/ompl/portfile.cmake
vcpkg/ports/ompl/vcpkg.json
vcpkg/ports/omplapp/fix_boost_static_link.patch
vcpkg/ports/omplapp/fix_dependency.patch
vcpkg/ports/omplapp/portfile.cmake
vcpkg/ports/omplapp/vcpkg.json
vcpkg/ports/onednn/portfile.cmake
vcpkg/ports/onednn/vcpkg.json
vcpkg/ports/oniguruma/fix-uwp.patch
vcpkg/ports/oniguruma/portfile.cmake
vcpkg/ports/oniguruma/vcpkg.json
vcpkg/ports/onnx/fix-cmakelists.patch
vcpkg/ports/onnx/portfile.cmake
vcpkg/ports/onnx/vcpkg.json
vcpkg/ports/onnx-optimizer/fix-cmakelists.patch
vcpkg/ports/onnx-optimizer/portfile.cmake
vcpkg/ports/onnx-optimizer/vcpkg.json
vcpkg/ports/onnxruntime-gpu/portfile.cmake
vcpkg/ports/onnxruntime-gpu/vcpkg.json
vcpkg/ports/oof/portfile.cmake
vcpkg/ports/oof/vcpkg.json
vcpkg/ports/open62541/portfile.cmake
vcpkg/ports/open62541/vcpkg.json
vcpkg/ports/openal-soft/dont-export-symbols-in-static-build.patch
vcpkg/ports/openal-soft/portfile.cmake
vcpkg/ports/openal-soft/usage
vcpkg/ports/openal-soft/vcpkg.json
vcpkg/ports/openblas/fix-redefinition-function.patch
vcpkg/ports/openblas/fix-space-path.patch
vcpkg/ports/openblas/fix-uwp-build.patch
vcpkg/ports/openblas/install-tools.patch
vcpkg/ports/openblas/openblas_common.h
vcpkg/ports/openblas/portfile.cmake
vcpkg/ports/openblas/uwp.patch
vcpkg/ports/openblas/vcpkg.json
vcpkg/ports/opencascade/fix-install-prefix-path.patch
vcpkg/ports/opencascade/fix-pdb-find.patch
vcpkg/ports/opencascade/install-include-dir.patch
vcpkg/ports/opencascade/portfile.cmake
vcpkg/ports/opencascade/vcpkg.json
vcpkg/ports/opencc/portfile.cmake
vcpkg/ports/opencc/vcpkg.json
vcpkg/ports/opencensus-cpp/fix-install.patch
vcpkg/ports/opencensus-cpp/portfile.cmake
vcpkg/ports/opencensus-cpp/vcpkg.json
vcpkg/ports/opencl/0001-include-unistd-for-gete-ug-id.patch
vcpkg/ports/opencl/portfile.cmake
vcpkg/ports/opencl/usage
vcpkg/ports/opencl/vcpkg-cmake-wrapper.cmake
vcpkg/ports/opencl/vcpkg.json
vcpkg/ports/opencolorio/fix-dependency.patch
vcpkg/ports/opencolorio/portfile.cmake
vcpkg/ports/opencolorio/vcpkg.json
vcpkg/ports/opencsg/CMakeLists.txt
vcpkg/ports/opencsg/illegal_char.patch
vcpkg/ports/opencsg/portfile.cmake
vcpkg/ports/opencsg/vcpkg.json
vcpkg/ports/opencv/portfile.cmake
vcpkg/ports/opencv/vcpkg.json
vcpkg/ports/opencv2/0002-install-options.patch
vcpkg/ports/opencv2/0003-force-package-requirements.patch
vcpkg/ports/opencv2/0004-add-ffmpeg-missing-defines.patch
vcpkg/ports/opencv2/0005-fix-cuda.patch
vcpkg/ports/opencv2/fix-path-contains-++-error.patch
vcpkg/ports/opencv2/portfile.cmake
vcpkg/ports/opencv2/vcpkg.json
vcpkg/ports/opencv3/0001-disable-downloading.patch
vcpkg/ports/opencv3/0002-install-options.patch
vcpkg/ports/opencv3/0003-force-package-requirements.patch
vcpkg/ports/opencv3/0004-fix-eigen.patch
vcpkg/ports/opencv3/0005-fix-vtk9.patch
vcpkg/ports/opencv3/0006-fix-uwp.patch
vcpkg/ports/opencv3/0007-fix-hdf5.patch
vcpkg/ports/opencv3/0008-devendor-quirc.patch
vcpkg/ports/opencv3/0009-fix-protobuf.patch
vcpkg/ports/opencv3/0010-fix-uwp-tiff-imgcodecs.patch
vcpkg/ports/opencv3/0011-remove-python2.patch
vcpkg/ports/opencv3/0012-fix-zlib.patch
vcpkg/ports/opencv3/portfile.cmake
vcpkg/ports/opencv3/vcpkg.json
vcpkg/ports/opencv4/0001-disable-downloading.patch
vcpkg/ports/opencv4/0002-install-options.patch
vcpkg/ports/opencv4/0003-force-package-requirements.patch
vcpkg/ports/opencv4/0004-fix-policy-CMP0057.patch
vcpkg/ports/opencv4/0005-fix-eigen.patch
vcpkg/ports/opencv4/0006-fix-uwp.patch
vcpkg/ports/opencv4/0007-fix-hdf5.patch
vcpkg/ports/opencv4/0008-devendor-quirc.patch
vcpkg/ports/opencv4/0009-fix-protobuf.patch
vcpkg/ports/opencv4/0010-fix-uwp-tiff-imgcodecs.patch
vcpkg/ports/opencv4/0011-remove-python2.patch
vcpkg/ports/opencv4/0012-fix-zlib.patch
vcpkg/ports/opencv4/0013-fix-opengl.patch
vcpkg/ports/opencv4/0014-fix-gstreamer.patch
vcpkg/ports/opencv4/0015-fix-freetype.patch
vcpkg/ports/opencv4/0016-fix-freetype-contrib.patch
vcpkg/ports/opencv4/portfile.cmake
vcpkg/ports/opencv4/vcpkg.json
vcpkg/ports/opendnp3/opendnp3-config.cmake.in
vcpkg/ports/opendnp3/portfile.cmake
vcpkg/ports/opendnp3/vcpkg.json
vcpkg/ports/opendnp3/deps/asio.cmake
vcpkg/ports/openexr/0001-remove_find_package_macro.patch
vcpkg/ports/openexr/0002-fixup_cmake_exports_path.patch
vcpkg/ports/openexr/0003-remove_symlinks.patch
vcpkg/ports/openexr/0004-Fix-pkg-config-lib-suffix-for-cmake-debug-builds.patch
vcpkg/ports/openexr/portfile.cmake
vcpkg/ports/openexr/vcpkg-cmake-wrapper.cmake
vcpkg/ports/openexr/vcpkg.json
vcpkg/ports/opengl/portfile.cmake
vcpkg/ports/opengl/usage
vcpkg/ports/opengl/vcpkg.json
vcpkg/ports/opengl-registry/portfile.cmake
vcpkg/ports/opengl-registry/vcpkg.json
vcpkg/ports/openh264/0001-respect-default-library-option.patch
vcpkg/ports/openh264/portfile.cmake
vcpkg/ports/openh264/vcpkg.json
vcpkg/ports/openigtlink/portfile.cmake
vcpkg/ports/openigtlink/vcpkg.json
vcpkg/ports/openimageio/fix-config-cmake.patch
vcpkg/ports/openimageio/fix-dependencies.patch
vcpkg/ports/openimageio/portfile.cmake
vcpkg/ports/openimageio/vcpkg.json
vcpkg/ports/openjpeg/Enable-tools-of-each-features.patch
vcpkg/ports/openjpeg/dll.location.patch
vcpkg/ports/openjpeg/fix-lrintf-to-opj_lrintf.patch
vcpkg/ports/openjpeg/portfile.cmake
vcpkg/ports/openjpeg/vcpkg.json
vcpkg/ports/openmama/portfile.cmake
vcpkg/ports/openmama/vcpkg.json
vcpkg/ports/openmesh/portfile.cmake
vcpkg/ports/openmesh/usage
vcpkg/ports/openmesh/vcpkg-cmake-wrapper.cmake
vcpkg/ports/openmesh/vcpkg.json
vcpkg/ports/openmpi/keep_isystem.patch
vcpkg/ports/openmpi/portfile.cmake
vcpkg/ports/openmpi/vcpkg.json
vcpkg/ports/openmvg/0001-eigen_3.4.0.patch
vcpkg/ports/openmvg/0002-eigen-3.4.patch
vcpkg/ports/openmvg/build_fixes.patch
vcpkg/ports/openmvg/portfile.cmake
vcpkg/ports/openmvg/vcpkg.json
vcpkg/ports/openmvs/fix-build-boost-1_77_0.patch
vcpkg/ports/openmvs/fix-build.patch
vcpkg/ports/openmvs/portfile.cmake
vcpkg/ports/openmvs/vcpkg.json
vcpkg/ports/openni2/inherit_from_parent_or_project_defaults.patch
vcpkg/ports/openni2/openni2deploy.ps1
vcpkg/ports/openni2/portfile.cmake
vcpkg/ports/openni2/replace_environment_variable.patch
vcpkg/ports/openni2/upgrade_projects.patch
vcpkg/ports/openni2/vcpkg.json
vcpkg/ports/openscap/fix-build.patch
vcpkg/ports/openscap/portfile.cmake
vcpkg/ports/openscap/vcpkg.json
vcpkg/ports/openssl/install-pc-files.cmake
vcpkg/ports/openssl/openssl.pc.in
vcpkg/ports/openssl/portfile.cmake
vcpkg/ports/openssl/usage
vcpkg/ports/openssl/vcpkg-cmake-wrapper.cmake.in
vcpkg/ports/openssl/vcpkg.json
vcpkg/ports/openssl-unix/portfile.cmake
vcpkg/ports/openssl-unix/vcpkg.json
vcpkg/ports/openssl-uwp/portfile.cmake
vcpkg/ports/openssl-uwp/vcpkg.json
vcpkg/ports/openssl-windows/portfile.cmake
vcpkg/ports/openssl-windows/vcpkg.json
vcpkg/ports/openssl/unix/CMakeLists.txt
vcpkg/ports/openssl/unix/portfile.cmake
vcpkg/ports/openssl/unix/remove-deps.cmake
vcpkg/ports/openssl/uwp/EnableUWPSupport.patch
vcpkg/ports/openssl/uwp/make-openssl.bat
vcpkg/ports/openssl/uwp/portfile.cmake
vcpkg/ports/openssl/windows/portfile.cmake
vcpkg/ports/opensubdiv/fix-build-type.patch
vcpkg/ports/opensubdiv/fix-dependencies.patch
vcpkg/ports/opensubdiv/fix-mac-build.patch
vcpkg/ports/opensubdiv/fix-version-search.patch
vcpkg/ports/opensubdiv/fix_compile-option.patch
vcpkg/ports/opensubdiv/portfile.cmake
vcpkg/ports/opensubdiv/vcpkg.json
vcpkg/ports/opentelemetry-cpp/portfile.cmake
vcpkg/ports/opentelemetry-cpp/vcpkg.json
vcpkg/ports/opentracing/portfile.cmake
vcpkg/ports/opentracing/repair_mojibake.patch
vcpkg/ports/opentracing/vcpkg.json
vcpkg/ports/openvdb/0003-fix-cmake.patch
vcpkg/ports/openvdb/portfile.cmake
vcpkg/ports/openvdb/usage
vcpkg/ports/openvdb/vcpkg-cmake-wrapper.cmake.in
vcpkg/ports/openvdb/vcpkg.json
vcpkg/ports/openvpn3/CMakeLists.txt
vcpkg/ports/openvpn3/portfile.cmake
vcpkg/ports/openvpn3/vcpkg.json
vcpkg/ports/openvr/portfile.cmake
vcpkg/ports/openvr/vcpkg.json
vcpkg/ports/openxr-loader/002-fix-hpp-gen.patch
vcpkg/ports/openxr-loader/fix-jinja2.patch
vcpkg/ports/openxr-loader/fix-openxr-sdk-jsoncpp.patch
vcpkg/ports/openxr-loader/portfile.cmake
vcpkg/ports/openxr-loader/vcpkg.json
vcpkg/ports/optimus-cpp/portfile.cmake
vcpkg/ports/optimus-cpp/vcpkg.json
vcpkg/ports/optional-bare/portfile.cmake
vcpkg/ports/optional-bare/vcpkg.json
vcpkg/ports/optional-lite/portfile.cmake
vcpkg/ports/optional-lite/vcpkg.json
vcpkg/ports/opus/portfile.cmake
vcpkg/ports/opus/vcpkg.json
vcpkg/ports/opusfile/CMakeLists.txt
vcpkg/ports/opusfile/portfile.cmake
vcpkg/ports/opusfile/vcpkg.json
vcpkg/ports/orc/0003-dependencies-from-vcpkg.patch
vcpkg/ports/orc/0005-disable-tzdata.patch
vcpkg/ports/orc/portfile.cmake
vcpkg/ports/orc/usage
vcpkg/ports/orc/vcpkg.json
vcpkg/ports/orocos-kdl/export-include-dir.patch
vcpkg/ports/orocos-kdl/portfile.cmake
vcpkg/ports/orocos-kdl/vcpkg.json
vcpkg/ports/osg/collada.patch
vcpkg/ports/osg/disable-present3d-staticview-in-linux.patch
vcpkg/ports/osg/fix-curl.patch
vcpkg/ports/osg/fix-dependency-coin.patch
vcpkg/ports/osg/fix-example-application.patch
vcpkg/ports/osg/fix-liblas.patch
vcpkg/ports/osg/fix-nvtt.patch
vcpkg/ports/osg/fix-sdl.patch
vcpkg/ports/osg/osgdb_zip_nozip.patch
vcpkg/ports/osg/portfile.cmake
vcpkg/ports/osg/remove-prefix.patch
vcpkg/ports/osg/static.patch
vcpkg/ports/osg/use-boost-asio.patch
vcpkg/ports/osg/vcpkg.json
vcpkg/ports/osg-qt/CMakeLists.patch
vcpkg/ports/osg-qt/OsgMacroUtils.patch
vcpkg/ports/osg-qt/fix-static-install.patch
vcpkg/ports/osg-qt/portfile.cmake
vcpkg/ports/osg-qt/use-lib.patch
vcpkg/ports/osg-qt/vcpkg.json
vcpkg/ports/osgearth/StaticOSG.patch
vcpkg/ports/osgearth/fix-dependency-osg.patch
vcpkg/ports/osgearth/fix-gcc11-compilation.patch
vcpkg/ports/osgearth/fix-imgui.patch
vcpkg/ports/osgearth/make-all-find-packages-required.patch
vcpkg/ports/osgearth/portfile.cmake
vcpkg/ports/osgearth/remove-tool-debug-suffix.patch
vcpkg/ports/osgearth/vcpkg.json
vcpkg/ports/osi/CMakeLists.txt
vcpkg/ports/osi/Config.cmake.in
vcpkg/ports/osi/portfile.cmake
vcpkg/ports/osi/vcpkg.json
vcpkg/ports/otl/portfile.cmake
vcpkg/ports/otl/vcpkg.json
vcpkg/ports/outcome/outcome-prune-sources.patch
vcpkg/ports/outcome/portfile.cmake
vcpkg/ports/outcome/usage
vcpkg/ports/outcome/vcpkg.json
vcpkg/ports/p-ranav-csv/portfile.cmake
vcpkg/ports/p-ranav-csv/vcpkg.json
vcpkg/ports/p-ranav-csv2/portfile.cmake
vcpkg/ports/p-ranav-csv2/vcpkg.json
vcpkg/ports/pagmo2/disable-C4701.patch
vcpkg/ports/pagmo2/disable-md-override.patch
vcpkg/ports/pagmo2/find-tbb.patch
vcpkg/ports/pagmo2/portfile.cmake
vcpkg/ports/pagmo2/vcpkg.json
vcpkg/ports/paho-mqtt/fix-install-path.patch
vcpkg/ports/paho-mqtt/fix-unresolvedsymbol-arm.patch
vcpkg/ports/paho-mqtt/portfile.cmake
vcpkg/ports/paho-mqtt/remove_compiler_options.patch
vcpkg/ports/paho-mqtt/vcpkg.json
vcpkg/ports/paho-mqttpp3/fix-dependency.patch
vcpkg/ports/paho-mqttpp3/fix-include-path.patch
vcpkg/ports/paho-mqttpp3/portfile.cmake
vcpkg/ports/paho-mqttpp3/vcpkg.json
vcpkg/ports/palsigslot/portfile.cmake
vcpkg/ports/palsigslot/vcpkg.json
vcpkg/ports/pango/portfile.cmake
vcpkg/ports/pango/vcpkg.json
vcpkg/ports/pangolin/fix-build-error-in-vs2019.patch
vcpkg/ports/pangolin/fix-cmake-version.patch
vcpkg/ports/pangolin/fix-dependencies.patch
vcpkg/ports/pangolin/fix-includepath-error.patch
vcpkg/ports/pangolin/portfile.cmake
vcpkg/ports/pangolin/usage
vcpkg/ports/pangolin/vcpkg.json
vcpkg/ports/pangomm/COPYING
vcpkg/ports/pangomm/portfile.cmake
vcpkg/ports/pangomm/vcpkg.json
vcpkg/ports/parallel-hashmap/portfile.cmake
vcpkg/ports/parallel-hashmap/vcpkg.json
vcpkg/ports/parallelstl/fix-cmakelist.patch
vcpkg/ports/parallelstl/portfile.cmake
vcpkg/ports/parallelstl/vcpkg.json
vcpkg/ports/paraview/add-tools-option.patch
vcpkg/ports/paraview/catalyst_install.patch
vcpkg/ports/paraview/cgns.patch
vcpkg/ports/paraview/external_vtk.patch
vcpkg/ports/paraview/portfile.cmake
vcpkg/ports/paraview/python_include.patch
vcpkg/ports/paraview/python_wrapper.patch
vcpkg/ports/paraview/removedoublesymbols.patch
vcpkg/ports/paraview/vcpkg.json
vcpkg/ports/parmetis/fix-gklib-vs14-math.patch
vcpkg/ports/parmetis/fix-libparmetis-cmakelist.patch
vcpkg/ports/parmetis/fix-metis-vs14-math.patch
vcpkg/ports/parmetis/fix-root-cmakelist-2.patch
vcpkg/ports/parmetis/fix-root-cmakelist.patch
vcpkg/ports/parmetis/portfile.cmake
vcpkg/ports/parmetis/use_stdint.patch
vcpkg/ports/parmetis/vcpkg.json
vcpkg/ports/parquet/portfile.cmake
vcpkg/ports/parquet/vcpkg.json
vcpkg/ports/parson/CMakeLists.txt
vcpkg/ports/parson/portfile.cmake
vcpkg/ports/parson/vcpkg.json
vcpkg/ports/pbc/linux.patch
vcpkg/ports/pbc/portfile.cmake
vcpkg/ports/pbc/vcpkg.json
vcpkg/ports/pbc/windows.patch
vcpkg/ports/pcapplusplus/portfile.cmake
vcpkg/ports/pcapplusplus/vcpkg.json
vcpkg/ports/pcg/portfile.cmake
vcpkg/ports/pcg/vcpkg.json
vcpkg/ports/pcl/Workaround-ICE-in-release.patch
vcpkg/ports/pcl/add-gcc-version-check.patch
vcpkg/ports/pcl/fix-check-sse.patch
vcpkg/ports/pcl/fix-cmake_find_library_suffixes.patch
vcpkg/ports/pcl/fix-error-C3052.patch
vcpkg/ports/pcl/fix-find-libusb.patch
vcpkg/ports/pcl/fix-find-qhull.patch
vcpkg/ports/pcl/fix-namespace-cub.patch
vcpkg/ports/pcl/fix-numeric-literals-flag.patch
vcpkg/ports/pcl/fix-pkgconfig.patch
vcpkg/ports/pcl/install-examples.patch
vcpkg/ports/pcl/no-absolute.patch
vcpkg/ports/pcl/pcl_config.patch
vcpkg/ports/pcl/pcl_utils.patch
vcpkg/ports/pcl/portfile.cmake
vcpkg/ports/pcl/remove-broken-targets.patch
vcpkg/ports/pcl/usage
vcpkg/ports/pcl/vcpkg.json
vcpkg/ports/pcre/export-cmake-targets.patch
vcpkg/ports/pcre/pcre-8.45_fix_postfix_for_debug_Windows_builds.patch
vcpkg/ports/pcre/pcre-8.45_suppress_cmake_and_compiler_warnings-errors.patch
vcpkg/ports/pcre/portfile.cmake
vcpkg/ports/pcre/unofficial-pcre-config.cmake
vcpkg/ports/pcre/vcpkg.json
vcpkg/ports/pcre2/pcre2-10.35_fix-uwp.patch
vcpkg/ports/pcre2/portfile.cmake
vcpkg/ports/pcre2/vcpkg.json
vcpkg/ports/pdal/0002-no-source-dir-writes.patch
vcpkg/ports/pdal/0003-fix-copy-vendor.patch
vcpkg/ports/pdal/fix-dependency.patch
vcpkg/ports/pdal/fix-find-library-suffix.patch
vcpkg/ports/pdal/fix-unix-compiler-options.patch
vcpkg/ports/pdal/no-pkgconfig-requires.patch
vcpkg/ports/pdal/no-rpath.patch
vcpkg/ports/pdal/portfile.cmake
vcpkg/ports/pdal/usage
vcpkg/ports/pdal/use-vcpkg-boost.patch
vcpkg/ports/pdal/vcpkg.json
vcpkg/ports/pdal-c/cmake-project-include.cmake
vcpkg/ports/pdal-c/portfile.cmake
vcpkg/ports/pdal-c/vcpkg.json
vcpkg/ports/pdcurses/LICENSE
vcpkg/ports/pdcurses/nmake-install.patch
vcpkg/ports/pdcurses/portfile.cmake
vcpkg/ports/pdcurses/vcpkg.json
vcpkg/ports/pdqsort/portfile.cmake
vcpkg/ports/pdqsort/vcpkg.json
vcpkg/ports/pe-parse/arm64-windows-fix.patch
vcpkg/ports/pe-parse/portfile.cmake
vcpkg/ports/pe-parse/vcpkg.json
vcpkg/ports/pegtl/portfile.cmake
vcpkg/ports/pegtl/vcpkg.json
vcpkg/ports/pegtl-2/portfile.cmake
vcpkg/ports/pegtl-2/vcpkg.json
vcpkg/ports/pffft/CMakeLists.txt
vcpkg/ports/pffft/copyright
vcpkg/ports/pffft/portfile.cmake
vcpkg/ports/pffft/vcpkg.json
vcpkg/ports/pfring/makefile.patch
vcpkg/ports/pfring/portfile.cmake
vcpkg/ports/pfring/use-vcpkg-libpcap.patch
vcpkg/ports/pfring/vcpkg.json
vcpkg/ports/pfultz2-linq/portfile.cmake
vcpkg/ports/pfultz2-linq/vcpkg.json
vcpkg/ports/phnt/portfile.cmake
vcpkg/ports/phnt/vcpkg.json
vcpkg/ports/physfs/001-fix-lzmasdk-arm64-windows.patch
vcpkg/ports/physfs/002-fix-posix-eintr.patch
vcpkg/ports/physfs/003-fix-posix-cloexec.patch
vcpkg/ports/physfs/portfile.cmake
vcpkg/ports/physfs/vcpkg.json
vcpkg/ports/physx/fix-compiler-flag.patch
vcpkg/ports/physx/portfile.cmake
vcpkg/ports/physx/remove-werror.patch
vcpkg/ports/physx/vcpkg.json
vcpkg/ports/picojson/portfile.cmake
vcpkg/ports/picojson/vcpkg.json
vcpkg/ports/picosha2/portfile.cmake
vcpkg/ports/picosha2/vcpkg.json
vcpkg/ports/piex/CMakeLists.txt
vcpkg/ports/piex/portfile.cmake
vcpkg/ports/piex/vcpkg.json
vcpkg/ports/pistache/portfile.cmake
vcpkg/ports/pistache/vcpkg.json
vcpkg/ports/pixel/portfile.cmake
vcpkg/ports/pixel/vcpkg.json
vcpkg/ports/pixman/no-host-cpu-checks.patch
vcpkg/ports/pixman/portfile.cmake
vcpkg/ports/pixman/remove_test_demos.patch
vcpkg/ports/pixman/vcpkg.json
vcpkg/ports/pkgconf/portfile.cmake
vcpkg/ports/pkgconf/vcpkg.json
vcpkg/ports/platform-folders/portfile.cmake
vcpkg/ports/platform-folders/vcpkg.json
vcpkg/ports/plf-colony/portfile.cmake
vcpkg/ports/plf-colony/vcpkg.json
vcpkg/ports/plf-hive/portfile.cmake
vcpkg/ports/plf-hive/vcpkg.json
vcpkg/ports/plf-list/portfile.cmake
vcpkg/ports/plf-list/vcpkg.json
vcpkg/ports/plf-nanotimer/portfile.cmake
vcpkg/ports/plf-nanotimer/vcpkg.json
vcpkg/ports/plf-stack/portfile.cmake
vcpkg/ports/plf-stack/vcpkg.json
vcpkg/ports/plib/CMakeLists.txt
vcpkg/ports/plib/portfile.cmake
vcpkg/ports/plib/vcpkg.json
vcpkg/ports/plibsys/fix_configuration.patch
vcpkg/ports/plibsys/portfile.cmake
vcpkg/ports/plibsys/usage
vcpkg/ports/plibsys/vcpkg-cmake-wrapper.cmake
vcpkg/ports/plibsys/vcpkg.json
vcpkg/ports/plog/portfile.cmake
vcpkg/ports/plog/vcpkg.json
vcpkg/ports/plplot/0001-findwxwidgets-fixes.patch
vcpkg/ports/plplot/0002-wxwidgets-dev-fixes.patch
vcpkg/ports/plplot/fix-pkg-config.patch
vcpkg/ports/plplot/fix_utils.patch
vcpkg/ports/plplot/install-interface-include-directories.patch
vcpkg/ports/plplot/portfile.cmake
vcpkg/ports/plplot/use-math-h-nan.patch
vcpkg/ports/plplot/vcpkg.json
vcpkg/ports/plustache/CMakeLists.txt
vcpkg/ports/plustache/portfile.cmake
vcpkg/ports/plustache/vcpkg.json
vcpkg/ports/pmdk/portfile.cmake
vcpkg/ports/pmdk/vcpkg.json
vcpkg/ports/pngpp/portfile.cmake
vcpkg/ports/pngpp/vcpkg.json
vcpkg/ports/pngwriter/portfile.cmake
vcpkg/ports/pngwriter/vcpkg.json
vcpkg/ports/poco/arm64_pcre.patch
vcpkg/ports/poco/fix-InstallDataMysql.patch
vcpkg/ports/poco/fix-error-c3861.patch
vcpkg/ports/poco/fix-feature-sqlite3.patch
vcpkg/ports/poco/fix_dependency.patch
vcpkg/ports/poco/portfile.cmake
vcpkg/ports/poco/static_pcre.patch
vcpkg/ports/poco/vcpkg.json
vcpkg/ports/podofo/0002-HAVE_UNISTD_H.patch
vcpkg/ports/podofo/0003-uwp_fix.patch
vcpkg/ports/podofo/0005-fix-crypto.patch
vcpkg/ports/podofo/fix-x64-osx.patch
vcpkg/ports/podofo/freetype.patch
vcpkg/ports/podofo/portfile.cmake
vcpkg/ports/podofo/vcpkg.json
vcpkg/ports/poissonrecon/CMakeLists.txt
vcpkg/ports/poissonrecon/disable-gcc5-checks.patch
vcpkg/ports/poissonrecon/portfile.cmake
vcpkg/ports/poissonrecon/use-external-libs.patch
vcpkg/ports/poissonrecon/vcpkg.json
vcpkg/ports/poly2tri/CMakeLists.txt
vcpkg/ports/poly2tri/fix-sweep-h-codepage.patch
vcpkg/ports/poly2tri/portfile.cmake
vcpkg/ports/poly2tri/vcpkg.json
vcpkg/ports/polyclipping/FindCLIPPER.cmake
vcpkg/ports/polyclipping/fix_targets.patch
vcpkg/ports/polyclipping/portfile.cmake
vcpkg/ports/polyclipping/vcpkg-cmake-wrapper.cmake
vcpkg/ports/polyclipping/vcpkg.json
vcpkg/ports/polyhook2/portfile.cmake
vcpkg/ports/polyhook2/vcpkg.json
vcpkg/ports/polymorphic-value/001_no_catch_submodule.patch
vcpkg/ports/polymorphic-value/002_fixed_config.patch
vcpkg/ports/polymorphic-value/portfile.cmake
vcpkg/ports/polymorphic-value/vcpkg.json
vcpkg/ports/ponder/github-121.patch
vcpkg/ports/ponder/no-install-unused.patch
vcpkg/ports/ponder/portfile.cmake
vcpkg/ports/ponder/vcpkg.json
vcpkg/ports/poppler/cmake-project-include.cmake
vcpkg/ports/poppler/export-unofficial-poppler.patch
vcpkg/ports/poppler/portfile.cmake
vcpkg/ports/poppler/unofficial-poppler-config.cmake
vcpkg/ports/poppler/usage
vcpkg/ports/poppler/vcpkg.json
vcpkg/ports/popsift/fix_missing_thrust_include.patch
vcpkg/ports/popsift/portfile.cmake
vcpkg/ports/popsift/vcpkg.json
vcpkg/ports/portable-snippets/CMakeLists.txt
vcpkg/ports/portable-snippets/portfile.cmake
vcpkg/ports/portable-snippets/vcpkg.json
vcpkg/ports/portaudio/fix-library-can-not-be-found.patch
vcpkg/ports/portaudio/portfile.cmake
vcpkg/ports/portaudio/vcpkg.json
vcpkg/ports/portmidi/portfile.cmake
vcpkg/ports/portmidi/vcpkg.json
vcpkg/ports/portsmf/portfile.cmake
vcpkg/ports/portsmf/vcpkg.json
vcpkg/ports/ppconsul/cmake_build.patch
vcpkg/ports/ppconsul/portfile.cmake
vcpkg/ports/ppconsul/vcpkg.json
vcpkg/ports/ppmagic/portfile.cmake
vcpkg/ports/ppmagic/vcpkg.json
vcpkg/ports/pprint/portfile.cmake
vcpkg/ports/pprint/vcpkg.json
vcpkg/ports/pqp/CMakeLists.txt
vcpkg/ports/pqp/LICENSE
vcpkg/ports/pqp/fix-math-functions.patch
vcpkg/ports/pqp/portfile.cmake
vcpkg/ports/pqp/vcpkg.json
vcpkg/ports/presentmon/CMakeLists.txt
vcpkg/ports/presentmon/portfile.cmake
vcpkg/ports/presentmon/vcpkg.json
vcpkg/ports/proj/portfile.cmake
vcpkg/ports/proj/vcpkg.json
vcpkg/ports/proj4/fix-proj4-targets-cmake.patch
vcpkg/ports/proj4/fix-win-output-name.patch
vcpkg/ports/proj4/pkgconfig.patch
vcpkg/ports/proj4/portfile.cmake
vcpkg/ports/proj4/tools-cmake.patch
vcpkg/ports/proj4/usage
vcpkg/ports/proj4/vcpkg.json
vcpkg/ports/prometheus-cpp/portfile.cmake
vcpkg/ports/prometheus-cpp/vcpkg.json
vcpkg/ports/promise-cpp/fix-ifdef.patch
vcpkg/ports/promise-cpp/portfile.cmake
vcpkg/ports/promise-cpp/usage
vcpkg/ports/promise-cpp/vcpkg.json
vcpkg/ports/protobuf/fix-default-proto-file-path.patch
vcpkg/ports/protobuf/fix-mingw-build.patch
vcpkg/ports/protobuf/fix-static-build.patch
vcpkg/ports/protobuf/fix-uwp-build.patch
vcpkg/ports/protobuf/portfile.cmake
vcpkg/ports/protobuf/protobuf-targets-vcpkg-protoc.cmake
vcpkg/ports/protobuf/vcpkg-cmake-wrapper.cmake
vcpkg/ports/protobuf/vcpkg.json
vcpkg/ports/protobuf-c/fix-crt-linkage.patch
vcpkg/ports/protobuf-c/portfile.cmake
vcpkg/ports/protobuf-c/vcpkg.json
vcpkg/ports/protopuf/portfile.cmake
vcpkg/ports/protopuf/vcpkg.json
vcpkg/ports/protozero/portfile.cmake
vcpkg/ports/protozero/vcpkg.json
vcpkg/ports/proxygen/portfile.cmake
vcpkg/ports/proxygen/remove-register.patch
vcpkg/ports/proxygen/vcpkg.json
vcpkg/ports/psimd/portfile.cmake
vcpkg/ports/psimd/vcpkg.json
vcpkg/ports/ptex/fix-build.patch
vcpkg/ports/ptex/fix-config.cmake.patch
vcpkg/ports/ptex/portfile.cmake
vcpkg/ports/ptex/vcpkg.json
vcpkg/ports/pthread/portfile.cmake
vcpkg/ports/pthread/vcpkg.json
vcpkg/ports/pthreadpool/fix-cmakelists.patch
vcpkg/ports/pthreadpool/fix-uwp.patch
vcpkg/ports/pthreadpool/portfile.cmake
vcpkg/ports/pthreadpool/vcpkg.json
vcpkg/ports/pthreads/fix-arm-macro.patch
vcpkg/ports/pthreads/fix-uwp-linkage.patch
vcpkg/ports/pthreads/portfile.cmake
vcpkg/ports/pthreads/usage
vcpkg/ports/pthreads/use-md.patch
vcpkg/ports/pthreads/use-mt.patch
vcpkg/ports/pthreads/vcpkg-cmake-wrapper.cmake
vcpkg/ports/pthreads/vcpkg.json
vcpkg/ports/ptyqt/portfile.cmake
vcpkg/ports/ptyqt/vcpkg.json
vcpkg/ports/pugixml/portfile.cmake
vcpkg/ports/pugixml/vcpkg.json
vcpkg/ports/pybind11/portfile.cmake
vcpkg/ports/pybind11/vcpkg.json
vcpkg/ports/pystring/CMakeLists.txt
vcpkg/ports/pystring/portfile.cmake
vcpkg/ports/pystring/vcpkg.json
vcpkg/ports/python2/001-build-msvc.patch
vcpkg/ports/python2/002-build-msvc.patch
vcpkg/ports/python2/003-build-msvc.patch
vcpkg/ports/python2/004-static-library-msvc.patch
vcpkg/ports/python2/005-static-crt-msvc.patch
vcpkg/ports/python2/006-static-fix-headers.patch
vcpkg/ports/python2/007-fix-build-path.patch
vcpkg/ports/python2/portfile.cmake
vcpkg/ports/python2/vcpkg.json
vcpkg/ports/python3/0001-static-library.patch
vcpkg/ports/python3/0002-use-vcpkg-zlib.patch
vcpkg/ports/python3/0003-devendor-external-dependencies.patch
vcpkg/ports/python3/0004-dont-copy-vcruntime.patch
vcpkg/ports/python3/0005-only-build-required-projects.patch
vcpkg/ports/python3/0006-restore-support-for-windows-7.patch
vcpkg/ports/python3/0007-workaround-windows-11-sdk-rc-compiler-error.patch
vcpkg/ports/python3/0009-python.pc.patch
vcpkg/ports/python3/openssl.props.in
vcpkg/ports/python3/portfile.cmake
vcpkg/ports/python3/python_vcpkg.props.in
vcpkg/ports/python3/usage
vcpkg/ports/python3/vcpkg-cmake-wrapper.cmake
vcpkg/ports/python3/vcpkg.json
vcpkg/ports/qca/0001-fix-path-for-vcpkg.patch
vcpkg/ports/qca/0002-fix-build-error.patch
vcpkg/ports/qca/mk-ca-bundle.pl
vcpkg/ports/qca/portfile.cmake
vcpkg/ports/qca/vcpkg.json
vcpkg/ports/qcustomplot/portfile.cmake
vcpkg/ports/qcustomplot/vcpkg.json
vcpkg/ports/qhttpengine/portfile.cmake
vcpkg/ports/qhttpengine/vcpkg.json
vcpkg/ports/qhull/fix-missing-symbols.patch
vcpkg/ports/qhull/include-qhullcpp-shared.patch
vcpkg/ports/qhull/portfile.cmake
vcpkg/ports/qhull/usage
vcpkg/ports/qhull/vcpkg.json
vcpkg/ports/qnnpack/portfile.cmake
vcpkg/ports/qnnpack/use-packages.patch
vcpkg/ports/qnnpack/vcpkg.json
vcpkg/ports/qpid-proton/portfile.cmake
vcpkg/ports/qpid-proton/vcpkg.json
vcpkg/ports/qscintilla/fix-static.patch
vcpkg/ports/qscintilla/portfile.cmake
vcpkg/ports/qscintilla/vcpkg.json
vcpkg/ports/qt/portfile.cmake
vcpkg/ports/qt/vcpkg.json
vcpkg/ports/qt-advanced-docking-system/config_changes.patch
vcpkg/ports/qt-advanced-docking-system/hardcode_version.patch
vcpkg/ports/qt-advanced-docking-system/portfile.cmake
vcpkg/ports/qt-advanced-docking-system/vcpkg.json
vcpkg/ports/qt5/portfile.cmake
vcpkg/ports/qt5/vcpkg.json
vcpkg/ports/qt5-3d/portfile.cmake
vcpkg/ports/qt5-3d/vcpkg.json
vcpkg/ports/qt5-activeqt/portfile.cmake
vcpkg/ports/qt5-activeqt/vcpkg.json
vcpkg/ports/qt5-androidextras/portfile.cmake
vcpkg/ports/qt5-androidextras/vcpkg.json
vcpkg/ports/qt5-base/portfile.cmake
vcpkg/ports/qt5-base/qtdeploy.ps1
vcpkg/ports/qt5-base/vcpkg.json
vcpkg/ports/qt5-base/cmake/configure_qt.cmake
vcpkg/ports/qt5-base/cmake/find_qt_mkspec.cmake
vcpkg/ports/qt5-base/cmake/install_qt.cmake
vcpkg/ports/qt5-base/cmake/qt_build_submodule.cmake
vcpkg/ports/qt5-base/cmake/qt_download_submodule.cmake
vcpkg/ports/qt5-base/cmake/qt_fix_cmake.cmake
vcpkg/ports/qt5-base/cmake/qt_fix_makefile_install.cmake
vcpkg/ports/qt5-base/cmake/qt_fix_prl.cmake
vcpkg/ports/qt5-base/cmake/qt_install_copyright.cmake
vcpkg/ports/qt5-base/cmake/qt_port_functions.cmake
vcpkg/ports/qt5-base/cmake/qt_port_hashes.cmake
vcpkg/ports/qt5-base/cmake/qt_port_hashes_latest.cmake
vcpkg/ports/qt5-base/cmake/qt_submodule_installation.cmake
vcpkg/ports/qt5-base/patches/Qt5BasicConfig.patch
vcpkg/ports/qt5-base/patches/Qt5GuiConfigExtras.patch
vcpkg/ports/qt5-base/patches/Qt5PluginTarget.patch
vcpkg/ports/qt5-base/patches/cocoa.patch
vcpkg/ports/qt5-base/patches/create_cmake.patch
vcpkg/ports/qt5-base/patches/egl.patch
vcpkg/ports/qt5-base/patches/gui_configure.patch
vcpkg/ports/qt5-base/patches/icu.patch
vcpkg/ports/qt5-base/patches/limits_include.patch
vcpkg/ports/qt5-base/patches/mysql-configure.patch
vcpkg/ports/qt5-base/patches/mysql_plugin_include.patch
vcpkg/ports/qt5-base/patches/qt_app.patch
vcpkg/ports/qt5-base/patches/static_opengl.patch
vcpkg/ports/qt5-base/patches/windows_prf.patch
vcpkg/ports/qt5-base/patches/winmain_pro.patch
vcpkg/ports/qt5-base/patches/xlib.patch
vcpkg/ports/qt5-canvas3d/portfile.cmake
vcpkg/ports/qt5-canvas3d/vcpkg.json
vcpkg/ports/qt5-charts/portfile.cmake
vcpkg/ports/qt5-charts/vcpkg.json
vcpkg/ports/qt5-connectivity/portfile.cmake
vcpkg/ports/qt5-connectivity/vcpkg.json
vcpkg/ports/qt5-datavis3d/portfile.cmake
vcpkg/ports/qt5-datavis3d/vcpkg.json
vcpkg/ports/qt5-declarative/limits_include.patch
vcpkg/ports/qt5-declarative/portfile.cmake
vcpkg/ports/qt5-declarative/vcpkg.json
vcpkg/ports/qt5-doc/portfile.cmake
vcpkg/ports/qt5-doc/vcpkg.json
vcpkg/ports/qt5-gamepad/portfile.cmake
vcpkg/ports/qt5-gamepad/vcpkg.json
vcpkg/ports/qt5-graphicaleffects/portfile.cmake
vcpkg/ports/qt5-graphicaleffects/vcpkg.json
vcpkg/ports/qt5-imageformats/portfile.cmake
vcpkg/ports/qt5-imageformats/vcpkg.json
vcpkg/ports/qt5-location/portfile.cmake
vcpkg/ports/qt5-location/vcpkg.json
vcpkg/ports/qt5-macextras/portfile.cmake
vcpkg/ports/qt5-macextras/vcpkg.json
vcpkg/ports/qt5-modularscripts/portfile.cmake
vcpkg/ports/qt5-modularscripts/vcpkg.json
vcpkg/ports/qt5-mqtt/portfile.cmake
vcpkg/ports/qt5-mqtt/vcpkg.json
vcpkg/ports/qt5-multimedia/portfile.cmake
vcpkg/ports/qt5-multimedia/vcpkg.json
vcpkg/ports/qt5-networkauth/portfile.cmake
vcpkg/ports/qt5-networkauth/vcpkg.json
vcpkg/ports/qt5-purchasing/portfile.cmake
vcpkg/ports/qt5-purchasing/vcpkg.json
vcpkg/ports/qt5-quickcontrols/portfile.cmake
vcpkg/ports/qt5-quickcontrols/vcpkg.json
vcpkg/ports/qt5-quickcontrols2/portfile.cmake
vcpkg/ports/qt5-quickcontrols2/vcpkg.json
vcpkg/ports/qt5-remoteobjects/portfile.cmake
vcpkg/ports/qt5-remoteobjects/vcpkg.json
vcpkg/ports/qt5-script/portfile.cmake
vcpkg/ports/qt5-script/vcpkg.json
vcpkg/ports/qt5-scxml/portfile.cmake
vcpkg/ports/qt5-scxml/vcpkg.json
vcpkg/ports/qt5-sensors/portfile.cmake
vcpkg/ports/qt5-sensors/vcpkg.json
vcpkg/ports/qt5-serialbus/portfile.cmake
vcpkg/ports/qt5-serialbus/vcpkg.json
vcpkg/ports/qt5-serialport/portfile.cmake
vcpkg/ports/qt5-serialport/vcpkg.json
vcpkg/ports/qt5-speech/portfile.cmake
vcpkg/ports/qt5-speech/vcpkg.json
vcpkg/ports/qt5-svg/portfile.cmake
vcpkg/ports/qt5-svg/static_svg_link_fix.patch
vcpkg/ports/qt5-svg/vcpkg.json
vcpkg/ports/qt5-tools/icudt-debug-suffix.patch
vcpkg/ports/qt5-tools/portfile.cmake
vcpkg/ports/qt5-tools/vcpkg.json
vcpkg/ports/qt5-translations/portfile.cmake
vcpkg/ports/qt5-translations/vcpkg.json
vcpkg/ports/qt5-virtualkeyboard/portfile.cmake
vcpkg/ports/qt5-virtualkeyboard/vcpkg.json
vcpkg/ports/qt5-wayland/portfile.cmake
vcpkg/ports/qt5-wayland/vcpkg.json
vcpkg/ports/qt5-webchannel/portfile.cmake
vcpkg/ports/qt5-webchannel/vcpkg.json
vcpkg/ports/qt5-webengine/build_1.patch
vcpkg/ports/qt5-webengine/build_2.patch
vcpkg/ports/qt5-webengine/build_3.patch
vcpkg/ports/qt5-webengine/common.pri.patch
vcpkg/ports/qt5-webengine/gl.patch
vcpkg/ports/qt5-webengine/portfile.cmake
vcpkg/ports/qt5-webengine/vcpkg.json
vcpkg/ports/qt5-webglplugin/portfile.cmake
vcpkg/ports/qt5-webglplugin/vcpkg.json
vcpkg/ports/qt5-websockets/portfile.cmake
vcpkg/ports/qt5-websockets/vcpkg.json
vcpkg/ports/qt5-webview/portfile.cmake
vcpkg/ports/qt5-webview/vcpkg.json
vcpkg/ports/qt5-winextras/portfile.cmake
vcpkg/ports/qt5-winextras/vcpkg.json
vcpkg/ports/qt5-x11extras/portfile.cmake
vcpkg/ports/qt5-x11extras/vcpkg.json
vcpkg/ports/qt5-xmlpatterns/portfile.cmake
vcpkg/ports/qt5-xmlpatterns/vcpkg.json
vcpkg/ports/qt5compat/portfile.cmake
vcpkg/ports/qt5compat/vcpkg.json
vcpkg/ports/qtactiveqt/portfile.cmake
vcpkg/ports/qtactiveqt/vcpkg.json
vcpkg/ports/qtapplicationmanager/bump-cmake-version.patch
vcpkg/ports/qtapplicationmanager/portfile.cmake
vcpkg/ports/qtapplicationmanager/vcpkg.json
vcpkg/ports/qtapplicationmanager/wrapper-fixes.patch
vcpkg/ports/qtbase/allow_outside_prefix.patch
vcpkg/ports/qtbase/clang-cl_source_location.patch
vcpkg/ports/qtbase/config_install.patch
vcpkg/ports/qtbase/dont_force_cmakecache.patch
vcpkg/ports/qtbase/fix_cmake_build.patch
vcpkg/ports/qtbase/fix_egl.patch
vcpkg/ports/qtbase/harfbuzz.patch
vcpkg/ports/qtbase/portfile.cmake
vcpkg/ports/qtbase/qmake.debug.bat
vcpkg/ports/qtbase/qt.conf.in
vcpkg/ports/qtbase/vcpkg.json
vcpkg/ports/qtbase/cmake/qt_install_copyright.cmake
vcpkg/ports/qtbase/cmake/qt_install_submodule.cmake
vcpkg/ports/qtbase/cmake/qt_port_details-latest.cmake
vcpkg/ports/qtbase/cmake/qt_port_details.cmake
vcpkg/ports/qtcharts/portfile.cmake
vcpkg/ports/qtcharts/vcpkg.json
vcpkg/ports/qtcoap/portfile.cmake
vcpkg/ports/qtcoap/vcpkg.json
vcpkg/ports/qtconnectivity/portfile.cmake
vcpkg/ports/qtconnectivity/vcpkg.json
vcpkg/ports/qtdatavis3d/portfile.cmake
vcpkg/ports/qtdatavis3d/vcpkg.json
vcpkg/ports/qtdeclarative/portfile.cmake
vcpkg/ports/qtdeclarative/vcpkg.json
vcpkg/ports/qtdeviceutilities/portfile.cmake
vcpkg/ports/qtdeviceutilities/vcpkg.json
vcpkg/ports/qtdoc/portfile.cmake
vcpkg/ports/qtdoc/vcpkg.json
vcpkg/ports/qtimageformats/no_target_promotion.patch
vcpkg/ports/qtimageformats/portfile.cmake
vcpkg/ports/qtimageformats/vcpkg.json
vcpkg/ports/qtinterfaceframework/fix-taglib-search.patch
vcpkg/ports/qtinterfaceframework/portfile.cmake
vcpkg/ports/qtinterfaceframework/vcpkg.json
vcpkg/ports/qtkeychain/portfile.cmake
vcpkg/ports/qtkeychain/vcpkg.json
vcpkg/ports/qtkeychain-qt6/portfile.cmake
vcpkg/ports/qtkeychain-qt6/vcpkg.json
vcpkg/ports/qtlocation/portfile.cmake
vcpkg/ports/qtlocation/vcpkg.json
vcpkg/ports/qtlottie/portfile.cmake
vcpkg/ports/qtlottie/vcpkg.json
vcpkg/ports/qtmqtt/portfile.cmake
vcpkg/ports/qtmqtt/vcpkg.json
vcpkg/ports/qtmultimedia/fix_windows_header_include.patch
vcpkg/ports/qtmultimedia/portfile.cmake
vcpkg/ports/qtmultimedia/remove_unistd.patch
vcpkg/ports/qtmultimedia/vcpkg.json
vcpkg/ports/qtnetworkauth/portfile.cmake
vcpkg/ports/qtnetworkauth/vcpkg.json
vcpkg/ports/qtopcua/portfile.cmake
vcpkg/ports/qtopcua/vcpkg.json
vcpkg/ports/qtpositioning/portfile.cmake
vcpkg/ports/qtpositioning/vcpkg.json
vcpkg/ports/qtquick3d/portfile.cmake
vcpkg/ports/qtquick3d/vcpkg.json
vcpkg/ports/qtquickcontrols2/portfile.cmake
vcpkg/ports/qtquickcontrols2/vcpkg.json
vcpkg/ports/qtquicktimeline/portfile.cmake
vcpkg/ports/qtquicktimeline/vcpkg.json
vcpkg/ports/qtremoteobjects/portfile.cmake
vcpkg/ports/qtremoteobjects/vcpkg.json
vcpkg/ports/qtscxml/portfile.cmake
vcpkg/ports/qtscxml/vcpkg.json
vcpkg/ports/qtsensors/portfile.cmake
vcpkg/ports/qtsensors/vcpkg.json
vcpkg/ports/qtserialbus/portfile.cmake
vcpkg/ports/qtserialbus/vcpkg.json
vcpkg/ports/qtserialport/portfile.cmake
vcpkg/ports/qtserialport/vcpkg.json
vcpkg/ports/qtshadertools/portfile.cmake
vcpkg/ports/qtshadertools/vcpkg.json
vcpkg/ports/qtsvg/portfile.cmake
vcpkg/ports/qtsvg/vcpkg.json
vcpkg/ports/qttools/fix_static_build.patch
vcpkg/ports/qttools/no_src_changes.patch
vcpkg/ports/qttools/portfile.cmake
vcpkg/ports/qttools/vcpkg.json
vcpkg/ports/qttools/windeployqt.debug.bat
vcpkg/ports/qttranslations/portfile.cmake
vcpkg/ports/qttranslations/vcpkg.json
vcpkg/ports/qtvirtualkeyboard/hunspell_include_path_fix.patch
vcpkg/ports/qtvirtualkeyboard/portfile.cmake
vcpkg/ports/qtvirtualkeyboard/vcpkg.json
vcpkg/ports/qtwayland/portfile.cmake
vcpkg/ports/qtwayland/vcpkg.json
vcpkg/ports/qtwebchannel/portfile.cmake
vcpkg/ports/qtwebchannel/vcpkg.json
vcpkg/ports/qtwebengine/portfile.cmake
vcpkg/ports/qtwebengine/vcpkg.json
vcpkg/ports/qtwebsockets/portfile.cmake
vcpkg/ports/qtwebsockets/vcpkg.json
vcpkg/ports/qtwebview/portfile.cmake
vcpkg/ports/qtwebview/vcpkg.json
vcpkg/ports/quadtree/portfile.cmake
vcpkg/ports/quadtree/vcpkg.json
vcpkg/ports/quantlib/portfile.cmake
vcpkg/ports/quantlib/usage
vcpkg/ports/quantlib/vcpkg.json
vcpkg/ports/quaternions/portfile.cmake
vcpkg/ports/quaternions/vcpkg.json
vcpkg/ports/quazip/portfile.cmake
vcpkg/ports/quazip/vcpkg.json
vcpkg/ports/quickfast/00001-fix-boost-asio.patch
vcpkg/ports/quickfast/CMakeLists.txt
vcpkg/ports/quickfast/portfile.cmake
vcpkg/ports/quickfast/usage
vcpkg/ports/quickfast/vcpkg.json
vcpkg/ports/quickfix/00001-fix-build.patch
vcpkg/ports/quickfix/fix_wsl_symlink_error.patch
vcpkg/ports/quickfix/portfile.cmake
vcpkg/ports/quickfix/usage
vcpkg/ports/quickfix/vcpkg.json
vcpkg/ports/quill/fix-c4189-warning.patch
vcpkg/ports/quill/portfile.cmake
vcpkg/ports/quill/vcpkg.json
vcpkg/ports/quirc/CMakeLists.txt
vcpkg/ports/quirc/portfile.cmake
vcpkg/ports/quirc/vcpkg.json
vcpkg/ports/qwt/fix-dynamic-static.patch
vcpkg/ports/qwt/portfile.cmake
vcpkg/ports/qwt/vcpkg.json
vcpkg/ports/qwtw/portfile.cmake
vcpkg/ports/qwtw/vcpkg.json
vcpkg/ports/rabit/fix-file-conflict.patch
vcpkg/ports/rabit/portfile.cmake
vcpkg/ports/rabit/vcpkg.json
vcpkg/ports/ragel/0001-remove-unistd-h.patch
vcpkg/ports/ragel/CMakeLists.txt
vcpkg/ports/ragel/config.h
vcpkg/ports/ragel/portfile.cmake
vcpkg/ports/ragel/vcpkg.json
vcpkg/ports/randomstr/portfile.cmake
vcpkg/ports/randomstr/vcpkg.json
vcpkg/ports/rang/portfile.cmake
vcpkg/ports/rang/vcpkg.json
vcpkg/ports/range-v3/portfile.cmake
vcpkg/ports/range-v3/vcpkg.json
vcpkg/ports/range-v3-vs2015/portfile.cmake
vcpkg/ports/range-v3-vs2015/vcpkg.json
vcpkg/ports/rapidcheck/portfile.cmake
vcpkg/ports/rapidcheck/vcpkg.json
vcpkg/ports/rapidcsv/portfile.cmake
vcpkg/ports/rapidcsv/vcpkg.json
vcpkg/ports/rapidjson/portfile.cmake
vcpkg/ports/rapidjson/vcpkg.json
vcpkg/ports/rapidxml/portfile.cmake
vcpkg/ports/rapidxml/vcpkg.json
vcpkg/ports/rapidxml-ns/portfile.cmake
vcpkg/ports/rapidxml-ns/vcpkg.json
vcpkg/ports/rappture/CMakeLists.txt
vcpkg/ports/rappture/portfile.cmake
vcpkg/ports/rappture/rappture.patch
vcpkg/ports/rappture/vcpkg.json
vcpkg/ports/raylib/portfile.cmake
vcpkg/ports/raylib/vcpkg.json
vcpkg/ports/rbdl/001_x64_number_of_sections_exceeded_in_object_file_patch.diff
vcpkg/ports/rbdl/portfile.cmake
vcpkg/ports/rbdl/vcpkg.json
vcpkg/ports/rbdl-orb/portfile.cmake
vcpkg/ports/rbdl-orb/vcpkg.json
vcpkg/ports/re2/portfile.cmake
vcpkg/ports/re2/vcpkg.json
vcpkg/ports/readerwriterqueue/portfile.cmake
vcpkg/ports/readerwriterqueue/vcpkg.json
vcpkg/ports/readline/portfile.cmake
vcpkg/ports/readline/vcpkg.json
vcpkg/ports/readline-osx/portfile.cmake
vcpkg/ports/readline-osx/vcpkg.json
vcpkg/ports/readline-unix/portfile.cmake
vcpkg/ports/readline-unix/vcpkg.json
vcpkg/ports/readline-win32/CMakeLists.txt
vcpkg/ports/readline-win32/config.h
vcpkg/ports/readline-win32/portfile.cmake
vcpkg/ports/readline-win32/vcpkg.json
vcpkg/ports/readosm/fix-makefiles.patch
vcpkg/ports/readosm/pc-file.patch
vcpkg/ports/readosm/portfile.cmake
vcpkg/ports/readosm/vcpkg.json
vcpkg/ports/realsense2/fix_config_osx.patch
vcpkg/ports/realsense2/fix_openni2.patch
vcpkg/ports/realsense2/portfile.cmake
vcpkg/ports/realsense2/vcpkg.json
vcpkg/ports/recast/CMakeLists.txt
vcpkg/ports/recast/portfile.cmake
vcpkg/ports/recast/vcpkg.json
vcpkg/ports/redis-plus-plus/fix-conversion.patch
vcpkg/ports/redis-plus-plus/fix-ws2-linking-windows.patch
vcpkg/ports/redis-plus-plus/portfile.cmake
vcpkg/ports/redis-plus-plus/vcpkg.json
vcpkg/ports/refl-cpp/portfile.cmake
vcpkg/ports/refl-cpp/vcpkg.json
vcpkg/ports/refprop-headers/portfile.cmake
vcpkg/ports/refprop-headers/vcpkg.json
vcpkg/ports/replxx/portfile.cmake
vcpkg/ports/replxx/vcpkg.json
vcpkg/ports/reproc/portfile.cmake
vcpkg/ports/reproc/vcpkg.json
vcpkg/ports/rest-rpc/portfile.cmake
vcpkg/ports/rest-rpc/vcpkg.json
vcpkg/ports/restbed/fix-cmake.patch
vcpkg/ports/restbed/portfile.cmake
vcpkg/ports/restbed/vcpkg.json
vcpkg/ports/restc-cpp/0001-exclude-cmake-external-projects.patch
vcpkg/ports/restc-cpp/portfile.cmake
vcpkg/ports/restc-cpp/vcpkg.json
vcpkg/ports/restclient-cpp/portfile.cmake
vcpkg/ports/restclient-cpp/vcpkg.json
vcpkg/ports/restinio/portfile.cmake
vcpkg/ports/restinio/vcpkg.json
vcpkg/ports/rexo/portfile.cmake
vcpkg/ports/rexo/vcpkg.json
vcpkg/ports/rhash/CMakeLists.txt
vcpkg/ports/rhash/portfile.cmake
vcpkg/ports/rhash/vcpkg.json
vcpkg/ports/rhasheq/portfile.cmake
vcpkg/ports/rhasheq/vcpkg.json
vcpkg/ports/riffcpp/portfile.cmake
vcpkg/ports/riffcpp/vcpkg.json
vcpkg/ports/ring-span-lite/portfile.cmake
vcpkg/ports/ring-span-lite/vcpkg.json
vcpkg/ports/rmlui/add-robin-hood.patch
vcpkg/ports/rmlui/portfile.cmake
vcpkg/ports/rmlui/vcpkg.json
vcpkg/ports/roaring/portfile.cmake
vcpkg/ports/roaring/vcpkg.json
vcpkg/ports/robin-hood-hashing/portfile.cmake
vcpkg/ports/robin-hood-hashing/vcpkg.json
vcpkg/ports/robin-map/portfile.cmake
vcpkg/ports/robin-map/vcpkg.json
vcpkg/ports/rocksdb/0002-only-build-one-flavor.patch
vcpkg/ports/rocksdb/0003-use-find-package.patch
vcpkg/ports/rocksdb/0004-fix-dependency-in-config.patch
vcpkg/ports/rocksdb/0005-do-not-install-cmake-modules.patch
vcpkg/ports/rocksdb/portfile.cmake
vcpkg/ports/rocksdb/vcpkg.json
vcpkg/ports/rpclib/portfile.cmake
vcpkg/ports/rpclib/vcpkg.json
vcpkg/ports/rply/CMakeLists.txt
vcpkg/ports/rply/fix-uninitialized-local-variable.patch
vcpkg/ports/rply/portfile.cmake
vcpkg/ports/rply/rply-config.cmake.in
vcpkg/ports/rply/rply.def
vcpkg/ports/rply/vcpkg.json
vcpkg/ports/rsasynccpp/portfile.cmake
vcpkg/ports/rsasynccpp/vcpkg.json
vcpkg/ports/rsm-binary-io/portfile.cmake
vcpkg/ports/rsm-binary-io/vcpkg.json
vcpkg/ports/rsm-bsa/portfile.cmake
vcpkg/ports/rsm-bsa/vcpkg.json
vcpkg/ports/rsm-mmio/portfile.cmake
vcpkg/ports/rsm-mmio/vcpkg.json
vcpkg/ports/rsocket/fix-cmake-config.patch
vcpkg/ports/rsocket/fix-find-dependencies.patch
vcpkg/ports/rsocket/fix-folly.patch
vcpkg/ports/rsocket/portfile.cmake
vcpkg/ports/rsocket/use-cpp-17.patch
vcpkg/ports/rsocket/vcpkg.json
vcpkg/ports/rtabmap/0001-add-bigobj-for-msvc.patch
vcpkg/ports/rtabmap/fix-qt.patch
vcpkg/ports/rtabmap/portfile.cmake
vcpkg/ports/rtabmap/vcpkg.json
vcpkg/ports/rtaudio/fix-alsa.patch
vcpkg/ports/rtaudio/portfile.cmake
vcpkg/ports/rtaudio/vcpkg.json
vcpkg/ports/rtlsdr/Compile-with-msvc.patch
vcpkg/ports/rtlsdr/Findlibusb.cmake
vcpkg/ports/rtlsdr/fix-version.patch
vcpkg/ports/rtlsdr/portfile.cmake
vcpkg/ports/rtlsdr/vcpkg.json
vcpkg/ports/rtmidi/fix-POSIXname.patch
vcpkg/ports/rtmidi/portfile.cmake
vcpkg/ports/rtmidi/vcpkg.json
vcpkg/ports/rttr/Fix-depends.patch
vcpkg/ports/rttr/fix-directory-output.patch
vcpkg/ports/rttr/portfile.cmake
vcpkg/ports/rttr/remove-owner-read-perms.patch
vcpkg/ports/rttr/vcpkg.json
vcpkg/ports/rxcpp/portfile.cmake
vcpkg/ports/rxcpp/support_find_package.patch
vcpkg/ports/rxcpp/vcpkg.json
vcpkg/ports/rxqt/portfile.cmake
vcpkg/ports/rxqt/vcpkg.json
vcpkg/ports/rxspencer/portfile.cmake
vcpkg/ports/rxspencer/vcpkg.json
vcpkg/ports/ryml/cmake-fix.patch
vcpkg/ports/ryml/portfile.cmake
vcpkg/ports/ryml/vcpkg.json
vcpkg/ports/ryu/portfile.cmake
vcpkg/ports/ryu/ryuConfig.cmake
vcpkg/ports/ryu/vcpkg.json
vcpkg/ports/s2geometry/CMakeLists.txt.patch
vcpkg/ports/s2geometry/Config.cmake.in.patch
vcpkg/ports/s2geometry/portfile.cmake
vcpkg/ports/s2geometry/usage
vcpkg/ports/s2geometry/vcpkg.json
vcpkg/ports/s2n/fix-cmake-target-path.patch
vcpkg/ports/s2n/portfile.cmake
vcpkg/ports/s2n/remove-trycompile.patch
vcpkg/ports/s2n/use-openssl-crypto.patch
vcpkg/ports/s2n/vcpkg.json
vcpkg/ports/safeint/portfile.cmake
vcpkg/ports/safeint/vcpkg.json
vcpkg/ports/sail/portfile.cmake
vcpkg/ports/sail/usage
vcpkg/ports/sail/vcpkg.json
vcpkg/ports/sais/portfile.cmake
vcpkg/ports/sais/vcpkg.json
vcpkg/ports/sajson/CMakeLists.txt
vcpkg/ports/sajson/portfile.cmake
vcpkg/ports/sajson/vcpkg.json
vcpkg/ports/sassc/portfile.cmake
vcpkg/ports/sassc/remove_compiler_flags.patch
vcpkg/ports/sassc/vcpkg.json
vcpkg/ports/sbp/portfile.cmake
vcpkg/ports/sbp/vcpkg.json
vcpkg/ports/sbp/win32-install-fix.patch
vcpkg/ports/scintilla/0001-static-lib.patch
vcpkg/ports/scintilla/0002-static-crt.patch
vcpkg/ports/scintilla/portfile.cmake
vcpkg/ports/scintilla/vcpkg.json
vcpkg/ports/sciplot/portfile.cmake
vcpkg/ports/sciplot/vcpkg.json
vcpkg/ports/sciter/portfile.cmake
vcpkg/ports/sciter/vcpkg.json
vcpkg/ports/sciter-js/portfile.cmake
vcpkg/ports/sciter-js/vcpkg.json
vcpkg/ports/scnlib/portfile.cmake
vcpkg/ports/scnlib/vcpkg.json
vcpkg/ports/scottt-debugbreak/portfile.cmake
vcpkg/ports/scottt-debugbreak/vcpkg.json
vcpkg/ports/scylla-wrapper/CMakeLists.txt
vcpkg/ports/scylla-wrapper/portfile.cmake
vcpkg/ports/scylla-wrapper/vcpkg.json
vcpkg/ports/sdformat10/fix-quote.patch
vcpkg/ports/sdformat10/no-absolute.patch
vcpkg/ports/sdformat10/portfile.cmake
vcpkg/ports/sdformat10/vcpkg.json
vcpkg/ports/sdformat6/disable-test.patch
vcpkg/ports/sdformat6/disable-unneeded-include-findboost.patch
vcpkg/ports/sdformat6/fix-dependency-urdfdom.patch
vcpkg/ports/sdformat6/portfile.cmake
vcpkg/ports/sdformat6/vcpkg.json
vcpkg/ports/sdformat9/fix-dependency-urdfdom.patch
vcpkg/ports/sdformat9/fix-quote.patch
vcpkg/ports/sdformat9/no-absolute.patch
vcpkg/ports/sdformat9/portfile.cmake
vcpkg/ports/sdformat9/vcpkg.json
vcpkg/ports/sdl1/SDL.vcxproj.in
vcpkg/ports/sdl1/SDL1_2017.sln
vcpkg/ports/sdl1/SDLmain.vcxproj.in
vcpkg/ports/sdl1/export-symbols-only-in-shared-build.patch
vcpkg/ports/sdl1/fix-linux-build.patch
vcpkg/ports/sdl1/portfile.cmake
vcpkg/ports/sdl1/vcpkg.json
vcpkg/ports/sdl1-net/CMakeLists.txt
vcpkg/ports/sdl1-net/portfile.cmake
vcpkg/ports/sdl1-net/vcpkg.json
vcpkg/ports/sdl2/0001-sdl2-Enable-creation-of-pkg-cfg-file-on-windows.patch
vcpkg/ports/sdl2/0002-sdl2-skip-ibus-on-linux.patch
vcpkg/ports/sdl2/0003-sdl2-disable-sdlmain-target-search-on-uwp.patch
vcpkg/ports/sdl2/0004-Define-crt-macros.patch
vcpkg/ports/sdl2/0005-Fix-uwp-joystick.patch
vcpkg/ports/sdl2/0006-Update-SDL_sysurl.cpp.patch
vcpkg/ports/sdl2/portfile.cmake
vcpkg/ports/sdl2/vcpkg.json
vcpkg/ports/sdl2-gfx/001-lrint-arm64.patch
vcpkg/ports/sdl2-gfx/002-use-the-lrintf-intrinsic.patch
vcpkg/ports/sdl2-gfx/CMakeLists.txt
vcpkg/ports/sdl2-gfx/portfile.cmake
vcpkg/ports/sdl2-gfx/vcpkg.json
vcpkg/ports/sdl2-image/0001-sdl2-image-potentially-uninitialized_local-pointer-variable-start.patch
vcpkg/ports/sdl2-image/CMakeLists.txt
vcpkg/ports/sdl2-image/portfile.cmake
vcpkg/ports/sdl2-image/vcpkg.json
vcpkg/ports/sdl2-mixer/CMakeLists.txt
vcpkg/ports/sdl2-mixer/fix-featurempg123.patch
vcpkg/ports/sdl2-mixer/portfile.cmake
vcpkg/ports/sdl2-mixer/vcpkg.json
vcpkg/ports/sdl2-net/CMakeLists.txt
vcpkg/ports/sdl2-net/portfile.cmake
vcpkg/ports/sdl2-net/vcpkg.json
vcpkg/ports/sdl2-ttf/CMakeLists.txt
vcpkg/ports/sdl2-ttf/portfile.cmake
vcpkg/ports/sdl2-ttf/vcpkg.json
vcpkg/ports/sdl2pp/fix-dependencies.patch
vcpkg/ports/sdl2pp/portfile.cmake
vcpkg/ports/sdl2pp/usage
vcpkg/ports/sdl2pp/vcpkg-cmake-wrapper.cmake
vcpkg/ports/sdl2pp/vcpkg.json
vcpkg/ports/seal/gsl.patch
vcpkg/ports/seal/portfile.cmake
vcpkg/ports/seal/shared-zstd.patch
vcpkg/ports/seal/vcpkg.json
vcpkg/ports/secp256k1/CMakeLists.txt
vcpkg/ports/secp256k1/libsecp256k1-config.h
vcpkg/ports/secp256k1/portfile.cmake
vcpkg/ports/secp256k1/secp256k1-config.cmake
vcpkg/ports/secp256k1/vcpkg.json
vcpkg/ports/selene/disable_x86_intrinsics_on_arm.patch
vcpkg/ports/selene/portfile.cmake
vcpkg/ports/selene/tiff-deprecated-typedefs.patch
vcpkg/ports/selene/trivial-pixel.patch
vcpkg/ports/selene/vcpkg.json
vcpkg/ports/sentencepiece/portfile.cmake
vcpkg/ports/sentencepiece/vcpkg.json
vcpkg/ports/sentry-native/fix-config-cmake.patch
vcpkg/ports/sentry-native/fix-warningC5105.patch
vcpkg/ports/sentry-native/portfile.cmake
vcpkg/ports/sentry-native/use-zlib-target.patch
vcpkg/ports/sentry-native/vcpkg.json
vcpkg/ports/septag-sx/portfile.cmake
vcpkg/ports/septag-sx/vcpkg.json
vcpkg/ports/seqan/portfile.cmake
vcpkg/ports/seqan/vcpkg.json
vcpkg/ports/serd/CMakeLists.txt
vcpkg/ports/serd/portfile.cmake
vcpkg/ports/serd/vcpkg.json
vcpkg/ports/sf2cute/portfile.cmake
vcpkg/ports/sf2cute/vcpkg.json
vcpkg/ports/sfgui/001-fix-corefoundation-link.patch
vcpkg/ports/sfgui/portfile.cmake
vcpkg/ports/sfgui/vcpkg.json
vcpkg/ports/sfml/arm64.patch
vcpkg/ports/sfml/portfile.cmake
vcpkg/ports/sfml/stb_include.patch
vcpkg/ports/sfml/usage
vcpkg/ports/sfml/use-system-freetype.patch
vcpkg/ports/sfml/vcpkg.json
vcpkg/ports/sfsexp/CMakeLists.txt
vcpkg/ports/sfsexp/portfile.cmake
vcpkg/ports/sfsexp/vcpkg.json
vcpkg/ports/shaderc/build-version.inc
vcpkg/ports/shaderc/disable-update-version.patch
vcpkg/ports/shaderc/fix-build-type.patch
vcpkg/ports/shaderc/fix-export-cmakefiles.patch
vcpkg/ports/shaderc/fix-install-shaderc_util.patch
vcpkg/ports/shaderc/portfile.cmake
vcpkg/ports/shaderc/vcpkg.json
vcpkg/ports/shaderc/glslang/CMakeLists.txt
vcpkg/ports/shaderc/spirv-tools/CMakeLists.txt
vcpkg/ports/shaderwriter/portfile.cmake
vcpkg/ports/shaderwriter/vcpkg.json
vcpkg/ports/shapelib/option-build-test.patch
vcpkg/ports/shapelib/portfile.cmake
vcpkg/ports/shapelib/vcpkg.json
vcpkg/ports/shiva/portfile.cmake
vcpkg/ports/shiva/vcpkg.json
vcpkg/ports/shiva-sfml/portfile.cmake
vcpkg/ports/shiva-sfml/vcpkg.json
vcpkg/ports/shogun/cmake-config.in.patch
vcpkg/ports/shogun/cmake.patch
vcpkg/ports/shogun/eigen-3.4.patch
vcpkg/ports/shogun/fix-ASSERT-not-found.patch
vcpkg/ports/shogun/fix-cblas-path.patch
vcpkg/ports/shogun/fix-dirent.patch
vcpkg/ports/shogun/portfile.cmake
vcpkg/ports/shogun/vcpkg.json
vcpkg/ports/signalrclient/0001_cmake.patch
vcpkg/ports/signalrclient/0002_fix-compile-error.patch
vcpkg/ports/signalrclient/portfile.cmake
vcpkg/ports/signalrclient/vcpkg.json
vcpkg/ports/sigslot/LICENSE
vcpkg/ports/sigslot/portfile.cmake
vcpkg/ports/sigslot/vcpkg.json
vcpkg/ports/simage/portfile.cmake
vcpkg/ports/simage/requies-all-dependencies.patch
vcpkg/ports/simage/vcpkg.json
vcpkg/ports/simbody/portfile.cmake
vcpkg/ports/simbody/vcpkg.json
vcpkg/ports/simde/portfile.cmake
vcpkg/ports/simde/vcpkg.json
vcpkg/ports/simdjson/portfile.cmake
vcpkg/ports/simdjson/vcpkg.json
vcpkg/ports/simdutf/disable-tests-and-benchmarks.patch
vcpkg/ports/simdutf/portfile.cmake
vcpkg/ports/simdutf/vcpkg.json
vcpkg/ports/simple-fft/portfile.cmake
vcpkg/ports/simple-fft/vcpkg.json
vcpkg/ports/simpleini/portfile.cmake
vcpkg/ports/simpleini/vcpkg.json
vcpkg/ports/sjpeg/portfile.cmake
vcpkg/ports/sjpeg/vcpkg.json
vcpkg/ports/skcrypter/portfile.cmake
vcpkg/ports/skcrypter/vcpkg.json
vcpkg/ports/skia/add-missing-tuple.patch
vcpkg/ports/skia/expat.gn
vcpkg/ports/skia/freetype2.gn
vcpkg/ports/skia/harfbuzz.gn
vcpkg/ports/skia/icu.gn
vcpkg/ports/skia/libjpeg-turbo.gn
vcpkg/ports/skia/libpng.gn
vcpkg/ports/skia/libwebp.gn
vcpkg/ports/skia/piex.gn
vcpkg/ports/skia/portfile.cmake
vcpkg/ports/skia/skiaConfig.cmake.in
vcpkg/ports/skia/vcpkg.json
vcpkg/ports/skia/zlib.gn
vcpkg/ports/skyr-url/portfile.cmake
vcpkg/ports/skyr-url/vcpkg.json
vcpkg/ports/sleef/portfile.cmake
vcpkg/ports/sleef/vcpkg.json
vcpkg/ports/sleepy-discord/fix-boost.patch
vcpkg/ports/sleepy-discord/portfile.cmake
vcpkg/ports/sleepy-discord/vcpkg.json
vcpkg/ports/slikenet/fix-install.patch
vcpkg/ports/slikenet/portfile.cmake
vcpkg/ports/slikenet/slikenet-config.cmake
vcpkg/ports/slikenet/usage
vcpkg/ports/slikenet/vcpkg-cmake-wrapper.cmake
vcpkg/ports/slikenet/vcpkg.json
vcpkg/ports/sltbench/portfile.cmake
vcpkg/ports/sltbench/vcpkg.json
vcpkg/ports/smpeg2/001-correct-sdl-headers-dir.patch
vcpkg/ports/smpeg2/002-use-SDL2-headers.patch
vcpkg/ports/smpeg2/003-fix-double-ptr-to-int-comparison.patch
vcpkg/ports/smpeg2/CMakeLists.txt
vcpkg/ports/smpeg2/portfile.cmake
vcpkg/ports/smpeg2/vcpkg.json
vcpkg/ports/snappy/portfile.cmake
vcpkg/ports/snappy/vcpkg.json
vcpkg/ports/sndfile/portfile.cmake
vcpkg/ports/sndfile/vcpkg.json
vcpkg/ports/snowhouse/portfile.cmake
vcpkg/ports/snowhouse/vcpkg.json
vcpkg/ports/so5extra/portfile.cmake
vcpkg/ports/so5extra/vcpkg.json
vcpkg/ports/sobjectizer/portfile.cmake
vcpkg/ports/sobjectizer/vcpkg.json
vcpkg/ports/soci/export-include-dirs.patch
vcpkg/ports/soci/fix-dependency-libmysql.patch
vcpkg/ports/soci/fix-mysql-feature-error.patch
vcpkg/ports/soci/portfile.cmake
vcpkg/ports/soci/vcpkg.json
vcpkg/ports/socket-io-client/fix-file-not-found.patch
vcpkg/ports/socket-io-client/portfile.cmake
vcpkg/ports/socket-io-client/vcpkg.json
vcpkg/ports/sockpp/portfile.cmake
vcpkg/ports/sockpp/sockppConfig.cmake
vcpkg/ports/sockpp/usage
vcpkg/ports/sockpp/vcpkg.json
vcpkg/ports/soem/disable-werror.patch
vcpkg/ports/soem/portfile.cmake
vcpkg/ports/soem/vcpkg.json
vcpkg/ports/soem/winpcap.patch
vcpkg/ports/soil/fix-cmakelists.patch
vcpkg/ports/soil/portfile.cmake
vcpkg/ports/soil/soilConfig.cmake.in
vcpkg/ports/soil/soilConfigVersion.cmake.in
vcpkg/ports/soil/vcpkg.json
vcpkg/ports/soil2/CMakeLists.txt
vcpkg/ports/soil2/LICENSE
vcpkg/ports/soil2/Workaround-ICE-in-release.patch
vcpkg/ports/soil2/portfile.cmake
vcpkg/ports/soil2/soil2Config.cmake.in
vcpkg/ports/soil2/vcpkg.json
vcpkg/ports/sokol/portfile.cmake
vcpkg/ports/sokol/vcpkg.json
vcpkg/ports/sol2/fix-namespace.patch
vcpkg/ports/sol2/portfile.cmake
vcpkg/ports/sol2/vcpkg.json
vcpkg/ports/solid3/disable-examples.patch
vcpkg/ports/solid3/portfile.cmake
vcpkg/ports/solid3/potentially-uninitialized-local-pointer-variable.patch
vcpkg/ports/solid3/vcpkg.json
vcpkg/ports/sophus/portfile.cmake
vcpkg/ports/sophus/vcpkg.json
vcpkg/ports/soqt/disable-cpackd.patch
vcpkg/ports/soqt/disable-test-code.patch
vcpkg/ports/soqt/portfile.cmake
vcpkg/ports/soqt/vcpkg.json
vcpkg/ports/sord/CMakeLists.txt
vcpkg/ports/sord/portfile.cmake
vcpkg/ports/sord/vcpkg.json
vcpkg/ports/soundtouch/portfile.cmake
vcpkg/ports/soundtouch/vcpkg.json
vcpkg/ports/soxr/001_initialize-resampler.patch
vcpkg/ports/soxr/002_disable_warning.patch
vcpkg/ports/soxr/003_detect_arm_on_windows.patch
vcpkg/ports/soxr/portfile.cmake
vcpkg/ports/soxr/vcpkg.json
vcpkg/ports/spaceland/portfile.cmake
vcpkg/ports/spaceland/vcpkg.json
vcpkg/ports/span-lite/portfile.cmake
vcpkg/ports/span-lite/vcpkg.json
vcpkg/ports/sparsehash/Config.cmake.in
vcpkg/ports/sparsehash/portfile.cmake
vcpkg/ports/sparsehash/usage
vcpkg/ports/sparsehash/vcpkg.json
vcpkg/ports/sparsepp/CMakeLists.txt
vcpkg/ports/sparsepp/portfile.cmake
vcpkg/ports/sparsepp/vcpkg.json
vcpkg/ports/spatialite-tools/fix-makefiles.patch
vcpkg/ports/spatialite-tools/portfile.cmake
vcpkg/ports/spatialite-tools/vcpkg.json
vcpkg/ports/spdk/CMakeLists.txt
vcpkg/ports/spdk/FindNuma.cmake
vcpkg/ports/spdk/FindRDMA.cmake
vcpkg/ports/spdk/Findibverbs.cmake
vcpkg/ports/spdk/Finduuid.cmake
vcpkg/ports/spdk/portfile.cmake
vcpkg/ports/spdk/spdkConfig.cmake
vcpkg/ports/spdk/usage
vcpkg/ports/spdk/vcpkg.json
vcpkg/ports/spdk-dpdk/CMakeLists.txt
vcpkg/ports/spdk-dpdk/FindNuma.cmake
vcpkg/ports/spdk-dpdk/portfile.cmake
vcpkg/ports/spdk-dpdk/spdk-dpdkConfig.cmake
vcpkg/ports/spdk-dpdk/usage
vcpkg/ports/spdk-dpdk/vcpkg.json
vcpkg/ports/spdk-ipsec/CMakeLists.txt
vcpkg/ports/spdk-ipsec/portfile.cmake
vcpkg/ports/spdk-ipsec/spdk-ipsecConfig.cmake
vcpkg/ports/spdk-ipsec/usage
vcpkg/ports/spdk-ipsec/vcpkg.json
vcpkg/ports/spdk-isal/portfile.cmake
vcpkg/ports/spdk-isal/spdk-isalConfig.cmake
vcpkg/ports/spdk-isal/usage
vcpkg/ports/spdk-isal/vcpkg.json
vcpkg/ports/spdlog/fix-mingw-build.patch
vcpkg/ports/spdlog/portfile.cmake
vcpkg/ports/spdlog/vcpkg.json
vcpkg/ports/spectra/portfile.cmake
vcpkg/ports/spectra/vcpkg.json
vcpkg/ports/speex/0001-make-pkg-config-lib-name-configurable.patch
vcpkg/ports/speex/CMakeLists.txt
vcpkg/ports/speex/portfile.cmake
vcpkg/ports/speex/vcpkg.json
vcpkg/ports/speexdsp/CMakeLists.txt
vcpkg/ports/speexdsp/portfile.cmake
vcpkg/ports/speexdsp/vcpkg.json
vcpkg/ports/spirit-po/portfile.cmake
vcpkg/ports/spirit-po/vcpkg.json
vcpkg/ports/spirv-cross/portfile.cmake
vcpkg/ports/spirv-cross/vcpkg.json
vcpkg/ports/spirv-headers/portfile.cmake
vcpkg/ports/spirv-headers/vcpkg.json
vcpkg/ports/spirv-reflect/CMakeLists.txt
vcpkg/ports/spirv-reflect/portfile.cmake
vcpkg/ports/spirv-reflect/vcpkg.json
vcpkg/ports/spirv-tools/0001-don-t-use-MP4.patch
vcpkg/ports/spirv-tools/cmake-install.patch
vcpkg/ports/spirv-tools/install-config-typo.patch
vcpkg/ports/spirv-tools/portfile.cmake
vcpkg/ports/spirv-tools/vcpkg.json
vcpkg/ports/spix/portfile.cmake
vcpkg/ports/spix/vcpkg.json
vcpkg/ports/sprout/portfile.cmake
vcpkg/ports/sprout/vcpkg.json
vcpkg/ports/spscqueue/portfile.cmake
vcpkg/ports/spscqueue/vcpkg.json
vcpkg/ports/sqlcipher/CMakeLists.txt
vcpkg/ports/sqlcipher/portfile.cmake
vcpkg/ports/sqlcipher/sqlcipher-config.in.cmake
vcpkg/ports/sqlcipher/vcpkg.json
vcpkg/ports/sqlite-modern-cpp/portfile.cmake
vcpkg/ports/sqlite-modern-cpp/vcpkg.json
vcpkg/ports/sqlite-orm/fix-dependency.patch
vcpkg/ports/sqlite-orm/fix-features-build-error.patch
vcpkg/ports/sqlite-orm/portfile.cmake
vcpkg/ports/sqlite-orm/vcpkg.json
vcpkg/ports/sqlite3/CMakeLists.txt
vcpkg/ports/sqlite3/fix-arm-uwp.patch
vcpkg/ports/sqlite3/portfile.cmake
vcpkg/ports/sqlite3/sqlite3-config.in.cmake
vcpkg/ports/sqlite3/sqlite3.pc.in
vcpkg/ports/sqlite3/vcpkg.json
vcpkg/ports/sqlitecpp/0001-unofficial-sqlite3-and-sqlcipher.patch
vcpkg/ports/sqlitecpp/fix_dependency.patch
vcpkg/ports/sqlitecpp/portfile.cmake
vcpkg/ports/sqlitecpp/vcpkg.json
vcpkg/ports/sqlpp11/ddl2cpp_path.patch
vcpkg/ports/sqlpp11/fix-dependency.patch
vcpkg/ports/sqlpp11/portfile.cmake
vcpkg/ports/sqlpp11/vcpkg.json
vcpkg/ports/sqlpp11-connector-mysql/portfile.cmake
vcpkg/ports/sqlpp11-connector-mysql/vcpkg.json
vcpkg/ports/sqlpp11-connector-sqlite3/portfile.cmake
vcpkg/ports/sqlpp11-connector-sqlite3/vcpkg.json
vcpkg/ports/squirrel/fix_optionally_build_sq.patch
vcpkg/ports/squirrel/portfile.cmake
vcpkg/ports/squirrel/vcpkg.json
vcpkg/ports/sratom/CMakeLists.txt
vcpkg/ports/sratom/portfile.cmake
vcpkg/ports/sratom/vcpkg.json
vcpkg/ports/srell/portfile.cmake
vcpkg/ports/srell/vcpkg.json
vcpkg/ports/srpc/portfile.cmake
vcpkg/ports/srpc/vcpkg.json
vcpkg/ports/starlink-ast/portfile.cmake
vcpkg/ports/starlink-ast/vcpkg.json
vcpkg/ports/status-code/portfile.cmake
vcpkg/ports/status-code/usage
vcpkg/ports/status-code/vcpkg.json
vcpkg/ports/status-value-lite/portfile.cmake
vcpkg/ports/status-value-lite/vcpkg.json
vcpkg/ports/stb/FindStb.cmake
vcpkg/ports/stb/portfile.cmake
vcpkg/ports/stb/vcpkg-cmake-wrapper.cmake
vcpkg/ports/stb/vcpkg.json
vcpkg/ports/stlab/portfile.cmake
vcpkg/ports/stlab/vcpkg.json
vcpkg/ports/stormlib/CMakeLists.txt
vcpkg/ports/stormlib/portfile.cmake
vcpkg/ports/stormlib/vcpkg.json
vcpkg/ports/strict-variant/portfile.cmake
vcpkg/ports/strict-variant/vcpkg.json
vcpkg/ports/string-theory/portfile.cmake
vcpkg/ports/string-theory/vcpkg.json
vcpkg/ports/string-view-lite/portfile.cmake
vcpkg/ports/string-view-lite/vcpkg.json
vcpkg/ports/strtk/copyright
vcpkg/ports/strtk/portfile.cmake
vcpkg/ports/strtk/vcpkg.json
vcpkg/ports/stx/CMakeLists.patch
vcpkg/ports/stx/portfile.cmake
vcpkg/ports/stx/vcpkg.json
vcpkg/ports/stxxl/0001-fix-visual-studio.patch
vcpkg/ports/stxxl/fix-include-dir.patch
vcpkg/ports/stxxl/portfile.cmake
vcpkg/ports/stxxl/vcpkg.json
vcpkg/ports/suitesparse/FindCXSparse.cmake
vcpkg/ports/suitesparse/build_fixes.patch
vcpkg/ports/suitesparse/portfile.cmake
vcpkg/ports/suitesparse/vcpkg-cmake-wrapper_cxsparse.cmake
vcpkg/ports/suitesparse/vcpkg.json
vcpkg/ports/sundials/install-dlls-in-bin.patch
vcpkg/ports/sundials/portfile.cmake
vcpkg/ports/sundials/vcpkg.json
vcpkg/ports/superlu/fix-libm.patch
vcpkg/ports/superlu/portfile.cmake
vcpkg/ports/superlu/remove-make.inc.patch
vcpkg/ports/superlu/vcpkg.json
vcpkg/ports/symengine/fix-build.patch
vcpkg/ports/symengine/portfile.cmake
vcpkg/ports/symengine/vcpkg.json
vcpkg/ports/systemc/install.patch
vcpkg/ports/systemc/portfile.cmake
vcpkg/ports/systemc/vcpkg.json
vcpkg/ports/szip/fix-linkage-config.patch
vcpkg/ports/szip/mingw-lib-names.patch
vcpkg/ports/szip/portfile.cmake
vcpkg/ports/szip/szip.pc.in
vcpkg/ports/szip/vcpkg.json
vcpkg/ports/tabulate/portfile.cmake
vcpkg/ports/tabulate/vcpkg.json
vcpkg/ports/tacopie/fix-cmakelists.patch
vcpkg/ports/tacopie/fix-export.patch
vcpkg/ports/tacopie/portfile.cmake
vcpkg/ports/tacopie/vcpkg.json
vcpkg/ports/taglib/msvc-disable-deprecated-warnings.patch
vcpkg/ports/taglib/portfile.cmake
vcpkg/ports/taglib/vcpkg.json
vcpkg/ports/taocpp-json/portfile.cmake
vcpkg/ports/taocpp-json/vcpkg.json
vcpkg/ports/tap-windows6/portfile.cmake
vcpkg/ports/tap-windows6/vcpkg.json
vcpkg/ports/taskflow/portfile.cmake
vcpkg/ports/taskflow/vcpkg.json
vcpkg/ports/tbb/CMakeLists.txt
vcpkg/ports/tbb/fix-static-build.patch
vcpkg/ports/tbb/portfile.cmake
vcpkg/ports/tbb/terminate-when-buildtool-notfound.patch
vcpkg/ports/tbb/usage
vcpkg/ports/tbb/vcpkg.json
vcpkg/ports/tcl/force-shell-install.patch
vcpkg/ports/tcl/portfile.cmake
vcpkg/ports/tcl/vcpkg.json
vcpkg/ports/tclap/portfile.cmake
vcpkg/ports/tclap/vcpkg.json
vcpkg/ports/teemo/portfile.cmake
vcpkg/ports/teemo/vcpkg.json
vcpkg/ports/telnetpp/fix-install-paths.patch
vcpkg/ports/telnetpp/portfile.cmake
vcpkg/ports/telnetpp/vcpkg.json
vcpkg/ports/tensorflow/portfile.cmake
vcpkg/ports/tensorflow/vcpkg.json
vcpkg/ports/tensorflow-cc/portfile.cmake
vcpkg/ports/tensorflow-cc/vcpkg.json
vcpkg/ports/tensorflow-common/LICENSE.txt
vcpkg/ports/tensorflow-common/README-linux
vcpkg/ports/tensorflow-common/README-macos
vcpkg/ports/tensorflow-common/README-windows
vcpkg/ports/tensorflow-common/change-macros-for-static-lib.patch
vcpkg/ports/tensorflow-common/convert_lib_params_linux.py
vcpkg/ports/tensorflow-common/convert_lib_params_macos.py
vcpkg/ports/tensorflow-common/convert_lib_params_windows.py
vcpkg/ports/tensorflow-common/fix-build-error.patch
vcpkg/ports/tensorflow-common/fix-windows-build.patch
vcpkg/ports/tensorflow-common/generate_static_link_cmd_linux.py
vcpkg/ports/tensorflow-common/generate_static_link_cmd_macos.py
vcpkg/ports/tensorflow-common/generate_static_link_cmd_windows.py
vcpkg/ports/tensorflow-common/portfile.cmake
vcpkg/ports/tensorflow-common/tensorflow-common.cmake
vcpkg/ports/tensorflow-common/tensorflow-config-shared.cmake.in
vcpkg/ports/tensorflow-common/tensorflow-config-static.cmake.in
vcpkg/ports/tensorflow-common/tensorflow-config-windows-dll.cmake.in
vcpkg/ports/tensorflow-common/tensorflow-config-windows-lib.cmake.in
vcpkg/ports/tensorflow-common/vcpkg.json
vcpkg/ports/tensorpipe/fix-cmakelists.patch
vcpkg/ports/tensorpipe/portfile.cmake
vcpkg/ports/tensorpipe/support-pybind11.patch
vcpkg/ports/tensorpipe/support-test.patch
vcpkg/ports/tensorpipe/vcpkg.json
vcpkg/ports/termcolor/portfile.cmake
vcpkg/ports/termcolor/vcpkg.json
vcpkg/ports/tesseract/fix-tiff-linkage.patch
vcpkg/ports/tesseract/fix-timeval.patch
vcpkg/ports/tesseract/portfile.cmake
vcpkg/ports/tesseract/vcpkg.json
vcpkg/ports/tfhe/mac-fix.patch
vcpkg/ports/tfhe/portfile.cmake
vcpkg/ports/tfhe/vcpkg.json
vcpkg/ports/tgbot-cpp/portfile.cmake
vcpkg/ports/tgbot-cpp/vcpkg.json
vcpkg/ports/tgc/CMakeLists.txt
vcpkg/ports/tgc/portfile.cmake
vcpkg/ports/tgc/vcpkg.json
vcpkg/ports/tgui/fix-dependencies.patch
vcpkg/ports/tgui/fix-usage.patch
vcpkg/ports/tgui/portfile.cmake
vcpkg/ports/tgui/vcpkg.json
vcpkg/ports/theia/eigen-3.4.patch
vcpkg/ports/theia/fix-external-dependencies.patch
vcpkg/ports/theia/fix-external-dependencies2.patch
vcpkg/ports/theia/portfile.cmake
vcpkg/ports/theia/vcpkg.json
vcpkg/ports/think-cell-range/portfile.cmake
vcpkg/ports/think-cell-range/vcpkg.json
vcpkg/ports/thor/fix-dependency-sfml.patch
vcpkg/ports/thor/portfile.cmake
vcpkg/ports/thor/vcpkg.json
vcpkg/ports/threadpool/portfile.cmake
vcpkg/ports/threadpool/vcpkg.json
vcpkg/ports/thrift/correct-paths.patch
vcpkg/ports/thrift/portfile.cmake
vcpkg/ports/thrift/vcpkg.json
vcpkg/ports/tidy-html5/portfile.cmake
vcpkg/ports/tidy-html5/vcpkg.json
vcpkg/ports/tiff/FindCMath.patch
vcpkg/ports/tiff/cmakelists.patch
vcpkg/ports/tiff/fix-pkgconfig.patch
vcpkg/ports/tiff/portfile.cmake
vcpkg/ports/tiff/vcpkg-cmake-wrapper.cmake.in
vcpkg/ports/tiff/vcpkg.json
vcpkg/ports/tinkerforge/CMakeLists.txt
vcpkg/ports/tinkerforge/portfile.cmake
vcpkg/ports/tinkerforge/tinkerforgeConfig.cmake.in
vcpkg/ports/tinkerforge/vcpkg.json
vcpkg/ports/tiny-aes-c/CMakeLists.txt
vcpkg/ports/tiny-aes-c/portfile.cmake
vcpkg/ports/tiny-aes-c/vcpkg.json
vcpkg/ports/tiny-bignum-c/CMakeLists.txt
vcpkg/ports/tiny-bignum-c/portfile.cmake
vcpkg/ports/tiny-bignum-c/vcpkg.json
vcpkg/ports/tiny-dnn/portfile.cmake
vcpkg/ports/tiny-dnn/vcpkg.json
vcpkg/ports/tiny-process-library/portfile.cmake
vcpkg/ports/tiny-process-library/vcpkg.json
vcpkg/ports/tiny-regex-c/CMakeLists.txt
vcpkg/ports/tiny-regex-c/portfile.cmake
vcpkg/ports/tiny-regex-c/vcpkg.json
vcpkg/ports/tinycthread/portfile.cmake
vcpkg/ports/tinycthread/vcpkg.json
vcpkg/ports/tinydir/portfile.cmake
vcpkg/ports/tinydir/vcpkg.json
vcpkg/ports/tinyexif/portfile.cmake
vcpkg/ports/tinyexif/vcpkg.json
vcpkg/ports/tinyexpr/CMakeLists.txt
vcpkg/ports/tinyexpr/exports.def
vcpkg/ports/tinyexpr/fix-issue-34.patch
vcpkg/ports/tinyexpr/portfile.cmake
vcpkg/ports/tinyexpr/vcpkg.json
vcpkg/ports/tinyexr/fixtargets.patch
vcpkg/ports/tinyexr/portfile.cmake
vcpkg/ports/tinyexr/vcpkg.json
vcpkg/ports/tinyfiledialogs/CMakeLists.txt
vcpkg/ports/tinyfiledialogs/portfile.cmake
vcpkg/ports/tinyfiledialogs/vcpkg.json
vcpkg/ports/tinygltf/portfile.cmake
vcpkg/ports/tinygltf/vcpkg.json
vcpkg/ports/tinynpy/portfile.cmake
vcpkg/ports/tinynpy/vcpkg.json
vcpkg/ports/tinyobjloader/portfile.cmake
vcpkg/ports/tinyobjloader/vcpkg.json
vcpkg/ports/tinyply/fix-cmake.patch
vcpkg/ports/tinyply/portfile.cmake
vcpkg/ports/tinyply/vcpkg.json
vcpkg/ports/tinyspline/portfile.cmake
vcpkg/ports/tinyspline/vcpkg.json
vcpkg/ports/tinythread/CMakeLists.txt
vcpkg/ports/tinythread/portfile.cmake
vcpkg/ports/tinythread/vcpkg.json
vcpkg/ports/tinytoml/portfile.cmake
vcpkg/ports/tinytoml/vcpkg.json
vcpkg/ports/tinyutf8/fixbuild.patch
vcpkg/ports/tinyutf8/portfile.cmake
vcpkg/ports/tinyutf8/vcpkg.json
vcpkg/ports/tinyxml/0001_use_stl.patch
vcpkg/ports/tinyxml/0002_export_tinyxml.patch
vcpkg/ports/tinyxml/CMakeLists.txt
vcpkg/ports/tinyxml/License.txt
vcpkg/ports/tinyxml/portfile.cmake
vcpkg/ports/tinyxml/tinyxml-config.cmake
vcpkg/ports/tinyxml/vcpkg.json
vcpkg/ports/tinyxml2/portfile.cmake
vcpkg/ports/tinyxml2/vcpkg.json
vcpkg/ports/tl-expected/portfile.cmake
vcpkg/ports/tl-expected/vcpkg.json
vcpkg/ports/tl-function-ref/portfile.cmake
vcpkg/ports/tl-function-ref/vcpkg.json
vcpkg/ports/tl-generator/portfile.cmake
vcpkg/ports/tl-generator/vcpkg.json
vcpkg/ports/tl-optional/portfile.cmake
vcpkg/ports/tl-optional/vcpkg.json
vcpkg/ports/tl-ranges/portfile.cmake
vcpkg/ports/tl-ranges/vcpkg.json
vcpkg/ports/tlx/portfile.cmake
vcpkg/ports/tlx/vcpkg.json
vcpkg/ports/tmx/portfile.cmake
vcpkg/ports/tmx/vcpkg.json
vcpkg/ports/tmxlite/portfile.cmake
vcpkg/ports/tmxlite/vcpkg.json
vcpkg/ports/tmxparser/fix_include_paths.patch
vcpkg/ports/tmxparser/portfile.cmake
vcpkg/ports/tmxparser/vcpkg.json
vcpkg/ports/toml11/portfile.cmake
vcpkg/ports/toml11/vcpkg.json
vcpkg/ports/tomlplusplus/portfile.cmake
vcpkg/ports/tomlplusplus/vcpkg.json
vcpkg/ports/tool-meson/portfile.cmake
vcpkg/ports/tool-meson/vcpkg.json
vcpkg/ports/torch-th/debug.patch
vcpkg/ports/torch-th/portfile.cmake
vcpkg/ports/torch-th/vcpkg.json
vcpkg/ports/tracy/add-install.patch
vcpkg/ports/tracy/portfile.cmake
vcpkg/ports/tracy/vcpkg.json
vcpkg/ports/transwarp/portfile.cmake
vcpkg/ports/transwarp/vcpkg.json
vcpkg/ports/trantor/portfile.cmake
vcpkg/ports/trantor/vcpkg.json
vcpkg/ports/trantor/vcpkg.patch
vcpkg/ports/tre/CMakeLists.txt
vcpkg/ports/tre/portfile.cmake
vcpkg/ports/tre/vcpkg.json
vcpkg/ports/treehh/copyright
vcpkg/ports/treehh/portfile.cmake
vcpkg/ports/treehh/vcpkg.json
vcpkg/ports/treehopper/portfile.cmake
vcpkg/ports/treehopper/vcpkg.json
vcpkg/ports/triangle/CMakeLists.txt
vcpkg/ports/triangle/enable_64bit_architecture.patch
vcpkg/ports/triangle/exports.def
vcpkg/ports/triangle/portfile.cmake
vcpkg/ports/triangle/vcpkg.json
vcpkg/ports/triton/fix-dependencies.patch
vcpkg/ports/triton/fix-python.patch
vcpkg/ports/triton/fix-usage.patch
vcpkg/ports/triton/portfile.cmake
vcpkg/ports/triton/vcpkg.json
vcpkg/ports/trompeloeil/disable_master_project.patch
vcpkg/ports/trompeloeil/portfile.cmake
vcpkg/ports/trompeloeil/vcpkg.json
vcpkg/ports/tsl-hopscotch-map/portfile.cmake
vcpkg/ports/tsl-hopscotch-map/vcpkg.json
vcpkg/ports/tsl-ordered-map/portfile.cmake
vcpkg/ports/tsl-ordered-map/vcpkg.json
vcpkg/ports/tsl-sparse-map/portfile.cmake
vcpkg/ports/tsl-sparse-map/vcpkg.json
vcpkg/ports/ttauri/portfile.cmake
vcpkg/ports/ttauri/vcpkg.json
vcpkg/ports/turbobase64/CMakeLists.txt
vcpkg/ports/turbobase64/portfile.cmake
vcpkg/ports/turbobase64/vcpkg.json
vcpkg/ports/tvision/portfile.cmake
vcpkg/ports/tvision/vcpkg.json
vcpkg/ports/tweeny/portfile.cmake
vcpkg/ports/tweeny/vcpkg.json
vcpkg/ports/type-lite/portfile.cmake
vcpkg/ports/type-lite/vcpkg.json
vcpkg/ports/type-safe/portfile.cmake
vcpkg/ports/type-safe/vcpkg.json
vcpkg/ports/uchardet/fix-uwp-build.patch
vcpkg/ports/uchardet/portfile.cmake
vcpkg/ports/uchardet/vcpkg.json
vcpkg/ports/umock-c/portfile.cmake
vcpkg/ports/umock-c/vcpkg.json
vcpkg/ports/unicorn/portfile.cmake
vcpkg/ports/unicorn/vcpkg.json
vcpkg/ports/unicorn-lib/CMakeLists.txt
vcpkg/ports/unicorn-lib/portfile.cmake
vcpkg/ports/unicorn-lib/vcpkg.json
vcpkg/ports/units/portfile.cmake
vcpkg/ports/units/vcpkg.json
vcpkg/ports/unittest-cpp/fix-include-path.patch
vcpkg/ports/unittest-cpp/portfile.cmake
vcpkg/ports/unittest-cpp/vcpkg.json
vcpkg/ports/unixodbc/portfile.cmake
vcpkg/ports/unixodbc/unixodbcConfig.cmake
vcpkg/ports/unixodbc/usage
vcpkg/ports/unixodbc/vcpkg.json
vcpkg/ports/unqlite/portfile.cmake
vcpkg/ports/unqlite/vcpkg.json
vcpkg/ports/unrar/msbuild-use-default-sma.patch
vcpkg/ports/unrar/portfile.cmake
vcpkg/ports/unrar/vcpkg.json
vcpkg/ports/upb/add-all-libs-target.patch
vcpkg/ports/upb/add-cmake-install.patch
vcpkg/ports/upb/fix-cmakelists.patch
vcpkg/ports/upb/fix-uwp.patch
vcpkg/ports/upb/portfile.cmake
vcpkg/ports/upb/vcpkg.json
vcpkg/ports/urdfdom/0001_use_math_defines.patch
vcpkg/ports/urdfdom/0002_fix_exports.patch
vcpkg/ports/urdfdom/0004_fix-dependency-console_bridge.patch
vcpkg/ports/urdfdom/0005-fix-config-and-install.patch
vcpkg/ports/urdfdom/portfile.cmake
vcpkg/ports/urdfdom/vcpkg.json
vcpkg/ports/urdfdom-headers/fix-include-path.patch
vcpkg/ports/urdfdom-headers/portfile.cmake
vcpkg/ports/urdfdom-headers/vcpkg.json
vcpkg/ports/urho3d/add_options.patch
vcpkg/ports/urho3d/asm_files.patch
vcpkg/ports/urho3d/externalproject.patch
vcpkg/ports/urho3d/fix-dependency-readline.patch
vcpkg/ports/urho3d/fix-install.patch
vcpkg/ports/urho3d/macosx.patch
vcpkg/ports/urho3d/portfile.cmake
vcpkg/ports/urho3d/shared_libs.patch
vcpkg/ports/urho3d/vcpkg-cmake-wrapper.cmake
vcpkg/ports/urho3d/vcpkg.json
vcpkg/ports/uriparser/portfile.cmake
vcpkg/ports/uriparser/vcpkg.json
vcpkg/ports/usbmuxd/fix-definitions.patch
vcpkg/ports/usbmuxd/fix-dependence-pthreads.patch
vcpkg/ports/usbmuxd/portfile.cmake
vcpkg/ports/usbmuxd/vcpkg.json
vcpkg/ports/usd/fix_build-location.patch
vcpkg/ports/usd/portfile.cmake
vcpkg/ports/usd/vcpkg.json
vcpkg/ports/usockets/CMakeLists.txt
vcpkg/ports/usockets/portfile.cmake
vcpkg/ports/usockets/vcpkg.json
vcpkg/ports/usrsctp/portfile.cmake
vcpkg/ports/usrsctp/vcpkg.json
vcpkg/ports/utf8h/portfile.cmake
vcpkg/ports/utf8h/vcpkg.json
vcpkg/ports/utf8proc/export-cmake-targets.patch
vcpkg/ports/utf8proc/portfile.cmake
vcpkg/ports/utf8proc/vcpkg.json
vcpkg/ports/utfcpp/portfile.cmake
vcpkg/ports/utfcpp/vcpkg.json
vcpkg/ports/utfz/portfile.cmake
vcpkg/ports/utfz/vcpkg.json
vcpkg/ports/uthash/portfile.cmake
vcpkg/ports/uthash/vcpkg.json
vcpkg/ports/uthenticode/portfile.cmake
vcpkg/ports/uthenticode/vcpkg.json
vcpkg/ports/uvatlas/portfile.cmake
vcpkg/ports/uvatlas/vcpkg.json
vcpkg/ports/uvw/CMakeLists.txt
vcpkg/ports/uvw/portfile.cmake
vcpkg/ports/uvw/uvw-config.cmake
vcpkg/ports/uvw/vcpkg.json
vcpkg/ports/uwebsockets/portfile.cmake
vcpkg/ports/uwebsockets/vcpkg.json
vcpkg/ports/v-hacd/CMakeLists.txt
vcpkg/ports/v-hacd/fix-cmake.patch
vcpkg/ports/v-hacd/portfile.cmake
vcpkg/ports/v-hacd/vcpkg.json
vcpkg/ports/v8/V8Config-shared.cmake
vcpkg/ports/v8/V8Config-static.cmake
vcpkg/ports/v8/build.patch
vcpkg/ports/v8/icu.gn
vcpkg/ports/v8/portfile.cmake
vcpkg/ports/v8/v8.patch
vcpkg/ports/v8/v8.pc.in
vcpkg/ports/v8/v8_libbase.pc.in
vcpkg/ports/v8/v8_libplatform.pc.in
vcpkg/ports/v8/v8_monolith.pc.in
vcpkg/ports/v8/vcpkg.json
vcpkg/ports/v8/zlib.gn
vcpkg/ports/valijson/fix-optional.patch
vcpkg/ports/valijson/fix-picojson.patch
vcpkg/ports/valijson/portfile.cmake
vcpkg/ports/valijson/vcpkg.json
vcpkg/ports/value-ptr-lite/portfile.cmake
vcpkg/ports/value-ptr-lite/vcpkg.json
vcpkg/ports/vamp-sdk/CMakeLists.txt
vcpkg/ports/vamp-sdk/portfile.cmake
vcpkg/ports/vamp-sdk/vcpkg.json
vcpkg/ports/variant-lite/portfile.cmake
vcpkg/ports/variant-lite/vcpkg.json
vcpkg/ports/vc/correct_cmake_config_path.patch
vcpkg/ports/vc/portfile.cmake
vcpkg/ports/vc/vcpkg.json
vcpkg/ports/vcglib/consume-vcpkg-eigen3.patch
vcpkg/ports/vcglib/portfile.cmake
vcpkg/ports/vcglib/vcpkg.json
vcpkg/ports/vcpkg-cmake/README.md
vcpkg/ports/vcpkg-cmake/copyright
vcpkg/ports/vcpkg-cmake/portfile.cmake
vcpkg/ports/vcpkg-cmake/vcpkg-port-config.cmake
vcpkg/ports/vcpkg-cmake/vcpkg.json
vcpkg/ports/vcpkg-cmake/vcpkg_cmake_build.cmake
vcpkg/ports/vcpkg-cmake/vcpkg_cmake_configure.cmake
vcpkg/ports/vcpkg-cmake/vcpkg_cmake_get_vars.cmake
vcpkg/ports/vcpkg-cmake/vcpkg_cmake_install.cmake
vcpkg/ports/vcpkg-cmake-config/README.md
vcpkg/ports/vcpkg-cmake-config/copyright
vcpkg/ports/vcpkg-cmake-config/portfile.cmake
vcpkg/ports/vcpkg-cmake-config/vcpkg-port-config.cmake
vcpkg/ports/vcpkg-cmake-config/vcpkg.json
vcpkg/ports/vcpkg-cmake-config/vcpkg_cmake_config_fixup.cmake
vcpkg/ports/vcpkg-cmake/cmake_get_vars/CMakeLists.txt
vcpkg/ports/vcpkg-gfortran/portfile.cmake
vcpkg/ports/vcpkg-gfortran/vcpkg.json
vcpkg/ports/vcpkg-gn/portfile.cmake
vcpkg/ports/vcpkg-gn/vcpkg-port-config.cmake
vcpkg/ports/vcpkg-gn/vcpkg.json
vcpkg/ports/vcpkg-gn/vcpkg_gn_configure.cmake
vcpkg/ports/vcpkg-gn/vcpkg_gn_install.cmake
vcpkg/ports/vcpkg-pkgconfig-get-modules/README.md
vcpkg/ports/vcpkg-pkgconfig-get-modules/copyright
vcpkg/ports/vcpkg-pkgconfig-get-modules/portfile.cmake
vcpkg/ports/vcpkg-pkgconfig-get-modules/vcpkg-port-config.cmake
vcpkg/ports/vcpkg-pkgconfig-get-modules/vcpkg.json
vcpkg/ports/vcpkg-pkgconfig-get-modules/x_vcpkg_pkgconfig_get_modules.cmake
vcpkg/ports/vcpkg-qmake/README.md
vcpkg/ports/vcpkg-qmake/copyright
vcpkg/ports/vcpkg-qmake/portfile.cmake
vcpkg/ports/vcpkg-qmake/vcpkg-port-config.cmake
vcpkg/ports/vcpkg-qmake/vcpkg.json
vcpkg/ports/vcpkg-qmake/vcpkg_qmake_configure.cmake
vcpkg/ports/vcpkg-tool-meson/fix_linker_detection.patch
vcpkg/ports/vcpkg-tool-meson/meson-intl.patch
vcpkg/ports/vcpkg-tool-meson/portfile.cmake
vcpkg/ports/vcpkg-tool-meson/vcpkg.json
vcpkg/ports/vcpkg-tool-nodejs/portfile.cmake
vcpkg/ports/vcpkg-tool-nodejs/vcpkg.json
vcpkg/ports/vectorclass/CMakeLists.txt
vcpkg/ports/vectorclass/portfile.cmake
vcpkg/ports/vectorclass/vcpkg.json
vcpkg/ports/visit-struct/CMakeLists.txt
vcpkg/ports/visit-struct/portfile.cmake
vcpkg/ports/visit-struct/vcpkg.json
vcpkg/ports/vk-bootstrap/portfile.cmake
vcpkg/ports/vk-bootstrap/vcpkg.json
vcpkg/ports/vk-bootstrap/vk-bootstrap-config.cmake
vcpkg/ports/vk-bootstrap/vk-bootstrap-targets-debug.cmake
vcpkg/ports/vk-bootstrap/vk-bootstrap-targets-release.cmake
vcpkg/ports/vlfeat/CMakeLists.txt
vcpkg/ports/vlfeat/expose_missing_symbols.patch
vcpkg/ports/vlfeat/portfile.cmake
vcpkg/ports/vlfeat/vcpkg.json
vcpkg/ports/vlpp/CMakeLists.txt
vcpkg/ports/vlpp/portfile.cmake
vcpkg/ports/vlpp/vcpkg.json
vcpkg/ports/volk/portfile.cmake
vcpkg/ports/volk/vcpkg.json
vcpkg/ports/vs-yasm/fix_paths.patch
vcpkg/ports/vs-yasm/portfile.cmake
vcpkg/ports/vs-yasm/vcpkg.json
vcpkg/ports/vtk/156fb524.patch
vcpkg/ports/vtk/1f00a0c9.patch
vcpkg/ports/vtk/FindExpat.patch
vcpkg/ports/vtk/FindHDF5.cmake
vcpkg/ports/vtk/FindLZ4.patch
vcpkg/ports/vtk/FindLZMA.patch
vcpkg/ports/vtk/Findproj.patch
vcpkg/ports/vtk/NoUndefDebug.patch
vcpkg/ports/vtk/UseProj5Api.patch
vcpkg/ports/vtk/d107698a.patch
vcpkg/ports/vtk/fix-gdal.patch
vcpkg/ports/vtk/fix-using-hdf5.patch
vcpkg/ports/vtk/missing-limits.patch
vcpkg/ports/vtk/pegtl.patch
vcpkg/ports/vtk/portfile.cmake
vcpkg/ports/vtk/python_debug.patch
vcpkg/ports/vtk/pythonwrapper.patch
vcpkg/ports/vtk/usage
vcpkg/ports/vtk/vcpkg.json
vcpkg/ports/vtk/vtkm.patch
vcpkg/ports/vtk-dicom/portfile.cmake
vcpkg/ports/vtk-dicom/std.patch
vcpkg/ports/vtk-dicom/vcpkg.json
vcpkg/ports/vtk-m/portfile.cmake
vcpkg/ports/vtk-m/vcpkg.json
vcpkg/ports/vulkan/LICENSE.txt
vcpkg/ports/vulkan/portfile.cmake
vcpkg/ports/vulkan/usage
vcpkg/ports/vulkan/vcpkg.json
vcpkg/ports/vulkan-headers/portfile.cmake
vcpkg/ports/vulkan-headers/vcpkg.json
vcpkg/ports/vulkan-hpp/portfile.cmake
vcpkg/ports/vulkan-hpp/vcpkg.json
vcpkg/ports/vulkan-memory-allocator/portfile.cmake
vcpkg/ports/vulkan-memory-allocator/unofficial-vulkan-memory-allocator-config.cmake
vcpkg/ports/vulkan-memory-allocator/vcpkg.json
vcpkg/ports/vxl/fix_dependency.patch
vcpkg/ports/vxl/portfile.cmake
vcpkg/ports/vxl/testlib.patch
vcpkg/ports/vxl/vcpkg.json
vcpkg/ports/wampcc/portfile.cmake
vcpkg/ports/wampcc/vcpkg.json
vcpkg/ports/wangle/fix-config-cmake.patch
vcpkg/ports/wangle/fix_dependency.patch
vcpkg/ports/wangle/portfile.cmake
vcpkg/ports/wangle/usage
vcpkg/ports/wangle/vcpkg.json
vcpkg/ports/wavelib/disable-test.patch
vcpkg/ports/wavelib/portfile.cmake
vcpkg/ports/wavelib/vcpkg.json
vcpkg/ports/wavpack/OpenSSL.patch
vcpkg/ports/wavpack/fix-symbol-exports.patch
vcpkg/ports/wavpack/portfile.cmake
vcpkg/ports/wavpack/vcpkg.json
vcpkg/ports/websocketpp/portfile.cmake
vcpkg/ports/websocketpp/vcpkg.json
vcpkg/ports/wepoll/CMakeLists.txt
vcpkg/ports/wepoll/portfile.cmake
vcpkg/ports/wepoll/vcpkg.json
vcpkg/ports/wg21-sg14/portfile.cmake
vcpkg/ports/wg21-sg14/vcpkg.json
vcpkg/ports/wil/portfile.cmake
vcpkg/ports/wil/vcpkg.json
vcpkg/ports/wildmidi/portfile.cmake
vcpkg/ports/wildmidi/vcpkg.json
vcpkg/ports/wincrypt/portfile.cmake
vcpkg/ports/wincrypt/vcpkg.json
vcpkg/ports/winlamb/portfile.cmake
vcpkg/ports/winlamb/vcpkg.json
vcpkg/ports/winpcap/Packet.vcxproj
vcpkg/ports/winpcap/create_bin.bat
vcpkg/ports/winpcap/create_lib.patch
vcpkg/ports/winpcap/fix-create-lib-batch.patch
vcpkg/ports/winpcap/packetNtx.patch.in
vcpkg/ports/winpcap/portfile.cmake
vcpkg/ports/winpcap/vcpkg.json
vcpkg/ports/winpcap/wpcap.patch.in
vcpkg/ports/winpcap/wpcap.vcxproj
vcpkg/ports/winpty/CMakeLists.txt
vcpkg/ports/winpty/allow-build-static.patch
vcpkg/ports/winpty/portfile.cmake
vcpkg/ports/winpty/vcpkg.json
vcpkg/ports/winreg/portfile.cmake
vcpkg/ports/winreg/vcpkg.json
vcpkg/ports/winsock2/portfile.cmake
vcpkg/ports/winsock2/vcpkg.json
vcpkg/ports/wintoast/CMakeLists.txt
vcpkg/ports/wintoast/portfile.cmake
vcpkg/ports/wintoast/vcpkg.json
vcpkg/ports/woff2/0001-unofficial-brotli.patch
vcpkg/ports/woff2/portfile.cmake
vcpkg/ports/woff2/vcpkg.json
vcpkg/ports/wordnet/CMakeLists.txt
vcpkg/ports/wordnet/fix_gobal_vars_uninit_local_ptr.patch
vcpkg/ports/wordnet/portfile.cmake
vcpkg/ports/wordnet/vcpkg.json
vcpkg/ports/wordnet/wordnet-config.cmake.in
vcpkg/ports/workflow/portfile.cmake
vcpkg/ports/workflow/vcpkg.json
vcpkg/ports/wpilib/portfile.cmake
vcpkg/ports/wpilib/vcpkg.json
vcpkg/ports/wren/CMakeLists.txt
vcpkg/ports/wren/portfile.cmake
vcpkg/ports/wren/vcpkg.json
vcpkg/ports/wt/0002-link-glew.patch
vcpkg/ports/wt/0005-XML_file_path.patch
vcpkg/ports/wt/0006-GraphicsMagick.patch
vcpkg/ports/wt/portfile.cmake
vcpkg/ports/wt/vcpkg.json
vcpkg/ports/wtl/appwizard_setup.js-vs2022.patch
vcpkg/ports/wtl/atlmisc.h-bug329.patch
vcpkg/ports/wtl/portfile.cmake
vcpkg/ports/wtl/vcpkg.json
vcpkg/ports/wxchartdir/CMakeLists.txt
vcpkg/ports/wxchartdir/portfile.cmake
vcpkg/ports/wxchartdir/vcpkg.json
vcpkg/ports/wxwidgets/disable-platform-lib-dir.patch
vcpkg/ports/wxwidgets/fix-build.patch
vcpkg/ports/wxwidgets/portfile.cmake
vcpkg/ports/wxwidgets/setup.h.in
vcpkg/ports/wxwidgets/usage
vcpkg/ports/wxwidgets/vcpkg-cmake-wrapper.cmake
vcpkg/ports/wxwidgets/vcpkg.json
vcpkg/ports/x-plane/portfile.cmake
vcpkg/ports/x-plane/vcpkg.json
vcpkg/ports/x264/portfile.cmake
vcpkg/ports/x264/uwp-cflags.patch
vcpkg/ports/x264/vcpkg.json
vcpkg/ports/x265/disable-install-pdb.patch
vcpkg/ports/x265/portfile.cmake
vcpkg/ports/x265/vcpkg.json
vcpkg/ports/xalan-c/fix-linux-no-bin.patch
vcpkg/ports/xalan-c/fix-missing-dll-error.patch
vcpkg/ports/xalan-c/fix-win-deprecated-err.patch
vcpkg/ports/xalan-c/portfile.cmake
vcpkg/ports/xalan-c/vcpkg.json
vcpkg/ports/xaudio2redist/Findxaudio2redist.cmake
vcpkg/ports/xaudio2redist/portfile.cmake
vcpkg/ports/xaudio2redist/vcpkg-cmake-wrapper.cmake
vcpkg/ports/xaudio2redist/vcpkg.json
vcpkg/ports/xbyak/portfile.cmake
vcpkg/ports/xbyak/vcpkg.json
vcpkg/ports/xerces-c/disable-tests.patch
vcpkg/ports/xerces-c/portfile.cmake
vcpkg/ports/xerces-c/remove-dll-export-macro.patch
vcpkg/ports/xerces-c/usage
vcpkg/ports/xerces-c/vcpkg-cmake-wrapper.cmake
vcpkg/ports/xerces-c/vcpkg.json
vcpkg/ports/xeus/Fix-Compile-nlohmann-json.patch
vcpkg/ports/xeus/portfile.cmake
vcpkg/ports/xeus/usage
vcpkg/ports/xeus/vcpkg-cmake-wrapper.cmake
vcpkg/ports/xeus/vcpkg.json
vcpkg/ports/xframe/portfile.cmake
vcpkg/ports/xframe/vcpkg.json
vcpkg/ports/xlnt/fix-not-found-include.patch
vcpkg/ports/xlnt/portfile.cmake
vcpkg/ports/xlnt/static-linking-for-windows.patch
vcpkg/ports/xlnt/vcpkg.json
vcpkg/ports/xlsxio/fix-dependencies.patch
vcpkg/ports/xlsxio/portfile.cmake
vcpkg/ports/xlsxio/vcpkg.json
vcpkg/ports/xmlsec/CMakeLists.txt
vcpkg/ports/xmlsec/pkgconfig_fixes.patch
vcpkg/ports/xmlsec/portfile.cmake
vcpkg/ports/xmlsec/vcpkg.json
vcpkg/ports/xnnpack/portfile.cmake
vcpkg/ports/xnnpack/use-packages.patch
vcpkg/ports/xnnpack/vcpkg.json
vcpkg/ports/xorstr/portfile.cmake
vcpkg/ports/xorstr/vcpkg.json
vcpkg/ports/xproperty/fix-target.patch
vcpkg/ports/xproperty/portfile.cmake
vcpkg/ports/xproperty/vcpkg.json
vcpkg/ports/xqilla/CMakeLists.txt
vcpkg/ports/xqilla/fix-compare.patch
vcpkg/ports/xqilla/portfile.cmake
vcpkg/ports/xqilla/vcpkg.json
vcpkg/ports/xsimd/portfile.cmake
vcpkg/ports/xsimd/vcpkg.json
vcpkg/ports/xtensor/portfile.cmake
vcpkg/ports/xtensor/vcpkg.json
vcpkg/ports/xtensor-blas/portfile.cmake
vcpkg/ports/xtensor-blas/vcpkg.json
vcpkg/ports/xtensor-fftw/portfile.cmake
vcpkg/ports/xtensor-fftw/vcpkg.json
vcpkg/ports/xtensor-io/portfile.cmake
vcpkg/ports/xtensor-io/vcpkg.json
vcpkg/ports/xtl/fix-fixup-cmake.patch
vcpkg/ports/xtl/portfile.cmake
vcpkg/ports/xtl/vcpkg.json
vcpkg/ports/xxhash/portfile.cmake
vcpkg/ports/xxhash/vcpkg.json
vcpkg/ports/yajl/cmake.patch
vcpkg/ports/yajl/portfile.cmake
vcpkg/ports/yajl/vcpkg.json
vcpkg/ports/yaml-cpp/portfile.cmake
vcpkg/ports/yaml-cpp/vcpkg.json
vcpkg/ports/yara/CMakeLists.txt
vcpkg/ports/yara/portfile.cmake
vcpkg/ports/yara/vcpkg.json
vcpkg/ports/yas/portfile.cmake
vcpkg/ports/yas/vcpkg.json
vcpkg/ports/yasm/add-feature-tools.patch
vcpkg/ports/yasm/portfile.cmake
vcpkg/ports/yasm/vcpkg-port-config.cmake.in
vcpkg/ports/yasm/vcpkg.json
vcpkg/ports/yasm-tool/portfile.cmake
vcpkg/ports/yasm-tool/vcpkg.json
vcpkg/ports/yasm-tool-helper/portfile.cmake
vcpkg/ports/yasm-tool-helper/vcpkg.json
vcpkg/ports/yasm-tool-helper/yasm-tool-helper.cmake.in
vcpkg/ports/yato/portfile.cmake
vcpkg/ports/yato/vcpkg.json
vcpkg/ports/yoga/add-project-declaration.patch
vcpkg/ports/yoga/portfile.cmake
vcpkg/ports/yoga/vcpkg.json
vcpkg/ports/yomm2/fix_find_boost.patch
vcpkg/ports/yomm2/fix_uwp_osx.patch
vcpkg/ports/yomm2/portfile.cmake
vcpkg/ports/yomm2/vcpkg.json
vcpkg/ports/yyjson/portfile.cmake
vcpkg/ports/yyjson/vcpkg.json
vcpkg/ports/z3/fix-install-path.patch
vcpkg/ports/z3/portfile.cmake
vcpkg/ports/z3/vcpkg.json
vcpkg/ports/z85/portfile.cmake
vcpkg/ports/z85/vcpkg.json
vcpkg/ports/zeromq/fix-arm.patch
vcpkg/ports/zeromq/portfile.cmake
vcpkg/ports/zeromq/vcpkg-cmake-wrapper.cmake
vcpkg/ports/zeromq/vcpkg.json
vcpkg/ports/zfp/fix-build-error.patch
vcpkg/ports/zfp/fix-install-tools.patch
vcpkg/ports/zfp/portfile.cmake
vcpkg/ports/zfp/vcpkg.json
vcpkg/ports/zkpp/CMakeLists.txt
vcpkg/ports/zkpp/portfile.cmake
vcpkg/ports/zkpp/vcpkg.json
vcpkg/ports/zlib/0001-Prevent-invalid-inclusions-when-HAVE_-is-set-to-0.patch
vcpkg/ports/zlib/0002-android-build-mingw.patch
vcpkg/ports/zlib/LICENSE
vcpkg/ports/zlib/add_debug_postfix_on_mingw.patch
vcpkg/ports/zlib/cmake_dont_build_more_than_needed.patch
vcpkg/ports/zlib/portfile.cmake
vcpkg/ports/zlib/usage
vcpkg/ports/zlib/vcpkg-cmake-wrapper.cmake
vcpkg/ports/zlib/vcpkg.json
vcpkg/ports/zlib-ng/portfile.cmake
vcpkg/ports/zlib-ng/vcpkg.json
vcpkg/ports/zookeeper/cmake.patch
vcpkg/ports/zookeeper/portfile.cmake
vcpkg/ports/zookeeper/vcpkg.json
vcpkg/ports/zookeeper/win32.patch
vcpkg/ports/zopfli/portfile.cmake
vcpkg/ports/zopfli/vcpkg.json
vcpkg/ports/zserge-webview/portfile.cmake
vcpkg/ports/zserge-webview/vcpkg.json
vcpkg/ports/zstd/install_pkgpc.patch
vcpkg/ports/zstd/no-static-suffix.patch
vcpkg/ports/zstd/portfile.cmake
vcpkg/ports/zstd/usage
vcpkg/ports/zstd/vcpkg.json
vcpkg/ports/zstr/portfile.cmake
vcpkg/ports/zstr/usage
vcpkg/ports/zstr/vcpkg.json
vcpkg/ports/zug/portfile.cmake
vcpkg/ports/zug/vcpkg.json
vcpkg/ports/zydis/portfile.cmake
vcpkg/ports/zydis/vcpkg.json
vcpkg/ports/zyre/Config.cmake.in
vcpkg/ports/zyre/Findczmq.cmake
vcpkg/ports/zyre/Findlibzmq.cmake
vcpkg/ports/zyre/portfile.cmake
vcpkg/ports/zyre/vcpkg-cmake-wrapper.cmake
vcpkg/ports/zyre/vcpkg.json
vcpkg/ports/zziplib/always-find-unixcommands-on-unix.patch
vcpkg/ports/zziplib/fix-export-define.patch
vcpkg/ports/zziplib/install-dll-to-proper-folder.patch
vcpkg/ports/zziplib/no-release-postfix.patch
vcpkg/ports/zziplib/portfile.cmake
vcpkg/ports/zziplib/vcpkg.json
vcpkg/scripts/Get-Changelog.ps1
vcpkg/scripts/addPoshVcpkgToPowershellProfile.ps1
vcpkg/scripts/bootstrap.ps1
vcpkg/scripts/bootstrap.sh
vcpkg/scripts/build_info.cmake
vcpkg/scripts/ci.baseline.txt
vcpkg/scripts/file_script.py
vcpkg/scripts/generateBaseline.py
vcpkg/scripts/generatePortVersionsDb.py
vcpkg/scripts/ports.cmake
vcpkg/scripts/tls12-download.exe
vcpkg/scripts/vcpkg.schema.json
vcpkg/scripts/vcpkgTools.xml
vcpkg/scripts/vcpkg_completion.bash
vcpkg/scripts/vcpkg_completion.fish
vcpkg/scripts/vcpkg_completion.zsh
vcpkg/scripts/vcpkg_get_dep_info.cmake
vcpkg/scripts/vcpkg_get_tags.cmake
vcpkg/scripts/azure-pipelines/Create-PRDiff.ps1
vcpkg/scripts/azure-pipelines/analyze-test-results.ps1
vcpkg/scripts/azure-pipelines/azure-pipelines.yml
vcpkg/scripts/azure-pipelines/create-vmss-helpers.psm1
vcpkg/scripts/azure-pipelines/generate-skip-list.ps1
vcpkg/scripts/azure-pipelines/test-modified-ports.ps1
vcpkg/scripts/azure-pipelines/linux/azure-pipelines.yml
vcpkg/scripts/azure-pipelines/linux/create-image.ps1
vcpkg/scripts/azure-pipelines/linux/create-vmss.ps1
vcpkg/scripts/azure-pipelines/linux/provision-image.sh
vcpkg/scripts/azure-pipelines/osx/Install-Prerequisites.ps1
vcpkg/scripts/azure-pipelines/osx/README.md
vcpkg/scripts/azure-pipelines/osx/Setup-VagrantMachines.ps1
vcpkg/scripts/azure-pipelines/osx/Utilities.psm1
vcpkg/scripts/azure-pipelines/osx/azure-pipelines.yml
vcpkg/scripts/azure-pipelines/osx/configuration/Vagrantfile-box.rb
vcpkg/scripts/azure-pipelines/osx/configuration/Vagrantfile-vm.rb
vcpkg/scripts/azure-pipelines/osx/configuration/installables.json
vcpkg/scripts/azure-pipelines/osx/configuration/installables.schema.json
vcpkg/scripts/azure-pipelines/osx/configuration/vagrant-box-configuration.json
vcpkg/scripts/azure-pipelines/osx/configuration/vagrant-box-configuration.schema.json
vcpkg/scripts/azure-pipelines/osx/configuration/vagrant-configuration.schema.json
vcpkg/scripts/azure-pipelines/windows/azure-pipelines.yml
vcpkg/scripts/azure-pipelines/windows/create-image.ps1
vcpkg/scripts/azure-pipelines/windows/create-vmss.ps1
vcpkg/scripts/azure-pipelines/windows/deploy-cuda.ps1
vcpkg/scripts/azure-pipelines/windows/deploy-install-disk.ps1
vcpkg/scripts/azure-pipelines/windows/deploy-inteloneapi.ps1
vcpkg/scripts/azure-pipelines/windows/deploy-mpi.ps1
vcpkg/scripts/azure-pipelines/windows/deploy-psexec.ps1
vcpkg/scripts/azure-pipelines/windows/deploy-pwsh.ps1
vcpkg/scripts/azure-pipelines/windows/deploy-settings.txt
vcpkg/scripts/azure-pipelines/windows/deploy-tlssettings.ps1
vcpkg/scripts/azure-pipelines/windows/deploy-visual-studio.ps1
vcpkg/scripts/azure-pipelines/windows/deploy-windows-sdks.ps1
vcpkg/scripts/azure-pipelines/windows/disk-space.ps1
vcpkg/scripts/azure-pipelines/windows/drop-to-admin-user-prefix.ps1
vcpkg/scripts/azure-pipelines/windows/provision-entire-image.ps1
vcpkg/scripts/azure-pipelines/windows/sysprep.ps1
vcpkg/scripts/azure-pipelines/windows/utility-prefix.ps1
vcpkg/scripts/azure-pipelines/windows-unstable/README.md
vcpkg/scripts/azure-pipelines/windows-unstable/azure-pipelines.yml
vcpkg/scripts/azure-pipelines/windows-unstable/job.yml
vcpkg/scripts/azure-pipelines/windows-unstable/rearrange-msvc-drop-layout.ps1
vcpkg/scripts/boost/.gitignore
vcpkg/scripts/boost/generate-ports.ps1
vcpkg/scripts/boost/post-build-stubs/config.cmake
vcpkg/scripts/boost/post-build-stubs/predef.cmake
vcpkg/scripts/boost/post-build-stubs/test.cmake
vcpkg/scripts/boost/post-source-stubs/atomic.cmake
vcpkg/scripts/boost/post-source-stubs/context.cmake
vcpkg/scripts/boost/post-source-stubs/fiber.cmake
vcpkg/scripts/boost/post-source-stubs/json.cmake
vcpkg/scripts/boost/post-source-stubs/log.cmake
vcpkg/scripts/boost/post-source-stubs/nowide.cmake
vcpkg/scripts/boost/post-source-stubs/test.cmake
vcpkg/scripts/buildsystems/vcpkg.cmake
vcpkg/scripts/buildsystems/make_wrapper/cl_cpp_wrapper
vcpkg/scripts/buildsystems/make_wrapper/windres-rc
vcpkg/scripts/buildsystems/meson/none.txt
vcpkg/scripts/buildsystems/msbuild/applocal.ps1
vcpkg/scripts/buildsystems/msbuild/vcpkg-general.xml
vcpkg/scripts/buildsystems/msbuild/vcpkg.props
vcpkg/scripts/buildsystems/msbuild/vcpkg.targets
vcpkg/scripts/buildsystems/osx/applocal.py
vcpkg/scripts/cmake/execute_process.cmake
vcpkg/scripts/cmake/vcpkg_acquire_msys.cmake
vcpkg/scripts/cmake/vcpkg_add_to_path.cmake
vcpkg/scripts/cmake/vcpkg_apply_patches.cmake
vcpkg/scripts/cmake/vcpkg_backup_restore_env_vars.cmake
vcpkg/scripts/cmake/vcpkg_build_cmake.cmake
vcpkg/scripts/cmake/vcpkg_build_make.cmake
vcpkg/scripts/cmake/vcpkg_build_msbuild.cmake
vcpkg/scripts/cmake/vcpkg_build_ninja.cmake
vcpkg/scripts/cmake/vcpkg_build_nmake.cmake
vcpkg/scripts/cmake/vcpkg_build_qmake.cmake
vcpkg/scripts/cmake/vcpkg_buildpath_length_warning.cmake
vcpkg/scripts/cmake/vcpkg_check_features.cmake
vcpkg/scripts/cmake/vcpkg_check_linkage.cmake
vcpkg/scripts/cmake/vcpkg_clean_executables_in_bin.cmake
vcpkg/scripts/cmake/vcpkg_clean_msbuild.cmake
vcpkg/scripts/cmake/vcpkg_common_definitions.cmake
vcpkg/scripts/cmake/vcpkg_common_functions.cmake
vcpkg/scripts/cmake/vcpkg_configure_cmake.cmake
vcpkg/scripts/cmake/vcpkg_configure_gn.cmake
vcpkg/scripts/cmake/vcpkg_configure_make.cmake
vcpkg/scripts/cmake/vcpkg_configure_meson.cmake
vcpkg/scripts/cmake/vcpkg_configure_qmake.cmake
vcpkg/scripts/cmake/vcpkg_copy_pdbs.cmake
vcpkg/scripts/cmake/vcpkg_copy_tool_dependencies.cmake
vcpkg/scripts/cmake/vcpkg_copy_tools.cmake
vcpkg/scripts/cmake/vcpkg_download_distfile.cmake
vcpkg/scripts/cmake/vcpkg_execute_build_process.cmake
vcpkg/scripts/cmake/vcpkg_execute_in_download_mode.cmake
vcpkg/scripts/cmake/vcpkg_execute_required_process.cmake
vcpkg/scripts/cmake/vcpkg_execute_required_process_repeat.cmake
vcpkg/scripts/cmake/vcpkg_extract_source_archive.cmake
vcpkg/scripts/cmake/vcpkg_extract_source_archive_ex.cmake
vcpkg/scripts/cmake/vcpkg_fail_port_install.cmake
vcpkg/scripts/cmake/vcpkg_find_acquire_program.cmake
vcpkg/scripts/cmake/vcpkg_find_fortran.cmake
vcpkg/scripts/cmake/vcpkg_fixup_cmake_targets.cmake
vcpkg/scripts/cmake/vcpkg_fixup_pkgconfig.cmake
vcpkg/scripts/cmake/vcpkg_from_bitbucket.cmake
vcpkg/scripts/cmake/vcpkg_from_git.cmake
vcpkg/scripts/cmake/vcpkg_from_github.cmake
vcpkg/scripts/cmake/vcpkg_from_gitlab.cmake
vcpkg/scripts/cmake/vcpkg_from_sourceforge.cmake
vcpkg/scripts/cmake/vcpkg_get_program_files_platform_bitness.cmake
vcpkg/scripts/cmake/vcpkg_get_windows_sdk.cmake
vcpkg/scripts/cmake/vcpkg_host_path_list.cmake
vcpkg/scripts/cmake/vcpkg_install_cmake.cmake
vcpkg/scripts/cmake/vcpkg_install_gn.cmake
vcpkg/scripts/cmake/vcpkg_install_make.cmake
vcpkg/scripts/cmake/vcpkg_install_meson.cmake
vcpkg/scripts/cmake/vcpkg_install_msbuild.cmake
vcpkg/scripts/cmake/vcpkg_install_nmake.cmake
vcpkg/scripts/cmake/vcpkg_install_qmake.cmake
vcpkg/scripts/cmake/vcpkg_list.cmake
vcpkg/scripts/cmake/vcpkg_minimum_required.cmake
vcpkg/scripts/cmake/vcpkg_replace_string.cmake
vcpkg/scripts/cmake/vcpkg_test_cmake.cmake
vcpkg/scripts/cmake/z_vcpkg_apply_patches.cmake
vcpkg/scripts/cmake/z_vcpkg_escape_regex_control_characters.cmake
vcpkg/scripts/cmake/z_vcpkg_forward_output_variable.cmake
vcpkg/scripts/cmake/z_vcpkg_function_arguments.cmake
vcpkg/scripts/cmake/z_vcpkg_get_cmake_vars.cmake
vcpkg/scripts/cmake/z_vcpkg_prettify_command_line.cmake
vcpkg/scripts/detect_compiler/CMakeLists.txt
vcpkg/scripts/detect_compiler/portfile.cmake
vcpkg/scripts/detect_compiler/vcpkg.json
vcpkg/scripts/get_cmake_vars/CMakeLists.txt
vcpkg/scripts/ifw/maintenance.qs
vcpkg/scripts/posh-vcpkg/0.0.1/posh-vcpkg.psd1
vcpkg/scripts/posh-vcpkg/0.0.1/posh-vcpkg.psm1
vcpkg/scripts/templates/portfile.in.cmake
vcpkg/scripts/templates/vcpkg.json.in
vcpkg/scripts/test_ports/cmake/portfile.cmake
vcpkg/scripts/test_ports/cmake/vcpkg.json
vcpkg/scripts/test_ports/cmake-user/portfile.cmake
vcpkg/scripts/test_ports/cmake-user/vcpkg.json
vcpkg/scripts/test_ports/cmake-user/project/CMakeLists.txt
vcpkg/scripts/test_ports/llfio-run-tests/portfile.cmake
vcpkg/scripts/test_ports/llfio-run-tests/vcpkg.json
vcpkg/scripts/test_ports/outcome-run-tests/portfile.cmake
vcpkg/scripts/test_ports/outcome-run-tests/vcpkg.json
vcpkg/scripts/test_ports/unit-test-cmake/portfile.cmake
vcpkg/scripts/test_ports/unit-test-cmake/test-vcpkg_host_path_list.cmake
vcpkg/scripts/test_ports/unit-test-cmake/test-vcpkg_list.cmake
vcpkg/scripts/test_ports/unit-test-cmake/test-vcpkg_minimum_required.cmake
vcpkg/scripts/test_ports/unit-test-cmake/test-z_vcpkg_cmake_config_fixup_merge.cmake
vcpkg/scripts/test_ports/unit-test-cmake/test-z_vcpkg_function_arguments.cmake
vcpkg/scripts/test_ports/unit-test-cmake/vcpkg.json
vcpkg/scripts/test_ports/vcpkg-acquire-msys-test/portfile.cmake
vcpkg/scripts/test_ports/vcpkg-acquire-msys-test/vcpkg.json
vcpkg/scripts/test_ports/vcpkg-ci-boost/portfile.cmake
vcpkg/scripts/test_ports/vcpkg-ci-boost/vcpkg.json
vcpkg/scripts/test_ports/vcpkg-ci-ffmpeg/portfile.cmake
vcpkg/scripts/test_ports/vcpkg-ci-ffmpeg/vcpkg.json
vcpkg/scripts/test_ports/vcpkg-ci-llvm/portfile.cmake
vcpkg/scripts/test_ports/vcpkg-ci-llvm/vcpkg.json
vcpkg/scripts/test_ports/vcpkg-ci-opencv/portfile.cmake
vcpkg/scripts/test_ports/vcpkg-ci-opencv/vcpkg.json
vcpkg/scripts/test_ports/vcpkg-ci-paraview/portfile.cmake
vcpkg/scripts/test_ports/vcpkg-ci-paraview/vcpkg.json
vcpkg/scripts/test_ports/vcpkg-find-acquire-program/portfile.cmake
vcpkg/scripts/test_ports/vcpkg-find-acquire-program/vcpkg.json
vcpkg/scripts/toolchains/android.cmake
vcpkg/scripts/toolchains/freebsd.cmake
vcpkg/scripts/toolchains/ios.cmake
vcpkg/scripts/toolchains/linux.cmake
vcpkg/scripts/toolchains/mingw.cmake
vcpkg/scripts/toolchains/openbsd.cmake
vcpkg/scripts/toolchains/osx.cmake
vcpkg/scripts/toolchains/windows.cmake
vcpkg/toolsrc/VERSION.txt
vcpkg/triplets/arm-uwp.cmake
vcpkg/triplets/arm64-windows.cmake
vcpkg/triplets/x64-linux.cmake
vcpkg/triplets/x64-osx.cmake
vcpkg/triplets/x64-uwp.cmake
vcpkg/triplets/x64-windows-static.cmake
vcpkg/triplets/x64-windows.cmake
vcpkg/triplets/x86-windows.cmake
vcpkg/triplets/community/arm-android.cmake
vcpkg/triplets/community/arm-ios.cmake
vcpkg/triplets/community/arm-linux.cmake
vcpkg/triplets/community/arm-mingw-dynamic.cmake
vcpkg/triplets/community/arm-mingw-static.cmake
vcpkg/triplets/community/arm-neon-android.cmake
vcpkg/triplets/community/arm-windows-static.cmake
vcpkg/triplets/community/arm-windows.cmake
vcpkg/triplets/community/arm64-android.cmake
vcpkg/triplets/community/arm64-ios.cmake
vcpkg/triplets/community/arm64-linux.cmake
vcpkg/triplets/community/arm64-mingw-dynamic.cmake
vcpkg/triplets/community/arm64-mingw-static.cmake
vcpkg/triplets/community/arm64-osx-dynamic.cmake
vcpkg/triplets/community/arm64-osx.cmake
vcpkg/triplets/community/arm64-uwp.cmake
vcpkg/triplets/community/arm64-windows-static-md.cmake
vcpkg/triplets/community/arm64-windows-static.cmake
vcpkg/triplets/community/armv6-android.cmake
vcpkg/triplets/community/ppc64le-linux.cmake
vcpkg/triplets/community/s390x-linux.cmake
vcpkg/triplets/community/wasm32-emscripten.cmake
vcpkg/triplets/community/x64-android.cmake
vcpkg/triplets/community/x64-freebsd.cmake
vcpkg/triplets/community/x64-ios.cmake
vcpkg/triplets/community/x64-linux-release.cmake
vcpkg/triplets/community/x64-mingw-dynamic.cmake
vcpkg/triplets/community/x64-mingw-static.cmake
vcpkg/triplets/community/x64-openbsd.cmake
vcpkg/triplets/community/x64-osx-dynamic.cmake
vcpkg/triplets/community/x64-osx-release.cmake
vcpkg/triplets/community/x64-windows-release.cmake
vcpkg/triplets/community/x64-windows-static-md.cmake
vcpkg/triplets/community/x86-android.cmake
vcpkg/triplets/community/x86-freebsd.cmake
vcpkg/triplets/community/x86-ios.cmake
vcpkg/triplets/community/x86-mingw-dynamic.cmake
vcpkg/triplets/community/x86-mingw-static.cmake
vcpkg/triplets/community/x86-uwp.cmake
vcpkg/triplets/community/x86-windows-static-md.cmake
vcpkg/triplets/community/x86-windows-static.cmake
vcpkg/triplets/community/x86-windows-v120.cmake
vcpkg/versions/baseline.json
vcpkg/versions/3-/3fd.json
vcpkg/versions/7-/7zip.json
vcpkg/versions/a-/abseil.json
vcpkg/versions/a-/absent.json
vcpkg/versions/a-/ace.json
vcpkg/versions/a-/activemq-cpp.json
vcpkg/versions/a-/ade.json
vcpkg/versions/a-/advobfuscator.json
vcpkg/versions/a-/aixlog.json
vcpkg/versions/a-/akali.json
vcpkg/versions/a-/alac-decoder.json
vcpkg/versions/a-/alac.json
vcpkg/versions/a-/alembic.json
vcpkg/versions/a-/aliyun-oss-c-sdk.json
vcpkg/versions/a-/allegro5.json
vcpkg/versions/a-/alsa.json
vcpkg/versions/a-/ampl-asl.json
vcpkg/versions/a-/ampl-mp.json
vcpkg/versions/a-/amqpcpp.json
vcpkg/versions/a-/anax.json
vcpkg/versions/a-/angelscript.json
vcpkg/versions/a-/angle.json
vcpkg/versions/a-/antlr4.json
vcpkg/versions/a-/any-lite.json
vcpkg/versions/a-/anyrpc.json
vcpkg/versions/a-/aom.json
vcpkg/versions/a-/approval-tests-cpp.json
vcpkg/versions/a-/apr-util.json
vcpkg/versions/a-/apr.json
vcpkg/versions/a-/apsi.json
vcpkg/versions/a-/arb.json
vcpkg/versions/a-/arcus.json
vcpkg/versions/a-/argagg.json
vcpkg/versions/a-/argh.json
vcpkg/versions/a-/argparse.json
vcpkg/versions/a-/args.json
vcpkg/versions/a-/argtable2.json
vcpkg/versions/a-/argtable3.json
vcpkg/versions/a-/argumentum.json
vcpkg/versions/a-/aricpp.json
vcpkg/versions/a-/armadillo.json
vcpkg/versions/a-/arrayfire.json
vcpkg/versions/a-/arrow.json
vcpkg/versions/a-/ashes.json
vcpkg/versions/a-/asio-grpc.json
vcpkg/versions/a-/asio.json
vcpkg/versions/a-/asiosdk.json
vcpkg/versions/a-/asmjit.json
vcpkg/versions/a-/assimp.json
vcpkg/versions/a-/asynch.json
vcpkg/versions/a-/asyncplusplus.json
vcpkg/versions/a-/atk.json
vcpkg/versions/a-/atkmm.json
vcpkg/versions/a-/atlmfc.json
vcpkg/versions/a-/atomic-queue.json
vcpkg/versions/a-/aubio.json
vcpkg/versions/a-/audiofile.json
vcpkg/versions/a-/aurora.json
vcpkg/versions/a-/autobahn.json
vcpkg/versions/a-/autodock-vina.json
vcpkg/versions/a-/avcpp.json
vcpkg/versions/a-/avisynthplus.json
vcpkg/versions/a-/avro-c.json
vcpkg/versions/a-/avro-cpp.json
vcpkg/versions/a-/aws-c-auth.json
vcpkg/versions/a-/aws-c-cal.json
vcpkg/versions/a-/aws-c-common.json
vcpkg/versions/a-/aws-c-compression.json
vcpkg/versions/a-/aws-c-event-stream.json
vcpkg/versions/a-/aws-c-http.json
vcpkg/versions/a-/aws-c-io.json
vcpkg/versions/a-/aws-c-mqtt.json
vcpkg/versions/a-/aws-c-s3.json
vcpkg/versions/a-/aws-checksums.json
vcpkg/versions/a-/aws-crt-cpp.json
vcpkg/versions/a-/aws-lambda-cpp.json
vcpkg/versions/a-/aws-sdk-cpp.json
vcpkg/versions/a-/azmq.json
vcpkg/versions/a-/azure-c-shared-utility.json
vcpkg/versions/a-/azure-core-cpp.json
vcpkg/versions/a-/azure-identity-cpp.json
vcpkg/versions/a-/azure-iot-sdk-c.json
vcpkg/versions/a-/azure-kinect-sensor-sdk.json
vcpkg/versions/a-/azure-macro-utils-c.json
vcpkg/versions/a-/azure-security-keyvault-certificates-cpp.json
vcpkg/versions/a-/azure-security-keyvault-common-cpp.json
vcpkg/versions/a-/azure-security-keyvault-keys-cpp.json
vcpkg/versions/a-/azure-security-keyvault-secrets-cpp.json
vcpkg/versions/a-/azure-storage-blobs-cpp.json
vcpkg/versions/a-/azure-storage-common-cpp.json
vcpkg/versions/a-/azure-storage-cpp.json
vcpkg/versions/a-/azure-storage-files-datalake-cpp.json
vcpkg/versions/a-/azure-storage-files-shares-cpp.json
vcpkg/versions/a-/azure-storage-queues-cpp.json
vcpkg/versions/a-/azure-uamqp-c.json
vcpkg/versions/a-/azure-uhttp-c.json
vcpkg/versions/a-/azure-umqtt-c.json
vcpkg/versions/b-/b64.json
vcpkg/versions/b-/basisu.json
vcpkg/versions/b-/bcg729.json
vcpkg/versions/b-/bddisasm.json
vcpkg/versions/b-/bde.json
vcpkg/versions/b-/bdwgc.json
vcpkg/versions/b-/beast.json
vcpkg/versions/b-/behaviortree-cpp.json
vcpkg/versions/b-/benchmark.json
vcpkg/versions/b-/bento4.json
vcpkg/versions/b-/berkeleydb.json
vcpkg/versions/b-/bext-di.json
vcpkg/versions/b-/bext-sml.json
vcpkg/versions/b-/bext-ut.json
vcpkg/versions/b-/bext-wintls.json
vcpkg/versions/b-/bfgroup-lyra.json
vcpkg/versions/b-/bigint.json
vcpkg/versions/b-/binn.json
vcpkg/versions/b-/bitmagic.json
vcpkg/versions/b-/bitserializer-cpprestjson.json
vcpkg/versions/b-/bitserializer-pugixml.json
vcpkg/versions/b-/bitserializer-rapidjson.json
vcpkg/versions/b-/bitserializer-rapidyaml.json
vcpkg/versions/b-/bitserializer.json
vcpkg/versions/b-/bitsery.json
vcpkg/versions/b-/blas.json
vcpkg/versions/b-/blaze.json
vcpkg/versions/b-/blend2d.json
vcpkg/versions/b-/blitz.json
vcpkg/versions/b-/blosc.json
vcpkg/versions/b-/boinc.json
vcpkg/versions/b-/bond.json
vcpkg/versions/b-/boolinq.json
vcpkg/versions/b-/boost-accumulators.json
vcpkg/versions/b-/boost-algorithm.json
vcpkg/versions/b-/boost-align.json
vcpkg/versions/b-/boost-any.json
vcpkg/versions/b-/boost-array.json
vcpkg/versions/b-/boost-asio.json
vcpkg/versions/b-/boost-assert.json
vcpkg/versions/b-/boost-assign.json
vcpkg/versions/b-/boost-atomic.json
vcpkg/versions/b-/boost-beast.json
vcpkg/versions/b-/boost-bimap.json
vcpkg/versions/b-/boost-bind.json
vcpkg/versions/b-/boost-build.json
vcpkg/versions/b-/boost-callable-traits.json
vcpkg/versions/b-/boost-chrono.json
vcpkg/versions/b-/boost-circular-buffer.json
vcpkg/versions/b-/boost-compatibility.json
vcpkg/versions/b-/boost-compute.json
vcpkg/versions/b-/boost-concept-check.json
vcpkg/versions/b-/boost-config.json
vcpkg/versions/b-/boost-container-hash.json
vcpkg/versions/b-/boost-container.json
vcpkg/versions/b-/boost-context.json
vcpkg/versions/b-/boost-contract.json
vcpkg/versions/b-/boost-conversion.json
vcpkg/versions/b-/boost-convert.json
vcpkg/versions/b-/boost-core.json
vcpkg/versions/b-/boost-coroutine.json
vcpkg/versions/b-/boost-coroutine2.json
vcpkg/versions/b-/boost-crc.json
vcpkg/versions/b-/boost-date-time.json
vcpkg/versions/b-/boost-describe.json
vcpkg/versions/b-/boost-detail.json
vcpkg/versions/b-/boost-di.json
vcpkg/versions/b-/boost-dll.json
vcpkg/versions/b-/boost-dynamic-bitset.json
vcpkg/versions/b-/boost-endian.json
vcpkg/versions/b-/boost-exception.json
vcpkg/versions/b-/boost-fiber.json
vcpkg/versions/b-/boost-filesystem.json
vcpkg/versions/b-/boost-flyweight.json
vcpkg/versions/b-/boost-foreach.json
vcpkg/versions/b-/boost-format.json
vcpkg/versions/b-/boost-function-types.json
vcpkg/versions/b-/boost-function.json
vcpkg/versions/b-/boost-functional.json
vcpkg/versions/b-/boost-fusion.json
vcpkg/versions/b-/boost-geometry.json
vcpkg/versions/b-/boost-gil.json
vcpkg/versions/b-/boost-graph-parallel.json
vcpkg/versions/b-/boost-graph.json
vcpkg/versions/b-/boost-hana.json
vcpkg/versions/b-/boost-heap.json
vcpkg/versions/b-/boost-histogram.json
vcpkg/versions/b-/boost-hof.json
vcpkg/versions/b-/boost-icl.json
vcpkg/versions/b-/boost-integer.json
vcpkg/versions/b-/boost-interprocess.json
vcpkg/versions/b-/boost-interval.json
vcpkg/versions/b-/boost-intrusive.json
vcpkg/versions/b-/boost-io.json
vcpkg/versions/b-/boost-iostreams.json
vcpkg/versions/b-/boost-iterator.json
vcpkg/versions/b-/boost-json.json
vcpkg/versions/b-/boost-lambda.json
vcpkg/versions/b-/boost-lambda2.json
vcpkg/versions/b-/boost-leaf.json
vcpkg/versions/b-/boost-lexical-cast.json
vcpkg/versions/b-/boost-local-function.json
vcpkg/versions/b-/boost-locale.json
vcpkg/versions/b-/boost-lockfree.json
vcpkg/versions/b-/boost-log.json
vcpkg/versions/b-/boost-logic.json
vcpkg/versions/b-/boost-math.json
vcpkg/versions/b-/boost-metaparse.json
vcpkg/versions/b-/boost-modular-build-helper.json
vcpkg/versions/b-/boost-move.json
vcpkg/versions/b-/boost-mp11.json
vcpkg/versions/b-/boost-mpi.json
vcpkg/versions/b-/boost-mpl.json
vcpkg/versions/b-/boost-msm.json
vcpkg/versions/b-/boost-multi-array.json
vcpkg/versions/b-/boost-multi-index.json
vcpkg/versions/b-/boost-multiprecision.json
vcpkg/versions/b-/boost-nowide.json
vcpkg/versions/b-/boost-numeric-conversion.json
vcpkg/versions/b-/boost-odeint.json
vcpkg/versions/b-/boost-optional.json
vcpkg/versions/b-/boost-outcome.json
vcpkg/versions/b-/boost-parameter-python.json
vcpkg/versions/b-/boost-parameter.json
vcpkg/versions/b-/boost-pfr.json
vcpkg/versions/b-/boost-phoenix.json
vcpkg/versions/b-/boost-poly-collection.json
vcpkg/versions/b-/boost-polygon.json
vcpkg/versions/b-/boost-pool.json
vcpkg/versions/b-/boost-predef.json
vcpkg/versions/b-/boost-preprocessor.json
vcpkg/versions/b-/boost-process.json
vcpkg/versions/b-/boost-program-options.json
vcpkg/versions/b-/boost-property-map-parallel.json
vcpkg/versions/b-/boost-property-map.json
vcpkg/versions/b-/boost-property-tree.json
vcpkg/versions/b-/boost-proto.json
vcpkg/versions/b-/boost-ptr-container.json
vcpkg/versions/b-/boost-python.json
vcpkg/versions/b-/boost-qvm.json
vcpkg/versions/b-/boost-random.json
vcpkg/versions/b-/boost-range.json
vcpkg/versions/b-/boost-ratio.json
vcpkg/versions/b-/boost-rational.json
vcpkg/versions/b-/boost-regex.json
vcpkg/versions/b-/boost-safe-numerics.json
vcpkg/versions/b-/boost-scope-exit.json
vcpkg/versions/b-/boost-serialization.json
vcpkg/versions/b-/boost-signals2.json
vcpkg/versions/b-/boost-smart-ptr.json
vcpkg/versions/b-/boost-sort.json
vcpkg/versions/b-/boost-spirit.json
vcpkg/versions/b-/boost-stacktrace.json
vcpkg/versions/b-/boost-statechart.json
vcpkg/versions/b-/boost-static-assert.json
vcpkg/versions/b-/boost-static-string.json
vcpkg/versions/b-/boost-stl-interfaces.json
vcpkg/versions/b-/boost-system.json
vcpkg/versions/b-/boost-test.json
vcpkg/versions/b-/boost-thread.json
vcpkg/versions/b-/boost-throw-exception.json
vcpkg/versions/b-/boost-timer.json
vcpkg/versions/b-/boost-tokenizer.json
vcpkg/versions/b-/boost-tti.json
vcpkg/versions/b-/boost-tuple.json
vcpkg/versions/b-/boost-type-erasure.json
vcpkg/versions/b-/boost-type-index.json
vcpkg/versions/b-/boost-type-traits.json
vcpkg/versions/b-/boost-typeof.json
vcpkg/versions/b-/boost-ublas.json
vcpkg/versions/b-/boost-uninstall.json
vcpkg/versions/b-/boost-units.json
vcpkg/versions/b-/boost-unordered.json
vcpkg/versions/b-/boost-utility.json
vcpkg/versions/b-/boost-uuid.json
vcpkg/versions/b-/boost-variant.json
vcpkg/versions/b-/boost-variant2.json
vcpkg/versions/b-/boost-vcpkg-helpers.json
vcpkg/versions/b-/boost-vmd.json
vcpkg/versions/b-/boost-wave.json
vcpkg/versions/b-/boost-winapi.json
vcpkg/versions/b-/boost-xpressive.json
vcpkg/versions/b-/boost-yap.json
vcpkg/versions/b-/boost.json
vcpkg/versions/b-/boringssl.json
vcpkg/versions/b-/botan.json
vcpkg/versions/b-/box2d.json
vcpkg/versions/b-/breakpad.json
vcpkg/versions/b-/brigand.json
vcpkg/versions/b-/brotli.json
vcpkg/versions/b-/brpc.json
vcpkg/versions/b-/brunocodutra-metal.json
vcpkg/versions/b-/brynet.json
vcpkg/versions/b-/bshoshany-thread-pool.json
vcpkg/versions/b-/bsio.json
vcpkg/versions/b-/buck-yeh-bux-mariadb-client.json
vcpkg/versions/b-/buck-yeh-bux.json
vcpkg/versions/b-/bullet3.json
vcpkg/versions/b-/bustache.json
vcpkg/versions/b-/butteraugli.json
vcpkg/versions/b-/byte-lite.json
vcpkg/versions/b-/bzip2.json
vcpkg/versions/c-/c-ares.json
vcpkg/versions/c-/c4core.json
vcpkg/versions/c-/c89stringutils.json
vcpkg/versions/c-/caf.json
vcpkg/versions/c-/caffe2.json
vcpkg/versions/c-/cairo.json
vcpkg/versions/c-/cairomm.json
vcpkg/versions/c-/calceph.json
vcpkg/versions/c-/camport3.json
vcpkg/versions/c-/capnproto.json
vcpkg/versions/c-/capstone.json
vcpkg/versions/c-/cartographer.json
vcpkg/versions/c-/casclib.json
vcpkg/versions/c-/catch-classic.json
vcpkg/versions/c-/catch.json
vcpkg/versions/c-/catch2.json
vcpkg/versions/c-/cccapstone.json
vcpkg/versions/c-/ccd.json
vcpkg/versions/c-/ccfits.json
vcpkg/versions/c-/cctag.json
vcpkg/versions/c-/cctz.json
vcpkg/versions/c-/celero.json
vcpkg/versions/c-/cello.json
vcpkg/versions/c-/cereal.json
vcpkg/versions/c-/ceres.json
vcpkg/versions/c-/cfitsio.json
vcpkg/versions/c-/cgal.json
vcpkg/versions/c-/cgicc.json
vcpkg/versions/c-/cgl.json
vcpkg/versions/c-/cgltf.json
vcpkg/versions/c-/cgns.json
vcpkg/versions/c-/chaiscript.json
vcpkg/versions/c-/chakracore.json
vcpkg/versions/c-/charls.json
vcpkg/versions/c-/chartdir.json
vcpkg/versions/c-/check.json
vcpkg/versions/c-/chipmunk.json
vcpkg/versions/c-/chmlib.json
vcpkg/versions/c-/chromaprint.json
vcpkg/versions/c-/chromium-base.json
vcpkg/versions/c-/cimg.json
vcpkg/versions/c-/cityhash.json
vcpkg/versions/c-/civetweb.json
vcpkg/versions/c-/cjson.json
vcpkg/versions/c-/clamav.json
vcpkg/versions/c-/clapack.json
vcpkg/versions/c-/clara.json
vcpkg/versions/c-/clblas.json
vcpkg/versions/c-/clblast.json
vcpkg/versions/c-/clfft.json
vcpkg/versions/c-/cli.json
vcpkg/versions/c-/cli11.json
vcpkg/versions/c-/clickhouse-cpp.json
vcpkg/versions/c-/clipp.json
vcpkg/versions/c-/clockutils.json
vcpkg/versions/c-/clp.json
vcpkg/versions/c-/clrng.json
vcpkg/versions/c-/clue.json
vcpkg/versions/c-/cmark.json
vcpkg/versions/c-/cmcstl2.json
vcpkg/versions/c-/cminpack.json
vcpkg/versions/c-/cmocka.json
vcpkg/versions/c-/cnats.json
vcpkg/versions/c-/cnl.json
vcpkg/versions/c-/co.json
vcpkg/versions/c-/cocoyaxi.json
vcpkg/versions/c-/coin.json
vcpkg/versions/c-/coinutils.json
vcpkg/versions/c-/collada-dom.json
vcpkg/versions/c-/colmap.json
vcpkg/versions/c-/comms-ublox.json
vcpkg/versions/c-/comms.json
vcpkg/versions/c-/commsdsl.json
vcpkg/versions/c-/compoundfilereader.json
vcpkg/versions/c-/concurrencpp.json
vcpkg/versions/c-/concurrentqueue.json
vcpkg/versions/c-/console-bridge.json
vcpkg/versions/c-/constexpr-contracts.json
vcpkg/versions/c-/constexpr.json
vcpkg/versions/c-/continuable.json
vcpkg/versions/c-/coolprop.json
vcpkg/versions/c-/coroutine.json
vcpkg/versions/c-/corrade.json
vcpkg/versions/c-/cpp-base64.json
vcpkg/versions/c-/cpp-httplib.json
vcpkg/versions/c-/cpp-ipc.json
vcpkg/versions/c-/cpp-jwt.json
vcpkg/versions/c-/cpp-netlib.json
vcpkg/versions/c-/cpp-peglib.json
vcpkg/versions/c-/cpp-redis.json
vcpkg/versions/c-/cpp-taskflow.json
vcpkg/versions/c-/cpp-timsort.json
vcpkg/versions/c-/cppad.json
vcpkg/versions/c-/cppcms.json
vcpkg/versions/c-/cppcodec.json
vcpkg/versions/c-/cppcoro.json
vcpkg/versions/c-/cppfs.json
vcpkg/versions/c-/cppgraphqlgen.json
vcpkg/versions/c-/cppitertools.json
vcpkg/versions/c-/cppkafka.json
vcpkg/versions/c-/cppmicroservices.json
vcpkg/versions/c-/cpprestsdk.json
vcpkg/versions/c-/cpptoml.json
vcpkg/versions/c-/cppunit.json
vcpkg/versions/c-/cpputest.json
vcpkg/versions/c-/cppwinrt.json
vcpkg/versions/c-/cppxaml.json
vcpkg/versions/c-/cppzmq.json
vcpkg/versions/c-/cpr.json
vcpkg/versions/c-/cpu-features.json
vcpkg/versions/c-/cpuid.json
vcpkg/versions/c-/cpuinfo.json
vcpkg/versions/c-/cr.json
vcpkg/versions/c-/crashpad.json
vcpkg/versions/c-/crashrpt.json
vcpkg/versions/c-/crc32c.json
vcpkg/versions/c-/crfsuite.json
vcpkg/versions/c-/croncpp.json
vcpkg/versions/c-/crossguid.json
vcpkg/versions/c-/crow.json
vcpkg/versions/c-/cryptopp.json
vcpkg/versions/c-/cspice.json
vcpkg/versions/c-/ctbignum.json
vcpkg/versions/c-/ctemplate.json
vcpkg/versions/c-/ctp.json
vcpkg/versions/c-/ctre.json
vcpkg/versions/c-/cub.json
vcpkg/versions/c-/cuda.json
vcpkg/versions/c-/cudnn.json
vcpkg/versions/c-/cunit.json
vcpkg/versions/c-/curl.json
vcpkg/versions/c-/curlpp.json
vcpkg/versions/c-/cute-headers.json
vcpkg/versions/c-/cutelyst2.json
vcpkg/versions/c-/cwalk.json
vcpkg/versions/c-/cxxopts.json
vcpkg/versions/c-/czmq.json
vcpkg/versions/d-/d3d12-memory-allocator.json
vcpkg/versions/d-/d3dx12.json
vcpkg/versions/d-/darknet.json
vcpkg/versions/d-/darts-clone.json
vcpkg/versions/d-/dartsim.json
vcpkg/versions/d-/dataframe.json
vcpkg/versions/d-/date.json
vcpkg/versions/d-/dav1d.json
vcpkg/versions/d-/daw-header-libraries.json
vcpkg/versions/d-/daw-json-link.json
vcpkg/versions/d-/daw-utf-range.json
vcpkg/versions/d-/dbg-macro.json
vcpkg/versions/d-/dbghelp.json
vcpkg/versions/d-/dbow2.json
vcpkg/versions/d-/dbow3.json
vcpkg/versions/d-/dcmtk.json
vcpkg/versions/d-/debug-assert.json
vcpkg/versions/d-/decimal-for-cpp.json
vcpkg/versions/d-/detours.json
vcpkg/versions/d-/devicenameresolver.json
vcpkg/versions/d-/devil.json
vcpkg/versions/d-/dimcli.json
vcpkg/versions/d-/directx-headers.json
vcpkg/versions/d-/directxmath.json
vcpkg/versions/d-/directxmesh.json
vcpkg/versions/d-/directxsdk.json
vcpkg/versions/d-/directxtex.json
vcpkg/versions/d-/directxtk.json
vcpkg/versions/d-/directxtk12.json
vcpkg/versions/d-/dirent.json
vcpkg/versions/d-/discord-game-sdk.json
vcpkg/versions/d-/discord-rpc.json
vcpkg/versions/d-/discount.json
vcpkg/versions/d-/discreture.json
vcpkg/versions/d-/distorm.json
vcpkg/versions/d-/dlfcn-win32.json
vcpkg/versions/d-/dlib.json
vcpkg/versions/d-/dmlc.json
vcpkg/versions/d-/docopt.json
vcpkg/versions/d-/doctest.json
vcpkg/versions/d-/double-conversion.json
vcpkg/versions/d-/dpdk.json
vcpkg/versions/d-/draco.json
vcpkg/versions/d-/drlibs.json
vcpkg/versions/d-/drogon.json
vcpkg/versions/d-/dtl.json
vcpkg/versions/d-/duckx.json
vcpkg/versions/d-/duilib.json
vcpkg/versions/d-/duktape.json
vcpkg/versions/d-/dx.json
vcpkg/versions/d-/dxsdk-d3dx.json
vcpkg/versions/d-/dxut.json
vcpkg/versions/e-/eabase.json
vcpkg/versions/e-/eastl.json
vcpkg/versions/e-/easycl.json
vcpkg/versions/e-/easyhook.json
vcpkg/versions/e-/easyloggingpp.json
vcpkg/versions/e-/eathread.json
vcpkg/versions/e-/ebml.json
vcpkg/versions/e-/ecm.json
vcpkg/versions/e-/ecos.json
vcpkg/versions/e-/ecsutil.json
vcpkg/versions/e-/edlib.json
vcpkg/versions/e-/effects11.json
vcpkg/versions/e-/effolkronium-random.json
vcpkg/versions/e-/efsw.json
vcpkg/versions/e-/egl-registry.json
vcpkg/versions/e-/eigen3.json
vcpkg/versions/e-/elfio.json
vcpkg/versions/e-/elfutils.json
vcpkg/versions/e-/embree2.json
vcpkg/versions/e-/embree3.json
vcpkg/versions/e-/enet.json
vcpkg/versions/e-/ensmallen.json
vcpkg/versions/e-/entityx.json
vcpkg/versions/e-/entt.json
vcpkg/versions/e-/epsilon.json
vcpkg/versions/e-/esaxx.json
vcpkg/versions/e-/eve.json
vcpkg/versions/e-/evpp.json
vcpkg/versions/e-/exiv2.json
vcpkg/versions/e-/expat.json
vcpkg/versions/e-/expected-lite.json
vcpkg/versions/e-/exprtk.json
vcpkg/versions/e-/ezc3d.json
vcpkg/versions/f-/faad2.json
vcpkg/versions/f-/fadbad.json
vcpkg/versions/f-/faiss.json
vcpkg/versions/f-/fakeit.json
vcpkg/versions/f-/fann.json
vcpkg/versions/f-/farmhash.json
vcpkg/versions/f-/fast-cpp-csv-parser.json
vcpkg/versions/f-/fast-float.json
vcpkg/versions/f-/fastcdr.json
vcpkg/versions/f-/fastcgi.json
vcpkg/versions/f-/fastfeat.json
vcpkg/versions/f-/fastlz.json
vcpkg/versions/f-/fastor.json
vcpkg/versions/f-/fastrtps.json
vcpkg/versions/f-/fbgemm.json
vcpkg/versions/f-/fbthrift.json
vcpkg/versions/f-/fcl.json
vcpkg/versions/f-/fdk-aac.json
vcpkg/versions/f-/fdlibm.json
vcpkg/versions/f-/ffmpeg.json
vcpkg/versions/f-/ffnvcodec.json
vcpkg/versions/f-/fftw3.json
vcpkg/versions/f-/fftwpp.json
vcpkg/versions/f-/field3d.json
vcpkg/versions/f-/fixed-string.json
vcpkg/versions/f-/fizz.json
vcpkg/versions/f-/flann.json
vcpkg/versions/f-/flash-runtime-extensions.json
vcpkg/versions/f-/flashlight-cpu.json
vcpkg/versions/f-/flashlight-cuda.json
vcpkg/versions/f-/flatbuffers.json
vcpkg/versions/f-/flint.json
vcpkg/versions/f-/fltk.json
vcpkg/versions/f-/fluidlite.json
vcpkg/versions/f-/fluidsynth.json
vcpkg/versions/f-/fmem.json
vcpkg/versions/f-/fmi4cpp.json
vcpkg/versions/f-/fmilib.json
vcpkg/versions/f-/fmt.json
vcpkg/versions/f-/folly.json
vcpkg/versions/f-/font-chef.json
vcpkg/versions/f-/fontconfig.json
vcpkg/versions/f-/foonathan-memory.json
vcpkg/versions/f-/forest.json
vcpkg/versions/f-/forge.json
vcpkg/versions/f-/foxi.json
vcpkg/versions/f-/fp16.json
vcpkg/versions/f-/fplus.json
vcpkg/versions/f-/freealut.json
vcpkg/versions/f-/freeglut.json
vcpkg/versions/f-/freeimage.json
vcpkg/versions/f-/freeopcua.json
vcpkg/versions/f-/freerdp.json
vcpkg/versions/f-/freetds.json
vcpkg/versions/f-/freetype-gl.json
vcpkg/versions/f-/freetype.json
vcpkg/versions/f-/freexl.json
vcpkg/versions/f-/fribidi.json
vcpkg/versions/f-/frozen.json
vcpkg/versions/f-/frugally-deep.json
vcpkg/versions/f-/fruit.json
vcpkg/versions/f-/ftgl.json
vcpkg/versions/f-/ftxui.json
vcpkg/versions/f-/function2.json
vcpkg/versions/f-/functions-framework-cpp.json
vcpkg/versions/f-/fuzzylite.json
vcpkg/versions/f-/fxdiv.json
vcpkg/versions/g-/g2o.json
vcpkg/versions/g-/g3log.json
vcpkg/versions/g-/gainput.json
vcpkg/versions/g-/gamedev-framework.json
vcpkg/versions/g-/gamenetworkingsockets.json
vcpkg/versions/g-/gamma.json
vcpkg/versions/g-/gasol.json
vcpkg/versions/g-/gaussianlib.json
vcpkg/versions/g-/gcem.json
vcpkg/versions/g-/gdal.json
vcpkg/versions/g-/gdcm.json
vcpkg/versions/g-/gdcm2.json
vcpkg/versions/g-/gdk-pixbuf.json
vcpkg/versions/g-/gemmlowp.json
vcpkg/versions/g-/genann.json
vcpkg/versions/g-/geogram.json
vcpkg/versions/g-/geographiclib.json
vcpkg/versions/g-/geos.json
vcpkg/versions/g-/geotrans.json
vcpkg/versions/g-/getdns.json
vcpkg/versions/g-/getopt-win32.json
vcpkg/versions/g-/getopt.json
vcpkg/versions/g-/gettext.json
vcpkg/versions/g-/gettimeofday.json
vcpkg/versions/g-/gflags.json
vcpkg/versions/g-/ghc-filesystem.json
vcpkg/versions/g-/gherkin-c.json
vcpkg/versions/g-/giflib.json
vcpkg/versions/g-/ginkgo.json
vcpkg/versions/g-/gl2ps.json
vcpkg/versions/g-/gl3w.json
vcpkg/versions/g-/glad.json
vcpkg/versions/g-/glbinding.json
vcpkg/versions/g-/glew.json
vcpkg/versions/g-/glfw3.json
vcpkg/versions/g-/gli.json
vcpkg/versions/g-/glib.json
vcpkg/versions/g-/glibmm.json
vcpkg/versions/g-/glm.json
vcpkg/versions/g-/globjects.json
vcpkg/versions/g-/glog.json
vcpkg/versions/g-/gloo.json
vcpkg/versions/g-/glslang.json
vcpkg/versions/g-/glui.json
vcpkg/versions/g-/gmime.json
vcpkg/versions/g-/gmmlib.json
vcpkg/versions/g-/gmp.json
vcpkg/versions/g-/gmsh.json
vcpkg/versions/g-/gobject-introspection.json
vcpkg/versions/g-/google-cloud-cpp-common.json
vcpkg/versions/g-/google-cloud-cpp-spanner.json
vcpkg/versions/g-/google-cloud-cpp.json
vcpkg/versions/g-/googleapis.json
vcpkg/versions/g-/gperf.json
vcpkg/versions/g-/gperftools.json
vcpkg/versions/g-/gpgme.json
vcpkg/versions/g-/gppanel.json
vcpkg/versions/g-/graphene.json
vcpkg/versions/g-/graphicsmagick.json
vcpkg/versions/g-/graphite2.json
vcpkg/versions/g-/graphqlparser.json
vcpkg/versions/g-/graphviz.json
vcpkg/versions/g-/greatest.json
vcpkg/versions/g-/grpc.json
vcpkg/versions/g-/grppi.json
vcpkg/versions/g-/gsl-lite.json
vcpkg/versions/g-/gsl.json
vcpkg/versions/g-/gsoap.json
vcpkg/versions/g-/gst-rtsp-server.json
vcpkg/versions/g-/gstreamer.json
vcpkg/versions/g-/gtest.json
vcpkg/versions/g-/gtk.json
vcpkg/versions/g-/gtkmm.json
vcpkg/versions/g-/gts.json
vcpkg/versions/g-/guetzli.json
vcpkg/versions/g-/guilite.json
vcpkg/versions/g-/gumbo.json
vcpkg/versions/g-/gzip-hpp.json
vcpkg/versions/h-/h3.json
vcpkg/versions/h-/h5py-lzf.json
vcpkg/versions/h-/halide.json
vcpkg/versions/h-/happly.json
vcpkg/versions/h-/harfbuzz.json
vcpkg/versions/h-/hayai.json
vcpkg/versions/h-/hazelcast-cpp-client.json
vcpkg/versions/h-/hdf5.json
vcpkg/versions/h-/healpix.json
vcpkg/versions/h-/hedley.json
vcpkg/versions/h-/hexl.json
vcpkg/versions/h-/hffix.json
vcpkg/versions/h-/hfsm2.json
vcpkg/versions/h-/hidapi.json
vcpkg/versions/h-/highfive.json
vcpkg/versions/h-/highway.json
vcpkg/versions/h-/hiredis.json
vcpkg/versions/h-/hpx.json
vcpkg/versions/h-/http-parser.json
vcpkg/versions/h-/hungarian.json
vcpkg/versions/h-/hunspell.json
vcpkg/versions/h-/hwloc.json
vcpkg/versions/h-/hyperscan.json
vcpkg/versions/h-/hypodermic.json
vcpkg/versions/h-/hypre.json
vcpkg/versions/i-/icu.json
vcpkg/versions/i-/ideviceinstaller.json
vcpkg/versions/i-/idevicerestore.json
vcpkg/versions/i-/if97.json
vcpkg/versions/i-/igloo.json
vcpkg/versions/i-/ignition-cmake0.json
vcpkg/versions/i-/ignition-cmake2.json
vcpkg/versions/i-/ignition-common1.json
vcpkg/versions/i-/ignition-common3.json
vcpkg/versions/i-/ignition-fuel-tools1.json
vcpkg/versions/i-/ignition-fuel-tools4.json
vcpkg/versions/i-/ignition-math4.json
vcpkg/versions/i-/ignition-math6.json
vcpkg/versions/i-/ignition-modularscripts.json
vcpkg/versions/i-/ignition-msgs1.json
vcpkg/versions/i-/ignition-msgs5.json
vcpkg/versions/i-/ignition-msgs6.json
vcpkg/versions/i-/ignition-plugin1.json
vcpkg/versions/i-/ignition-transport4.json
vcpkg/versions/i-/ignition-transport8.json
vcpkg/versions/i-/ignition-transport9.json
vcpkg/versions/i-/igraph.json
vcpkg/versions/i-/iir1.json
vcpkg/versions/i-/ijg-libjpeg.json
vcpkg/versions/i-/ilmbase.json
vcpkg/versions/i-/imath.json
vcpkg/versions/i-/imgui-sfml.json
vcpkg/versions/i-/imgui.json
vcpkg/versions/i-/imguizmo.json
vcpkg/versions/i-/immer.json
vcpkg/versions/i-/implot.json
vcpkg/versions/i-/indicators.json
vcpkg/versions/i-/influxdb-cxx.json
vcpkg/versions/i-/infoware.json
vcpkg/versions/i-/inih.json
vcpkg/versions/i-/iniparser.json
vcpkg/versions/i-/inja.json
vcpkg/versions/i-/intel-ipsec.json
vcpkg/versions/i-/intel-mkl.json
vcpkg/versions/i-/intelrdfpmathlib.json
vcpkg/versions/i-/io2d.json
vcpkg/versions/i-/irrlicht.json
vcpkg/versions/i-/irrxml.json
vcpkg/versions/i-/isal.json
vcpkg/versions/i-/ismrmrd.json
vcpkg/versions/i-/itk.json
vcpkg/versions/i-/itpp.json
vcpkg/versions/i-/ixwebsocket.json
vcpkg/versions/j-/jack2.json
vcpkg/versions/j-/jaeger-client-cpp.json
vcpkg/versions/j-/jansson.json
vcpkg/versions/j-/jasper.json
vcpkg/versions/j-/jbig2dec.json
vcpkg/versions/j-/jbigkit.json
vcpkg/versions/j-/jemalloc.json
vcpkg/versions/j-/jinja2cpplight.json
vcpkg/versions/j-/josuttis-jthread.json
vcpkg/versions/j-/jsmn.json
vcpkg/versions/j-/json-c.json
vcpkg/versions/j-/json-dto.json
vcpkg/versions/j-/json-schema-validator.json
vcpkg/versions/j-/json-spirit.json
vcpkg/versions/j-/json11.json
vcpkg/versions/j-/json5-parser.json
vcpkg/versions/j-/jsoncons.json
vcpkg/versions/j-/jsoncpp.json
vcpkg/versions/j-/jsonnet.json
vcpkg/versions/j-/jwt-cpp.json
vcpkg/versions/j-/jxrlib.json
vcpkg/versions/k-/kangaru.json
vcpkg/versions/k-/kcp.json
vcpkg/versions/k-/kd-soap.json
vcpkg/versions/k-/kdbindings.json
vcpkg/versions/k-/kddockwidgets.json
vcpkg/versions/k-/kealib.json
vcpkg/versions/k-/kenlm.json
vcpkg/versions/k-/keystone.json
vcpkg/versions/k-/kf5archive.json
vcpkg/versions/k-/kf5attica.json
vcpkg/versions/k-/kf5auth.json
vcpkg/versions/k-/kf5bookmarks.json
vcpkg/versions/k-/kf5codecs.json
vcpkg/versions/k-/kf5completion.json
vcpkg/versions/k-/kf5config.json
vcpkg/versions/k-/kf5configwidgets.json
vcpkg/versions/k-/kf5coreaddons.json
vcpkg/versions/k-/kf5crash.json
vcpkg/versions/k-/kf5dbusaddons.json
vcpkg/versions/k-/kf5declarative.json
vcpkg/versions/k-/kf5diagram.json
vcpkg/versions/k-/kf5globalaccel.json
vcpkg/versions/k-/kf5guiaddons.json
vcpkg/versions/k-/kf5holidays.json
vcpkg/versions/k-/kf5i18n.json
vcpkg/versions/k-/kf5iconthemes.json
vcpkg/versions/k-/kf5itemmodels.json
vcpkg/versions/k-/kf5itemviews.json
vcpkg/versions/k-/kf5jobwidgets.json
vcpkg/versions/k-/kf5kcmutils.json
vcpkg/versions/k-/kf5kio.json
vcpkg/versions/k-/kf5newstuff.json
vcpkg/versions/k-/kf5notifications.json
vcpkg/versions/k-/kf5package.json
vcpkg/versions/k-/kf5plotting.json
vcpkg/versions/k-/kf5service.json
vcpkg/versions/k-/kf5solid.json
vcpkg/versions/k-/kf5sonnet.json
vcpkg/versions/k-/kf5syntaxhighlighting.json
vcpkg/versions/k-/kf5textwidgets.json
vcpkg/versions/k-/kf5wallet.json
vcpkg/versions/k-/kf5widgetsaddons.json
vcpkg/versions/k-/kf5windowsystem.json
vcpkg/versions/k-/kf5xmlgui.json
vcpkg/versions/k-/kfr.json
vcpkg/versions/k-/kinectsdk1.json
vcpkg/versions/k-/kinectsdk2.json
vcpkg/versions/k-/kissfft.json
vcpkg/versions/k-/klein.json
vcpkg/versions/k-/knet.json
vcpkg/versions/k-/krabsetw.json
vcpkg/versions/k-/ktx.json
vcpkg/versions/k-/kubazip.json
vcpkg/versions/k-/kubernetes.json
vcpkg/versions/k-/kuku.json
vcpkg/versions/k-/kvasir-mpl.json
vcpkg/versions/k-/kwsys.json
vcpkg/versions/l-/lager.json
vcpkg/versions/l-/lapack-reference.json
vcpkg/versions/l-/lapack.json
vcpkg/versions/l-/lastools.json
vcpkg/versions/l-/laszip.json
vcpkg/versions/l-/launch-darkly-server.json
vcpkg/versions/l-/lazy-importer.json
vcpkg/versions/l-/lcm.json
vcpkg/versions/l-/lcms.json
vcpkg/versions/l-/leaf.json
vcpkg/versions/l-/lemon.json
vcpkg/versions/l-/leptonica.json
vcpkg/versions/l-/lerc.json
vcpkg/versions/l-/lest.json
vcpkg/versions/l-/leveldb.json
vcpkg/versions/l-/levmar.json
vcpkg/versions/l-/libaaplus.json
vcpkg/versions/l-/libaiff.json
vcpkg/versions/l-/libalkimia.json
vcpkg/versions/l-/libao.json
vcpkg/versions/l-/libarchive.json
vcpkg/versions/l-/libass.json
vcpkg/versions/l-/libassuan.json
vcpkg/versions/l-/libatomic-ops.json
vcpkg/versions/l-/libavif.json
vcpkg/versions/l-/libb2.json
vcpkg/versions/l-/libbacktrace.json
vcpkg/versions/l-/libbf.json
vcpkg/versions/l-/libbson.json
vcpkg/versions/l-/libcanberra.json
vcpkg/versions/l-/libcbor.json
vcpkg/versions/l-/libcds.json
vcpkg/versions/l-/libcerf.json
vcpkg/versions/l-/libconfig.json
vcpkg/versions/l-/libconfuse.json
vcpkg/versions/l-/libcopp.json
vcpkg/versions/l-/libcpplocate.json
vcpkg/versions/l-/libcrafter.json
vcpkg/versions/l-/libcroco.json
vcpkg/versions/l-/libcuckoo.json
vcpkg/versions/l-/libcurl-simple-https.json
vcpkg/versions/l-/libdatachannel.json
vcpkg/versions/l-/libdatrie.json
vcpkg/versions/l-/libdc1394.json
vcpkg/versions/l-/libde265.json
vcpkg/versions/l-/libdisasm.json
vcpkg/versions/l-/libdivide.json
vcpkg/versions/l-/libdjinterop.json
vcpkg/versions/l-/libdshowcapture.json
vcpkg/versions/l-/libe57.json
vcpkg/versions/l-/libe57format.json
vcpkg/versions/l-/libebur128.json
vcpkg/versions/l-/libepoxy.json
vcpkg/versions/l-/libevent.json
vcpkg/versions/l-/libevhtp.json
vcpkg/versions/l-/libexif.json
vcpkg/versions/l-/libfabric.json
vcpkg/versions/l-/libffi.json
vcpkg/versions/l-/libfido2.json
vcpkg/versions/l-/libflac.json
vcpkg/versions/l-/libfort.json
vcpkg/versions/l-/libfreenect2.json
vcpkg/versions/l-/libftdi.json
vcpkg/versions/l-/libftdi1.json
vcpkg/versions/l-/libgcrypt.json
vcpkg/versions/l-/libgd.json
vcpkg/versions/l-/libgeotiff.json
vcpkg/versions/l-/libgit2.json
vcpkg/versions/l-/libgnutls.json
vcpkg/versions/l-/libgo.json
vcpkg/versions/l-/libgpg-error.json
vcpkg/versions/l-/libgpiod.json
vcpkg/versions/l-/libgpod.json
vcpkg/versions/l-/libgta.json
vcpkg/versions/l-/libguarded.json
vcpkg/versions/l-/libgwenhywfar.json
vcpkg/versions/l-/libgxps.json
vcpkg/versions/l-/libharu.json
vcpkg/versions/l-/libhdfs3.json
vcpkg/versions/l-/libheif.json
vcpkg/versions/l-/libhsplasma.json
vcpkg/versions/l-/libhv.json
vcpkg/versions/l-/libhydrogen.json
vcpkg/versions/l-/libical.json
vcpkg/versions/l-/libiconv.json
vcpkg/versions/l-/libics.json
vcpkg/versions/l-/libideviceactivation.json
vcpkg/versions/l-/libidn2.json
vcpkg/versions/l-/libigl.json
vcpkg/versions/l-/libilbc.json
vcpkg/versions/l-/libimobiledevice.json
vcpkg/versions/l-/libirecovery.json
vcpkg/versions/l-/libjpeg-turbo.json
vcpkg/versions/l-/libjuice.json
vcpkg/versions/l-/libjxl.json
vcpkg/versions/l-/libkeyfinder.json
vcpkg/versions/l-/libkml.json
vcpkg/versions/l-/liblas.json
vcpkg/versions/l-/liblbfgs.json
vcpkg/versions/l-/liblemon.json
vcpkg/versions/l-/liblinear.json
vcpkg/versions/l-/liblo.json
vcpkg/versions/l-/liblsl.json
vcpkg/versions/l-/liblzma.json
vcpkg/versions/l-/libmad.json
vcpkg/versions/l-/libmagic.json
vcpkg/versions/l-/libmariadb.json
vcpkg/versions/l-/libmaxminddb.json
vcpkg/versions/l-/libmediainfo.json
vcpkg/versions/l-/libmesh.json
vcpkg/versions/l-/libmicrohttpd.json
vcpkg/versions/l-/libmikmod.json
vcpkg/versions/l-/libmodbus.json
vcpkg/versions/l-/libmodman.json
vcpkg/versions/l-/libmodplug.json
vcpkg/versions/l-/libmorton.json
vcpkg/versions/l-/libmount.json
vcpkg/versions/l-/libmpeg2.json
vcpkg/versions/l-/libmspack.json
vcpkg/versions/l-/libmt32emu.json
vcpkg/versions/l-/libmupdf.json
vcpkg/versions/l-/libmysql.json
vcpkg/versions/l-/libnice.json
vcpkg/versions/l-/libnoise.json
vcpkg/versions/l-/libnop.json
vcpkg/versions/l-/libodb-boost.json
vcpkg/versions/l-/libodb-mysql.json
vcpkg/versions/l-/libodb-pgsql.json
vcpkg/versions/l-/libodb-sqlite.json
vcpkg/versions/l-/libodb.json
vcpkg/versions/l-/libogg.json
vcpkg/versions/l-/libopenmpt.json
vcpkg/versions/l-/libopensp.json
vcpkg/versions/l-/libopusenc.json
vcpkg/versions/l-/libosip2.json
vcpkg/versions/l-/libosmium.json
vcpkg/versions/l-/libosmscout.json
vcpkg/versions/l-/libp7-baical.json
vcpkg/versions/l-/libp7client.json
vcpkg/versions/l-/libpcap.json
vcpkg/versions/l-/libpff.json
vcpkg/versions/l-/libplist.json
vcpkg/versions/l-/libpmemobj-cpp.json
vcpkg/versions/l-/libpng.json
vcpkg/versions/l-/libpopt.json
vcpkg/versions/l-/libpq.json
vcpkg/versions/l-/libpqxx.json
vcpkg/versions/l-/libprotobuf-mutator.json
vcpkg/versions/l-/libproxy.json
vcpkg/versions/l-/libqcow.json
vcpkg/versions/l-/libqglviewer.json
vcpkg/versions/l-/libqrencode.json
vcpkg/versions/l-/librabbitmq.json
vcpkg/versions/l-/libraqm.json
vcpkg/versions/l-/libraw.json
vcpkg/versions/l-/librdkafka.json
vcpkg/versions/l-/libressl.json
vcpkg/versions/l-/librsvg.json
vcpkg/versions/l-/librsync.json
vcpkg/versions/l-/librtmp.json
vcpkg/versions/l-/librttopo.json
vcpkg/versions/l-/libsamplerate.json
vcpkg/versions/l-/libsass.json
vcpkg/versions/l-/libsbml.json
vcpkg/versions/l-/libsbsms.json
vcpkg/versions/l-/libsecret.json
vcpkg/versions/l-/libsercomm.json
vcpkg/versions/l-/libsigcpp-3.json
vcpkg/versions/l-/libsigcpp.json
vcpkg/versions/l-/libslirp.json
vcpkg/versions/l-/libsmb2.json
vcpkg/versions/l-/libsndfile.json
vcpkg/versions/l-/libsnoretoast.json
vcpkg/versions/l-/libsodium.json
vcpkg/versions/l-/libsoundio.json
vcpkg/versions/l-/libspatialindex.json
vcpkg/versions/l-/libspatialite.json
vcpkg/versions/l-/libspnav.json
vcpkg/versions/l-/libsquish.json
vcpkg/versions/l-/libsrt.json
vcpkg/versions/l-/libsrtp.json
vcpkg/versions/l-/libssh.json
vcpkg/versions/l-/libssh2.json
vcpkg/versions/l-/libstemmer.json
vcpkg/versions/l-/libstk.json
vcpkg/versions/l-/libsvm.json
vcpkg/versions/l-/libtasn1.json
vcpkg/versions/l-/libtcod.json
vcpkg/versions/l-/libtess2.json
vcpkg/versions/l-/libtheora.json
vcpkg/versions/l-/libtins.json
vcpkg/versions/l-/libtomcrypt.json
vcpkg/versions/l-/libtommath.json
vcpkg/versions/l-/libtorrent.json
vcpkg/versions/l-/libu2f-server.json
vcpkg/versions/l-/libudis86.json
vcpkg/versions/l-/libudns.json
vcpkg/versions/l-/libui.json
vcpkg/versions/l-/libunibreak.json
vcpkg/versions/l-/libunifex.json
vcpkg/versions/l-/libunistring.json
vcpkg/versions/l-/liburing.json
vcpkg/versions/l-/libusb-win32.json
vcpkg/versions/l-/libusb.json
vcpkg/versions/l-/libusbmuxd.json
vcpkg/versions/l-/libuuid.json
vcpkg/versions/l-/libuv.json
vcpkg/versions/l-/libuvc.json
vcpkg/versions/l-/libvmdk.json
vcpkg/versions/l-/libvorbis.json
vcpkg/versions/l-/libvpx.json
vcpkg/versions/l-/libwandio.json
vcpkg/versions/l-/libwebm.json
vcpkg/versions/l-/libwebp.json
vcpkg/versions/l-/libwebsockets.json
vcpkg/versions/l-/libxdiff.json
vcpkg/versions/l-/libxlsxwriter.json
vcpkg/versions/l-/libxml2.json
vcpkg/versions/l-/libxmlmm.json
vcpkg/versions/l-/libxmlpp.json
vcpkg/versions/l-/libxmp-lite.json
vcpkg/versions/l-/libxslt.json
vcpkg/versions/l-/libyaml.json
vcpkg/versions/l-/libyuv.json
vcpkg/versions/l-/libzen.json
vcpkg/versions/l-/libzip.json
vcpkg/versions/l-/libzippp.json
vcpkg/versions/l-/licensepp.json
vcpkg/versions/l-/lilv.json
vcpkg/versions/l-/linalg.json
vcpkg/versions/l-/linenoise-ng.json
vcpkg/versions/l-/live555.json
vcpkg/versions/l-/llfio.json
vcpkg/versions/l-/llgl.json
vcpkg/versions/l-/llvm.json
vcpkg/versions/l-/lmdb.json
vcpkg/versions/l-/lodepng-c.json
vcpkg/versions/l-/lodepng.json
vcpkg/versions/l-/log4cplus.json
vcpkg/versions/l-/log4cpp.json
vcpkg/versions/l-/log4cxx.json
vcpkg/versions/l-/loguru.json
vcpkg/versions/l-/lpeg.json
vcpkg/versions/l-/lua.json
vcpkg/versions/l-/luabridge.json
vcpkg/versions/l-/luafilesystem.json
vcpkg/versions/l-/luajit.json
vcpkg/versions/l-/luasec.json
vcpkg/versions/l-/luasocket.json
vcpkg/versions/l-/lv2.json
vcpkg/versions/l-/lz4.json
vcpkg/versions/l-/lzfse.json
vcpkg/versions/l-/lzo.json
vcpkg/versions/l-/lzokay.json
vcpkg/versions/m-/magic-enum.json
vcpkg/versions/m-/magic-get.json
vcpkg/versions/m-/magnum-extras.json
vcpkg/versions/m-/magnum-integration.json
vcpkg/versions/m-/magnum-plugins.json
vcpkg/versions/m-/magnum.json
vcpkg/versions/m-/mailio.json
vcpkg/versions/m-/mapbox-geojson-cpp.json
vcpkg/versions/m-/mapbox-geojson-vt-cpp.json
vcpkg/versions/m-/mapbox-geometry.json
vcpkg/versions/m-/mapbox-polylabel.json
vcpkg/versions/m-/mapbox-variant.json
vcpkg/versions/m-/mapbox-wagyu.json
vcpkg/versions/m-/mapnik.json
vcpkg/versions/m-/marble.json
vcpkg/versions/m-/marl.json
vcpkg/versions/m-/mathc.json
vcpkg/versions/m-/mathgl.json
vcpkg/versions/m-/matio.json
vcpkg/versions/m-/matplotlib-cpp.json
vcpkg/versions/m-/matplotplusplus.json
vcpkg/versions/m-/matroska.json
vcpkg/versions/m-/mbedtls.json
vcpkg/versions/m-/mcpp.json
vcpkg/versions/m-/mdns.json
vcpkg/versions/m-/mdnsresponder.json
vcpkg/versions/m-/mdspan.json
vcpkg/versions/m-/mecab.json
vcpkg/versions/m-/memorymodule.json
vcpkg/versions/m-/mesa.json
vcpkg/versions/m-/meschach.json
vcpkg/versions/m-/meshoptimizer.json
vcpkg/versions/m-/metis.json
vcpkg/versions/m-/metrohash.json
vcpkg/versions/m-/mfl.json
vcpkg/versions/m-/mgnlibs.json
vcpkg/versions/m-/mhook.json
vcpkg/versions/m-/microsoft-signalr.json
vcpkg/versions/m-/mikktspace.json
vcpkg/versions/m-/milerius-sfml-imgui.json
vcpkg/versions/m-/mimalloc.json
vcpkg/versions/m-/minc.json
vcpkg/versions/m-/minhook.json
vcpkg/versions/m-/minifb.json
vcpkg/versions/m-/minimp3.json
vcpkg/versions/m-/minio-cpp.json
vcpkg/versions/m-/minisat-master-keying.json
vcpkg/versions/m-/minitrace.json
vcpkg/versions/m-/miniupnpc.json
vcpkg/versions/m-/miniz.json
vcpkg/versions/m-/minizip-ng.json
vcpkg/versions/m-/minizip.json
vcpkg/versions/m-/mio.json
vcpkg/versions/m-/mlpack.json
vcpkg/versions/m-/mman.json
vcpkg/versions/m-/mmloader.json
vcpkg/versions/m-/mmx.json
vcpkg/versions/m-/mnn.json
vcpkg/versions/m-/modp-base64.json
vcpkg/versions/m-/mongo-c-driver.json
vcpkg/versions/m-/mongo-cxx-driver.json
vcpkg/versions/m-/mongoose.json
vcpkg/versions/m-/monkeys-audio.json
vcpkg/versions/m-/moos-core.json
vcpkg/versions/m-/moos-essential.json
vcpkg/versions/m-/moos-ui.json
vcpkg/versions/m-/morton-nd.json
vcpkg/versions/m-/mosquitto.json
vcpkg/versions/m-/mozjpeg.json
vcpkg/versions/m-/mp-units.json
vcpkg/versions/m-/mp3lame.json
vcpkg/versions/m-/mpark-variant.json
vcpkg/versions/m-/mpc.json
vcpkg/versions/m-/mpfr.json
vcpkg/versions/m-/mpg123.json
vcpkg/versions/m-/mpi.json
vcpkg/versions/m-/mpir.json
vcpkg/versions/m-/mpmcqueue.json
vcpkg/versions/m-/mqtt-cpp.json
vcpkg/versions/m-/ms-angle.json
vcpkg/versions/m-/ms-gltf.json
vcpkg/versions/m-/ms-gsl.json
vcpkg/versions/m-/ms-quic.json
vcpkg/versions/m-/msdfgen.json
vcpkg/versions/m-/msgpack.json
vcpkg/versions/m-/msgpack11.json
vcpkg/versions/m-/msinttypes.json
vcpkg/versions/m-/msix.json
vcpkg/versions/m-/msmpi.json
vcpkg/versions/m-/mstch.json
vcpkg/versions/m-/mujs.json
vcpkg/versions/m-/munit.json
vcpkg/versions/m-/muparser.json
vcpkg/versions/m-/murmurhash.json
vcpkg/versions/m-/mvfst.json
vcpkg/versions/m-/mygui.json
vcpkg/versions/n-/nameof.json
vcpkg/versions/n-/nana.json
vcpkg/versions/n-/nano-signal-slot.json
vcpkg/versions/n-/nanobench.json
vcpkg/versions/n-/nanodbc.json
vcpkg/versions/n-/nanoflann.json
vcpkg/versions/n-/nanogui.json
vcpkg/versions/n-/nanomsg.json
vcpkg/versions/n-/nanopb.json
vcpkg/versions/n-/nanoprintf.json
vcpkg/versions/n-/nanorange.json
vcpkg/versions/n-/nanort.json
vcpkg/versions/n-/nanovg.json
vcpkg/versions/n-/nativefiledialog.json
vcpkg/versions/n-/nayuki-qr-code-generator.json
vcpkg/versions/n-/nccl.json
vcpkg/versions/n-/ncurses.json
vcpkg/versions/n-/neargye-semver.json
vcpkg/versions/n-/ned14-internal-quickcpplib.json
vcpkg/versions/n-/neon2sse.json
vcpkg/versions/n-/netcdf-c.json
vcpkg/versions/n-/netcdf-cxx4.json
vcpkg/versions/n-/nethost.json
vcpkg/versions/n-/nettle.json
vcpkg/versions/n-/networkdirect-sdk.json
vcpkg/versions/n-/nghttp2.json
vcpkg/versions/n-/ngspice.json
vcpkg/versions/n-/nifly.json
vcpkg/versions/n-/nifticlib.json
vcpkg/versions/n-/nlohmann-fifo-map.json
vcpkg/versions/n-/nlohmann-json.json
vcpkg/versions/n-/nlopt.json
vcpkg/versions/n-/nmap.json
vcpkg/versions/n-/nmslib.json
vcpkg/versions/n-/nng.json
vcpkg/versions/n-/nngpp.json
vcpkg/versions/n-/nnpack.json
vcpkg/versions/n-/nonius.json
vcpkg/versions/n-/nowide.json
vcpkg/versions/n-/nrf-ble-driver.json
vcpkg/versions/n-/nsync.json
vcpkg/versions/n-/nt-wrapper.json
vcpkg/versions/n-/nu-book-zxing-cpp.json
vcpkg/versions/n-/nuklear.json
vcpkg/versions/n-/numactl.json
vcpkg/versions/n-/numcpp.json
vcpkg/versions/n-/nuspell.json
vcpkg/versions/n-/nvtt.json
vcpkg/versions/o-/oatpp-consul.json
vcpkg/versions/o-/oatpp-curl.json
vcpkg/versions/o-/oatpp-libressl.json
vcpkg/versions/o-/oatpp-mbedtls.json
vcpkg/versions/o-/oatpp-mongo.json
vcpkg/versions/o-/oatpp-openssl.json
vcpkg/versions/o-/oatpp-postgresql.json
vcpkg/versions/o-/oatpp-sqlite.json
vcpkg/versions/o-/oatpp-ssdp.json
vcpkg/versions/o-/oatpp-swagger.json
vcpkg/versions/o-/oatpp-websocket.json
vcpkg/versions/o-/oatpp-zlib.json
vcpkg/versions/o-/oatpp.json
vcpkg/versions/o-/observer-ptr-lite.json
vcpkg/versions/o-/ocilib.json
vcpkg/versions/o-/octomap.json
vcpkg/versions/o-/ode.json
vcpkg/versions/o-/offscale-libetcd-cpp.json
vcpkg/versions/o-/ogdf.json
vcpkg/versions/o-/ogre-next.json
vcpkg/versions/o-/ogre.json
vcpkg/versions/o-/ois.json
vcpkg/versions/o-/ompl.json
vcpkg/versions/o-/omplapp.json
vcpkg/versions/o-/onednn.json
vcpkg/versions/o-/oniguruma.json
vcpkg/versions/o-/onnx-optimizer.json
vcpkg/versions/o-/onnx.json
vcpkg/versions/o-/onnxruntime-gpu.json
vcpkg/versions/o-/oof.json
vcpkg/versions/o-/open62541.json
vcpkg/versions/o-/openal-soft.json
vcpkg/versions/o-/openblas.json
vcpkg/versions/o-/opencascade.json
vcpkg/versions/o-/opencc.json
vcpkg/versions/o-/opencensus-cpp.json
vcpkg/versions/o-/opencl.json
vcpkg/versions/o-/opencolorio-tools.json
vcpkg/versions/o-/opencolorio.json
vcpkg/versions/o-/opencsg.json
vcpkg/versions/o-/opencv.json
vcpkg/versions/o-/opencv2.json
vcpkg/versions/o-/opencv3.json
vcpkg/versions/o-/opencv4.json
vcpkg/versions/o-/opendnp3.json
vcpkg/versions/o-/openexr.json
vcpkg/versions/o-/opengl-registry.json
vcpkg/versions/o-/opengl.json
vcpkg/versions/o-/openh264.json
vcpkg/versions/o-/openigtlink.json
vcpkg/versions/o-/openimageio.json
vcpkg/versions/o-/openjpeg.json
vcpkg/versions/o-/openmama.json
vcpkg/versions/o-/openmesh.json
vcpkg/versions/o-/openmpi.json
vcpkg/versions/o-/openmvg.json
vcpkg/versions/o-/openmvs.json
vcpkg/versions/o-/openni2.json
vcpkg/versions/o-/openscap.json
vcpkg/versions/o-/openssl-unix.json
vcpkg/versions/o-/openssl-uwp.json
vcpkg/versions/o-/openssl-windows.json
vcpkg/versions/o-/openssl.json
vcpkg/versions/o-/opensubdiv.json
vcpkg/versions/o-/opentelemetry-cpp.json
vcpkg/versions/o-/opentracing.json
vcpkg/versions/o-/openvdb.json
vcpkg/versions/o-/openvpn3.json
vcpkg/versions/o-/openvr.json
vcpkg/versions/o-/openxr-loader.json
vcpkg/versions/o-/optimus-cpp.json
vcpkg/versions/o-/optional-bare.json
vcpkg/versions/o-/optional-lite.json
vcpkg/versions/o-/opus.json
vcpkg/versions/o-/opusfile.json
vcpkg/versions/o-/orc.json
vcpkg/versions/o-/orocos-kdl.json
vcpkg/versions/o-/osg-qt.json
vcpkg/versions/o-/osg.json
vcpkg/versions/o-/osgearth.json
vcpkg/versions/o-/osi.json
vcpkg/versions/o-/otl.json
vcpkg/versions/o-/outcome.json
vcpkg/versions/p-/p-ranav-csv.json
vcpkg/versions/p-/p-ranav-csv2.json
vcpkg/versions/p-/pagmo2.json
vcpkg/versions/p-/paho-mqtt.json
vcpkg/versions/p-/paho-mqttpp3.json
vcpkg/versions/p-/palsigslot.json
vcpkg/versions/p-/pango.json
vcpkg/versions/p-/pangolin.json
vcpkg/versions/p-/pangomm.json
vcpkg/versions/p-/parallel-hashmap.json
vcpkg/versions/p-/parallelstl.json
vcpkg/versions/p-/paraview.json
vcpkg/versions/p-/parmetis.json
vcpkg/versions/p-/parquet.json
vcpkg/versions/p-/parson.json
vcpkg/versions/p-/pbc.json
vcpkg/versions/p-/pcapplusplus.json
vcpkg/versions/p-/pcg.json
vcpkg/versions/p-/pcl.json
vcpkg/versions/p-/pcre.json
vcpkg/versions/p-/pcre2.json
vcpkg/versions/p-/pdal-c.json
vcpkg/versions/p-/pdal.json
vcpkg/versions/p-/pdcurses.json
vcpkg/versions/p-/pdqsort.json
vcpkg/versions/p-/pe-parse.json
vcpkg/versions/p-/pegtl-2.json
vcpkg/versions/p-/pegtl.json
vcpkg/versions/p-/pffft.json
vcpkg/versions/p-/pfring.json
vcpkg/versions/p-/pfultz2-linq.json
vcpkg/versions/p-/phnt.json
vcpkg/versions/p-/physfs.json
vcpkg/versions/p-/physx.json
vcpkg/versions/p-/picojson.json
vcpkg/versions/p-/picosha2.json
vcpkg/versions/p-/piex.json
vcpkg/versions/p-/pistache.json
vcpkg/versions/p-/pixel.json
vcpkg/versions/p-/pixman.json
vcpkg/versions/p-/pkgconf.json
vcpkg/versions/p-/platform-folders.json
vcpkg/versions/p-/plf-colony.json
vcpkg/versions/p-/plf-hive.json
vcpkg/versions/p-/plf-list.json
vcpkg/versions/p-/plf-nanotimer.json
vcpkg/versions/p-/plf-stack.json
vcpkg/versions/p-/plib.json
vcpkg/versions/p-/plibsys.json
vcpkg/versions/p-/plog.json
vcpkg/versions/p-/plplot.json
vcpkg/versions/p-/plustache.json
vcpkg/versions/p-/pmdk.json
vcpkg/versions/p-/pngpp.json
vcpkg/versions/p-/pngwriter.json
vcpkg/versions/p-/poco.json
vcpkg/versions/p-/podofo.json
vcpkg/versions/p-/poissonrecon.json
vcpkg/versions/p-/poly2tri.json
vcpkg/versions/p-/polyclipping.json
vcpkg/versions/p-/polyhook2.json
vcpkg/versions/p-/polymorphic-value.json
vcpkg/versions/p-/ponder.json
vcpkg/versions/p-/poppler.json
vcpkg/versions/p-/popsift.json
vcpkg/versions/p-/portable-snippets.json
vcpkg/versions/p-/portaudio.json
vcpkg/versions/p-/portmidi.json
vcpkg/versions/p-/portsmf.json
vcpkg/versions/p-/ppconsul.json
vcpkg/versions/p-/ppmagic.json
vcpkg/versions/p-/pprint.json
vcpkg/versions/p-/pqp.json
vcpkg/versions/p-/presentmon.json
vcpkg/versions/p-/proj.json
vcpkg/versions/p-/proj4.json
vcpkg/versions/p-/prometheus-cpp.json
vcpkg/versions/p-/promise-cpp.json
vcpkg/versions/p-/protobuf-c.json
vcpkg/versions/p-/protobuf.json
vcpkg/versions/p-/protopuf.json
vcpkg/versions/p-/protozero.json
vcpkg/versions/p-/proxygen.json
vcpkg/versions/p-/proxywrapper.json
vcpkg/versions/p-/psimd.json
vcpkg/versions/p-/ptex.json
vcpkg/versions/p-/pthread.json
vcpkg/versions/p-/pthreadpool.json
vcpkg/versions/p-/pthreads.json
vcpkg/versions/p-/ptyqt.json
vcpkg/versions/p-/pugixml.json
vcpkg/versions/p-/pybind11.json
vcpkg/versions/p-/pystring.json
vcpkg/versions/p-/python2.json
vcpkg/versions/p-/python3.json
vcpkg/versions/q-/qca.json
vcpkg/versions/q-/qcustomplot.json
vcpkg/versions/q-/qhttpengine.json
vcpkg/versions/q-/qhull.json
vcpkg/versions/q-/qnnpack.json
vcpkg/versions/q-/qpid-proton.json
vcpkg/versions/q-/qscintilla.json
vcpkg/versions/q-/qt-advanced-docking-system.json
vcpkg/versions/q-/qt.json
vcpkg/versions/q-/qt5-3d.json
vcpkg/versions/q-/qt5-activeqt.json
vcpkg/versions/q-/qt5-androidextras.json
vcpkg/versions/q-/qt5-base.json
vcpkg/versions/q-/qt5-canvas3d.json
vcpkg/versions/q-/qt5-charts.json
vcpkg/versions/q-/qt5-connectivity.json
vcpkg/versions/q-/qt5-datavis3d.json
vcpkg/versions/q-/qt5-declarative.json
vcpkg/versions/q-/qt5-doc.json
vcpkg/versions/q-/qt5-gamepad.json
vcpkg/versions/q-/qt5-graphicaleffects.json
vcpkg/versions/q-/qt5-imageformats.json
vcpkg/versions/q-/qt5-location.json
vcpkg/versions/q-/qt5-macextras.json
vcpkg/versions/q-/qt5-modularscripts.json
vcpkg/versions/q-/qt5-mqtt.json
vcpkg/versions/q-/qt5-multimedia.json
vcpkg/versions/q-/qt5-networkauth.json
vcpkg/versions/q-/qt5-purchasing.json
vcpkg/versions/q-/qt5-quickcontrols.json
vcpkg/versions/q-/qt5-quickcontrols2.json
vcpkg/versions/q-/qt5-remoteobjects.json
vcpkg/versions/q-/qt5-script.json
vcpkg/versions/q-/qt5-scxml.json
vcpkg/versions/q-/qt5-sensors.json
vcpkg/versions/q-/qt5-serialbus.json
vcpkg/versions/q-/qt5-serialport.json
vcpkg/versions/q-/qt5-speech.json
vcpkg/versions/q-/qt5-svg.json
vcpkg/versions/q-/qt5-tools.json
vcpkg/versions/q-/qt5-translations.json
vcpkg/versions/q-/qt5-virtualkeyboard.json
vcpkg/versions/q-/qt5-wayland.json
vcpkg/versions/q-/qt5-webchannel.json
vcpkg/versions/q-/qt5-webengine.json
vcpkg/versions/q-/qt5-webglplugin.json
vcpkg/versions/q-/qt5-websockets.json
vcpkg/versions/q-/qt5-webview.json
vcpkg/versions/q-/qt5-winextras.json
vcpkg/versions/q-/qt5-x11extras.json
vcpkg/versions/q-/qt5-xmlpatterns.json
vcpkg/versions/q-/qt5.json
vcpkg/versions/q-/qt5compat.json
vcpkg/versions/q-/qt6betablock.json
vcpkg/versions/q-/qtactiveqt.json
vcpkg/versions/q-/qtapplicationmanager.json
vcpkg/versions/q-/qtbase.json
vcpkg/versions/q-/qtcharts.json
vcpkg/versions/q-/qtcoap.json
vcpkg/versions/q-/qtconnectivity.json
vcpkg/versions/q-/qtdatavis3d.json
vcpkg/versions/q-/qtdeclarative.json
vcpkg/versions/q-/qtdeviceutilities.json
vcpkg/versions/q-/qtdoc.json
vcpkg/versions/q-/qtimageformats.json
vcpkg/versions/q-/qtinterfaceframework.json
vcpkg/versions/q-/qtkeychain-qt6.json
vcpkg/versions/q-/qtkeychain.json
vcpkg/versions/q-/qtlocation.json
vcpkg/versions/q-/qtlottie.json
vcpkg/versions/q-/qtmqtt.json
vcpkg/versions/q-/qtmultimedia.json
vcpkg/versions/q-/qtnetworkauth.json
vcpkg/versions/q-/qtopcua.json
vcpkg/versions/q-/qtpositioning.json
vcpkg/versions/q-/qtquick3d.json
vcpkg/versions/q-/qtquickcontrols2.json
vcpkg/versions/q-/qtquicktimeline.json
vcpkg/versions/q-/qtremoteobjects.json
vcpkg/versions/q-/qtscxml.json
vcpkg/versions/q-/qtsensors.json
vcpkg/versions/q-/qtserialbus.json
vcpkg/versions/q-/qtserialport.json
vcpkg/versions/q-/qtshadertools.json
vcpkg/versions/q-/qtsvg.json
vcpkg/versions/q-/qttools.json
vcpkg/versions/q-/qttranslations.json
vcpkg/versions/q-/qtvirtualkeyboard.json
vcpkg/versions/q-/qtwayland.json
vcpkg/versions/q-/qtwebchannel.json
vcpkg/versions/q-/qtwebengine.json
vcpkg/versions/q-/qtwebsockets.json
vcpkg/versions/q-/qtwebview.json
vcpkg/versions/q-/quadtree.json
vcpkg/versions/q-/quantlib.json
vcpkg/versions/q-/quaternions.json
vcpkg/versions/q-/quazip.json
vcpkg/versions/q-/quickfast.json
vcpkg/versions/q-/quickfix.json
vcpkg/versions/q-/quill.json
vcpkg/versions/q-/quirc.json
vcpkg/versions/q-/qwt-qt6.json
vcpkg/versions/q-/qwt.json
vcpkg/versions/q-/qwtw.json
vcpkg/versions/r-/rabit.json
vcpkg/versions/r-/ragel.json
vcpkg/versions/r-/randomstr.json
vcpkg/versions/r-/rang.json
vcpkg/versions/r-/range-v3-vs2015.json
vcpkg/versions/r-/range-v3.json
vcpkg/versions/r-/rapidcheck.json
vcpkg/versions/r-/rapidcsv.json
vcpkg/versions/r-/rapidjson.json
vcpkg/versions/r-/rapidxml-ns.json
vcpkg/versions/r-/rapidxml.json
vcpkg/versions/r-/rappture.json
vcpkg/versions/r-/raylib.json
vcpkg/versions/r-/rbdl-orb.json
vcpkg/versions/r-/rbdl.json
vcpkg/versions/r-/re2.json
vcpkg/versions/r-/readerwriterqueue.json
vcpkg/versions/r-/readline-osx.json
vcpkg/versions/r-/readline-unix.json
vcpkg/versions/r-/readline-win32.json
vcpkg/versions/r-/readline.json
vcpkg/versions/r-/readosm.json
vcpkg/versions/r-/realsense2.json
vcpkg/versions/r-/recast.json
vcpkg/versions/r-/redis-plus-plus.json
vcpkg/versions/r-/refl-cpp.json
vcpkg/versions/r-/refprop-headers.json
vcpkg/versions/r-/replxx.json
vcpkg/versions/r-/reproc.json
vcpkg/versions/r-/rest-rpc.json
vcpkg/versions/r-/restbed.json
vcpkg/versions/r-/restc-cpp.json
vcpkg/versions/r-/restclient-cpp.json
vcpkg/versions/r-/restinio.json
vcpkg/versions/r-/rexo.json
vcpkg/versions/r-/rhash.json
vcpkg/versions/r-/rhasheq.json
vcpkg/versions/r-/riffcpp.json
vcpkg/versions/r-/ring-span-lite.json
vcpkg/versions/r-/rmlui.json
vcpkg/versions/r-/roaring.json
vcpkg/versions/r-/robin-hood-hashing.json
vcpkg/versions/r-/robin-map.json
vcpkg/versions/r-/rocksdb.json
vcpkg/versions/r-/rpclib.json
vcpkg/versions/r-/rply.json
vcpkg/versions/r-/rs-core-lib.json
vcpkg/versions/r-/rsasynccpp.json
vcpkg/versions/r-/rsm-binary-io.json
vcpkg/versions/r-/rsm-bsa.json
vcpkg/versions/r-/rsm-mmio.json
vcpkg/versions/r-/rsocket.json
vcpkg/versions/r-/rtabmap.json
vcpkg/versions/r-/rtaudio.json
vcpkg/versions/r-/rtlsdr.json
vcpkg/versions/r-/rtmidi.json
vcpkg/versions/r-/rttr.json
vcpkg/versions/r-/rxcpp.json
vcpkg/versions/r-/rxqt.json
vcpkg/versions/r-/rxspencer.json
vcpkg/versions/r-/ryml.json
vcpkg/versions/r-/ryu.json
vcpkg/versions/s-/s2geometry.json
vcpkg/versions/s-/s2n.json
vcpkg/versions/s-/safeint.json
vcpkg/versions/s-/sail.json
vcpkg/versions/s-/sais.json
vcpkg/versions/s-/sajson.json
vcpkg/versions/s-/sassc.json
vcpkg/versions/s-/sbp.json
vcpkg/versions/s-/scintilla.json
vcpkg/versions/s-/sciplot.json
vcpkg/versions/s-/sciter-js.json
vcpkg/versions/s-/sciter.json
vcpkg/versions/s-/scnlib.json
vcpkg/versions/s-/scottt-debugbreak.json
vcpkg/versions/s-/scylla-wrapper.json
vcpkg/versions/s-/sdformat10.json
vcpkg/versions/s-/sdformat6.json
vcpkg/versions/s-/sdformat9.json
vcpkg/versions/s-/sdl1-net.json
vcpkg/versions/s-/sdl1.json
vcpkg/versions/s-/sdl2-gfx.json
vcpkg/versions/s-/sdl2-image.json
vcpkg/versions/s-/sdl2-mixer.json
vcpkg/versions/s-/sdl2-net.json
vcpkg/versions/s-/sdl2-ttf.json
vcpkg/versions/s-/sdl2.json
vcpkg/versions/s-/sdl2pp.json
vcpkg/versions/s-/seal.json
vcpkg/versions/s-/secp256k1.json
vcpkg/versions/s-/selene.json
vcpkg/versions/s-/sentencepiece.json
vcpkg/versions/s-/sentry-native.json
vcpkg/versions/s-/septag-sx.json
vcpkg/versions/s-/seqan.json
vcpkg/versions/s-/serd.json
vcpkg/versions/s-/sf2cute.json
vcpkg/versions/s-/sfgui.json
vcpkg/versions/s-/sfml.json
vcpkg/versions/s-/sfsexp.json
vcpkg/versions/s-/shaderc.json
vcpkg/versions/s-/shaderwriter.json
vcpkg/versions/s-/shapelib.json
vcpkg/versions/s-/shiva-sfml.json
vcpkg/versions/s-/shiva.json
vcpkg/versions/s-/shogun.json
vcpkg/versions/s-/signalrclient.json
vcpkg/versions/s-/sigslot.json
vcpkg/versions/s-/simage.json
vcpkg/versions/s-/simbody.json
vcpkg/versions/s-/simde.json
vcpkg/versions/s-/simdjson.json
vcpkg/versions/s-/simdutf.json
vcpkg/versions/s-/simple-fft.json
vcpkg/versions/s-/simpleini.json
vcpkg/versions/s-/sjpeg.json
vcpkg/versions/s-/skcrypter.json
vcpkg/versions/s-/skia.json
vcpkg/versions/s-/skyr-url.json
vcpkg/versions/s-/sleef.json
vcpkg/versions/s-/sleepy-discord.json
vcpkg/versions/s-/slikenet.json
vcpkg/versions/s-/sltbench.json
vcpkg/versions/s-/smpeg2.json
vcpkg/versions/s-/snappy.json
vcpkg/versions/s-/sndfile.json
vcpkg/versions/s-/snowhouse.json
vcpkg/versions/s-/so5extra.json
vcpkg/versions/s-/sobjectizer.json
vcpkg/versions/s-/soci.json
vcpkg/versions/s-/socket-io-client.json
vcpkg/versions/s-/sockpp.json
vcpkg/versions/s-/soem.json
vcpkg/versions/s-/soil.json
vcpkg/versions/s-/soil2.json
vcpkg/versions/s-/sokol.json
vcpkg/versions/s-/sol2.json
vcpkg/versions/s-/solid3.json
vcpkg/versions/s-/sophus.json
vcpkg/versions/s-/soqt.json
vcpkg/versions/s-/sord.json
vcpkg/versions/s-/soundtouch.json
vcpkg/versions/s-/soxr.json
vcpkg/versions/s-/spaceland.json
vcpkg/versions/s-/span-lite.json
vcpkg/versions/s-/sparsehash.json
vcpkg/versions/s-/sparsepp.json
vcpkg/versions/s-/spatialite-tools.json
vcpkg/versions/s-/spdk-dpdk.json
vcpkg/versions/s-/spdk-ipsec.json
vcpkg/versions/s-/spdk-isal.json
vcpkg/versions/s-/spdk.json
vcpkg/versions/s-/spdlog.json
vcpkg/versions/s-/spectra.json
vcpkg/versions/s-/speex.json
vcpkg/versions/s-/speexdsp.json
vcpkg/versions/s-/spirit-po.json
vcpkg/versions/s-/spirv-cross.json
vcpkg/versions/s-/spirv-headers.json
vcpkg/versions/s-/spirv-reflect.json
vcpkg/versions/s-/spirv-tools.json
vcpkg/versions/s-/spix.json
vcpkg/versions/s-/sprout.json
vcpkg/versions/s-/spscqueue.json
vcpkg/versions/s-/sqlcipher.json
vcpkg/versions/s-/sqlite-modern-cpp.json
vcpkg/versions/s-/sqlite-orm.json
vcpkg/versions/s-/sqlite3.json
vcpkg/versions/s-/sqlitecpp.json
vcpkg/versions/s-/sqlpp11-connector-mysql.json
vcpkg/versions/s-/sqlpp11-connector-sqlite3.json
vcpkg/versions/s-/sqlpp11.json
vcpkg/versions/s-/squirrel.json
vcpkg/versions/s-/sratom.json
vcpkg/versions/s-/srell.json
vcpkg/versions/s-/srpc.json
vcpkg/versions/s-/starlink-ast.json
vcpkg/versions/s-/status-code.json
vcpkg/versions/s-/status-value-lite.json
vcpkg/versions/s-/stb.json
vcpkg/versions/s-/stlab.json
vcpkg/versions/s-/stormlib.json
vcpkg/versions/s-/strict-variant.json
vcpkg/versions/s-/string-theory.json
vcpkg/versions/s-/string-view-lite.json
vcpkg/versions/s-/strtk.json
vcpkg/versions/s-/stx.json
vcpkg/versions/s-/stxxl.json
vcpkg/versions/s-/suitesparse.json
vcpkg/versions/s-/sundials.json
vcpkg/versions/s-/superlu.json
vcpkg/versions/s-/symengine.json
vcpkg/versions/s-/systemc.json
vcpkg/versions/s-/szip.json
vcpkg/versions/t-/tabulate.json
vcpkg/versions/t-/tacopie.json
vcpkg/versions/t-/taglib.json
vcpkg/versions/t-/taocpp-json.json
vcpkg/versions/t-/tap-windows6.json
vcpkg/versions/t-/taskflow.json
vcpkg/versions/t-/tbb.json
vcpkg/versions/t-/tcl.json
vcpkg/versions/t-/tclap.json
vcpkg/versions/t-/teemo.json
vcpkg/versions/t-/telnetpp.json
vcpkg/versions/t-/tensorflow-cc.json
vcpkg/versions/t-/tensorflow-common.json
vcpkg/versions/t-/tensorflow.json
vcpkg/versions/t-/tensorpipe.json
vcpkg/versions/t-/termcolor.json
vcpkg/versions/t-/tesseract.json
vcpkg/versions/t-/tfhe.json
vcpkg/versions/t-/tgbot-cpp.json
vcpkg/versions/t-/tgc.json
vcpkg/versions/t-/tgui.json
vcpkg/versions/t-/theia.json
vcpkg/versions/t-/think-cell-range.json
vcpkg/versions/t-/thor.json
vcpkg/versions/t-/threadpool.json
vcpkg/versions/t-/thrift.json
vcpkg/versions/t-/tidy-html5.json
vcpkg/versions/t-/tiff.json
vcpkg/versions/t-/tinkerforge.json
vcpkg/versions/t-/tiny-aes-c.json
vcpkg/versions/t-/tiny-bignum-c.json
vcpkg/versions/t-/tiny-dnn.json
vcpkg/versions/t-/tiny-process-library.json
vcpkg/versions/t-/tiny-regex-c.json
vcpkg/versions/t-/tinycthread.json
vcpkg/versions/t-/tinydir.json
vcpkg/versions/t-/tinyexif.json
vcpkg/versions/t-/tinyexpr.json
vcpkg/versions/t-/tinyexr.json
vcpkg/versions/t-/tinyfiledialogs.json
vcpkg/versions/t-/tinygltf.json
vcpkg/versions/t-/tinynpy.json
vcpkg/versions/t-/tinyobjloader.json
vcpkg/versions/t-/tinyply.json
vcpkg/versions/t-/tinyspline.json
vcpkg/versions/t-/tinythread.json
vcpkg/versions/t-/tinytoml.json
vcpkg/versions/t-/tinyutf8.json
vcpkg/versions/t-/tinyxml.json
vcpkg/versions/t-/tinyxml2.json
vcpkg/versions/t-/tl-expected.json
vcpkg/versions/t-/tl-function-ref.json
vcpkg/versions/t-/tl-generator.json
vcpkg/versions/t-/tl-optional.json
vcpkg/versions/t-/tl-ranges.json
vcpkg/versions/t-/tlx.json
vcpkg/versions/t-/tmx.json
vcpkg/versions/t-/tmxlite.json
vcpkg/versions/t-/tmxparser.json
vcpkg/versions/t-/toml11.json
vcpkg/versions/t-/tomlplusplus.json
vcpkg/versions/t-/tool-meson.json
vcpkg/versions/t-/torch-th.json
vcpkg/versions/t-/tracy.json
vcpkg/versions/t-/transwarp.json
vcpkg/versions/t-/trantor.json
vcpkg/versions/t-/tre.json
vcpkg/versions/t-/treehh.json
vcpkg/versions/t-/treehopper.json
vcpkg/versions/t-/triangle.json
vcpkg/versions/t-/triton.json
vcpkg/versions/t-/trompeloeil.json
vcpkg/versions/t-/tsl-hopscotch-map.json
vcpkg/versions/t-/tsl-ordered-map.json
vcpkg/versions/t-/tsl-sparse-map.json
vcpkg/versions/t-/ttauri.json
vcpkg/versions/t-/turbobase64.json
vcpkg/versions/t-/tvision.json
vcpkg/versions/t-/tweeny.json
vcpkg/versions/t-/type-lite.json
vcpkg/versions/t-/type-safe.json
vcpkg/versions/u-/uchardet.json
vcpkg/versions/u-/umock-c.json
vcpkg/versions/u-/unicorn-lib.json
vcpkg/versions/u-/unicorn.json
vcpkg/versions/u-/units.json
vcpkg/versions/u-/unittest-cpp.json
vcpkg/versions/u-/unixodbc.json
vcpkg/versions/u-/unqlite.json
vcpkg/versions/u-/unrar.json
vcpkg/versions/u-/upb.json
vcpkg/versions/u-/urdfdom-headers.json
vcpkg/versions/u-/urdfdom.json
vcpkg/versions/u-/urho3d.json
vcpkg/versions/u-/uriparser.json
vcpkg/versions/u-/usbmuxd.json
vcpkg/versions/u-/usd.json
vcpkg/versions/u-/usockets.json
vcpkg/versions/u-/usrsctp.json
vcpkg/versions/u-/utf8h.json
vcpkg/versions/u-/utf8proc.json
vcpkg/versions/u-/utfcpp.json
vcpkg/versions/u-/utfz.json
vcpkg/versions/u-/uthash.json
vcpkg/versions/u-/uthenticode.json
vcpkg/versions/u-/uvatlas.json
vcpkg/versions/u-/uvw.json
vcpkg/versions/u-/uwebsockets.json
vcpkg/versions/v-/v-hacd.json
vcpkg/versions/v-/v8.json
vcpkg/versions/v-/valijson.json
vcpkg/versions/v-/value-ptr-lite.json
vcpkg/versions/v-/vamp-sdk.json
vcpkg/versions/v-/variant-lite.json
vcpkg/versions/v-/vc.json
vcpkg/versions/v-/vcglib.json
vcpkg/versions/v-/vcpkg-cmake-config.json
vcpkg/versions/v-/vcpkg-cmake.json
vcpkg/versions/v-/vcpkg-gfortran.json
vcpkg/versions/v-/vcpkg-gn.json
vcpkg/versions/v-/vcpkg-pkgconfig-get-modules.json
vcpkg/versions/v-/vcpkg-qmake.json
vcpkg/versions/v-/vcpkg-tool-meson.json
vcpkg/versions/v-/vcpkg-tool-nodejs.json
vcpkg/versions/v-/vectorclass.json
vcpkg/versions/v-/visit-struct.json
vcpkg/versions/v-/vk-bootstrap.json
vcpkg/versions/v-/vlfeat.json
vcpkg/versions/v-/vlpp.json
vcpkg/versions/v-/volk.json
vcpkg/versions/v-/vs-yasm.json
vcpkg/versions/v-/vtk-dicom.json
vcpkg/versions/v-/vtk-m.json
vcpkg/versions/v-/vtk.json
vcpkg/versions/v-/vulkan-headers.json
vcpkg/versions/v-/vulkan-hpp.json
vcpkg/versions/v-/vulkan-memory-allocator.json
vcpkg/versions/v-/vulkan.json
vcpkg/versions/v-/vxl.json
vcpkg/versions/w-/wampcc.json
vcpkg/versions/w-/wangle.json
vcpkg/versions/w-/wavelib.json
vcpkg/versions/w-/wavpack.json
vcpkg/versions/w-/websocketpp.json
vcpkg/versions/w-/wepoll.json
vcpkg/versions/w-/wg21-sg14.json
vcpkg/versions/w-/wil.json
vcpkg/versions/w-/wildmidi.json
vcpkg/versions/w-/wincrypt.json
vcpkg/versions/w-/winlamb.json
vcpkg/versions/w-/winpcap.json
vcpkg/versions/w-/winpty.json
vcpkg/versions/w-/winreg.json
vcpkg/versions/w-/winsock2.json
vcpkg/versions/w-/wintoast.json
vcpkg/versions/w-/woff2.json
vcpkg/versions/w-/wordnet.json
vcpkg/versions/w-/workflow.json
vcpkg/versions/w-/wpilib.json
vcpkg/versions/w-/wren.json
vcpkg/versions/w-/wt.json
vcpkg/versions/w-/wtl.json
vcpkg/versions/w-/wxchartdir.json
vcpkg/versions/w-/wxwidgets.json
vcpkg/versions/x-/x-plane.json
vcpkg/versions/x-/x264.json
vcpkg/versions/x-/x265.json
vcpkg/versions/x-/xalan-c.json
vcpkg/versions/x-/xaudio2redist.json
vcpkg/versions/x-/xbyak.json
vcpkg/versions/x-/xerces-c.json
vcpkg/versions/x-/xeus.json
vcpkg/versions/x-/xframe.json
vcpkg/versions/x-/xlnt.json
vcpkg/versions/x-/xlsxio.json
vcpkg/versions/x-/xmlsec.json
vcpkg/versions/x-/xmsh.json
vcpkg/versions/x-/xnnpack.json
vcpkg/versions/x-/xorstr.json
vcpkg/versions/x-/xproperty.json
vcpkg/versions/x-/xqilla.json
vcpkg/versions/x-/xsimd.json
vcpkg/versions/x-/xtensor-blas.json
vcpkg/versions/x-/xtensor-fftw.json
vcpkg/versions/x-/xtensor-io.json
vcpkg/versions/x-/xtensor.json
vcpkg/versions/x-/xtl.json
vcpkg/versions/x-/xxhash.json
vcpkg/versions/y-/yajl.json
vcpkg/versions/y-/yaml-cpp.json
vcpkg/versions/y-/yara.json
vcpkg/versions/y-/yas.json
vcpkg/versions/y-/yasm-tool-helper.json
vcpkg/versions/y-/yasm-tool.json
vcpkg/versions/y-/yasm.json
vcpkg/versions/y-/yato.json
vcpkg/versions/y-/yoga.json
vcpkg/versions/y-/yomm2.json
vcpkg/versions/y-/yyjson.json
vcpkg/versions/z-/z3.json
vcpkg/versions/z-/z85.json
vcpkg/versions/z-/zeromq.json
vcpkg/versions/z-/zfp.json
vcpkg/versions/z-/zkpp.json
vcpkg/versions/z-/zlib-ng.json
vcpkg/versions/z-/zlib.json
vcpkg/versions/z-/zookeeper.json
vcpkg/versions/z-/zopfli.json
vcpkg/versions/z-/zserge-webview.json
vcpkg/versions/z-/zstd.json
vcpkg/versions/z-/zstr.json
vcpkg/versions/z-/zug.json
vcpkg/versions/z-/zxing-cpp.json
vcpkg/versions/z-/zydis.json
vcpkg/versions/z-/zyre.json
vcpkg/versions/z-/zziplib.json