# Boost serialization archive version

```
Boost version | BOOST_ARCHIVE_VERSION | Used in

1.54          | 10                    |  [Ubuntu Trusty 14.04 LTS default, EOL: 2024-04]
[...]
1.67          | 16                    |  [Debian 10 Buster 19.07, EOL: 2022-08]
1.68          | 17                    |  [Fairsoft jun19 and its patch versions]
1.69          | 17                    |
1.70          | 17                    |
1.71          | 17                    |  [Ubuntu Focal 20.04 LTS, EOL: 2030-04]
1.72          | 17                    |  [Fairsoft nov20]
1.73          | 18                    |
1.74          | 18                    |  [Debian 11 Bullseye 21.08, EOL: 2024-07] 
                                         [Debian 12 Bookworm 23.07] 
                                         [Ubuntu Jammy 22.04 LTS, EOL: 2032-04]
1.75          | 18                    |  [Fairsoft apr21 and its patch versions]
1.76          | 19                    |
1.77          | 19                    |
1.78          | 19                    |  [Fairsoft apr22 and its patch versions]
1.79          | 19                    |
1.80          | 19                    |  [Fairsoft nov22 and its patch versions]
1.81          | 19                    |
1.82          | 19                    |
1.83          | 19                    |  [Fairsoft jan24 and its patch versions]
1.84          | 20                    |
dev           | 20                    |
```

-------------------
- Based on [the corresponding list in the Flesnet repository](https://github.com/cbm-fles/flesnet/blob/master/doc/boost_serialization.txt)
- List of BOOST_ARCHIVE_VERSION changes:
https://github.com/boostorg/serialization/blob/develop/src/basic_archive.cpp

# Version checker binary

See the [README of services/boost_bin_arch_version_checker](../services/boost_bin_arch_version_checker/README.md)