mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:38:00 +08:00
[vcpkg-scripts][boost] Improve generate-ports.ps1 (#38814)
- Change homepage URLs to point to documentation instead of GH. - Allow encoding alternative propagation of `supports`/`platform` so that changes don't need to be selected manually. - Allow to suppress the generated dependency `platform` expression when a dependency is non-optional. (`boost-parameter` requires `boost-python`, and the dependency transitively determines the supported platforms of the dependent port.) - For port `boost`, generate `platform` expression from transitive `supports` limitations. (`boost-parameter` platform expression must account for `boost-python`.) This fixes port `boost` for uwp. And so it can now be directly referenced from `vcpkg-ci-boost` which is already enforced to `pass` in ci.baseline.txt. 🎉 - Restores sorting of `$portData`. - Use the same tarball download area and naming as `vcpkg install`. This PR doesn't include the updates to `boost-container` (#38806), `bost-interprocess` (#38815) and boost-math (#38728)
This commit is contained in:
parent
891f875a51
commit
007aaced1a
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-accumulators",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost accumulators module",
|
||||
"homepage": "https://github.com/boostorg/accumulators",
|
||||
"homepage": "https://www.boost.org/libs/accumulators",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-algorithm",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost algorithm module",
|
||||
"homepage": "https://github.com/boostorg/algorithm",
|
||||
"homepage": "https://www.boost.org/libs/algorithm",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-align",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost align module",
|
||||
"homepage": "https://github.com/boostorg/align",
|
||||
"homepage": "https://www.boost.org/libs/align",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-any",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost any module",
|
||||
"homepage": "https://github.com/boostorg/any",
|
||||
"homepage": "https://www.boost.org/libs/any",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-array",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost array module",
|
||||
"homepage": "https://github.com/boostorg/array",
|
||||
"homepage": "https://www.boost.org/libs/array",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-asio",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost asio module",
|
||||
"homepage": "https://github.com/boostorg/asio",
|
||||
"homepage": "https://www.boost.org/libs/asio",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-assert",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost assert module",
|
||||
"homepage": "https://github.com/boostorg/assert",
|
||||
"homepage": "https://www.boost.org/libs/assert",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-assign",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost assign module",
|
||||
"homepage": "https://github.com/boostorg/assign",
|
||||
"homepage": "https://www.boost.org/libs/assign",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-atomic",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost atomic module",
|
||||
"homepage": "https://github.com/boostorg/atomic",
|
||||
"homepage": "https://www.boost.org/libs/atomic",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-beast",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost beast module",
|
||||
"homepage": "https://github.com/boostorg/beast",
|
||||
"homepage": "https://www.boost.org/libs/beast",
|
||||
"license": "BSL-1.0",
|
||||
"supports": "!emscripten",
|
||||
"dependencies": [
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-bimap",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost bimap module",
|
||||
"homepage": "https://github.com/boostorg/bimap",
|
||||
"homepage": "https://www.boost.org/libs/bimap",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-bind",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost bind module",
|
||||
"homepage": "https://github.com/boostorg/bind",
|
||||
"homepage": "https://www.boost.org/libs/bind",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,6 +2,7 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-build",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost.Build",
|
||||
"homepage": "https://github.com/boostorg/build",
|
||||
"license": "BSL-1.0",
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-callable-traits",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost callable_traits module",
|
||||
"homepage": "https://github.com/boostorg/callable_traits",
|
||||
"homepage": "https://www.boost.org/libs/callable_traits",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-charconv",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost charconv module",
|
||||
"homepage": "https://github.com/boostorg/charconv",
|
||||
"homepage": "https://www.boost.org/libs/charconv",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-chrono",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost chrono module",
|
||||
"homepage": "https://github.com/boostorg/chrono",
|
||||
"homepage": "https://www.boost.org/libs/chrono",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-circular-buffer",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost circular_buffer module",
|
||||
"homepage": "https://github.com/boostorg/circular_buffer",
|
||||
"homepage": "https://www.boost.org/libs/circular_buffer",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,7 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-cmake",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost CMake support infrastructure",
|
||||
"homepage": "https://github.com/boostorg/cmake",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-cobalt",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost cobalt module",
|
||||
"homepage": "https://github.com/boostorg/cobalt",
|
||||
"homepage": "https://www.boost.org/libs/cobalt",
|
||||
"license": "BSL-1.0",
|
||||
"supports": "!osx & !ios & !android & !uwp",
|
||||
"dependencies": [
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-compat",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost compat module",
|
||||
"homepage": "https://github.com/boostorg/compat",
|
||||
"homepage": "https://www.boost.org/libs/compat",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-compatibility",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost compatibility module",
|
||||
"homepage": "https://github.com/boostorg/compatibility",
|
||||
"homepage": "https://www.boost.org/libs/compatibility",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-compute",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost compute module",
|
||||
"homepage": "https://github.com/boostorg/compute",
|
||||
"homepage": "https://www.boost.org/libs/compute",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-concept-check",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost concept_check module",
|
||||
"homepage": "https://github.com/boostorg/concept_check",
|
||||
"homepage": "https://www.boost.org/libs/concept_check",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-config",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost config module",
|
||||
"homepage": "https://github.com/boostorg/config",
|
||||
"homepage": "https://www.boost.org/libs/config",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-container-hash",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost container_hash module",
|
||||
"homepage": "https://github.com/boostorg/container_hash",
|
||||
"homepage": "https://www.boost.org/libs/container_hash",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-context",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost context module",
|
||||
"homepage": "https://github.com/boostorg/context",
|
||||
"homepage": "https://www.boost.org/libs/context",
|
||||
"license": "BSL-1.0",
|
||||
"supports": "!uwp & !emscripten",
|
||||
"dependencies": [
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-contract",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost contract module",
|
||||
"homepage": "https://github.com/boostorg/contract",
|
||||
"homepage": "https://www.boost.org/libs/contract",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-conversion",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost conversion module",
|
||||
"homepage": "https://github.com/boostorg/conversion",
|
||||
"homepage": "https://www.boost.org/libs/conversion",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-convert",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost convert module",
|
||||
"homepage": "https://github.com/boostorg/convert",
|
||||
"homepage": "https://www.boost.org/libs/convert",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-core",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost core module",
|
||||
"homepage": "https://github.com/boostorg/core",
|
||||
"homepage": "https://www.boost.org/libs/core",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-coroutine",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost coroutine module",
|
||||
"homepage": "https://github.com/boostorg/coroutine",
|
||||
"homepage": "https://www.boost.org/libs/coroutine",
|
||||
"license": "BSL-1.0",
|
||||
"supports": "!(arm & windows) & !uwp & !emscripten",
|
||||
"dependencies": [
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-coroutine2",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost coroutine2 module",
|
||||
"homepage": "https://github.com/boostorg/coroutine2",
|
||||
"homepage": "https://www.boost.org/libs/coroutine2",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-crc",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost crc module",
|
||||
"homepage": "https://github.com/boostorg/crc",
|
||||
"homepage": "https://www.boost.org/libs/crc",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-date-time",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost date_time module",
|
||||
"homepage": "https://github.com/boostorg/date_time",
|
||||
"homepage": "https://www.boost.org/libs/date_time",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-describe",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost describe module",
|
||||
"homepage": "https://github.com/boostorg/describe",
|
||||
"homepage": "https://www.boost.org/libs/describe",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-detail",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost detail module",
|
||||
"homepage": "https://github.com/boostorg/detail",
|
||||
"homepage": "https://www.boost.org/libs/detail",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-dll",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost dll module",
|
||||
"homepage": "https://github.com/boostorg/dll",
|
||||
"homepage": "https://www.boost.org/libs/dll",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-dynamic-bitset",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost dynamic_bitset module",
|
||||
"homepage": "https://github.com/boostorg/dynamic_bitset",
|
||||
"homepage": "https://www.boost.org/libs/dynamic_bitset",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-endian",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost endian module",
|
||||
"homepage": "https://github.com/boostorg/endian",
|
||||
"homepage": "https://www.boost.org/libs/endian",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-exception",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost exception module",
|
||||
"homepage": "https://github.com/boostorg/exception",
|
||||
"homepage": "https://www.boost.org/libs/exception",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-fiber",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost fiber module",
|
||||
"homepage": "https://github.com/boostorg/fiber",
|
||||
"homepage": "https://www.boost.org/libs/fiber",
|
||||
"license": "BSL-1.0",
|
||||
"supports": "!uwp & !(arm & windows) & !emscripten",
|
||||
"dependencies": [
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-filesystem",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost filesystem module",
|
||||
"homepage": "https://github.com/boostorg/filesystem",
|
||||
"homepage": "https://www.boost.org/libs/filesystem",
|
||||
"license": "BSL-1.0",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-flyweight",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost flyweight module",
|
||||
"homepage": "https://github.com/boostorg/flyweight",
|
||||
"homepage": "https://www.boost.org/libs/flyweight",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-foreach",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost foreach module",
|
||||
"homepage": "https://github.com/boostorg/foreach",
|
||||
"homepage": "https://www.boost.org/libs/foreach",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-format",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost format module",
|
||||
"homepage": "https://github.com/boostorg/format",
|
||||
"homepage": "https://www.boost.org/libs/format",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-function-types",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost function_types module",
|
||||
"homepage": "https://github.com/boostorg/function_types",
|
||||
"homepage": "https://www.boost.org/libs/function_types",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-function",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost function module",
|
||||
"homepage": "https://github.com/boostorg/function",
|
||||
"homepage": "https://www.boost.org/libs/function",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-functional",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost functional module",
|
||||
"homepage": "https://github.com/boostorg/functional",
|
||||
"homepage": "https://www.boost.org/libs/functional",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-fusion",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost fusion module",
|
||||
"homepage": "https://github.com/boostorg/fusion",
|
||||
"homepage": "https://www.boost.org/libs/fusion",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-geometry",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost geometry module",
|
||||
"homepage": "https://github.com/boostorg/geometry",
|
||||
"homepage": "https://www.boost.org/libs/geometry",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-gil",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost gil module",
|
||||
"homepage": "https://github.com/boostorg/gil",
|
||||
"homepage": "https://www.boost.org/libs/gil",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-graph-parallel",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost graph_parallel module",
|
||||
"homepage": "https://github.com/boostorg/graph_parallel",
|
||||
"homepage": "https://www.boost.org/libs/graph_parallel",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-graph",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost graph module",
|
||||
"homepage": "https://github.com/boostorg/graph",
|
||||
"homepage": "https://www.boost.org/libs/graph",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-hana",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost hana module",
|
||||
"homepage": "https://github.com/boostorg/hana",
|
||||
"homepage": "https://www.boost.org/libs/hana",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-headers",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost headers module",
|
||||
"homepage": "https://github.com/boostorg/headers",
|
||||
"homepage": "https://www.boost.org/libs/headers",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-heap",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost heap module",
|
||||
"homepage": "https://github.com/boostorg/heap",
|
||||
"homepage": "https://www.boost.org/libs/heap",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-histogram",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost histogram module",
|
||||
"homepage": "https://github.com/boostorg/histogram",
|
||||
"homepage": "https://www.boost.org/libs/histogram",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-hof",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost hof module",
|
||||
"homepage": "https://github.com/boostorg/hof",
|
||||
"homepage": "https://www.boost.org/libs/hof",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-icl",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost icl module",
|
||||
"homepage": "https://github.com/boostorg/icl",
|
||||
"homepage": "https://www.boost.org/libs/icl",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-integer",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost integer module",
|
||||
"homepage": "https://github.com/boostorg/integer",
|
||||
"homepage": "https://www.boost.org/libs/integer",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-interval",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost interval module",
|
||||
"homepage": "https://github.com/boostorg/interval",
|
||||
"homepage": "https://www.boost.org/libs/interval",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-intrusive",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost intrusive module",
|
||||
"homepage": "https://github.com/boostorg/intrusive",
|
||||
"homepage": "https://www.boost.org/libs/intrusive",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-io",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost io module",
|
||||
"homepage": "https://github.com/boostorg/io",
|
||||
"homepage": "https://www.boost.org/libs/io",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-iostreams",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost iostreams module",
|
||||
"homepage": "https://github.com/boostorg/iostreams",
|
||||
"homepage": "https://www.boost.org/libs/iostreams",
|
||||
"license": "BSL-1.0",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-iterator",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost iterator module",
|
||||
"homepage": "https://github.com/boostorg/iterator",
|
||||
"homepage": "https://www.boost.org/libs/iterator",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-json",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost json module",
|
||||
"homepage": "https://github.com/boostorg/json",
|
||||
"homepage": "https://www.boost.org/libs/json",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-lambda",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost lambda module",
|
||||
"homepage": "https://github.com/boostorg/lambda",
|
||||
"homepage": "https://www.boost.org/libs/lambda",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-lambda2",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost lambda2 module",
|
||||
"homepage": "https://github.com/boostorg/lambda2",
|
||||
"homepage": "https://www.boost.org/libs/lambda2",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-leaf",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost leaf module",
|
||||
"homepage": "https://github.com/boostorg/leaf",
|
||||
"homepage": "https://www.boost.org/libs/leaf",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-lexical-cast",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost lexical_cast module",
|
||||
"homepage": "https://github.com/boostorg/lexical_cast",
|
||||
"homepage": "https://www.boost.org/libs/lexical_cast",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-local-function",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost local_function module",
|
||||
"homepage": "https://github.com/boostorg/local_function",
|
||||
"homepage": "https://www.boost.org/libs/local_function",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-locale",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost locale module",
|
||||
"homepage": "https://github.com/boostorg/locale",
|
||||
"homepage": "https://www.boost.org/libs/locale",
|
||||
"license": "BSL-1.0",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-lockfree",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost lockfree module",
|
||||
"homepage": "https://github.com/boostorg/lockfree",
|
||||
"homepage": "https://www.boost.org/libs/lockfree",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-log",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost log module",
|
||||
"homepage": "https://github.com/boostorg/log",
|
||||
"homepage": "https://www.boost.org/libs/log",
|
||||
"license": "BSL-1.0",
|
||||
"supports": "!uwp & !emscripten",
|
||||
"dependencies": [
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-logic",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost logic module",
|
||||
"homepage": "https://github.com/boostorg/logic",
|
||||
"homepage": "https://www.boost.org/libs/logic",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-metaparse",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost metaparse module",
|
||||
"homepage": "https://github.com/boostorg/metaparse",
|
||||
"homepage": "https://www.boost.org/libs/metaparse",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-move",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost move module",
|
||||
"homepage": "https://github.com/boostorg/move",
|
||||
"homepage": "https://www.boost.org/libs/move",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-mp11",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost mp11 module",
|
||||
"homepage": "https://github.com/boostorg/mp11",
|
||||
"homepage": "https://www.boost.org/libs/mp11",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-mpi",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost mpi module",
|
||||
"homepage": "https://github.com/boostorg/mpi",
|
||||
"homepage": "https://www.boost.org/libs/mpi",
|
||||
"license": "BSL-1.0",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-mpl",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost mpl module",
|
||||
"homepage": "https://github.com/boostorg/mpl",
|
||||
"homepage": "https://www.boost.org/libs/mpl",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-msm",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost msm module",
|
||||
"homepage": "https://github.com/boostorg/msm",
|
||||
"homepage": "https://www.boost.org/libs/msm",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-multi-array",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost multi_array module",
|
||||
"homepage": "https://github.com/boostorg/multi_array",
|
||||
"homepage": "https://www.boost.org/libs/multi_array",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-multi-index",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost multi_index module",
|
||||
"homepage": "https://github.com/boostorg/multi_index",
|
||||
"homepage": "https://www.boost.org/libs/multi_index",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-multiprecision",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost multiprecision module",
|
||||
"homepage": "https://github.com/boostorg/multiprecision",
|
||||
"homepage": "https://www.boost.org/libs/multiprecision",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-mysql",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost mysql module",
|
||||
"homepage": "https://github.com/boostorg/mysql",
|
||||
"homepage": "https://www.boost.org/libs/mysql",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-nowide",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost nowide module",
|
||||
"homepage": "https://github.com/boostorg/nowide",
|
||||
"homepage": "https://www.boost.org/libs/nowide",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-numeric-conversion",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost numeric_conversion module",
|
||||
"homepage": "https://github.com/boostorg/numeric_conversion",
|
||||
"homepage": "https://www.boost.org/libs/numeric_conversion",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-odeint",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost odeint module",
|
||||
"homepage": "https://github.com/boostorg/odeint",
|
||||
"homepage": "https://www.boost.org/libs/odeint",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-optional",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost optional module",
|
||||
"homepage": "https://github.com/boostorg/optional",
|
||||
"homepage": "https://www.boost.org/libs/optional",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-outcome",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost outcome module",
|
||||
"homepage": "https://github.com/boostorg/outcome",
|
||||
"homepage": "https://www.boost.org/libs/outcome",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,10 +2,10 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-parameter-python",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost parameter_python module",
|
||||
"homepage": "https://github.com/boostorg/parameter_python",
|
||||
"homepage": "https://www.boost.org/libs/parameter_python",
|
||||
"license": "BSL-1.0",
|
||||
"supports": "!emscripten",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "boost-cmake",
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-parameter",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost parameter module",
|
||||
"homepage": "https://github.com/boostorg/parameter",
|
||||
"homepage": "https://www.boost.org/libs/parameter",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-pfr",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost pfr module",
|
||||
"homepage": "https://github.com/boostorg/pfr",
|
||||
"homepage": "https://www.boost.org/libs/pfr",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-phoenix",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost phoenix module",
|
||||
"homepage": "https://github.com/boostorg/phoenix",
|
||||
"homepage": "https://www.boost.org/libs/phoenix",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-poly-collection",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost poly_collection module",
|
||||
"homepage": "https://github.com/boostorg/poly_collection",
|
||||
"homepage": "https://www.boost.org/libs/poly_collection",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-polygon",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost polygon module",
|
||||
"homepage": "https://github.com/boostorg/polygon",
|
||||
"homepage": "https://www.boost.org/libs/polygon",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-pool",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost pool module",
|
||||
"homepage": "https://github.com/boostorg/pool",
|
||||
"homepage": "https://www.boost.org/libs/pool",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-predef",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost predef module",
|
||||
"homepage": "https://github.com/boostorg/predef",
|
||||
"homepage": "https://www.boost.org/libs/predef",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-preprocessor",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost preprocessor module",
|
||||
"homepage": "https://github.com/boostorg/preprocessor",
|
||||
"homepage": "https://www.boost.org/libs/preprocessor",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
|
@ -2,8 +2,9 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-process",
|
||||
"version": "1.85.0",
|
||||
"port-version": 1,
|
||||
"description": "Boost process module",
|
||||
"homepage": "https://github.com/boostorg/process",
|
||||
"homepage": "https://www.boost.org/libs/process",
|
||||
"license": "BSL-1.0",
|
||||
"supports": "!emscripten",
|
||||
"dependencies": [
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user