2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00

Boost 1.87.0.beta1 release

This commit is contained in:
Automated Commit
2024-11-16 02:08:42 +00:00
parent 336b7621d3
commit 0a37b00dee
10 changed files with 5360 additions and 1547 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<boost xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<latest version="1.86.0"/>
<latest version="1.87.0 beta1"/>
<categories>
<category name="String">
<title>String and text processing</title>
@@ -371,6 +371,19 @@
<cxxstd>11</cxxstd>
<category>Data</category>
</library>
<library>
<key>any</key>
<library_path>libs/any/</library_path>
<boost-version>1.23.0</boost-version>
<update-version>1.87.0 beta1</update-version>
<name>Any</name>
<authors>Kevlin Henney</authors>
<maintainers>Antony Polukhin &lt;antoshkka -at- gmail.com&gt;</maintainers>
<description>Safe, generic container for single values of different value types.</description>
<documentation>libs/any/</documentation>
<cxxstd>11</cxxstd>
<category>Data</category>
</library>
<library>
<key>any</key>
<library_path>libs/any/</library_path>
@@ -419,6 +432,19 @@
<cxxstd>03</cxxstd>
<category>Containers</category>
</library>
<library>
<key>array</key>
<library_path>libs/array/</library_path>
<boost-version>1.17.0</boost-version>
<update-version>1.87.0 beta1</update-version>
<name>Array</name>
<authors>Nicolai Josuttis</authors>
<maintainers>Marshall Clow &lt;marshall -at- idio.com&gt;</maintainers>
<description>STL compliant container wrapper for arrays of constant size.</description>
<documentation>libs/array/</documentation>
<cxxstd>03</cxxstd>
<category>Containers</category>
</library>
<library>
<key>array</key>
<library_path>libs/array/</library_path>
@@ -681,7 +707,7 @@
<key>beast</key>
<library_path>libs/beast/</library_path>
<boost-version>1.66.0</boost-version>
<update-version>develop</update-version>
<update-version>1.87.0 beta1</update-version>
<name>Beast</name>
<authors>Vinnie Falco</authors>
<maintainers>Vinnie Falco &lt;vinnie.falco@gmail.com&gt;</maintainers>
@@ -708,7 +734,7 @@
<key>bimap</key>
<library_path>libs/bimap/</library_path>
<boost-version>1.35.0</boost-version>
<update-version>master</update-version>
<update-version>1.87.0 beta1</update-version>
<name>Bimap</name>
<authors>Matias Capeletto</authors>
<maintainers>Matias Capeletto &lt;matias.capeletto -at- gmail.com&gt;</maintainers>
@@ -778,6 +804,19 @@
<cxxstd>11</cxxstd>
<category>Function-objects</category>
</library>
<library>
<key>bind</key>
<library_path>libs/bind/</library_path>
<boost-version>1.25.0</boost-version>
<update-version>1.87.0 beta1</update-version>
<name>Bind</name>
<authors>Peter Dimov</authors>
<maintainers>Peter Dimov &lt;pdimov -at- gmail.com&gt;</maintainers>
<description>boost::bind is a generalization of the standard functions std::bind1st and std::bind2nd. It supports arbitrary function objects, functions, function pointers, and member function pointers, and is able to bind any argument to a specific value or route input arguments into arbitrary positions.</description>
<documentation>libs/bind/</documentation>
<cxxstd>11</cxxstd>
<category>Function-objects</category>
</library>
<library>
<key>bind</key>
<library_path>libs/bind/</library_path>
@@ -825,6 +864,18 @@
<cxxstd>11</cxxstd>
<category>Function-objects</category>
</library>
<library>
<key>bind/mem_fn</key>
<library_path>libs/bind/</library_path>
<boost-version>1.25.0</boost-version>
<update-version>1.87.0 beta1</update-version>
<name>Member Function</name>
<authors>Peter Dimov</authors>
<description>Generalized binders for function/object/pointers and member functions.</description>
<documentation>libs/bind/mem_fn.html</documentation>
<cxxstd>11</cxxstd>
<category>Function-objects</category>
</library>
<library>
<key>bind/mem_fn</key>
<library_path>libs/bind/</library_path>
@@ -879,6 +930,21 @@
<cxxstd>03</cxxstd>
<category>Function-objects</category>
</library>
<library>
<key>bind/ref</key>
<library_path>libs/core/</library_path>
<boost-version>1.25.0</boost-version>
<update-version>1.87.0 beta1</update-version>
<name>Ref</name>
<authors>Jaako J&#228;rvi</authors>
<authors>Peter Dimov</authors>
<authors>Doug Gregor</authors>
<authors>Dave Abrahams</authors>
<description>A utility library for passing references to generic functions.</description>
<documentation>libs/core/ref.html</documentation>
<cxxstd>03</cxxstd>
<category>Function-objects</category>
</library>
<library>
<key>bind/ref</key>
<library_path>libs/core/</library_path>
@@ -1014,6 +1080,22 @@
<category>Domain</category>
<category>System</category>
</library>
<library>
<key>chrono</key>
<library_path>libs/chrono/</library_path>
<boost-version>1.47.0</boost-version>
<update-version>1.87.0 beta1</update-version>
<name>Chrono</name>
<authors>Howard Hinnant</authors>
<authors>Beman Dawes</authors>
<authors>Vicente J. Botet Escriba</authors>
<maintainers>Vicente J. Botet Escriba &lt;vicente.botet -at- wanadoo.fr&gt;</maintainers>
<description>Useful time utilities. C++11.</description>
<documentation>libs/chrono/</documentation>
<cxxstd>11</cxxstd>
<category>Domain</category>
<category>System</category>
</library>
<library>
<key>chrono</key>
<library_path>libs/chrono/</library_path>
@@ -1298,6 +1380,19 @@
<cxxstd>11</cxxstd>
<category>Function-objects</category>
</library>
<library>
<key>container_hash</key>
<library_path>libs/container_hash/</library_path>
<boost-version>1.33.0</boost-version>
<update-version>1.87.0 beta1</update-version>
<name>Container Hash</name>
<authors>Daniel James</authors>
<maintainers>Peter Dimov &lt;pdimov -at- gmail.com&gt;</maintainers>
<description>An STL-compatible hash function object that can be extended to hash user defined types.</description>
<documentation>libs/container_hash/</documentation>
<cxxstd>11</cxxstd>
<category>Function-objects</category>
</library>
<library>
<key>container_hash</key>
<library_path>libs/container_hash/</library_path>
@@ -1924,6 +2019,20 @@
<cxxstd>11</cxxstd>
<category>System</category>
</library>
<library>
<key>dll</key>
<library_path>libs/dll/</library_path>
<boost-version>1.61.0</boost-version>
<update-version>1.87.0 beta1</update-version>
<name>DLL</name>
<authors>Antony Polukhin</authors>
<authors>Renato Tegon Forti</authors>
<maintainers>Antony Polukhin &lt;antoshkka -at- gmail.com&gt;</maintainers>
<description>Library for comfortable work with DLL and DSO.</description>
<documentation>libs/dll/</documentation>
<cxxstd>11</cxxstd>
<category>System</category>
</library>
<library>
<key>dll</key>
<library_path>libs/dll/</library_path>
@@ -2458,6 +2567,20 @@
<category>Function-objects</category>
<category>Programming</category>
</library>
<library>
<key>function</key>
<library_path>libs/function/</library_path>
<boost-version>1.23.0</boost-version>
<update-version>1.87.0 beta1</update-version>
<name>Function</name>
<authors>Doug Gregor</authors>
<maintainers>Peter Dimov &lt;pdimov -at- gmail.com&gt;</maintainers>
<description>Function object wrappers for deferred calls or callbacks.</description>
<documentation>libs/function/</documentation>
<cxxstd>11</cxxstd>
<category>Function-objects</category>
<category>Programming</category>
</library>
<library>
<key>function</key>
<library_path>libs/function/</library_path>
@@ -3559,8 +3682,7 @@
<library>
<key>geometry/index</key>
<library_path>libs/geometry/index/</library_path>
<boost-version>hidden</boost-version>
<update-version>master</update-version>
<boost-version>1.87.0 beta1</boost-version>
<status>hidden</status>
<name>Geometry Index</name>
<authors>Barend Gehrels</authors>
@@ -4303,7 +4425,7 @@
<key>json</key>
<library_path>libs/json/</library_path>
<boost-version>1.75.0</boost-version>
<update-version>master</update-version>
<update-version>1.87.0 beta1</update-version>
<name>JSON</name>
<authors>Vinnie Falco</authors>
<authors>Krystian Stasiowski</authors>
@@ -4617,7 +4739,7 @@
<key>lockfree</key>
<library_path>libs/lockfree/</library_path>
<boost-version>1.53.0</boost-version>
<update-version>master</update-version>
<update-version>1.87.0 beta1</update-version>
<name>Lockfree</name>
<authors>Tim Blechmann</authors>
<maintainers>Tim Blechmann &lt;tim -at- klingt.org&gt;</maintainers>
@@ -5811,7 +5933,7 @@
<key>optional</key>
<library_path>libs/optional/</library_path>
<boost-version>1.30.0</boost-version>
<update-version>master</update-version>
<update-version>1.87.0 beta1</update-version>
<name>Optional</name>
<authors>Fernando Cacciola</authors>
<maintainers>Fernando Cacciola &lt;fernando_cacciola -at- ciudad.com.ar&gt;</maintainers>
@@ -5877,6 +5999,21 @@
<category>Patterns</category>
<category>Programming</category>
</library>
<library>
<key>outcome</key>
<library_path>libs/outcome/</library_path>
<boost-version>1.70.0</boost-version>
<update-version>1.87.0 beta1</update-version>
<name>Outcome</name>
<authors>Niall Douglas</authors>
<maintainers>Niall Douglas &lt;s -underscore- sourceforge -at- nedprod -dot- com&gt;</maintainers>
<description>A deterministic failure handling library partially simulating lightweight exceptions.</description>
<documentation>libs/outcome/</documentation>
<cxxstd>14</cxxstd>
<category>Emulation</category>
<category>Patterns</category>
<category>Programming</category>
</library>
<library>
<key>outcome</key>
<library_path>libs/outcome/</library_path>
@@ -5981,6 +6118,17 @@
<category>Emulation</category>
<category>Programming</category>
</library>
<library>
<key>parser</key>
<library_path>libs/parser/</library_path>
<boost-version>1.87.0 beta1</boost-version>
<name>Parser</name>
<authors>T. Zachary Laine</authors>
<maintainers>Zach Laine &lt;whatwasthataddress -at- gmail.com&gt;</maintainers>
<description>A parser combinator library.</description>
<documentation>libs/parser/</documentation>
<category>Parsing</category>
</library>
<library>
<key>pfr</key>
<library_path>libs/pfr/</library_path>
@@ -6019,6 +6167,20 @@
<category>Data</category>
<category>Metaprogramming</category>
</library>
<library>
<key>pfr</key>
<library_path>libs/pfr/</library_path>
<boost-version>1.75.0</boost-version>
<update-version>1.87.0 beta1</update-version>
<name>PFR</name>
<authors>Antony Polukhin</authors>
<maintainers>Antony Polukhin &lt;antoshkka -at- gmail.com&gt;</maintainers>
<description>Basic reflection for user defined types.</description>
<documentation>libs/pfr/</documentation>
<cxxstd>14</cxxstd>
<category>Data</category>
<category>Metaprogramming</category>
</library>
<library>
<key>pfr</key>
<library_path>libs/pfr/</library_path>
@@ -6701,6 +6863,20 @@
<cxxstd>11</cxxstd>
<category>Math</category>
</library>
<library>
<key>random</key>
<library_path>libs/random/</library_path>
<boost-version>1.15.0</boost-version>
<update-version>1.87.0 beta1</update-version>
<name>Random</name>
<authors>Jens Maurer</authors>
<maintainers>Steven Watanabe &lt;watanabesj -at- gmail.com&gt;</maintainers>
<maintainers>Matt Borland &lt;matt -at- mattborland.com&gt;</maintainers>
<description>A complete system for random number generation.</description>
<documentation>libs/random/</documentation>
<cxxstd>11</cxxstd>
<category>Math</category>
</library>
<library>
<key>random</key>
<library_path>libs/random/</library_path>
@@ -6836,6 +7012,21 @@
<cxxstd>11</cxxstd>
<category>Math</category>
</library>
<library>
<key>ratio</key>
<library_path>libs/ratio/</library_path>
<boost-version>1.47.0</boost-version>
<update-version>1.87.0 beta1</update-version>
<name>Ratio</name>
<authors>Howard Hinnant</authors>
<authors>Beman Dawes</authors>
<authors>Vicente J. Botet Escriba</authors>
<maintainers>Vicente J. Botet Escriba &lt;vicente.botet -at- wanadoo.fr&gt;</maintainers>
<description>Compile time rational arithmetic. C++11.</description>
<documentation>libs/ratio/</documentation>
<cxxstd>11</cxxstd>
<category>Math</category>
</library>
<library>
<key>ratio</key>
<library_path>libs/ratio/</library_path>
@@ -6959,6 +7150,19 @@
<cxxstd>11</cxxstd>
<category>String</category>
</library>
<library>
<key>regex</key>
<library_path>libs/regex/</library_path>
<boost-version>1.18.0</boost-version>
<update-version>1.87.0 beta1</update-version>
<name>Regex</name>
<authors>John Maddock</authors>
<maintainers>John Maddock &lt;john -at- johnmaddock.co.uk&gt;</maintainers>
<description>Regular expression library.</description>
<documentation>libs/regex/</documentation>
<cxxstd>11</cxxstd>
<category>String</category>
</library>
<library>
<key>regex</key>
<library_path>libs/regex/</library_path>
@@ -7273,6 +7477,23 @@
<cxxstd>03</cxxstd>
<category>Memory</category>
</library>
<library>
<key>smart_ptr</key>
<library_path>libs/smart_ptr/</library_path>
<boost-version>1.23.0</boost-version>
<update-version>1.87.0 beta1</update-version>
<name>Smart Ptr</name>
<authors>Greg Colvin</authors>
<authors>Beman Dawes</authors>
<authors>Peter Dimov</authors>
<authors>Darin Adler</authors>
<authors>Glen Fernandes</authors>
<maintainers>Peter Dimov &lt;pdimov -at- gmail.com&gt;</maintainers>
<description>Smart pointer class templates.</description>
<documentation>libs/smart_ptr/</documentation>
<cxxstd>11</cxxstd>
<category>Memory</category>
</library>
<library>
<key>smart_ptr</key>
<library_path>libs/smart_ptr/</library_path>
@@ -7523,6 +7744,20 @@
<category>Correctness</category>
<category>System</category>
</library>
<library>
<key>stacktrace</key>
<library_path>libs/stacktrace/</library_path>
<boost-version>1.65.0</boost-version>
<update-version>1.87.0 beta1</update-version>
<name>Stacktrace</name>
<authors>Antony Polukhin</authors>
<maintainers>Antony Polukhin &lt;antoshkka -at- gmail.com&gt;</maintainers>
<description>Gather, store, copy and print backtraces.</description>
<documentation>libs/stacktrace/</documentation>
<cxxstd>11</cxxstd>
<category>Correctness</category>
<category>System</category>
</library>
<library>
<key>stacktrace</key>
<library_path>libs/stacktrace/</library_path>
@@ -7552,7 +7787,7 @@
<key>statechart</key>
<library_path>libs/statechart/</library_path>
<boost-version>1.34.0</boost-version>
<update-version>master</update-version>
<update-version>1.87.0 beta1</update-version>
<name>Statechart</name>
<authors>Andreas Huber D&#246;nni</authors>
<maintainers>Andreas Huber &lt;ahd6974-boostorg -at- yahoo.com&gt;</maintainers>
@@ -8012,6 +8247,21 @@
<category>Concurrent</category>
<category>System</category>
</library>
<library>
<key>thread</key>
<library_path>libs/thread/</library_path>
<boost-version>1.25.0</boost-version>
<update-version>1.87.0 beta1</update-version>
<name>Thread</name>
<authors>Anthony Williams</authors>
<authors>Vicente J. Botet Escriba</authors>
<maintainers>Vicente J. Botet Escriba &lt;vicente.botet -at- wanadoo.fr&gt;</maintainers>
<description>Portable C++ multi-threading. C++11, C++14, C++17.</description>
<documentation>libs/thread/</documentation>
<cxxstd>11</cxxstd>
<category>Concurrent</category>
<category>System</category>
</library>
<library>
<key>thread</key>
<library_path>libs/thread/</library_path>
@@ -8259,6 +8509,19 @@
<cxxstd>03</cxxstd>
<category>Data</category>
</library>
<library>
<key>tuple</key>
<library_path>libs/tuple/</library_path>
<boost-version>1.24.0</boost-version>
<update-version>1.87.0 beta1</update-version>
<name>Tuple</name>
<authors>Jaakko J&#228;rvi</authors>
<maintainers>Jaakko Jarvi &lt;jarvi -at- cs.tamu.edu&gt;</maintainers>
<description>Ease definition of functions returning multiple values, and more.</description>
<documentation>libs/tuple/</documentation>
<cxxstd>03</cxxstd>
<category>Data</category>
</library>
<library>
<key>tuple</key>
<library_path>libs/tuple/</library_path>
@@ -8397,6 +8660,20 @@
<category>Generic</category>
<category>Metaprogramming</category>
</library>
<library>
<key>type_traits</key>
<library_path>libs/type_traits/</library_path>
<boost-version>1.13.0</boost-version>
<update-version>1.87.0 beta1</update-version>
<name>Type Traits</name>
<authors>John Maddock, Steve Cleary, et al</authors>
<maintainers>John Maddock &lt;john -at- johnmaddock.co.uk&gt;</maintainers>
<description>Templates for fundamental properties of types.</description>
<documentation>libs/type_traits/</documentation>
<cxxstd>03</cxxstd>
<category>Generic</category>
<category>Metaprogramming</category>
</library>
<library>
<key>type_traits</key>
<library_path>libs/type_traits/</library_path>
@@ -9010,6 +9287,20 @@
<category>Containers</category>
<category>String</category>
</library>
<library>
<key>utility/string_view</key>
<library_path>libs/utility/</library_path>
<boost-version>1.84.0</boost-version>
<update-version>1.87.0 beta1</update-version>
<name>String View</name>
<authors>Marshall Clow</authors>
<maintainers>Marshall Clow &lt;marshall -at- idio.com&gt;</maintainers>
<description>String view templates.</description>
<documentation>libs/utility/doc/html/utility/utilities/string_view.html</documentation>
<cxxstd>03</cxxstd>
<category>Containers</category>
<category>String</category>
</library>
<library>
<key>utility/string_view</key>
<library_path>libs/utility/</library_path>

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,6 @@
<ul class="toc">
<li><a href="#live">Current Release</a></li>
<li><a href="#beta">Beta Release</a></li>
<li><a href="#history">Old Boost Releases</a></li>
<li><a href="#repository">Git Repositories</a></li>
</ul>
@@ -25,3 +26,22 @@
<table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th><th scope="col">SHA256 Hash</th></tr>
<tr><th scope="row" rowspan="2">unix</th><td><a href="https://archives.boost.io/release/1.86.0/source/boost_1_86_0.tar.bz2">boost_1_86_0.tar.bz2</a></td><td>1bed88e40401b2cb7a1f76d4bab499e352fa4d0c5f31c0dbae64e24d34d7513b</td></tr><tr><td><a href="https://archives.boost.io/release/1.86.0/source/boost_1_86_0.tar.gz">boost_1_86_0.tar.gz</a></td><td>2575e74ffc3ef1cd0babac2c1ee8bdb5782a0ee672b1912da40e5b4b591ca01f</td></tr>
<tr><th scope="row" rowspan="2">windows</th><td><a href="https://archives.boost.io/release/1.86.0/source/boost_1_86_0.7z">boost_1_86_0.7z</a></td><td>413ee9d5754d0ac5994a3bf70c3b5606b10f33824fdd56cf04d425f2fc6bb8ce</td></tr><tr><td><a href="https://archives.boost.io/release/1.86.0/source/boost_1_86_0.zip">boost_1_86_0.zip</a></td><td>cd20a5694e753683e1dc2ee10e2d1bb11704e65893ebcc6ced234ba68e5d8646</td></tr></table>* The download links are supported by grants from <a href="https://cppalliance.org/" target="_blank">The C++ Alliance</a>.<br><br>
<h2 id="beta">Beta Release</h2>
<h3><span class=
"news-title">Version 1.87.x beta 1</span></h3>
<p class="news-date">November 16th, 2024 02:07 GMT</p>
<p class="news-description">
<span class="brief"><span class="purpose">
New Libraries: Updated Libraries:
</span></span></p>
<ul class="menu">
<li><a href="/users/history/version_1_87_x.html">Release Notes</a></li>
<li><a href="https://archives.boost.io/beta/1.87.0.beta1/source/">Download</a></li>
<li><a href="/doc/libs/1_87_0_beta1/">Documentation</a></li>
</ul>
<table class="download-table"><caption>Beta Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th><th scope="col">SHA256 Hash</th></tr>
<tr><th scope="row" rowspan="2">unix</th><td><a href="https://archives.boost.io/beta/1.87.0.beta1/source/boost_1_87_0_b1.tar.bz2">boost_1_87_0_b1.tar.bz2</a></td><td>2e7cdf358526e8937b36b93fc96c501b8d6a0c8436e95e65440de31c48ec3086</td></tr><tr><td><a href="https://archives.boost.io/beta/1.87.0.beta1/source/boost_1_87_0_b1.tar.gz">boost_1_87_0_b1.tar.gz</a></td><td>98a86940c13509dfd0288a3075280f46a76c9a3faeb8a9bf49ca7f9e6a271995</td></tr>
<tr><th scope="row" rowspan="2">windows</th><td><a href="https://archives.boost.io/beta/1.87.0.beta1/source/boost_1_87_0_b1.7z">boost_1_87_0_b1.7z</a></td><td>5ea32facd963dbb79ceb5bda7ef7546017ea5da854158f8933bbad74d6bbe622</td></tr><tr><td><a href="https://archives.boost.io/beta/1.87.0.beta1/source/boost_1_87_0_b1.zip">boost_1_87_0_b1.zip</a></td><td>2ca4c019d0c96fd160dec5292a7a6bfcf7b4e592cd238a2207e17084f8021d08</td></tr></table>* The download links are supported by grants from <a href="https://cppalliance.org/" target="_blank">The C++ Alliance</a>.<br><br>

View File

@@ -5,6 +5,10 @@
<ul>
<li><div class="news-title"><a href="/users/history/version_1_86_0.html">Version 1.86.0</a></div><div class="news-date"><a href="/users/history/version_1_86_0.html">Release Notes</a> | <a href="https://archives.boost.io/release/1.86.0/source/">Download</a> | <a href="/doc/libs/1_86_0/">Documentation</a></div><div class="news-date">August 14th, 2024 16:07 GMT</div></li>
</ul>
<h3>Beta Release</h3>
<ul>
<li><div class="news-title"><a href="/users/history/version_1_87_x.html">Version 1.87.x beta 1</a></div><div class="news-date"><a href="/users/history/version_1_87_x.html">Release Notes</a> | <a href="https://archives.boost.io/beta/1.87.0.beta1/source/">Download</a> | <a href="/doc/libs/1_87_0_beta1/">Documentation</a></div><div class="news-date">November 16th, 2024 02:07 GMT</div></li>
</ul>
</div>
<p><a href="/users/download/">More Downloads...</a> (<a href="feed/downloads.rss">RSS</a>)</p>
</div>

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -2871,20 +2871,29 @@
)
(feed/history/boost_1_87_0.qbk
-guid
"https://www.boost.org/users/history/version_1_87_x.html
-id
"version_1_87_x
-last_modified
@Sat, 16 Nov 2024 02:07:22 +0000
-location
"users/history/version_1_87_x.html
-notice
-notice_url
-page_state
-pub_date
-purpose
"
" New Libraries: Updated Libraries:
"
-qbk_hash
"65db807e1647e0305ccea698d87267b50d439462e8cb6c8561d4cc8196674292
-section
"history
-title
"Version 1.87.x
-update_count
=0
=1
)
(feed/history/unversioned.qbk
-guid

View File

@@ -2964,5 +2964,37 @@
"https:\/\/archives.boost.io\/beta\/1.86.0.beta1\/source\/boost_1_86_0_b1.zip",
"release_date":
"Fri, 26 Jul 2024 17:19:51 +0000"
},
"boost-1.87.0 beta1": {
"documentation":
"\/doc\/libs\/1_87_0_beta1\/",
"download_page":
"https:\/\/archives.boost.io\/beta\/1.87.0.beta1\/source\/",
"downloads.7z.line_endings":
"windows",
"downloads.7z.sha256":
"5ea32facd963dbb79ceb5bda7ef7546017ea5da854158f8933bbad74d6bbe622",
"downloads.7z.url":
"https:\/\/archives.boost.io\/beta\/1.87.0.beta1\/source\/boost_1_87_0_b1.7z",
"downloads.bz2.line_endings":
"unix",
"downloads.bz2.sha256":
"2e7cdf358526e8937b36b93fc96c501b8d6a0c8436e95e65440de31c48ec3086",
"downloads.bz2.url":
"https:\/\/archives.boost.io\/beta\/1.87.0.beta1\/source\/boost_1_87_0_b1.tar.bz2",
"downloads.gz.line_endings":
"unix",
"downloads.gz.sha256":
"98a86940c13509dfd0288a3075280f46a76c9a3faeb8a9bf49ca7f9e6a271995",
"downloads.gz.url":
"https:\/\/archives.boost.io\/beta\/1.87.0.beta1\/source\/boost_1_87_0_b1.tar.gz",
"downloads.zip.line_endings":
"windows",
"downloads.zip.sha256":
"2ca4c019d0c96fd160dec5292a7a6bfcf7b4e592cd238a2207e17084f8021d08",
"downloads.zip.url":
"https:\/\/archives.boost.io\/beta\/1.87.0.beta1\/source\/boost_1_87_0_b1.zip",
"release_date":
"Sat, 16 Nov 2024 02:07:21 +0000"
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff