├── .github └── workflows │ ├── linux.yml │ ├── macos.yml │ ├── rust-1.12.yml │ ├── wasm.yml │ └── windows.yml ├── .gitignore ├── .gitlab-ci.yml ├── CHANGELOG.md ├── Cargo.toml ├── LICENSE-APACHE ├── LICENSE-MIT ├── README.md ├── notes.md ├── rustfmt.toml ├── setup_vcp.sh ├── src └── lib.rs ├── systest ├── .gitignore ├── Cargo.toml ├── run.sh └── src │ └── main.rs ├── test-data ├── multiline-description │ ├── .vcpkg-root │ └── installed │ │ └── vcpkg │ │ ├── info │ │ └── graphite2_1.3.10_x86-windows.list │ │ └── updates │ │ └── status ├── no-status │ ├── .vcpkg-root │ └── installed │ │ ├── vcpkg │ │ ├── info │ │ │ ├── boost-algorithm_1.67.0_x64-windows.list │ │ │ ├── boost-any_1.67.0_x64-windows.list │ │ │ ├── boost-array_1.67.0_x64-windows.list │ │ │ ├── boost-assert_1.67.0_x64-windows.list │ │ │ ├── boost-atomic_1.67.0_x64-windows.list │ │ │ ├── boost-bimap_1.67.0_x64-windows.list │ │ │ ├── boost-bind_1.67.0_x64-windows.list │ │ │ ├── boost-build_1.67.0_x64-windows.list │ │ │ ├── boost-chrono_1.67.0_x64-windows.list │ │ │ ├── boost-compatibility_1.67.0_x64-windows.list │ │ │ ├── boost-concept-check_1.67.0_x64-windows.list │ │ │ ├── boost-config_1.67.0_x64-windows.list │ │ │ ├── boost-container-hash_1.67.0_x64-windows.list │ │ │ ├── boost-container_1.67.0_x64-windows.list │ │ │ ├── boost-conversion_1.67.0_x64-windows.list │ │ │ ├── boost-core_1.67.0_x64-windows.list │ │ │ ├── boost-date-time_1.67.0_x64-windows.list │ │ │ ├── boost-detail_1.67.0_x64-windows.list │ │ │ ├── boost-endian_1.67.0_x64-windows.list │ │ │ ├── boost-exception_1.67.0_x64-windows.list │ │ │ ├── boost-filesystem_1.67.0_x64-windows.list │ │ │ ├── boost-foreach_1.67.0_x64-windows.list │ │ │ ├── boost-format_1.67.0_x64-windows.list │ │ │ ├── boost-function-types_1.67.0_x64-windows.list │ │ │ ├── boost-function_1.67.0_x64-windows.list │ │ │ ├── boost-functional_1.67.0_x64-windows.list │ │ │ ├── boost-fusion_1.67.0_x64-windows.list │ │ │ ├── boost-geometry_1.67.0_x64-windows.list │ │ │ ├── boost-graph_1.67.0_x64-windows.list │ │ │ ├── boost-integer_1.67.0_x64-windows.list │ │ │ ├── boost-intrusive_1.67.0_x64-windows.list │ │ │ ├── boost-io_1.67.0_x64-windows.list │ │ │ ├── boost-iostreams_1.67.0-1_x64-windows.list │ │ │ ├── boost-iterator_1.67.0_x64-windows.list │ │ │ ├── boost-lambda_1.67.0_x64-windows.list │ │ │ ├── boost-lexical-cast_1.67.0_x64-windows.list │ │ │ ├── boost-locale_1.67.0_x64-windows.list │ │ │ ├── boost-math_1.67.0_x64-windows.list │ │ │ ├── boost-modular-build-helper_2018-05-14_x64-windows.list │ │ │ ├── boost-move_1.67.0_x64-windows.list │ │ │ ├── boost-mpl_1.67.0_x64-windows.list │ │ │ ├── boost-multi-index_1.67.0_x64-windows.list │ │ │ ├── boost-multiprecision_1.67.0_x64-windows.list │ │ │ ├── boost-numeric-conversion_1.67.0_x64-windows.list │ │ │ ├── boost-optional_1.67.0_x64-windows.list │ │ │ ├── boost-parameter_1.67.0_x64-windows.list │ │ │ ├── boost-phoenix_1.67.0_x64-windows.list │ │ │ ├── boost-polygon_1.67.0_x64-windows.list │ │ │ ├── boost-pool_1.67.0_x64-windows.list │ │ │ ├── boost-predef_1.67.0_x64-windows.list │ │ │ ├── boost-preprocessor_1.67.0_x64-windows.list │ │ │ ├── boost-property-map_1.67.0_x64-windows.list │ │ │ ├── boost-property-tree_1.67.0_x64-windows.list │ │ │ ├── boost-proto_1.67.0_x64-windows.list │ │ │ ├── boost-qvm_1.67.0_x64-windows.list │ │ │ ├── boost-random_1.67.0_x64-windows.list │ │ │ ├── boost-range_1.67.0_x64-windows.list │ │ │ ├── boost-ratio_1.67.0_x64-windows.list │ │ │ ├── boost-rational_1.67.0_x64-windows.list │ │ │ ├── boost-regex_1.67.0_x64-windows.list │ │ │ ├── boost-serialization_1.67.0_x64-windows.list │ │ │ ├── boost-smart-ptr_1.67.0_x64-windows.list │ │ │ ├── boost-spirit_1.67.0_x64-windows.list │ │ │ ├── boost-static-assert_1.67.0_x64-windows.list │ │ │ ├── boost-system_1.67.0_x64-windows.list │ │ │ ├── boost-test_1.67.0-2_x64-windows.list │ │ │ ├── boost-thread_1.67.0_x64-windows.list │ │ │ ├── boost-throw-exception_1.67.0_x64-windows.list │ │ │ ├── boost-timer_1.67.0_x64-windows.list │ │ │ ├── boost-tokenizer_1.67.0_x64-windows.list │ │ │ ├── boost-tti_1.67.0_x64-windows.list │ │ │ ├── boost-tuple_1.67.0_x64-windows.list │ │ │ ├── boost-type-index_1.67.0_x64-windows.list │ │ │ ├── boost-type-traits_1.67.0_x64-windows.list │ │ │ ├── boost-typeof_1.67.0_x64-windows.list │ │ │ ├── boost-unordered_1.67.0_x64-windows.list │ │ │ ├── boost-utility_1.67.0_x64-windows.list │ │ │ ├── boost-variant_1.67.0_x64-windows.list │ │ │ ├── boost-vcpkg-helpers_4_x64-windows.list │ │ │ ├── boost-winapi_1.67.0_x64-windows.list │ │ │ ├── boost-xpressive_1.67.0_x64-windows.list │ │ │ ├── bzip2_1.0.6-2_x64-windows.list │ │ │ ├── icu_61.1-1_x64-windows.list │ │ │ ├── libevent_2.1.8-3_x64-windows.list │ │ │ ├── liblzma_5.2.3-2_x64-windows.list │ │ │ ├── libmysql_8.0.4-2_x64-windows.list │ │ │ ├── lz4_1.8.2_x64-windows.list │ │ │ ├── openssl_1.0.2o-3_x64-windows.list │ │ │ └── zlib_1.2.11-3_x64-windows.list │ │ └── updates │ │ │ ├── 0000000000 │ │ │ ├── 0000000001 │ │ │ ├── 0000000002 │ │ │ ├── 0000000003 │ │ │ ├── 0000000004 │ │ │ ├── 0000000005 │ │ │ ├── 0000000006 │ │ │ ├── 0000000007 │ │ │ ├── 0000000008 │ │ │ ├── 0000000009 │ │ │ ├── 0000000010 │ │ │ ├── 0000000011 │ │ │ ├── 0000000012 │ │ │ ├── 0000000013 │ │ │ ├── 0000000014 │ │ │ ├── 0000000015 │ │ │ ├── 0000000016 │ │ │ ├── 0000000017 │ │ │ ├── 0000000018 │ │ │ ├── 0000000019 │ │ │ ├── 0000000020 │ │ │ ├── 0000000021 │ │ │ ├── 0000000022 │ │ │ ├── 0000000023 │ │ │ ├── 0000000024 │ │ │ ├── 0000000025 │ │ │ ├── 0000000026 │ │ │ ├── 0000000027 │ │ │ ├── 0000000028 │ │ │ ├── 0000000029 │ │ │ ├── 0000000030 │ │ │ ├── 0000000031 │ │ │ ├── 0000000032 │ │ │ ├── 0000000033 │ │ │ ├── 0000000034 │ │ │ ├── 0000000035 │ │ │ ├── 0000000036 │ │ │ ├── 0000000037 │ │ │ ├── 0000000038 │ │ │ ├── 0000000039 │ │ │ ├── 0000000040 │ │ │ ├── 0000000041 │ │ │ ├── 0000000042 │ │ │ ├── 0000000043 │ │ │ ├── 0000000044 │ │ │ ├── 0000000045 │ │ │ ├── 0000000046 │ │ │ ├── 0000000047 │ │ │ ├── 0000000048 │ │ │ ├── 0000000049 │ │ │ ├── 0000000050 │ │ │ ├── 0000000051 │ │ │ ├── 0000000052 │ │ │ ├── 0000000053 │ │ │ ├── 0000000054 │ │ │ ├── 0000000055 │ │ │ ├── 0000000056 │ │ │ ├── 0000000057 │ │ │ ├── 0000000058 │ │ │ ├── 0000000059 │ │ │ ├── 0000000060 │ │ │ ├── 0000000061 │ │ │ ├── 0000000062 │ │ │ ├── 0000000063 │ │ │ ├── 0000000064 │ │ │ ├── 0000000065 │ │ │ ├── 0000000066 │ │ │ ├── 0000000067 │ │ │ ├── 0000000068 │ │ │ ├── 0000000069 │ │ │ ├── 0000000070 │ │ │ ├── 0000000071 │ │ │ ├── 0000000072 │ │ │ ├── 0000000073 │ │ │ ├── 0000000074 │ │ │ ├── 0000000075 │ │ │ ├── 0000000076 │ │ │ ├── 0000000077 │ │ │ ├── 0000000078 │ │ │ ├── 0000000079 │ │ │ ├── 0000000080 │ │ │ ├── 0000000081 │ │ │ ├── 0000000082 │ │ │ ├── 0000000083 │ │ │ ├── 0000000084 │ │ │ ├── 0000000085 │ │ │ ├── 0000000086 │ │ │ ├── 0000000087 │ │ │ ├── 0000000088 │ │ │ ├── 0000000089 │ │ │ ├── 0000000090 │ │ │ ├── 0000000091 │ │ │ ├── 0000000092 │ │ │ ├── 0000000093 │ │ │ ├── 0000000094 │ │ │ ├── 0000000095 │ │ │ ├── 0000000096 │ │ │ ├── 0000000097 │ │ │ ├── 0000000098 │ │ │ ├── 0000000099 │ │ │ ├── 0000000100 │ │ │ ├── 0000000101 │ │ │ ├── 0000000102 │ │ │ ├── 0000000103 │ │ │ ├── 0000000104 │ │ │ ├── 0000000105 │ │ │ ├── 0000000106 │ │ │ ├── 0000000107 │ │ │ ├── 0000000108 │ │ │ ├── 0000000109 │ │ │ ├── 0000000110 │ │ │ ├── 0000000111 │ │ │ ├── 0000000112 │ │ │ ├── 0000000113 │ │ │ ├── 0000000114 │ │ │ ├── 0000000115 │ │ │ ├── 0000000116 │ │ │ ├── 0000000117 │ │ │ ├── 0000000118 │ │ │ ├── 0000000119 │ │ │ ├── 0000000120 │ │ │ ├── 0000000121 │ │ │ ├── 0000000122 │ │ │ ├── 0000000123 │ │ │ ├── 0000000124 │ │ │ ├── 0000000125 │ │ │ ├── 0000000126 │ │ │ ├── 0000000127 │ │ │ ├── 0000000128 │ │ │ ├── 0000000129 │ │ │ ├── 0000000130 │ │ │ ├── 0000000131 │ │ │ ├── 0000000132 │ │ │ ├── 0000000133 │ │ │ ├── 0000000134 │ │ │ ├── 0000000135 │ │ │ ├── 0000000136 │ │ │ ├── 0000000137 │ │ │ ├── 0000000138 │ │ │ ├── 0000000139 │ │ │ ├── 0000000140 │ │ │ ├── 0000000141 │ │ │ ├── 0000000142 │ │ │ ├── 0000000143 │ │ │ ├── 0000000144 │ │ │ ├── 0000000145 │ │ │ ├── 0000000146 │ │ │ ├── 0000000147 │ │ │ ├── 0000000148 │ │ │ ├── 0000000149 │ │ │ ├── 0000000150 │ │ │ ├── 0000000151 │ │ │ ├── 0000000152 │ │ │ ├── 0000000153 │ │ │ ├── 0000000154 │ │ │ ├── 0000000155 │ │ │ ├── 0000000156 │ │ │ ├── 0000000157 │ │ │ ├── 0000000158 │ │ │ ├── 0000000159 │ │ │ ├── 0000000160 │ │ │ ├── 0000000161 │ │ │ ├── 0000000162 │ │ │ ├── 0000000163 │ │ │ ├── 0000000164 │ │ │ ├── 0000000165 │ │ │ ├── 0000000166 │ │ │ ├── 0000000167 │ │ │ ├── 0000000168 │ │ │ ├── 0000000169 │ │ │ ├── 0000000170 │ │ │ ├── 0000000171 │ │ │ ├── 0000000172 │ │ │ ├── 0000000173 │ │ │ ├── 0000000174 │ │ │ ├── 0000000175 │ │ │ ├── 0000000176 │ │ │ └── 0000000177 │ │ └── x64-windows │ │ ├── bin │ │ ├── boost_atomic-vc141-mt-x64-1_67.dll │ │ ├── boost_chrono-vc141-mt-x64-1_67.dll │ │ ├── boost_container-vc141-mt-x64-1_67.dll │ │ ├── boost_date_time-vc141-mt-x64-1_67.dll │ │ ├── boost_filesystem-vc141-mt-x64-1_67.dll │ │ ├── boost_graph-vc141-mt-x64-1_67.dll │ │ ├── boost_iostreams-vc141-mt-x32-1_67.dll │ │ ├── boost_locale-vc141-mt-x64-1_67.dll │ │ ├── boost_math_c99-vc141-mt-x64-1_67.dll │ │ ├── boost_math_c99f-vc141-mt-x64-1_67.dll │ │ ├── boost_math_c99l-vc141-mt-x64-1_67.dll │ │ ├── boost_math_tr1-vc141-mt-x64-1_67.dll │ │ ├── boost_math_tr1f-vc141-mt-x64-1_67.dll │ │ ├── boost_math_tr1l-vc141-mt-x64-1_67.dll │ │ ├── boost_prg_exec_monitor-vc141-mt-x64-1_67.dll │ │ ├── boost_random-vc141-mt-x64-1_67.dll │ │ ├── boost_regex-vc141-mt-x64-1_67.dll │ │ ├── boost_serialization-vc141-mt-x64-1_67.dll │ │ ├── boost_system-vc141-mt-x64-1_67.dll │ │ ├── boost_thread-vc141-mt-x64-1_67.dll │ │ ├── boost_timer-vc141-mt-x64-1_67.dll │ │ ├── boost_unit_test_framework-vc141-mt-x64-1_67.dll │ │ ├── boost_wserialization-vc141-mt-x64-1_67.dll │ │ ├── icudt61.dll │ │ ├── icuin61.dll │ │ ├── icuio61.dll │ │ ├── icutu61.dll │ │ ├── icuuc61.dll │ │ ├── libbz2.dll │ │ ├── libeay32.dll │ │ ├── libmysql.dll │ │ ├── lz4.dll │ │ ├── lzma.dll │ │ ├── ssleay32.dll │ │ └── zlib1.dll │ │ ├── lib │ │ ├── boost_atomic-vc140-mt.lib │ │ ├── boost_chrono-vc140-mt.lib │ │ ├── boost_container-vc140-mt.lib │ │ ├── boost_date_time-vc140-mt.lib │ │ ├── boost_exception-vc140-mt.lib │ │ ├── boost_filesystem-vc140-mt.lib │ │ ├── boost_graph-vc140-mt.lib │ │ ├── boost_iostreams-vc140-mt.lib │ │ ├── boost_locale-vc140-mt.lib │ │ ├── boost_math_c99-vc140-mt.lib │ │ ├── boost_math_c99f-vc140-mt.lib │ │ ├── boost_math_c99l-vc140-mt.lib │ │ ├── boost_math_tr1-vc140-mt.lib │ │ ├── boost_math_tr1f-vc140-mt.lib │ │ ├── boost_math_tr1l-vc140-mt.lib │ │ ├── boost_random-vc140-mt.lib │ │ ├── boost_regex-vc140-mt.lib │ │ ├── boost_serialization-vc140-mt.lib │ │ ├── boost_system-vc140-mt.lib │ │ ├── boost_thread-vc140-mt.lib │ │ ├── boost_timer-vc140-mt.lib │ │ ├── boost_unit_test_framework-vc140-mt.lib │ │ ├── boost_wserialization-vc140-mt.lib │ │ ├── bz2.lib │ │ ├── event.lib │ │ ├── event_core.lib │ │ ├── event_extra.lib │ │ ├── icudt.lib │ │ ├── icuin.lib │ │ ├── icuio.lib │ │ ├── icutu.lib │ │ ├── icuuc.lib │ │ ├── libeay32.lib │ │ ├── libmysql.lib │ │ ├── lz4.lib │ │ ├── lzma.lib │ │ ├── manual-link │ │ │ ├── boost_prg_exec_monitor-vc140-mt.lib │ │ │ └── boost_test_exec_monitor-vc140-mt.lib │ │ ├── ssleay32.lib │ │ └── zlib.lib │ │ └── tools │ │ └── openssl │ │ ├── LIBEAY32.dll │ │ └── SSLEAY32.dll └── normalized │ ├── .vcpkg-root │ └── installed │ ├── arm64-ios │ └── lib │ │ ├── libbz2.a │ │ ├── libfreetype.a │ │ ├── libharfbuzz.a │ │ ├── libpng16.a │ │ └── libz.a │ ├── vcpkg │ ├── info │ │ ├── boost-algorithm_1.67.0_x64-windows-static.list │ │ ├── boost-algorithm_1.67.0_x64-windows.list │ │ ├── boost-any_1.67.0_x64-windows-static.list │ │ ├── boost-any_1.67.0_x64-windows.list │ │ ├── boost-array_1.67.0_x64-windows-static.list │ │ ├── boost-array_1.67.0_x64-windows.list │ │ ├── boost-assert_1.67.0_x64-windows-static.list │ │ ├── boost-assert_1.67.0_x64-windows.list │ │ ├── boost-atomic_1.67.0_x64-windows-static.list │ │ ├── boost-atomic_1.67.0_x64-windows.list │ │ ├── boost-bimap_1.67.0_x64-windows-static.list │ │ ├── boost-bimap_1.67.0_x64-windows.list │ │ ├── boost-bind_1.67.0_x64-windows-static.list │ │ ├── boost-bind_1.67.0_x64-windows.list │ │ ├── boost-build_1.67.0_x64-windows-static.list │ │ ├── boost-build_1.67.0_x64-windows.list │ │ ├── boost-chrono_1.67.0_x64-windows-static.list │ │ ├── boost-chrono_1.67.0_x64-windows.list │ │ ├── boost-compatibility_1.67.0_x64-windows-static.list │ │ ├── boost-compatibility_1.67.0_x64-windows.list │ │ ├── boost-concept-check_1.67.0_x64-windows-static.list │ │ ├── boost-concept-check_1.67.0_x64-windows.list │ │ ├── boost-config_1.67.0_x64-windows-static.list │ │ ├── boost-config_1.67.0_x64-windows.list │ │ ├── boost-container-hash_1.67.0_x64-windows-static.list │ │ ├── boost-container-hash_1.67.0_x64-windows.list │ │ ├── boost-container_1.67.0_x64-windows-static.list │ │ ├── boost-container_1.67.0_x64-windows.list │ │ ├── boost-conversion_1.67.0_x64-windows-static.list │ │ ├── boost-conversion_1.67.0_x64-windows.list │ │ ├── boost-core_1.67.0_x64-windows-static.list │ │ ├── boost-core_1.67.0_x64-windows.list │ │ ├── boost-date-time_1.67.0_x64-windows-static.list │ │ ├── boost-date-time_1.67.0_x64-windows.list │ │ ├── boost-detail_1.67.0_x64-windows-static.list │ │ ├── boost-detail_1.67.0_x64-windows.list │ │ ├── boost-endian_1.67.0_x64-windows-static.list │ │ ├── boost-endian_1.67.0_x64-windows.list │ │ ├── boost-exception_1.67.0_x64-windows-static.list │ │ ├── boost-exception_1.67.0_x64-windows.list │ │ ├── boost-filesystem_1.67.0_x64-windows-static.list │ │ ├── boost-filesystem_1.67.0_x64-windows.list │ │ ├── boost-foreach_1.67.0_x64-windows-static.list │ │ ├── boost-foreach_1.67.0_x64-windows.list │ │ ├── boost-format_1.67.0_x64-windows-static.list │ │ ├── boost-format_1.67.0_x64-windows.list │ │ ├── boost-function-types_1.67.0_x64-windows-static.list │ │ ├── boost-function-types_1.67.0_x64-windows.list │ │ ├── boost-function_1.67.0_x64-windows-static.list │ │ ├── boost-function_1.67.0_x64-windows.list │ │ ├── boost-functional_1.67.0_x64-windows-static.list │ │ ├── boost-functional_1.67.0_x64-windows.list │ │ ├── boost-fusion_1.67.0_x64-windows-static.list │ │ ├── boost-fusion_1.67.0_x64-windows.list │ │ ├── boost-geometry_1.67.0_x64-windows-static.list │ │ ├── boost-geometry_1.67.0_x64-windows.list │ │ ├── boost-graph_1.67.0_x64-windows-static.list │ │ ├── boost-graph_1.67.0_x64-windows.list │ │ ├── boost-integer_1.67.0_x64-windows-static.list │ │ ├── boost-integer_1.67.0_x64-windows.list │ │ ├── boost-intrusive_1.67.0_x64-windows-static.list │ │ ├── boost-intrusive_1.67.0_x64-windows.list │ │ ├── boost-io_1.67.0_x64-windows-static.list │ │ ├── boost-io_1.67.0_x64-windows.list │ │ ├── boost-iostreams_1.67.0-1_x64-windows-static.list │ │ ├── boost-iostreams_1.67.0-1_x64-windows.list │ │ ├── boost-iterator_1.67.0_x64-windows-static.list │ │ ├── boost-iterator_1.67.0_x64-windows.list │ │ ├── boost-lambda_1.67.0_x64-windows-static.list │ │ ├── boost-lambda_1.67.0_x64-windows.list │ │ ├── boost-lexical-cast_1.67.0_x64-windows-static.list │ │ ├── boost-lexical-cast_1.67.0_x64-windows.list │ │ ├── boost-locale_1.67.0_x64-windows-static.list │ │ ├── boost-locale_1.67.0_x64-windows.list │ │ ├── boost-math_1.67.0_x64-windows-static.list │ │ ├── boost-math_1.67.0_x64-windows.list │ │ ├── boost-modular-build-helper_2018-05-14_x64-windows-static.list │ │ ├── boost-modular-build-helper_2018-05-14_x64-windows.list │ │ ├── boost-move_1.67.0_x64-windows-static.list │ │ ├── boost-move_1.67.0_x64-windows.list │ │ ├── boost-mpl_1.67.0_x64-windows-static.list │ │ ├── boost-mpl_1.67.0_x64-windows.list │ │ ├── boost-multi-index_1.67.0_x64-windows-static.list │ │ ├── boost-multi-index_1.67.0_x64-windows.list │ │ ├── boost-multiprecision_1.67.0_x64-windows-static.list │ │ ├── boost-multiprecision_1.67.0_x64-windows.list │ │ ├── boost-numeric-conversion_1.67.0_x64-windows-static.list │ │ ├── boost-numeric-conversion_1.67.0_x64-windows.list │ │ ├── boost-optional_1.67.0_x64-windows-static.list │ │ ├── boost-optional_1.67.0_x64-windows.list │ │ ├── boost-parameter_1.67.0_x64-windows-static.list │ │ ├── boost-parameter_1.67.0_x64-windows.list │ │ ├── boost-phoenix_1.67.0_x64-windows-static.list │ │ ├── boost-phoenix_1.67.0_x64-windows.list │ │ ├── boost-polygon_1.67.0_x64-windows-static.list │ │ ├── boost-polygon_1.67.0_x64-windows.list │ │ ├── boost-pool_1.67.0_x64-windows-static.list │ │ ├── boost-pool_1.67.0_x64-windows.list │ │ ├── boost-predef_1.67.0_x64-windows-static.list │ │ ├── boost-predef_1.67.0_x64-windows.list │ │ ├── boost-preprocessor_1.67.0_x64-windows-static.list │ │ ├── boost-preprocessor_1.67.0_x64-windows.list │ │ ├── boost-property-map_1.67.0_x64-windows-static.list │ │ ├── boost-property-map_1.67.0_x64-windows.list │ │ ├── boost-property-tree_1.67.0_x64-windows-static.list │ │ ├── boost-property-tree_1.67.0_x64-windows.list │ │ ├── boost-proto_1.67.0_x64-windows-static.list │ │ ├── boost-proto_1.67.0_x64-windows.list │ │ ├── boost-qvm_1.67.0_x64-windows-static.list │ │ ├── boost-qvm_1.67.0_x64-windows.list │ │ ├── boost-random_1.67.0_x64-windows-static.list │ │ ├── boost-random_1.67.0_x64-windows.list │ │ ├── boost-range_1.67.0_x64-windows-static.list │ │ ├── boost-range_1.67.0_x64-windows.list │ │ ├── boost-ratio_1.67.0_x64-windows-static.list │ │ ├── boost-ratio_1.67.0_x64-windows.list │ │ ├── boost-rational_1.67.0_x64-windows-static.list │ │ ├── boost-rational_1.67.0_x64-windows.list │ │ ├── boost-regex_1.67.0_x64-windows-static.list │ │ ├── boost-regex_1.67.0_x64-windows.list │ │ ├── boost-serialization_1.67.0_x64-windows-static.list │ │ ├── boost-serialization_1.67.0_x64-windows.list │ │ ├── boost-smart-ptr_1.67.0_x64-windows-static.list │ │ ├── boost-smart-ptr_1.67.0_x64-windows.list │ │ ├── boost-spirit_1.67.0_x64-windows-static.list │ │ ├── boost-spirit_1.67.0_x64-windows.list │ │ ├── boost-static-assert_1.67.0_x64-windows-static.list │ │ ├── boost-static-assert_1.67.0_x64-windows.list │ │ ├── boost-system_1.67.0_x64-windows-static.list │ │ ├── boost-system_1.67.0_x64-windows.list │ │ ├── boost-test_1.67.0-2_x64-windows-static.list │ │ ├── boost-test_1.67.0-2_x64-windows.list │ │ ├── boost-thread_1.67.0_x64-windows-static.list │ │ ├── boost-thread_1.67.0_x64-windows.list │ │ ├── boost-throw-exception_1.67.0_x64-windows-static.list │ │ ├── boost-throw-exception_1.67.0_x64-windows.list │ │ ├── boost-timer_1.67.0_x64-windows-static.list │ │ ├── boost-timer_1.67.0_x64-windows.list │ │ ├── boost-tokenizer_1.67.0_x64-windows-static.list │ │ ├── boost-tokenizer_1.67.0_x64-windows.list │ │ ├── boost-tti_1.67.0_x64-windows-static.list │ │ ├── boost-tti_1.67.0_x64-windows.list │ │ ├── boost-tuple_1.67.0_x64-windows-static.list │ │ ├── boost-tuple_1.67.0_x64-windows.list │ │ ├── boost-type-index_1.67.0_x64-windows-static.list │ │ ├── boost-type-index_1.67.0_x64-windows.list │ │ ├── boost-type-traits_1.67.0_x64-windows-static.list │ │ ├── boost-type-traits_1.67.0_x64-windows.list │ │ ├── boost-typeof_1.67.0_x64-windows-static.list │ │ ├── boost-typeof_1.67.0_x64-windows.list │ │ ├── boost-unordered_1.67.0_x64-windows-static.list │ │ ├── boost-unordered_1.67.0_x64-windows.list │ │ ├── boost-utility_1.67.0_x64-windows-static.list │ │ ├── boost-utility_1.67.0_x64-windows.list │ │ ├── boost-variant_1.67.0_x64-windows-static.list │ │ ├── boost-variant_1.67.0_x64-windows.list │ │ ├── boost-vcpkg-helpers_4_x64-windows-static.list │ │ ├── boost-vcpkg-helpers_4_x64-windows.list │ │ ├── boost-winapi_1.67.0_x64-windows-static.list │ │ ├── boost-winapi_1.67.0_x64-windows.list │ │ ├── boost-xpressive_1.67.0_x64-windows-static.list │ │ ├── boost-xpressive_1.67.0_x64-windows.list │ │ ├── bzip2_1.0.6-2_arm64-ios.list │ │ ├── bzip2_1.0.6-2_x64-osx.list │ │ ├── bzip2_1.0.6-2_x64-windows-static.list │ │ ├── bzip2_1.0.6-2_x64-windows.list │ │ ├── bzip2_1.0.6-2_x86-windows.list │ │ ├── freetype_2.8.1-3_arm64-ios.list │ │ ├── freetype_2.8.1-3_x64-osx.list │ │ ├── freetype_2.8.1-3_x86-windows.list │ │ ├── graphite2_1.3.10_x86-windows.list │ │ ├── harfbuzz_1.8.4_arm64-ios.list │ │ ├── harfbuzz_1.8.4_x64-osx.list │ │ ├── harfbuzz_1.8.4_x86-windows.list │ │ ├── icu_61.1-1_x64-windows-static.list │ │ ├── icu_61.1-1_x64-windows.list │ │ ├── icu_61.1-1_x86-windows.list │ │ ├── icu_61.1-2_x64-osx.list │ │ ├── libevent_2.1.8-3_x64-windows-static.list │ │ ├── libevent_2.1.8-3_x64-windows.list │ │ ├── liblzma_5.2.3-2_x64-windows-static.list │ │ ├── liblzma_5.2.3-2_x64-windows.list │ │ ├── libmysql_8.0.4-2_x64-windows-static.list │ │ ├── libmysql_8.0.4-2_x64-windows.list │ │ ├── libpng_1.6.35_arm64-ios.list │ │ ├── libpng_1.6.35_x64-osx.list │ │ ├── libpng_1.6.35_x86-windows.list │ │ ├── lz4_1.8.2_x64-windows-static.list │ │ ├── lz4_1.8.2_x64-windows.list │ │ ├── openssl_1.0.2o-3_x64-windows-static.list │ │ ├── openssl_1.0.2o-3_x64-windows.list │ │ ├── ragel_6.10-1_arm64-ios.list │ │ ├── ragel_6.10-1_x64-osx.list │ │ ├── ragel_6.10-1_x86-windows.list │ │ ├── zlib_1.2.11-3_arm64-ios.list │ │ ├── zlib_1.2.11-3_x64-osx.list │ │ ├── zlib_1.2.11-3_x64-windows-static.list │ │ ├── zlib_1.2.11-3_x64-windows.list │ │ └── zlib_1.2.11-3_x86-windows.list │ └── updates │ │ └── status │ ├── x64-osx │ └── lib │ │ ├── libbz2.a │ │ ├── libfreetype.a │ │ ├── libharfbuzz.a │ │ ├── libpng16.a │ │ └── libz.a │ ├── x64-windows-static │ ├── debug │ │ └── lib │ │ │ ├── boost_atomic-vc140-mt-gd.lib │ │ │ ├── boost_chrono-vc140-mt-gd.lib │ │ │ ├── boost_container-vc140-mt-gd.lib │ │ │ ├── boost_date_time-vc140-mt-gd.lib │ │ │ ├── boost_exception-vc140-mt-gd.lib │ │ │ ├── boost_filesystem-vc140-mt-gd.lib │ │ │ ├── boost_graph-vc140-mt-gd.lib │ │ │ ├── boost_iostreams-vc140-mt-gd.lib │ │ │ ├── boost_locale-vc140-mt-gd.lib │ │ │ ├── boost_math_c99-vc140-mt-gd.lib │ │ │ ├── boost_math_c99f-vc140-mt-gd.lib │ │ │ ├── boost_math_c99l-vc140-mt-gd.lib │ │ │ ├── boost_math_tr1-vc140-mt-gd.lib │ │ │ ├── boost_math_tr1f-vc140-mt-gd.lib │ │ │ ├── boost_math_tr1l-vc140-mt-gd.lib │ │ │ ├── boost_random-vc140-mt-gd.lib │ │ │ ├── boost_regex-vc140-mt-gd.lib │ │ │ ├── boost_serialization-vc140-mt-gd.lib │ │ │ ├── boost_system-vc140-mt-gd.lib │ │ │ ├── boost_thread-vc140-mt-gd.lib │ │ │ ├── boost_timer-vc140-mt-gd.lib │ │ │ ├── boost_unit_test_framework-vc140-mt-gd.lib │ │ │ ├── boost_wserialization-vc140-mt-gd.lib │ │ │ ├── bz2d.lib │ │ │ ├── event.lib │ │ │ ├── event_core.lib │ │ │ ├── event_extra.lib │ │ │ ├── icudtd.lib │ │ │ ├── icuind.lib │ │ │ ├── icuiod.lib │ │ │ ├── icutud.lib │ │ │ ├── icuucd.lib │ │ │ ├── libeay32.lib │ │ │ ├── lz4d.lib │ │ │ ├── lzma.lib │ │ │ ├── manual-link │ │ │ ├── boost_prg_exec_monitor-vc140-mt-gd.lib │ │ │ └── boost_test_exec_monitor-vc140-mt-gd.lib │ │ │ ├── mysqlclient.lib │ │ │ ├── ssleay32.lib │ │ │ └── zlibd.lib │ └── lib │ │ ├── boost_atomic-vc140-mt.lib │ │ ├── boost_chrono-vc140-mt.lib │ │ ├── boost_container-vc140-mt.lib │ │ ├── boost_date_time-vc140-mt.lib │ │ ├── boost_exception-vc140-mt.lib │ │ ├── boost_filesystem-vc140-mt.lib │ │ ├── boost_graph-vc140-mt.lib │ │ ├── boost_iostreams-vc140-mt.lib │ │ ├── boost_locale-vc140-mt.lib │ │ ├── boost_math_c99-vc140-mt.lib │ │ ├── boost_math_c99f-vc140-mt.lib │ │ ├── boost_math_c99l-vc140-mt.lib │ │ ├── boost_math_tr1-vc140-mt.lib │ │ ├── boost_math_tr1f-vc140-mt.lib │ │ ├── boost_math_tr1l-vc140-mt.lib │ │ ├── boost_random-vc140-mt.lib │ │ ├── boost_regex-vc140-mt.lib │ │ ├── boost_serialization-vc140-mt.lib │ │ ├── boost_system-vc140-mt.lib │ │ ├── boost_thread-vc140-mt.lib │ │ ├── boost_timer-vc140-mt.lib │ │ ├── boost_unit_test_framework-vc140-mt.lib │ │ ├── boost_wserialization-vc140-mt.lib │ │ ├── bz2.lib │ │ ├── event.lib │ │ ├── event_core.lib │ │ ├── event_extra.lib │ │ ├── icudt.lib │ │ ├── icuin.lib │ │ ├── icuio.lib │ │ ├── icutu.lib │ │ ├── icuuc.lib │ │ ├── libeay32.lib │ │ ├── lz4.lib │ │ ├── lzma.lib │ │ ├── manual-link │ │ ├── boost_prg_exec_monitor-vc140-mt.lib │ │ └── boost_test_exec_monitor-vc140-mt.lib │ │ ├── mysqlclient.lib │ │ ├── ssleay32.lib │ │ └── zlib.lib │ ├── x64-windows │ ├── bin │ │ ├── boost_atomic-vc141-mt-x64-1_67.dll │ │ ├── boost_chrono-vc141-mt-x64-1_67.dll │ │ ├── boost_container-vc141-mt-x64-1_67.dll │ │ ├── boost_date_time-vc141-mt-x64-1_67.dll │ │ ├── boost_filesystem-vc141-mt-x64-1_67.dll │ │ ├── boost_graph-vc141-mt-x64-1_67.dll │ │ ├── boost_iostreams-vc141-mt-x32-1_67.dll │ │ ├── boost_locale-vc141-mt-x64-1_67.dll │ │ ├── boost_math_c99-vc141-mt-x64-1_67.dll │ │ ├── boost_math_c99f-vc141-mt-x64-1_67.dll │ │ ├── boost_math_c99l-vc141-mt-x64-1_67.dll │ │ ├── boost_math_tr1-vc141-mt-x64-1_67.dll │ │ ├── boost_math_tr1f-vc141-mt-x64-1_67.dll │ │ ├── boost_math_tr1l-vc141-mt-x64-1_67.dll │ │ ├── boost_prg_exec_monitor-vc141-mt-x64-1_67.dll │ │ ├── boost_random-vc141-mt-x64-1_67.dll │ │ ├── boost_regex-vc141-mt-x64-1_67.dll │ │ ├── boost_serialization-vc141-mt-x64-1_67.dll │ │ ├── boost_system-vc141-mt-x64-1_67.dll │ │ ├── boost_thread-vc141-mt-x64-1_67.dll │ │ ├── boost_timer-vc141-mt-x64-1_67.dll │ │ ├── boost_unit_test_framework-vc141-mt-x64-1_67.dll │ │ ├── boost_wserialization-vc141-mt-x64-1_67.dll │ │ ├── icudt61.dll │ │ ├── icuin61.dll │ │ ├── icuio61.dll │ │ ├── icutu61.dll │ │ ├── icuuc61.dll │ │ ├── libbz2.dll │ │ ├── libeay32.dll │ │ ├── libmysql.dll │ │ ├── lz4.dll │ │ ├── lzma.dll │ │ ├── ssleay32.dll │ │ └── zlib1.dll │ ├── debug │ │ ├── bin │ │ │ ├── boost_atomic-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_chrono-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_container-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_date_time-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_filesystem-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_graph-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_iostreams-vc141-mt-gd-x32-1_67.dll │ │ │ ├── boost_locale-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_math_c99-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_math_c99f-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_math_c99l-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_math_tr1-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_math_tr1f-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_math_tr1l-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_prg_exec_monitor-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_random-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_regex-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_serialization-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_system-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_thread-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_timer-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_unit_test_framework-vc141-mt-gd-x64-1_67.dll │ │ │ ├── boost_wserialization-vc141-mt-gd-x64-1_67.dll │ │ │ ├── icudtd61.dll │ │ │ ├── icuind61.dll │ │ │ ├── icuiod61.dll │ │ │ ├── icutud61.dll │ │ │ ├── icuucd61.dll │ │ │ ├── libbz2d.dll │ │ │ ├── libeay32.dll │ │ │ ├── libmysql.dll │ │ │ ├── lz4d.dll │ │ │ ├── lzma.dll │ │ │ ├── ssleay32.dll │ │ │ └── zlibd1.dll │ │ └── lib │ │ │ ├── boost_atomic-vc140-mt-gd.lib │ │ │ ├── boost_chrono-vc140-mt-gd.lib │ │ │ ├── boost_container-vc140-mt-gd.lib │ │ │ ├── boost_date_time-vc140-mt-gd.lib │ │ │ ├── boost_exception-vc140-mt-gd.lib │ │ │ ├── boost_filesystem-vc140-mt-gd.lib │ │ │ ├── boost_graph-vc140-mt-gd.lib │ │ │ ├── boost_iostreams-vc140-mt-gd.lib │ │ │ ├── boost_locale-vc140-mt-gd.lib │ │ │ ├── boost_math_c99-vc140-mt-gd.lib │ │ │ ├── boost_math_c99f-vc140-mt-gd.lib │ │ │ ├── boost_math_c99l-vc140-mt-gd.lib │ │ │ ├── boost_math_tr1-vc140-mt-gd.lib │ │ │ ├── boost_math_tr1f-vc140-mt-gd.lib │ │ │ ├── boost_math_tr1l-vc140-mt-gd.lib │ │ │ ├── boost_random-vc140-mt-gd.lib │ │ │ ├── boost_regex-vc140-mt-gd.lib │ │ │ ├── boost_serialization-vc140-mt-gd.lib │ │ │ ├── boost_system-vc140-mt-gd.lib │ │ │ ├── boost_thread-vc140-mt-gd.lib │ │ │ ├── boost_timer-vc140-mt-gd.lib │ │ │ ├── boost_unit_test_framework-vc140-mt-gd.lib │ │ │ ├── boost_wserialization-vc140-mt-gd.lib │ │ │ ├── bz2d.lib │ │ │ ├── event.lib │ │ │ ├── event_core.lib │ │ │ ├── event_extra.lib │ │ │ ├── icudtd.lib │ │ │ ├── icuind.lib │ │ │ ├── icuiod.lib │ │ │ ├── icutud.lib │ │ │ ├── icuucd.lib │ │ │ ├── libeay32.lib │ │ │ ├── libmysql.lib │ │ │ ├── lz4d.lib │ │ │ ├── lzma.lib │ │ │ ├── manual-link │ │ │ ├── boost_prg_exec_monitor-vc140-mt-gd.lib │ │ │ └── boost_test_exec_monitor-vc140-mt-gd.lib │ │ │ ├── ssleay32.lib │ │ │ └── zlibd.lib │ ├── lib │ │ ├── boost_atomic-vc140-mt.lib │ │ ├── boost_chrono-vc140-mt.lib │ │ ├── boost_container-vc140-mt.lib │ │ ├── boost_date_time-vc140-mt.lib │ │ ├── boost_exception-vc140-mt.lib │ │ ├── boost_filesystem-vc140-mt.lib │ │ ├── boost_graph-vc140-mt.lib │ │ ├── boost_iostreams-vc140-mt.lib │ │ ├── boost_locale-vc140-mt.lib │ │ ├── boost_math_c99-vc140-mt.lib │ │ ├── boost_math_c99f-vc140-mt.lib │ │ ├── boost_math_c99l-vc140-mt.lib │ │ ├── boost_math_tr1-vc140-mt.lib │ │ ├── boost_math_tr1f-vc140-mt.lib │ │ ├── boost_math_tr1l-vc140-mt.lib │ │ ├── boost_random-vc140-mt.lib │ │ ├── boost_regex-vc140-mt.lib │ │ ├── boost_serialization-vc140-mt.lib │ │ ├── boost_system-vc140-mt.lib │ │ ├── boost_thread-vc140-mt.lib │ │ ├── boost_timer-vc140-mt.lib │ │ ├── boost_unit_test_framework-vc140-mt.lib │ │ ├── boost_wserialization-vc140-mt.lib │ │ ├── bz2.lib │ │ ├── event.lib │ │ ├── event_core.lib │ │ ├── event_extra.lib │ │ ├── icudt.lib │ │ ├── icuin.lib │ │ ├── icuio.lib │ │ ├── icutu.lib │ │ ├── icuuc.lib │ │ ├── libeay32.lib │ │ ├── libmysql.lib │ │ ├── lz4.lib │ │ ├── lzma.lib │ │ ├── manual-link │ │ │ ├── boost_prg_exec_monitor-vc140-mt.lib │ │ │ └── boost_test_exec_monitor-vc140-mt.lib │ │ ├── ssleay32.lib │ │ └── zlib.lib │ └── tools │ │ └── openssl │ │ ├── LIBEAY32.dll │ │ └── SSLEAY32.dll │ └── x86-windows │ ├── bin │ ├── freetype.dll │ ├── graphite2.dll │ ├── harfbuzz.dll │ ├── icudt61.dll │ ├── icuin61.dll │ ├── icuio61.dll │ ├── icutu61.dll │ ├── icuuc61.dll │ ├── libbz2.dll │ ├── libpng16.dll │ └── zlib1.dll │ └── lib │ ├── bz2.lib │ ├── freetype.lib │ ├── graphite2.lib │ ├── harfbuzz.lib │ ├── icudt.lib │ ├── icuin.lib │ ├── icuio.lib │ ├── icutu.lib │ ├── icuuc.lib │ ├── libpng16.lib │ └── zlib.lib ├── tests ├── README.md ├── harfbuzz │ ├── Cargo.toml │ ├── build.rs │ └── src │ │ ├── lib.rs │ │ ├── main.rs │ │ └── test.c ├── run.sh ├── top-level │ ├── Cargo.toml │ ├── src │ │ └── main.rs │ └── vcpkg.json ├── vcpkgrs_target.sh └── wasm.sh └── vcpkg_cli ├── Cargo.toml └── src └── main.rs /.gitignore: -------------------------------------------------------------------------------- 1 | Cargo.lock 2 | target/ 3 | .vscode/ 4 | vcp/ 5 | .idea/ 6 | .DS_Store 7 | vcpkg_installed -------------------------------------------------------------------------------- /rustfmt.toml: -------------------------------------------------------------------------------- 1 | reorder_imports = true 2 | 3 | -------------------------------------------------------------------------------- /systest/.gitignore: -------------------------------------------------------------------------------- 1 | target/ 2 | Cargo.lock 3 | -------------------------------------------------------------------------------- /systest/run.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | set -ex 3 | 4 | SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" 5 | cd "$SCRIPTDIR" 6 | 7 | export VCPKG_ROOT="$SCRIPTDIR/../vcp" 8 | 9 | source ../setup_vcp.sh 10 | 11 | $VCPKG_ROOT/vcpkg install curl zeromq openssl 12 | cargo run 13 | -------------------------------------------------------------------------------- /test-data/multiline-description/.vcpkg-root: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/multiline-description/.vcpkg-root -------------------------------------------------------------------------------- /test-data/multiline-description/installed/vcpkg/info/graphite2_1.3.10_x86-windows.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/multiline-description/installed/vcpkg/info/graphite2_1.3.10_x86-windows.list -------------------------------------------------------------------------------- /test-data/multiline-description/installed/vcpkg/updates/status: -------------------------------------------------------------------------------- 1 | Package: graphite2 2 | Version: 1.3.10 3 | Architecture: x86-windows 4 | Multi-Arch: same 5 | Description: Graphite is a "smart font" system developed specifically to handle the complexities of lesser-known languages of the world. 6 | Graphite2 is a rework of the original Graphite engine that is faster, smaller, and uses an API that is better suited to the layout architecture of most text-processing applications. 7 | Status: install ok installed 8 | 9 | -------------------------------------------------------------------------------- /test-data/no-status/.vcpkg-root: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/.vcpkg-root -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/info/boost-any_1.67.0_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/include/ 3 | x64-windows/include/boost/ 4 | x64-windows/include/boost/any.hpp 5 | x64-windows/share/ 6 | x64-windows/share/boost-any/ 7 | x64-windows/share/boost-any/copyright 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/info/boost-array_1.67.0_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/include/ 3 | x64-windows/include/boost/ 4 | x64-windows/include/boost/array.hpp 5 | x64-windows/share/ 6 | x64-windows/share/boost-array/ 7 | x64-windows/share/boost-array/copyright 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/info/boost-assert_1.67.0_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/include/ 3 | x64-windows/include/boost/ 4 | x64-windows/include/boost/assert.hpp 5 | x64-windows/include/boost/current_function.hpp 6 | x64-windows/share/ 7 | x64-windows/share/boost-assert/ 8 | x64-windows/share/boost-assert/copyright 9 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/info/boost-conversion_1.67.0_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/include/ 3 | x64-windows/include/boost/ 4 | x64-windows/include/boost/implicit_cast.hpp 5 | x64-windows/include/boost/polymorphic_cast.hpp 6 | x64-windows/include/boost/polymorphic_pointer_cast.hpp 7 | x64-windows/share/ 8 | x64-windows/share/boost-conversion/ 9 | x64-windows/share/boost-conversion/copyright 10 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/info/boost-foreach_1.67.0_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/include/ 3 | x64-windows/include/boost/ 4 | x64-windows/include/boost/foreach.hpp 5 | x64-windows/include/boost/foreach_fwd.hpp 6 | x64-windows/share/ 7 | x64-windows/share/boost-foreach/ 8 | x64-windows/share/boost-foreach/copyright 9 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/info/boost-io_1.67.0_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/include/ 3 | x64-windows/include/boost/ 4 | x64-windows/include/boost/io/ 5 | x64-windows/include/boost/io/detail/ 6 | x64-windows/include/boost/io/detail/quoted_manip.hpp 7 | x64-windows/include/boost/io/ios_state.hpp 8 | x64-windows/include/boost/io_fwd.hpp 9 | x64-windows/share/ 10 | x64-windows/share/boost-io/ 11 | x64-windows/share/boost-io/copyright 12 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/info/boost-modular-build-helper_2018-05-14_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/share/ 3 | x64-windows/share/boost-build/ 4 | x64-windows/share/boost-build/CMakeLists.txt 5 | x64-windows/share/boost-build/Jamroot.jam 6 | x64-windows/share/boost-build/boost-modular-build.cmake 7 | x64-windows/share/boost-build/nothing.bat 8 | x64-windows/share/boost-build/user-config.jam 9 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/info/boost-rational_1.67.0_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/include/ 3 | x64-windows/include/boost/ 4 | x64-windows/include/boost/rational.hpp 5 | x64-windows/share/ 6 | x64-windows/share/boost-rational/ 7 | x64-windows/share/boost-rational/copyright 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/info/boost-static-assert_1.67.0_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/include/ 3 | x64-windows/include/boost/ 4 | x64-windows/include/boost/static_assert.hpp 5 | x64-windows/share/ 6 | x64-windows/share/boost-static-assert/ 7 | x64-windows/share/boost-static-assert/copyright 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/info/boost-throw-exception_1.67.0_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/include/ 3 | x64-windows/include/boost/ 4 | x64-windows/include/boost/exception/ 5 | x64-windows/include/boost/exception/exception.hpp 6 | x64-windows/include/boost/throw_exception.hpp 7 | x64-windows/share/ 8 | x64-windows/share/boost-throw-exception/ 9 | x64-windows/share/boost-throw-exception/copyright 10 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/info/boost-tokenizer_1.67.0_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/include/ 3 | x64-windows/include/boost/ 4 | x64-windows/include/boost/token_functions.hpp 5 | x64-windows/include/boost/token_iterator.hpp 6 | x64-windows/include/boost/tokenizer.hpp 7 | x64-windows/share/ 8 | x64-windows/share/boost-tokenizer/ 9 | x64-windows/share/boost-tokenizer/copyright 10 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/info/boost-vcpkg-helpers_4_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/share/ 3 | x64-windows/share/boost-vcpkg-helpers/ 4 | x64-windows/share/boost-vcpkg-helpers/boost-modular-headers.cmake 5 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000000: -------------------------------------------------------------------------------- 1 | Package: boost-vcpkg-helpers 2 | Version: 4 3 | Architecture: x64-windows 4 | Multi-Arch: same 5 | Description: a set of vcpkg-internal scripts used to modularize boost 6 | Status: install ok half-installed 7 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000001: -------------------------------------------------------------------------------- 1 | Package: boost-vcpkg-helpers 2 | Version: 4 3 | Architecture: x64-windows 4 | Multi-Arch: same 5 | Description: a set of vcpkg-internal scripts used to modularize boost 6 | Status: install ok installed 7 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000002: -------------------------------------------------------------------------------- 1 | Package: boost-config 2 | Version: 1.67.0 3 | Depends: boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost config module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000003: -------------------------------------------------------------------------------- 1 | Package: boost-config 2 | Version: 1.67.0 3 | Depends: boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost config module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000004: -------------------------------------------------------------------------------- 1 | Package: boost-compatibility 2 | Version: 1.67.0 3 | Depends: boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost compatibility module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000005: -------------------------------------------------------------------------------- 1 | Package: boost-compatibility 2 | Version: 1.67.0 3 | Depends: boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost compatibility module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000006: -------------------------------------------------------------------------------- 1 | Package: boost-detail 2 | Version: 1.67.0 3 | Depends: boost-compatibility, boost-config, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost detail module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000007: -------------------------------------------------------------------------------- 1 | Package: boost-detail 2 | Version: 1.67.0 3 | Depends: boost-compatibility, boost-config, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost detail module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000008: -------------------------------------------------------------------------------- 1 | Package: boost-modular-build-helper 2 | Version: 2018-05-14 3 | Architecture: x64-windows 4 | Multi-Arch: same 5 | Status: install ok half-installed 6 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000009: -------------------------------------------------------------------------------- 1 | Package: boost-modular-build-helper 2 | Version: 2018-05-14 3 | Architecture: x64-windows 4 | Multi-Arch: same 5 | Status: install ok installed 6 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000010: -------------------------------------------------------------------------------- 1 | Package: boost-assert 2 | Version: 1.67.0 3 | Depends: boost-config, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost assert module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000011: -------------------------------------------------------------------------------- 1 | Package: boost-assert 2 | Version: 1.67.0 3 | Depends: boost-config, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost assert module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000012: -------------------------------------------------------------------------------- 1 | Package: boost-throw-exception 2 | Version: 1.67.0 3 | Depends: boost-config, boost-detail, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost throw_exception module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000013: -------------------------------------------------------------------------------- 1 | Package: boost-throw-exception 2 | Version: 1.67.0 3 | Depends: boost-config, boost-detail, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost throw_exception module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000014: -------------------------------------------------------------------------------- 1 | Package: boost-core 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-config, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost core module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000015: -------------------------------------------------------------------------------- 1 | Package: boost-core 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-config, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost core module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000016: -------------------------------------------------------------------------------- 1 | Package: boost-preprocessor 2 | Version: 1.67.0 3 | Depends: boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost preprocessor module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000017: -------------------------------------------------------------------------------- 1 | Package: boost-preprocessor 2 | Version: 1.67.0 3 | Depends: boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost preprocessor module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000018: -------------------------------------------------------------------------------- 1 | Package: boost-static-assert 2 | Version: 1.67.0 3 | Depends: boost-config, boost-detail, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost static_assert module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000019: -------------------------------------------------------------------------------- 1 | Package: boost-static-assert 2 | Version: 1.67.0 3 | Depends: boost-config, boost-detail, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost static_assert module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000020: -------------------------------------------------------------------------------- 1 | Package: boost-integer 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-compatibility, boost-config, boost-core, boost-detail, boost-static-assert, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost integer module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000021: -------------------------------------------------------------------------------- 1 | Package: boost-integer 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-compatibility, boost-config, boost-core, boost-detail, boost-static-assert, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost integer module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000022: -------------------------------------------------------------------------------- 1 | Package: boost-type-traits 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-detail, boost-static-assert, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost type_traits module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000023: -------------------------------------------------------------------------------- 1 | Package: boost-type-traits 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-detail, boost-static-assert, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost type_traits module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000024: -------------------------------------------------------------------------------- 1 | Package: boost-utility 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-detail, boost-integer, boost-preprocessor, boost-static-assert, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost utility module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000025: -------------------------------------------------------------------------------- 1 | Package: boost-utility 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-detail, boost-integer, boost-preprocessor, boost-static-assert, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost utility module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000026: -------------------------------------------------------------------------------- 1 | Package: boost-predef 2 | Version: 1.67.0 3 | Depends: boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost predef module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000027: -------------------------------------------------------------------------------- 1 | Package: boost-predef 2 | Version: 1.67.0 3 | Depends: boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost predef module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000028: -------------------------------------------------------------------------------- 1 | Package: boost-winapi 2 | Version: 1.67.0 3 | Depends: boost-config, boost-integer, boost-predef, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost winapi module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000029: -------------------------------------------------------------------------------- 1 | Package: boost-winapi 2 | Version: 1.67.0 3 | Depends: boost-config, boost-integer, boost-predef, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost winapi module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000030: -------------------------------------------------------------------------------- 1 | Package: boost-build 2 | Version: 1.67.0 3 | Architecture: x64-windows 4 | Multi-Arch: same 5 | Description: Boost.Build 6 | Status: install ok half-installed 7 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000031: -------------------------------------------------------------------------------- 1 | Package: boost-build 2 | Version: 1.67.0 3 | Architecture: x64-windows 4 | Multi-Arch: same 5 | Description: Boost.Build 6 | Status: install ok installed 7 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000032: -------------------------------------------------------------------------------- 1 | Package: boost-system 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-build, boost-config, boost-core, boost-integer, boost-modular-build-helper, boost-predef, boost-utility, boost-vcpkg-helpers, boost-winapi 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost system module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000033: -------------------------------------------------------------------------------- 1 | Package: boost-system 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-build, boost-config, boost-core, boost-integer, boost-modular-build-helper, boost-predef, boost-utility, boost-vcpkg-helpers, boost-winapi 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost system module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000034: -------------------------------------------------------------------------------- 1 | Package: boost-move 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-config, boost-detail, boost-integer, boost-static-assert, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost move module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000035: -------------------------------------------------------------------------------- 1 | Package: boost-move 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-config, boost-detail, boost-integer, boost-static-assert, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost move module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000036: -------------------------------------------------------------------------------- 1 | Package: liblzma 2 | Version: 5.2.3-2 3 | Architecture: x64-windows 4 | Multi-Arch: same 5 | Description: Compression library with an API similar to that of zlib. 6 | Status: install ok half-installed 7 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000037: -------------------------------------------------------------------------------- 1 | Package: liblzma 2 | Version: 5.2.3-2 3 | Architecture: x64-windows 4 | Multi-Arch: same 5 | Description: Compression library with an API similar to that of zlib. 6 | Status: install ok installed 7 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000038: -------------------------------------------------------------------------------- 1 | Package: boost-mpl 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-detail, boost-predef, boost-preprocessor, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost mpl module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000039: -------------------------------------------------------------------------------- 1 | Package: boost-mpl 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-detail, boost-predef, boost-preprocessor, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost mpl module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000040: -------------------------------------------------------------------------------- 1 | Package: boost-concept-check 2 | Version: 1.67.0 3 | Depends: boost-config, boost-mpl, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost concept_check module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000041: -------------------------------------------------------------------------------- 1 | Package: boost-concept-check 2 | Version: 1.67.0 3 | Depends: boost-config, boost-mpl, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost concept_check module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000042: -------------------------------------------------------------------------------- 1 | Package: boost-array 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-config, boost-core, boost-detail, boost-static-assert, boost-throw-exception, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost array module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000043: -------------------------------------------------------------------------------- 1 | Package: boost-array 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-config, boost-core, boost-detail, boost-static-assert, boost-throw-exception, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost array module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000044: -------------------------------------------------------------------------------- 1 | Package: boost-smart-ptr 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-config, boost-core, boost-detail, boost-integer, boost-move, boost-predef, boost-static-assert, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost smart_ptr module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000045: -------------------------------------------------------------------------------- 1 | Package: boost-smart-ptr 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-config, boost-core, boost-detail, boost-integer, boost-move, boost-predef, boost-static-assert, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost smart_ptr module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000046: -------------------------------------------------------------------------------- 1 | Package: boost-tuple 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-static-assert, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost tuple module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000047: -------------------------------------------------------------------------------- 1 | Package: boost-tuple 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-static-assert, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost tuple module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000048: -------------------------------------------------------------------------------- 1 | Package: boost-exception 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-build, boost-config, boost-core, boost-modular-build-helper, boost-smart-ptr, boost-tuple, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost exception module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000049: -------------------------------------------------------------------------------- 1 | Package: boost-exception 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-build, boost-config, boost-core, boost-modular-build-helper, boost-smart-ptr, boost-tuple, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost exception module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000050: -------------------------------------------------------------------------------- 1 | Package: boost-bind 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-detail, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost bind module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000051: -------------------------------------------------------------------------------- 1 | Package: boost-bind 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-detail, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost bind module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000052: -------------------------------------------------------------------------------- 1 | Package: boost-typeof 2 | Version: 1.67.0 3 | Depends: boost-config, boost-mpl, boost-preprocessor, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost typeof module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000053: -------------------------------------------------------------------------------- 1 | Package: boost-typeof 2 | Version: 1.67.0 3 | Depends: boost-config, boost-mpl, boost-preprocessor, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost typeof module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000054: -------------------------------------------------------------------------------- 1 | Package: boost-container-hash 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-compatibility, boost-config, boost-core, boost-detail, boost-integer, boost-static-assert, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost container_hash module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000055: -------------------------------------------------------------------------------- 1 | Package: boost-container-hash 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-compatibility, boost-config, boost-core, boost-detail, boost-integer, boost-static-assert, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost container_hash module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000056: -------------------------------------------------------------------------------- 1 | Package: boost-type-index 2 | Version: 1.67.0 3 | Depends: boost-config, boost-container-hash, boost-core, boost-mpl, boost-preprocessor, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost type_index module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000057: -------------------------------------------------------------------------------- 1 | Package: boost-type-index 2 | Version: 1.67.0 3 | Depends: boost-config, boost-container-hash, boost-core, boost-mpl, boost-preprocessor, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost type_index module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000058: -------------------------------------------------------------------------------- 1 | Package: boost-function 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-config, boost-core, boost-detail, boost-integer, boost-mpl, boost-preprocessor, boost-type-index, boost-typeof, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost function module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000059: -------------------------------------------------------------------------------- 1 | Package: boost-function 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-config, boost-core, boost-detail, boost-integer, boost-mpl, boost-preprocessor, boost-type-index, boost-typeof, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost function module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000060: -------------------------------------------------------------------------------- 1 | Package: boost-functional 2 | Version: 1.67.0 3 | Depends: boost-config, boost-mpl, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost functional module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000061: -------------------------------------------------------------------------------- 1 | Package: boost-functional 2 | Version: 1.67.0 3 | Depends: boost-config, boost-mpl, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost functional module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000062: -------------------------------------------------------------------------------- 1 | Package: boost-function-types 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-detail, boost-mpl, boost-preprocessor, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost function_types module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000063: -------------------------------------------------------------------------------- 1 | Package: boost-function-types 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-detail, boost-mpl, boost-preprocessor, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost function_types module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000064: -------------------------------------------------------------------------------- 1 | Package: boost-fusion 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-detail, boost-functional, boost-function-types, boost-mpl, boost-preprocessor, boost-static-assert, boost-tuple, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost fusion module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000065: -------------------------------------------------------------------------------- 1 | Package: boost-fusion 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-detail, boost-functional, boost-function-types, boost-mpl, boost-preprocessor, boost-static-assert, boost-tuple, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost fusion module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000066: -------------------------------------------------------------------------------- 1 | Package: boost-optional 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-config, boost-core, boost-detail, boost-move, boost-mpl, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost optional module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000067: -------------------------------------------------------------------------------- 1 | Package: boost-optional 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-config, boost-core, boost-detail, boost-move, boost-mpl, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost optional module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000068: -------------------------------------------------------------------------------- 1 | Package: boost-iterator 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-compatibility, boost-concept-check, boost-config, boost-core, boost-detail, boost-function-types, boost-fusion, boost-mpl, boost-optional, boost-static-assert, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost iterator module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000069: -------------------------------------------------------------------------------- 1 | Package: boost-iterator 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-compatibility, boost-concept-check, boost-config, boost-core, boost-detail, boost-function-types, boost-fusion, boost-mpl, boost-optional, boost-static-assert, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost iterator module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000072: -------------------------------------------------------------------------------- 1 | Package: boost-range 2 | Version: 1.67.0 3 | Depends: boost-array, boost-assert, boost-concept-check, boost-config, boost-core, boost-detail, boost-functional, boost-integer, boost-iterator, boost-mpl, boost-optional, boost-preprocessor, boost-regex, boost-static-assert, boost-tuple, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost range module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000073: -------------------------------------------------------------------------------- 1 | Package: boost-range 2 | Version: 1.67.0 3 | Depends: boost-array, boost-assert, boost-concept-check, boost-config, boost-core, boost-detail, boost-functional, boost-integer, boost-iterator, boost-mpl, boost-optional, boost-preprocessor, boost-regex, boost-static-assert, boost-tuple, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost range module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000074: -------------------------------------------------------------------------------- 1 | Package: boost-intrusive 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-config, boost-core, boost-functional, boost-move, boost-static-assert, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost intrusive module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000075: -------------------------------------------------------------------------------- 1 | Package: boost-intrusive 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-config, boost-core, boost-functional, boost-move, boost-static-assert, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost intrusive module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000076: -------------------------------------------------------------------------------- 1 | Package: boost-container 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-build, boost-config, boost-core, boost-functional, boost-integer, boost-intrusive, boost-modular-build-helper, boost-move, boost-static-assert, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost container module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000077: -------------------------------------------------------------------------------- 1 | Package: boost-container 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-build, boost-config, boost-core, boost-functional, boost-integer, boost-intrusive, boost-modular-build-helper, boost-move, boost-static-assert, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost container module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000078: -------------------------------------------------------------------------------- 1 | Package: boost-unordered 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-compatibility, boost-config, boost-container, boost-core, boost-detail, boost-functional, boost-move, boost-predef, boost-preprocessor, boost-smart-ptr, boost-throw-exception, boost-tuple, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost unordered module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000079: -------------------------------------------------------------------------------- 1 | Package: boost-unordered 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-compatibility, boost-config, boost-container, boost-core, boost-detail, boost-functional, boost-move, boost-predef, boost-preprocessor, boost-smart-ptr, boost-throw-exception, boost-tuple, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost unordered module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000082: -------------------------------------------------------------------------------- 1 | Package: icu 2 | Version: 61.1-1 3 | Architecture: x64-windows 4 | Multi-Arch: same 5 | Description: Mature and widely used Unicode and localization library. 6 | Status: install ok half-installed 7 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000083: -------------------------------------------------------------------------------- 1 | Package: icu 2 | Version: 61.1-1 3 | Architecture: x64-windows 4 | Multi-Arch: same 5 | Description: Mature and widely used Unicode and localization library. 6 | Status: install ok installed 7 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000084: -------------------------------------------------------------------------------- 1 | Package: boost-atomic 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-build, boost-config, boost-integer, boost-modular-build-helper, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost atomic module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000085: -------------------------------------------------------------------------------- 1 | Package: boost-atomic 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-build, boost-config, boost-integer, boost-modular-build-helper, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost atomic module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000086: -------------------------------------------------------------------------------- 1 | Package: boost-lambda 2 | Version: 1.67.0 3 | Depends: boost-bind, boost-config, boost-detail, boost-mpl, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost lambda module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000087: -------------------------------------------------------------------------------- 1 | Package: boost-lambda 2 | Version: 1.67.0 3 | Depends: boost-bind, boost-config, boost-detail, boost-mpl, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost lambda module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000088: -------------------------------------------------------------------------------- 1 | Package: boost-numeric-conversion 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-detail, boost-integer, boost-preprocessor, boost-throw-exception, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost numeric_conversion module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000089: -------------------------------------------------------------------------------- 1 | Package: boost-numeric-conversion 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-detail, boost-integer, boost-preprocessor, boost-throw-exception, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost numeric_conversion module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000090: -------------------------------------------------------------------------------- 1 | Package: boost-lexical-cast 2 | Version: 1.67.0 3 | Depends: boost-array, boost-assert, boost-compatibility, boost-config, boost-container, boost-core, boost-detail, boost-integer, boost-mpl, boost-numeric-conversion, boost-range, boost-static-assert, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost lexical_cast module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000091: -------------------------------------------------------------------------------- 1 | Package: boost-lexical-cast 2 | Version: 1.67.0 3 | Depends: boost-array, boost-assert, boost-compatibility, boost-config, boost-container, boost-core, boost-detail, boost-integer, boost-mpl, boost-numeric-conversion, boost-range, boost-static-assert, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost lexical_cast module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000094: -------------------------------------------------------------------------------- 1 | Package: boost-polygon 2 | Version: 1.67.0 3 | Depends: boost-config, boost-integer, boost-mpl, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost polygon module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000095: -------------------------------------------------------------------------------- 1 | Package: boost-polygon 2 | Version: 1.67.0 3 | Depends: boost-config, boost-integer, boost-mpl, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost polygon module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000096: -------------------------------------------------------------------------------- 1 | Package: boost-io 2 | Version: 1.67.0 3 | Depends: boost-detail, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost io module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000097: -------------------------------------------------------------------------------- 1 | Package: boost-io 2 | Version: 1.67.0 3 | Depends: boost-detail, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost io module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000098: -------------------------------------------------------------------------------- 1 | Package: boost-random 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-build, boost-compatibility, boost-config, boost-core, boost-detail, boost-integer, boost-io, boost-math, boost-modular-build-helper, boost-mpl, boost-range, boost-static-assert, boost-system, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost random module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000099: -------------------------------------------------------------------------------- 1 | Package: boost-random 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-build, boost-compatibility, boost-config, boost-core, boost-detail, boost-integer, boost-io, boost-math, boost-modular-build-helper, boost-mpl, boost-range, boost-static-assert, boost-system, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost random module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000100: -------------------------------------------------------------------------------- 1 | Package: boost-rational 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-config, boost-integer, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost rational module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000101: -------------------------------------------------------------------------------- 1 | Package: boost-rational 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-config, boost-integer, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost rational module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000102: -------------------------------------------------------------------------------- 1 | Package: boost-multiprecision 2 | Version: 1.67.0 3 | Depends: boost-array, boost-assert, boost-config, boost-detail, boost-functional, boost-integer, boost-lexical-cast, boost-math, boost-mpl, boost-random, boost-rational, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost multiprecision module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000103: -------------------------------------------------------------------------------- 1 | Package: boost-multiprecision 2 | Version: 1.67.0 3 | Depends: boost-array, boost-assert, boost-config, boost-detail, boost-functional, boost-integer, boost-lexical-cast, boost-math, boost-mpl, boost-random, boost-rational, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost multiprecision module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000104: -------------------------------------------------------------------------------- 1 | Package: boost-qvm 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-exception, boost-static-assert, boost-throw-exception, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost qvm module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000105: -------------------------------------------------------------------------------- 1 | Package: boost-qvm 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-exception, boost-static-assert, boost-throw-exception, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost qvm module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000106: -------------------------------------------------------------------------------- 1 | Package: boost-endian 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-config, boost-core, boost-integer, boost-predef, boost-static-assert, boost-system, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost endian module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000107: -------------------------------------------------------------------------------- 1 | Package: boost-endian 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-config, boost-core, boost-integer, boost-predef, boost-static-assert, boost-system, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost endian module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000108: -------------------------------------------------------------------------------- 1 | Package: bzip2 2 | Version: 1.0.6-2 3 | Architecture: x64-windows 4 | Multi-Arch: same 5 | Description: High-quality data compressor. 6 | Status: install ok half-installed 7 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000109: -------------------------------------------------------------------------------- 1 | Package: bzip2 2 | Version: 1.0.6-2 3 | Architecture: x64-windows 4 | Multi-Arch: same 5 | Description: High-quality data compressor. 6 | Status: install ok installed 7 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000110: -------------------------------------------------------------------------------- 1 | Package: zlib 2 | Version: 1.2.11-3 3 | Architecture: x64-windows 4 | Multi-Arch: same 5 | Description: A compression library 6 | Status: install ok half-installed 7 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000111: -------------------------------------------------------------------------------- 1 | Package: zlib 2 | Version: 1.2.11-3 3 | Architecture: x64-windows 4 | Multi-Arch: same 5 | Description: A compression library 6 | Status: install ok installed 7 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000114: -------------------------------------------------------------------------------- 1 | Package: boost-ratio 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-integer, boost-mpl, boost-rational, boost-static-assert, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost ratio module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000115: -------------------------------------------------------------------------------- 1 | Package: boost-ratio 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-integer, boost-mpl, boost-rational, boost-static-assert, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost ratio module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000116: -------------------------------------------------------------------------------- 1 | Package: boost-chrono 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-build, boost-config, boost-detail, boost-integer, boost-modular-build-helper, boost-move, boost-mpl, boost-predef, boost-ratio, boost-static-assert, boost-system, boost-throw-exception, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers, boost-winapi 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost chrono module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000117: -------------------------------------------------------------------------------- 1 | Package: boost-chrono 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-build, boost-config, boost-detail, boost-integer, boost-modular-build-helper, boost-move, boost-mpl, boost-predef, boost-ratio, boost-static-assert, boost-system, boost-throw-exception, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers, boost-winapi 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost chrono module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000118: -------------------------------------------------------------------------------- 1 | Package: boost-tokenizer 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-config, boost-detail, boost-iterator, boost-mpl, boost-throw-exception, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost tokenizer module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000119: -------------------------------------------------------------------------------- 1 | Package: boost-tokenizer 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-config, boost-detail, boost-iterator, boost-mpl, boost-throw-exception, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost tokenizer module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000124: -------------------------------------------------------------------------------- 1 | Package: boost-locale 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-build, boost-config, boost-function, boost-integer, boost-iterator, boost-modular-build-helper, boost-smart-ptr, boost-static-assert, boost-thread, boost-type-traits, boost-unordered, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost locale module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000125: -------------------------------------------------------------------------------- 1 | Package: boost-locale 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-build, boost-config, boost-function, boost-integer, boost-iterator, boost-modular-build-helper, boost-smart-ptr, boost-static-assert, boost-thread, boost-type-traits, boost-unordered, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost locale module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000126: -------------------------------------------------------------------------------- 1 | Package: boost-filesystem 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-build, boost-config, boost-detail, boost-functional, boost-integer, boost-io, boost-iterator, boost-modular-build-helper, boost-range, boost-smart-ptr, boost-static-assert, boost-system, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost filesystem module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000127: -------------------------------------------------------------------------------- 1 | Package: boost-filesystem 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-build, boost-config, boost-detail, boost-functional, boost-integer, boost-io, boost-iterator, boost-modular-build-helper, boost-range, boost-smart-ptr, boost-static-assert, boost-system, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost filesystem module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000128: -------------------------------------------------------------------------------- 1 | Package: boost-foreach 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-detail, boost-iterator, boost-mpl, boost-range, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost foreach module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000129: -------------------------------------------------------------------------------- 1 | Package: boost-foreach 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-detail, boost-iterator, boost-mpl, boost-range, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost foreach module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000130: -------------------------------------------------------------------------------- 1 | Package: boost-proto 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-detail, boost-fusion, boost-mpl, boost-preprocessor, boost-range, boost-static-assert, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost proto module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000131: -------------------------------------------------------------------------------- 1 | Package: boost-proto 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-detail, boost-fusion, boost-mpl, boost-preprocessor, boost-range, boost-static-assert, boost-typeof, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost proto module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000132: -------------------------------------------------------------------------------- 1 | Package: boost-phoenix 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-bind, boost-config, boost-core, boost-detail, boost-function, boost-fusion, boost-mpl, boost-predef, boost-preprocessor, boost-proto, boost-range, boost-smart-ptr, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost phoenix module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000133: -------------------------------------------------------------------------------- 1 | Package: boost-phoenix 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-bind, boost-config, boost-core, boost-detail, boost-function, boost-fusion, boost-mpl, boost-predef, boost-preprocessor, boost-proto, boost-range, boost-smart-ptr, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost phoenix module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000134: -------------------------------------------------------------------------------- 1 | Package: boost-pool 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-compatibility, boost-config, boost-detail, boost-integer, boost-thread, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost pool module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000135: -------------------------------------------------------------------------------- 1 | Package: boost-pool 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-compatibility, boost-config, boost-detail, boost-integer, boost-thread, boost-throw-exception, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost pool module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000136: -------------------------------------------------------------------------------- 1 | Package: boost-tti 2 | Version: 1.67.0 3 | Depends: boost-config, boost-detail, boost-function-types, boost-mpl, boost-preprocessor, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost tti module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000137: -------------------------------------------------------------------------------- 1 | Package: boost-tti 2 | Version: 1.67.0 3 | Depends: boost-config, boost-detail, boost-function-types, boost-mpl, boost-preprocessor, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost tti module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000138: -------------------------------------------------------------------------------- 1 | Package: boost-variant 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-bind, boost-config, boost-core, boost-detail, boost-functional, boost-integer, boost-move, boost-mpl, boost-preprocessor, boost-static-assert, boost-throw-exception, boost-type-index, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost variant module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000139: -------------------------------------------------------------------------------- 1 | Package: boost-variant 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-bind, boost-config, boost-core, boost-detail, boost-functional, boost-integer, boost-move, boost-mpl, boost-preprocessor, boost-static-assert, boost-throw-exception, boost-type-index, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost variant module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000146: -------------------------------------------------------------------------------- 1 | Package: openssl 2 | Version: 1.0.2o-3 3 | Architecture: x64-windows 4 | Multi-Arch: same 5 | Description: OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library. 6 | Status: install ok half-installed 7 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000147: -------------------------------------------------------------------------------- 1 | Package: openssl 2 | Version: 1.0.2o-3 3 | Architecture: x64-windows 4 | Multi-Arch: same 5 | Description: OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library. 6 | Status: install ok installed 7 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000148: -------------------------------------------------------------------------------- 1 | Package: boost-any 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-mpl, boost-static-assert, boost-throw-exception, boost-type-index, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost any module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000149: -------------------------------------------------------------------------------- 1 | Package: boost-any 2 | Version: 1.67.0 3 | Depends: boost-config, boost-core, boost-mpl, boost-static-assert, boost-throw-exception, boost-type-index, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost any module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000154: -------------------------------------------------------------------------------- 1 | Package: boost-bimap 2 | Version: 1.67.0 3 | Depends: boost-concept-check, boost-config, boost-functional, boost-iterator, boost-lambda, boost-mpl, boost-multi-index, boost-preprocessor, boost-property-map, boost-serialization, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost bimap module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000155: -------------------------------------------------------------------------------- 1 | Package: boost-bimap 2 | Version: 1.67.0 3 | Depends: boost-concept-check, boost-config, boost-functional, boost-iterator, boost-lambda, boost-mpl, boost-multi-index, boost-preprocessor, boost-property-map, boost-serialization, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost bimap module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000156: -------------------------------------------------------------------------------- 1 | Package: boost-format 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-compatibility, boost-config, boost-core, boost-detail, boost-optional, boost-smart-ptr, boost-throw-exception, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost format module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000157: -------------------------------------------------------------------------------- 1 | Package: boost-format 2 | Version: 1.67.0 3 | Depends: boost-assert, boost-compatibility, boost-config, boost-core, boost-detail, boost-optional, boost-smart-ptr, boost-throw-exception, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost format module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000159: -------------------------------------------------------------------------------- 1 | Package: boost-property-tree 2 | Version: 1.67.0 3 | Depends: boost-any, boost-assert, boost-bind, boost-compatibility, boost-config, boost-core, boost-format, boost-iterator, boost-mpl, boost-multi-index, boost-optional, boost-range, boost-serialization, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost property_tree module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000160: -------------------------------------------------------------------------------- 1 | Package: boost-conversion 2 | Version: 1.67.0 3 | Depends: boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost conversion module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000161: -------------------------------------------------------------------------------- 1 | Package: boost-conversion 2 | Version: 1.67.0 3 | Depends: boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost conversion module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000162: -------------------------------------------------------------------------------- 1 | Package: boost-parameter 2 | Version: 1.67.0 3 | Depends: boost-detail, boost-mpl, boost-preprocessor, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost parameter module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000163: -------------------------------------------------------------------------------- 1 | Package: boost-parameter 2 | Version: 1.67.0 3 | Depends: boost-detail, boost-mpl, boost-preprocessor, boost-type-traits, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost parameter module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000164: -------------------------------------------------------------------------------- 1 | Package: boost-timer 2 | Version: 1.67.0 3 | Depends: boost-build, boost-chrono, boost-compatibility, boost-config, boost-core, boost-integer, boost-io, boost-modular-build-helper, boost-system, boost-throw-exception, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost timer module 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000165: -------------------------------------------------------------------------------- 1 | Package: boost-timer 2 | Version: 1.67.0 3 | Depends: boost-build, boost-chrono, boost-compatibility, boost-config, boost-core, boost-integer, boost-io, boost-modular-build-helper, boost-system, boost-throw-exception, boost-vcpkg-helpers 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: Boost timer module 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000172: -------------------------------------------------------------------------------- 1 | Package: libevent 2 | Version: 2.1.8-3 3 | Depends: openssl 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: An event notification library 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000173: -------------------------------------------------------------------------------- 1 | Package: libevent 2 | Version: 2.1.8-3 3 | Depends: openssl 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: An event notification library 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000174: -------------------------------------------------------------------------------- 1 | Package: lz4 2 | Version: 1.8.2 3 | Architecture: x64-windows 4 | Multi-Arch: same 5 | Description: Lossless compression algorithm, providing compression speed at 400 MB/s per core. 6 | Status: install ok half-installed 7 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000175: -------------------------------------------------------------------------------- 1 | Package: lz4 2 | Version: 1.8.2 3 | Architecture: x64-windows 4 | Multi-Arch: same 5 | Description: Lossless compression algorithm, providing compression speed at 400 MB/s per core. 6 | Status: install ok installed 7 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000176: -------------------------------------------------------------------------------- 1 | Package: libmysql 2 | Version: 8.0.4-2 3 | Depends: boost-algorithm, boost-geometry, boost-optional, boost-functional, boost-graph, openssl, icu, libevent, liblzma, lz4, zlib 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: A MySQL client library for C development. 7 | Status: install ok half-installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/vcpkg/updates/0000000177: -------------------------------------------------------------------------------- 1 | Package: libmysql 2 | Version: 8.0.4-2 3 | Depends: boost-algorithm, boost-geometry, boost-optional, boost-functional, boost-graph, openssl, icu, libevent, liblzma, lz4, zlib 4 | Architecture: x64-windows 5 | Multi-Arch: same 6 | Description: A MySQL client library for C development. 7 | Status: install ok installed 8 | -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_atomic-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_atomic-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_chrono-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_chrono-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_container-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_container-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_date_time-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_date_time-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_filesystem-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_filesystem-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_graph-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_graph-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_iostreams-vc141-mt-x32-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_iostreams-vc141-mt-x32-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_locale-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_locale-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_math_c99-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_math_c99-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_math_c99f-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_math_c99f-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_math_c99l-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_math_c99l-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_math_tr1-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_math_tr1-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_math_tr1f-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_math_tr1f-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_math_tr1l-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_math_tr1l-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_prg_exec_monitor-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_prg_exec_monitor-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_random-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_random-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_regex-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_regex-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_serialization-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_serialization-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_system-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_system-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_thread-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_thread-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_timer-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_timer-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_unit_test_framework-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_unit_test_framework-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/boost_wserialization-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/boost_wserialization-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/icudt61.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/icudt61.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/icuin61.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/icuin61.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/icuio61.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/icuio61.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/icutu61.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/icutu61.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/icuuc61.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/icuuc61.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/libbz2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/libbz2.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/libeay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/libeay32.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/libmysql.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/libmysql.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/lz4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/lz4.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/lzma.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/lzma.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/ssleay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/ssleay32.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/bin/zlib1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/bin/zlib1.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_atomic-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_atomic-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_chrono-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_chrono-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_container-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_container-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_date_time-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_date_time-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_exception-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_exception-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_filesystem-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_filesystem-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_graph-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_graph-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_iostreams-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_iostreams-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_locale-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_locale-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_math_c99-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_math_c99-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_math_c99f-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_math_c99f-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_math_c99l-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_math_c99l-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_math_tr1-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_math_tr1-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_math_tr1f-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_math_tr1f-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_math_tr1l-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_math_tr1l-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_random-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_random-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_regex-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_regex-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_serialization-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_serialization-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_system-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_system-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_thread-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_thread-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_timer-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_timer-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_unit_test_framework-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_unit_test_framework-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/boost_wserialization-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/boost_wserialization-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/bz2.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/bz2.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/event.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/event.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/event_core.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/event_core.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/event_extra.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/event_extra.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/icudt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/icudt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/icuin.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/icuin.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/icuio.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/icuio.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/icutu.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/icutu.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/icuuc.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/icuuc.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/libeay32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/libeay32.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/libmysql.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/libmysql.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/lz4.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/lz4.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/lzma.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/lzma.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/manual-link/boost_prg_exec_monitor-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/manual-link/boost_prg_exec_monitor-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/manual-link/boost_test_exec_monitor-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/manual-link/boost_test_exec_monitor-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/ssleay32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/ssleay32.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/lib/zlib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/lib/zlib.lib -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/tools/openssl/LIBEAY32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/tools/openssl/LIBEAY32.dll -------------------------------------------------------------------------------- /test-data/no-status/installed/x64-windows/tools/openssl/SSLEAY32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/no-status/installed/x64-windows/tools/openssl/SSLEAY32.dll -------------------------------------------------------------------------------- /test-data/normalized/.vcpkg-root: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/.vcpkg-root -------------------------------------------------------------------------------- /test-data/normalized/installed/arm64-ios/lib/libbz2.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/arm64-ios/lib/libbz2.a -------------------------------------------------------------------------------- /test-data/normalized/installed/arm64-ios/lib/libfreetype.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/arm64-ios/lib/libfreetype.a -------------------------------------------------------------------------------- /test-data/normalized/installed/arm64-ios/lib/libharfbuzz.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/arm64-ios/lib/libharfbuzz.a -------------------------------------------------------------------------------- /test-data/normalized/installed/arm64-ios/lib/libpng16.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/arm64-ios/lib/libpng16.a -------------------------------------------------------------------------------- /test-data/normalized/installed/arm64-ios/lib/libz.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/arm64-ios/lib/libz.a -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-any_1.67.0_x64-windows-static.list: -------------------------------------------------------------------------------- 1 | x64-windows-static/ 2 | x64-windows-static/include/ 3 | x64-windows-static/include/boost/ 4 | x64-windows-static/include/boost/any.hpp 5 | x64-windows-static/share/ 6 | x64-windows-static/share/boost-any/ 7 | x64-windows-static/share/boost-any/copyright 8 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-any_1.67.0_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/include/ 3 | x64-windows/include/boost/ 4 | x64-windows/include/boost/any.hpp 5 | x64-windows/share/ 6 | x64-windows/share/boost-any/ 7 | x64-windows/share/boost-any/copyright 8 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-array_1.67.0_x64-windows-static.list: -------------------------------------------------------------------------------- 1 | x64-windows-static/ 2 | x64-windows-static/include/ 3 | x64-windows-static/include/boost/ 4 | x64-windows-static/include/boost/array.hpp 5 | x64-windows-static/share/ 6 | x64-windows-static/share/boost-array/ 7 | x64-windows-static/share/boost-array/copyright 8 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-array_1.67.0_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/include/ 3 | x64-windows/include/boost/ 4 | x64-windows/include/boost/array.hpp 5 | x64-windows/share/ 6 | x64-windows/share/boost-array/ 7 | x64-windows/share/boost-array/copyright 8 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-assert_1.67.0_x64-windows-static.list: -------------------------------------------------------------------------------- 1 | x64-windows-static/ 2 | x64-windows-static/include/ 3 | x64-windows-static/include/boost/ 4 | x64-windows-static/include/boost/assert.hpp 5 | x64-windows-static/include/boost/current_function.hpp 6 | x64-windows-static/share/ 7 | x64-windows-static/share/boost-assert/ 8 | x64-windows-static/share/boost-assert/copyright 9 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-assert_1.67.0_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/include/ 3 | x64-windows/include/boost/ 4 | x64-windows/include/boost/assert.hpp 5 | x64-windows/include/boost/current_function.hpp 6 | x64-windows/share/ 7 | x64-windows/share/boost-assert/ 8 | x64-windows/share/boost-assert/copyright 9 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-conversion_1.67.0_x64-windows-static.list: -------------------------------------------------------------------------------- 1 | x64-windows-static/ 2 | x64-windows-static/include/ 3 | x64-windows-static/include/boost/ 4 | x64-windows-static/include/boost/implicit_cast.hpp 5 | x64-windows-static/include/boost/polymorphic_cast.hpp 6 | x64-windows-static/include/boost/polymorphic_pointer_cast.hpp 7 | x64-windows-static/share/ 8 | x64-windows-static/share/boost-conversion/ 9 | x64-windows-static/share/boost-conversion/copyright 10 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-conversion_1.67.0_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/include/ 3 | x64-windows/include/boost/ 4 | x64-windows/include/boost/implicit_cast.hpp 5 | x64-windows/include/boost/polymorphic_cast.hpp 6 | x64-windows/include/boost/polymorphic_pointer_cast.hpp 7 | x64-windows/share/ 8 | x64-windows/share/boost-conversion/ 9 | x64-windows/share/boost-conversion/copyright 10 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-foreach_1.67.0_x64-windows-static.list: -------------------------------------------------------------------------------- 1 | x64-windows-static/ 2 | x64-windows-static/include/ 3 | x64-windows-static/include/boost/ 4 | x64-windows-static/include/boost/foreach.hpp 5 | x64-windows-static/include/boost/foreach_fwd.hpp 6 | x64-windows-static/share/ 7 | x64-windows-static/share/boost-foreach/ 8 | x64-windows-static/share/boost-foreach/copyright 9 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-foreach_1.67.0_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/include/ 3 | x64-windows/include/boost/ 4 | x64-windows/include/boost/foreach.hpp 5 | x64-windows/include/boost/foreach_fwd.hpp 6 | x64-windows/share/ 7 | x64-windows/share/boost-foreach/ 8 | x64-windows/share/boost-foreach/copyright 9 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-io_1.67.0_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/include/ 3 | x64-windows/include/boost/ 4 | x64-windows/include/boost/io/ 5 | x64-windows/include/boost/io/detail/ 6 | x64-windows/include/boost/io/detail/quoted_manip.hpp 7 | x64-windows/include/boost/io/ios_state.hpp 8 | x64-windows/include/boost/io_fwd.hpp 9 | x64-windows/share/ 10 | x64-windows/share/boost-io/ 11 | x64-windows/share/boost-io/copyright 12 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-modular-build-helper_2018-05-14_x64-windows-static.list: -------------------------------------------------------------------------------- 1 | x64-windows-static/ 2 | x64-windows-static/share/ 3 | x64-windows-static/share/boost-build/ 4 | x64-windows-static/share/boost-build/CMakeLists.txt 5 | x64-windows-static/share/boost-build/Jamroot.jam 6 | x64-windows-static/share/boost-build/boost-modular-build.cmake 7 | x64-windows-static/share/boost-build/nothing.bat 8 | x64-windows-static/share/boost-build/user-config.jam 9 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-modular-build-helper_2018-05-14_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/share/ 3 | x64-windows/share/boost-build/ 4 | x64-windows/share/boost-build/CMakeLists.txt 5 | x64-windows/share/boost-build/Jamroot.jam 6 | x64-windows/share/boost-build/boost-modular-build.cmake 7 | x64-windows/share/boost-build/nothing.bat 8 | x64-windows/share/boost-build/user-config.jam 9 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-rational_1.67.0_x64-windows-static.list: -------------------------------------------------------------------------------- 1 | x64-windows-static/ 2 | x64-windows-static/include/ 3 | x64-windows-static/include/boost/ 4 | x64-windows-static/include/boost/rational.hpp 5 | x64-windows-static/share/ 6 | x64-windows-static/share/boost-rational/ 7 | x64-windows-static/share/boost-rational/copyright 8 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-rational_1.67.0_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/include/ 3 | x64-windows/include/boost/ 4 | x64-windows/include/boost/rational.hpp 5 | x64-windows/share/ 6 | x64-windows/share/boost-rational/ 7 | x64-windows/share/boost-rational/copyright 8 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-static-assert_1.67.0_x64-windows-static.list: -------------------------------------------------------------------------------- 1 | x64-windows-static/ 2 | x64-windows-static/include/ 3 | x64-windows-static/include/boost/ 4 | x64-windows-static/include/boost/static_assert.hpp 5 | x64-windows-static/share/ 6 | x64-windows-static/share/boost-static-assert/ 7 | x64-windows-static/share/boost-static-assert/copyright 8 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-static-assert_1.67.0_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/include/ 3 | x64-windows/include/boost/ 4 | x64-windows/include/boost/static_assert.hpp 5 | x64-windows/share/ 6 | x64-windows/share/boost-static-assert/ 7 | x64-windows/share/boost-static-assert/copyright 8 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-throw-exception_1.67.0_x64-windows-static.list: -------------------------------------------------------------------------------- 1 | x64-windows-static/ 2 | x64-windows-static/include/ 3 | x64-windows-static/include/boost/ 4 | x64-windows-static/include/boost/exception/ 5 | x64-windows-static/include/boost/exception/exception.hpp 6 | x64-windows-static/include/boost/throw_exception.hpp 7 | x64-windows-static/share/ 8 | x64-windows-static/share/boost-throw-exception/ 9 | x64-windows-static/share/boost-throw-exception/copyright 10 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-throw-exception_1.67.0_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/include/ 3 | x64-windows/include/boost/ 4 | x64-windows/include/boost/exception/ 5 | x64-windows/include/boost/exception/exception.hpp 6 | x64-windows/include/boost/throw_exception.hpp 7 | x64-windows/share/ 8 | x64-windows/share/boost-throw-exception/ 9 | x64-windows/share/boost-throw-exception/copyright 10 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-tokenizer_1.67.0_x64-windows-static.list: -------------------------------------------------------------------------------- 1 | x64-windows-static/ 2 | x64-windows-static/include/ 3 | x64-windows-static/include/boost/ 4 | x64-windows-static/include/boost/token_functions.hpp 5 | x64-windows-static/include/boost/token_iterator.hpp 6 | x64-windows-static/include/boost/tokenizer.hpp 7 | x64-windows-static/share/ 8 | x64-windows-static/share/boost-tokenizer/ 9 | x64-windows-static/share/boost-tokenizer/copyright 10 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-tokenizer_1.67.0_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/include/ 3 | x64-windows/include/boost/ 4 | x64-windows/include/boost/token_functions.hpp 5 | x64-windows/include/boost/token_iterator.hpp 6 | x64-windows/include/boost/tokenizer.hpp 7 | x64-windows/share/ 8 | x64-windows/share/boost-tokenizer/ 9 | x64-windows/share/boost-tokenizer/copyright 10 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-vcpkg-helpers_4_x64-windows-static.list: -------------------------------------------------------------------------------- 1 | x64-windows-static/ 2 | x64-windows-static/share/ 3 | x64-windows-static/share/boost-vcpkg-helpers/ 4 | x64-windows-static/share/boost-vcpkg-helpers/boost-modular-headers.cmake 5 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/boost-vcpkg-helpers_4_x64-windows.list: -------------------------------------------------------------------------------- 1 | x64-windows/ 2 | x64-windows/share/ 3 | x64-windows/share/boost-vcpkg-helpers/ 4 | x64-windows/share/boost-vcpkg-helpers/boost-modular-headers.cmake 5 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/bzip2_1.0.6-2_arm64-ios.list: -------------------------------------------------------------------------------- 1 | arm64-ios/ 2 | arm64-ios/debug/ 3 | arm64-ios/debug/lib/ 4 | arm64-ios/debug/lib/libbz2d.a 5 | arm64-ios/include/ 6 | arm64-ios/include/bzlib.h 7 | arm64-ios/lib/ 8 | arm64-ios/lib/libbz2.a 9 | arm64-ios/share/ 10 | arm64-ios/share/bzip2/ 11 | arm64-ios/share/bzip2/copyright 12 | arm64-ios/share/bzip2/usage 13 | arm64-ios/tools/ 14 | arm64-ios/tools/bzip2 15 | arm64-ios/tools/bzip2recover 16 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/bzip2_1.0.6-2_x64-osx.list: -------------------------------------------------------------------------------- 1 | x64-osx/ 2 | x64-osx/debug/ 3 | x64-osx/debug/lib/ 4 | x64-osx/debug/lib/libbz2d.a 5 | x64-osx/include/ 6 | x64-osx/include/bzlib.h 7 | x64-osx/lib/ 8 | x64-osx/lib/libbz2.a 9 | x64-osx/share/ 10 | x64-osx/share/bzip2/ 11 | x64-osx/share/bzip2/copyright 12 | x64-osx/share/bzip2/usage 13 | x64-osx/tools/ 14 | x64-osx/tools/bzip2 15 | x64-osx/tools/bzip2recover 16 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/lz4_1.8.2_x64-windows-static.list: -------------------------------------------------------------------------------- 1 | x64-windows-static/ 2 | x64-windows-static/debug/ 3 | x64-windows-static/debug/lib/ 4 | x64-windows-static/debug/lib/lz4d.lib 5 | x64-windows-static/include/ 6 | x64-windows-static/include/lz4.h 7 | x64-windows-static/include/lz4frame.h 8 | x64-windows-static/include/lz4hc.h 9 | x64-windows-static/lib/ 10 | x64-windows-static/lib/lz4.lib 11 | x64-windows-static/share/ 12 | x64-windows-static/share/lz4/ 13 | x64-windows-static/share/lz4/copyright 14 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/ragel_6.10-1_arm64-ios.list: -------------------------------------------------------------------------------- 1 | arm64-ios/ 2 | arm64-ios/share/ 3 | arm64-ios/share/ragel/ 4 | arm64-ios/share/ragel/copyright 5 | arm64-ios/tools/ 6 | arm64-ios/tools/ragel 7 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/ragel_6.10-1_x64-osx.list: -------------------------------------------------------------------------------- 1 | x64-osx/ 2 | x64-osx/share/ 3 | x64-osx/share/ragel/ 4 | x64-osx/share/ragel/copyright 5 | x64-osx/tools/ 6 | x64-osx/tools/ragel 7 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/ragel_6.10-1_x86-windows.list: -------------------------------------------------------------------------------- 1 | x86-windows/ 2 | x86-windows/share/ 3 | x86-windows/share/ragel/ 4 | x86-windows/share/ragel/copyright 5 | x86-windows/tools/ 6 | x86-windows/tools/ragel.exe 7 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/zlib_1.2.11-3_arm64-ios.list: -------------------------------------------------------------------------------- 1 | arm64-ios/ 2 | arm64-ios/debug/ 3 | arm64-ios/debug/lib/ 4 | arm64-ios/debug/lib/libz.a 5 | arm64-ios/include/ 6 | arm64-ios/include/zconf.h 7 | arm64-ios/include/zlib.h 8 | arm64-ios/lib/ 9 | arm64-ios/lib/libz.a 10 | arm64-ios/share/ 11 | arm64-ios/share/zlib/ 12 | arm64-ios/share/zlib/copyright 13 | arm64-ios/share/zlib/usage 14 | -------------------------------------------------------------------------------- /test-data/normalized/installed/vcpkg/info/zlib_1.2.11-3_x64-osx.list: -------------------------------------------------------------------------------- 1 | x64-osx/ 2 | x64-osx/debug/ 3 | x64-osx/debug/lib/ 4 | x64-osx/debug/lib/libz.a 5 | x64-osx/include/ 6 | x64-osx/include/zconf.h 7 | x64-osx/include/zlib.h 8 | x64-osx/lib/ 9 | x64-osx/lib/libz.a 10 | x64-osx/share/ 11 | x64-osx/share/zlib/ 12 | x64-osx/share/zlib/copyright 13 | x64-osx/share/zlib/usage 14 | -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-osx/lib/libbz2.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-osx/lib/libbz2.a -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-osx/lib/libfreetype.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-osx/lib/libfreetype.a -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-osx/lib/libharfbuzz.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-osx/lib/libharfbuzz.a -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-osx/lib/libpng16.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-osx/lib/libpng16.a -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-osx/lib/libz.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-osx/lib/libz.a -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_atomic-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_atomic-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_chrono-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_chrono-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_container-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_container-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_date_time-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_date_time-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_exception-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_exception-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_filesystem-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_filesystem-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_graph-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_graph-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_iostreams-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_iostreams-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_locale-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_locale-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_math_c99-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_math_c99-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_math_c99f-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_math_c99f-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_math_c99l-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_math_c99l-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_math_tr1-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_math_tr1-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_math_tr1f-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_math_tr1f-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_math_tr1l-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_math_tr1l-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_random-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_random-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_regex-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_regex-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_serialization-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_serialization-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_system-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_system-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_thread-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_thread-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_timer-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_timer-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_unit_test_framework-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_unit_test_framework-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/boost_wserialization-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/boost_wserialization-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/bz2d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/bz2d.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/event.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/event.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/event_core.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/event_core.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/event_extra.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/event_extra.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/icudtd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/icudtd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/icuind.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/icuind.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/icuiod.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/icuiod.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/icutud.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/icutud.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/icuucd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/icuucd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/libeay32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/libeay32.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/lz4d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/lz4d.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/lzma.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/lzma.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/manual-link/boost_prg_exec_monitor-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/manual-link/boost_prg_exec_monitor-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/manual-link/boost_test_exec_monitor-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/manual-link/boost_test_exec_monitor-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/mysqlclient.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/mysqlclient.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/ssleay32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/ssleay32.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/debug/lib/zlibd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/debug/lib/zlibd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_atomic-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_atomic-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_chrono-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_chrono-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_container-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_container-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_date_time-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_date_time-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_exception-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_exception-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_filesystem-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_filesystem-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_graph-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_graph-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_iostreams-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_iostreams-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_locale-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_locale-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_math_c99-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_math_c99-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_math_c99f-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_math_c99f-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_math_c99l-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_math_c99l-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_math_tr1-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_math_tr1-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_math_tr1f-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_math_tr1f-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_math_tr1l-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_math_tr1l-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_random-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_random-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_regex-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_regex-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_serialization-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_serialization-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_system-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_system-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_thread-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_thread-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_timer-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_timer-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_unit_test_framework-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_unit_test_framework-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/boost_wserialization-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/boost_wserialization-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/bz2.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/bz2.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/event.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/event.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/event_core.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/event_core.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/event_extra.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/event_extra.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/icudt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/icudt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/icuin.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/icuin.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/icuio.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/icuio.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/icutu.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/icutu.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/icuuc.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/icuuc.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/libeay32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/libeay32.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/lz4.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/lz4.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/lzma.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/lzma.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/manual-link/boost_prg_exec_monitor-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/manual-link/boost_prg_exec_monitor-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/manual-link/boost_test_exec_monitor-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/manual-link/boost_test_exec_monitor-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/mysqlclient.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/mysqlclient.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/ssleay32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/ssleay32.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows-static/lib/zlib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows-static/lib/zlib.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_atomic-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_atomic-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_chrono-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_chrono-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_container-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_container-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_date_time-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_date_time-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_filesystem-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_filesystem-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_graph-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_graph-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_iostreams-vc141-mt-x32-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_iostreams-vc141-mt-x32-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_locale-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_locale-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_math_c99-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_math_c99-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_math_c99f-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_math_c99f-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_math_c99l-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_math_c99l-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_math_tr1-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_math_tr1-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_math_tr1f-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_math_tr1f-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_math_tr1l-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_math_tr1l-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_prg_exec_monitor-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_prg_exec_monitor-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_random-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_random-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_regex-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_regex-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_serialization-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_serialization-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_system-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_system-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_thread-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_thread-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_timer-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_timer-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_unit_test_framework-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_unit_test_framework-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/boost_wserialization-vc141-mt-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/boost_wserialization-vc141-mt-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/icudt61.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/icudt61.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/icuin61.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/icuin61.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/icuio61.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/icuio61.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/icutu61.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/icutu61.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/icuuc61.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/icuuc61.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/libbz2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/libbz2.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/libeay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/libeay32.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/libmysql.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/libmysql.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/lz4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/lz4.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/lzma.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/lzma.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/ssleay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/ssleay32.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/bin/zlib1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/bin/zlib1.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_atomic-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_atomic-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_chrono-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_chrono-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_container-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_container-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_date_time-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_date_time-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_filesystem-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_filesystem-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_graph-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_graph-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_iostreams-vc141-mt-gd-x32-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_iostreams-vc141-mt-gd-x32-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_locale-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_locale-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_math_c99-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_math_c99-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_math_c99f-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_math_c99f-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_math_c99l-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_math_c99l-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_math_tr1-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_math_tr1-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_math_tr1f-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_math_tr1f-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_math_tr1l-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_math_tr1l-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_prg_exec_monitor-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_prg_exec_monitor-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_random-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_random-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_regex-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_regex-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_serialization-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_serialization-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_system-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_system-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_thread-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_thread-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_timer-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_timer-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_unit_test_framework-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_unit_test_framework-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/boost_wserialization-vc141-mt-gd-x64-1_67.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/boost_wserialization-vc141-mt-gd-x64-1_67.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/icudtd61.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/icudtd61.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/icuind61.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/icuind61.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/icuiod61.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/icuiod61.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/icutud61.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/icutud61.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/icuucd61.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/icuucd61.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/libbz2d.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/libbz2d.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/libeay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/libeay32.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/libmysql.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/libmysql.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/lz4d.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/lz4d.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/lzma.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/lzma.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/ssleay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/ssleay32.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/bin/zlibd1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/bin/zlibd1.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_atomic-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_atomic-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_chrono-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_chrono-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_container-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_container-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_date_time-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_date_time-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_exception-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_exception-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_filesystem-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_filesystem-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_graph-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_graph-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_iostreams-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_iostreams-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_locale-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_locale-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_math_c99-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_math_c99-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_math_c99f-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_math_c99f-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_math_c99l-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_math_c99l-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_math_tr1-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_math_tr1-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_math_tr1f-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_math_tr1f-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_math_tr1l-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_math_tr1l-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_random-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_random-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_regex-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_regex-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_serialization-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_serialization-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_system-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_system-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_thread-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_thread-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_timer-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_timer-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_unit_test_framework-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_unit_test_framework-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/boost_wserialization-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/boost_wserialization-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/bz2d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/bz2d.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/event.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/event.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/event_core.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/event_core.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/event_extra.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/event_extra.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/icudtd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/icudtd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/icuind.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/icuind.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/icuiod.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/icuiod.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/icutud.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/icutud.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/icuucd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/icuucd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/libeay32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/libeay32.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/libmysql.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/libmysql.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/lz4d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/lz4d.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/lzma.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/lzma.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/manual-link/boost_prg_exec_monitor-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/manual-link/boost_prg_exec_monitor-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/manual-link/boost_test_exec_monitor-vc140-mt-gd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/manual-link/boost_test_exec_monitor-vc140-mt-gd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/ssleay32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/ssleay32.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/debug/lib/zlibd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/debug/lib/zlibd.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_atomic-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_atomic-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_chrono-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_chrono-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_container-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_container-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_date_time-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_date_time-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_exception-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_exception-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_filesystem-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_filesystem-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_graph-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_graph-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_iostreams-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_iostreams-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_locale-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_locale-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_math_c99-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_math_c99-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_math_c99f-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_math_c99f-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_math_c99l-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_math_c99l-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_math_tr1-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_math_tr1-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_math_tr1f-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_math_tr1f-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_math_tr1l-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_math_tr1l-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_random-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_random-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_regex-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_regex-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_serialization-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_serialization-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_system-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_system-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_thread-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_thread-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_timer-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_timer-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_unit_test_framework-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_unit_test_framework-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/boost_wserialization-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/boost_wserialization-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/bz2.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/bz2.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/event.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/event.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/event_core.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/event_core.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/event_extra.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/event_extra.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/icudt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/icudt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/icuin.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/icuin.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/icuio.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/icuio.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/icutu.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/icutu.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/icuuc.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/icuuc.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/libeay32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/libeay32.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/libmysql.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/libmysql.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/lz4.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/lz4.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/lzma.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/lzma.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/manual-link/boost_prg_exec_monitor-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/manual-link/boost_prg_exec_monitor-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/manual-link/boost_test_exec_monitor-vc140-mt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/manual-link/boost_test_exec_monitor-vc140-mt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/ssleay32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/ssleay32.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/lib/zlib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/lib/zlib.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/tools/openssl/LIBEAY32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/tools/openssl/LIBEAY32.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x64-windows/tools/openssl/SSLEAY32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x64-windows/tools/openssl/SSLEAY32.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/bin/freetype.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/bin/freetype.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/bin/graphite2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/bin/graphite2.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/bin/harfbuzz.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/bin/harfbuzz.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/bin/icudt61.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/bin/icudt61.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/bin/icuin61.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/bin/icuin61.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/bin/icuio61.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/bin/icuio61.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/bin/icutu61.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/bin/icutu61.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/bin/icuuc61.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/bin/icuuc61.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/bin/libbz2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/bin/libbz2.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/bin/libpng16.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/bin/libpng16.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/bin/zlib1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/bin/zlib1.dll -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/lib/bz2.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/lib/bz2.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/lib/freetype.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/lib/freetype.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/lib/graphite2.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/lib/graphite2.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/lib/harfbuzz.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/lib/harfbuzz.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/lib/icudt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/lib/icudt.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/lib/icuin.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/lib/icuin.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/lib/icuio.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/lib/icuio.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/lib/icutu.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/lib/icutu.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/lib/icuuc.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/lib/icuuc.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/lib/libpng16.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/lib/libpng16.lib -------------------------------------------------------------------------------- /test-data/normalized/installed/x86-windows/lib/zlib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcgoo/vcpkg-rs/fa42994af157924e44223f2559a95c906e00c1fa/test-data/normalized/installed/x86-windows/lib/zlib.lib -------------------------------------------------------------------------------- /tests/README.md: -------------------------------------------------------------------------------- 1 | # individual library tests 2 | 3 | These tests should have the same name as the vcpkg port. They are intended to use to verify that building/linking/running is possible on each platform. 4 | 5 | The systests are intended to test that the current version of the vcpkg build helper will work with published versions of the most common -sys crates. -------------------------------------------------------------------------------- /tests/harfbuzz/Cargo.toml: -------------------------------------------------------------------------------- 1 | [package] 2 | name = "harfbuzz" 3 | version = "0.1.0" 4 | authors = ["Jim McGrath "] 5 | 6 | [dependencies] 7 | 8 | 9 | [build-dependencies] 10 | vcpkg = { path = "../../" } 11 | cc = "1.0" 12 | -------------------------------------------------------------------------------- /tests/harfbuzz/build.rs: -------------------------------------------------------------------------------- 1 | extern crate cc; 2 | extern crate vcpkg; 3 | 4 | fn main() { 5 | let libs = vcpkg::Config::new().find_package("harfbuzz").unwrap(); 6 | 7 | let mut build = cc::Build::new(); 8 | build.file("src/test.c"); 9 | for inc in libs.include_paths { 10 | build.include(&inc); 11 | println!("inc={}", inc.to_string_lossy()); 12 | } 13 | build.compile("harfbuzz_header"); 14 | } 15 | -------------------------------------------------------------------------------- /tests/harfbuzz/src/lib.rs: -------------------------------------------------------------------------------- 1 | use std::ffi::CStr; 2 | use std::str; 3 | 4 | extern "C" { 5 | pub fn hb_version_string() -> *const ::std::os::raw::c_char; 6 | } 7 | 8 | pub fn print_version() { 9 | unsafe { 10 | println!( 11 | "HarfBuzz version {:?}", 12 | str::from_utf8(CStr::from_ptr(hb_version_string()).to_bytes()) 13 | ); 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /tests/harfbuzz/src/main.rs: -------------------------------------------------------------------------------- 1 | fn main() { 2 | harfbuzz::print_version(); 3 | } 4 | -------------------------------------------------------------------------------- /tests/harfbuzz/src/test.c: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /tests/top-level/Cargo.toml: -------------------------------------------------------------------------------- 1 | [package] 2 | name = "top-level" 3 | version = "0.1.0" 4 | edition = "2021" 5 | 6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 7 | 8 | [dependencies] 9 | harfbuzz = { version = "0.1.0", path = "../harfbuzz" } 10 | -------------------------------------------------------------------------------- /tests/top-level/src/main.rs: -------------------------------------------------------------------------------- 1 | 2 | fn main() { 3 | harfbuzz::print_version(); 4 | } 5 | -------------------------------------------------------------------------------- /tests/top-level/vcpkg.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", 3 | "dependencies": [ 4 | "harfbuzz" 5 | ] 6 | } --------------------------------------------------------------------------------