#1146272 rapidyaml: FTBFS: /<<PKGBUILDDIR>>/src/c4/yml/node.hpp:40:23: error: 'fmt' was not declared in this scope; did you mean 'fma'?

#1146272#5
Date:
2026-08-30 22:57:16 UTC
From:
To:
Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202608/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:rapidyaml, so that this is still
visible in the BTS web page for this package.

Thanks.
--------------------------------------------------------------------------------
[...]
[ 20%] Building CXX object CMakeFiles/ryml.dir/src/c4/yml/common.cpp.o
/usr/bin/x86_64-linux-gnu-g++ -Dryml_EXPORTS -I/<<PKGBUILDDIR>>/src -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DC4CORE_NO_FAST_FLOAT=1 -std=c++11 -fPIC -MD -MT CMakeFiles/ryml.dir/src/c4/yml/node.cpp.o -MF CMakeFiles/ryml.dir/src/c4/yml/node.cpp.o.d -o CMakeFiles/ryml.dir/src/c4/yml/node.cpp.o -c /<<PKGBUILDDIR>>/src/c4/yml/node.cpp
/usr/bin/x86_64-linux-gnu-g++ -Dryml_EXPORTS -I/<<PKGBUILDDIR>>/src -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DC4CORE_NO_FAST_FLOAT=1 -std=c++11 -fPIC -MD -MT CMakeFiles/ryml.dir/src/c4/yml/common.cpp.o -MF CMakeFiles/ryml.dir/src/c4/yml/common.cpp.o.d -o CMakeFiles/ryml.dir/src/c4/yml/common.cpp.o -c /<<PKGBUILDDIR>>/src/c4/yml/common.cpp
In file included from /<<PKGBUILDDIR>>/src/c4/yml/node.cpp:1:
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:40:23: error: ‘fmt’ was not declared in this scope; did you mean ‘fma’?
   40 | template<> struct Key<fmt::const_base64_wrapper> { fmt::const_base64_wrapper wrapper; };
      |                       ^~~
      |                       fma
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:40:48: error: template argument 1 is invalid
   40 | template<> struct Key<fmt::const_base64_wrapper> { fmt::const_base64_wrapper wrapper; };
      |                                                ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:41:23: error: ‘fmt’ was not declared in this scope; did you mean ‘fma’?
   41 | template<> struct Key<fmt::base64_wrapper> { fmt::base64_wrapper wrapper; };
      |                       ^~~
      |                       fma
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:41:42: error: template argument 1 is invalid
   41 | template<> struct Key<fmt::base64_wrapper> { fmt::base64_wrapper wrapper; };
      |                                          ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:44:22: error: ‘fmt’ was not declared in this scope; did you mean ‘fma’?
   44 | C4_ALWAYS_INLINE Key<fmt::const_base64_wrapper> key(fmt::const_base64_wrapper w) { return {w}; }
      |                      ^~~
      |                      fma
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:44:47: error: template argument 1 is invalid
   44 | C4_ALWAYS_INLINE Key<fmt::const_base64_wrapper> key(fmt::const_base64_wrapper w) { return {w}; }
      |                                               ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:44:53: warning: ‘always_inline’ attribute ignored [-Wattributes]
   44 | C4_ALWAYS_INLINE Key<fmt::const_base64_wrapper> key(fmt::const_base64_wrapper w) { return {w}; }
      |                                                     ^~~
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:44:53: error: ‘int c4::yml::key’ redeclared as different kind of entity
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:43:43: note: previous declaration ‘template<class K> c4::yml::Key<K> c4::yml::key(K&)’
   43 | template<class K> C4_ALWAYS_INLINE Key<K> key(K & k) { return Key<K>{k}; }
      |                                           ^~~
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:44:53: error: ‘fmt’ has not been declared
   44 | C4_ALWAYS_INLINE Key<fmt::const_base64_wrapper> key(fmt::const_base64_wrapper w) { return {w}; }
      |                                                     ^~~
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:45:22: error: ‘fmt’ was not declared in this scope; did you mean ‘fma’?
   45 | C4_ALWAYS_INLINE Key<fmt::base64_wrapper> key(fmt::base64_wrapper w) { return {w}; }
      |                      ^~~
      |                      fma
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:45:41: error: template argument 1 is invalid
   45 | C4_ALWAYS_INLINE Key<fmt::base64_wrapper> key(fmt::base64_wrapper w) { return {w}; }
      |                                         ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:45:47: warning: ‘always_inline’ attribute ignored [-Wattributes]
   45 | C4_ALWAYS_INLINE Key<fmt::base64_wrapper> key(fmt::base64_wrapper w) { return {w}; }
      |                                               ^~~
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:45:47: error: ‘int c4::yml::key’ redeclared as different kind of entity
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:43:43: note: previous declaration ‘template<class K> c4::yml::Key<K> c4::yml::key(K&)’
   43 | template<class K> C4_ALWAYS_INLINE Key<K> key(K & k) { return Key<K>{k}; }
      |                                           ^~~
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:45:47: error: ‘fmt’ has not been declared
   45 | C4_ALWAYS_INLINE Key<fmt::base64_wrapper> key(fmt::base64_wrapper w) { return {w}; }
      |                                               ^~~
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:693:38: error: ‘fmt’ was not declared in this scope; did you mean ‘fma’? [-Wtemplate-body]
  693 |     ConstImpl const& operator>> (Key<fmt::base64_wrapper> w) const
      |                                      ^~~
      |                                      fma
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:693:57: error: template argument 1 is invalid [-Wtemplate-body]
  693 |     ConstImpl const& operator>> (Key<fmt::base64_wrapper> w) const
      |                                                         ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:693:38: error: ‘fmt’ was not declared in this scope; did you mean ‘fma’? [-Wtemplate-body]
  693 |     ConstImpl const& operator>> (Key<fmt::base64_wrapper> w) const
      |                                      ^~~
      |                                      fma
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:693:57: error: template argument 1 is invalid [-Wtemplate-body]
  693 |     ConstImpl const& operator>> (Key<fmt::base64_wrapper> w) const
      |                                                         ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:693:38: error: ‘fmt’ was not declared in this scope; did you mean ‘fma’? [-Wtemplate-body]
  693 |     ConstImpl const& operator>> (Key<fmt::base64_wrapper> w) const
      |                                      ^~~
      |                                      fma
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:693:57: error: template argument 1 is invalid [-Wtemplate-body]
  693 |     ConstImpl const& operator>> (Key<fmt::base64_wrapper> w) const
      |                                                         ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:693:34: error: ‘Key’ is not a type [-Wtemplate-body]
  693 |     ConstImpl const& operator>> (Key<fmt::base64_wrapper> w) const
      |                                  ^~~
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:693:37: error: expected ‘,’ or ‘...’ before ‘<’ token [-Wtemplate-body]
  693 |     ConstImpl const& operator>> (Key<fmt::base64_wrapper> w) const
      |                                     ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:700:34: error: ‘fmt’ has not been declared [-Wtemplate-body]
  700 |     ConstImpl const& operator>> (fmt::base64_wrapper w) const
      |                                  ^~~
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:700:54: error: expected ‘,’ or ‘...’ before ‘w’ [-Wtemplate-body]
  700 |     ConstImpl const& operator>> (fmt::base64_wrapper w) const
      |                                                      ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:700:22: error: ‘const ConstImpl& c4::yml::detail::RoNodeMethods<Impl, ConstImpl>::operator>>(int) const’ cannot be overloaded with ‘const ConstImpl& c4::yml::detail::RoNodeMethods<Impl, ConstImpl>::operator>>(int) const’ [-Wtemplate-body]
  700 |     ConstImpl const& operator>> (fmt::base64_wrapper w) const
      |                      ^~~~~~~~
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:693:22: note: previous declaration ‘const ConstImpl& c4::yml::detail::RoNodeMethods<Impl, ConstImpl>::operator>>(int) const’
  693 |     ConstImpl const& operator>> (Key<fmt::base64_wrapper> w) const
      |                      ^~~~~~~~
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:709:28: error: ‘fmt’ has not been declared [-Wtemplate-body]
  709 |     size_t deserialize_key(fmt::base64_wrapper v) const
      |                            ^~~
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:709:48: error: expected ‘,’ or ‘...’ before ‘v’ [-Wtemplate-body]
  709 |     size_t deserialize_key(fmt::base64_wrapper v) const
      |                                                ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:717:28: error: ‘fmt’ has not been declared [-Wtemplate-body]
  717 |     size_t deserialize_val(fmt::base64_wrapper v) const
      |                            ^~~
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:717:48: error: expected ‘,’ or ‘...’ before ‘v’ [-Wtemplate-body]
  717 |     size_t deserialize_val(fmt::base64_wrapper v) const
      |                                                ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp: In member function ‘const ConstImpl& c4::yml::detail::RoNodeMethods<Impl, ConstImpl>::operator>>(int) const’:
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:695:25: error: ‘w’ was not declared in this scope [-Wtemplate-body]
  695 |         deserialize_key(w.wrapper);
      |                         ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp: In member function ‘const ConstImpl& c4::yml::detail::RoNodeMethods<Impl, ConstImpl>::operator>>(int) const’:
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:702:25: error: ‘w’ was not declared in this scope [-Wtemplate-body]
  702 |         deserialize_val(w);
      |                         ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp: In member function ‘size_t c4::yml::detail::RoNodeMethods<Impl, ConstImpl>::deserialize_key(int) const’:
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:712:35: error: ‘v’ was not declared in this scope [-Wtemplate-body]
  712 |         return from_chars(key(), &v);
      |                                   ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp: In member function ‘size_t c4::yml::detail::RoNodeMethods<Impl, ConstImpl>::deserialize_val(int) const’:
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:720:35: error: ‘v’ was not declared in this scope [-Wtemplate-body]
  720 |         return from_chars(val(), &v);
      |                                   ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp: At global scope:
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1273:31: error: ‘fmt’ has not been declared
 1273 |     size_t set_key_serialized(fmt::const_base64_wrapper w);
      |                               ^~~
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1273:57: error: expected ‘,’ or ‘...’ before ‘w’
 1273 |     size_t set_key_serialized(fmt::const_base64_wrapper w);
      |                                                         ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1277:31: error: ‘fmt’ has not been declared
 1277 |     size_t set_val_serialized(fmt::const_base64_wrapper w);
      |                               ^~~
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1277:57: error: expected ‘,’ or ‘...’ before ‘w’
 1277 |     size_t set_val_serialized(fmt::const_base64_wrapper w);
      |                                                         ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1316:30: error: ‘fmt’ was not declared in this scope; did you mean ‘fma’?
 1316 |     NodeRef& operator<< (Key<fmt::const_base64_wrapper> w)
      |                              ^~~
      |                              fma
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1316:55: error: template argument 1 is invalid
 1316 |     NodeRef& operator<< (Key<fmt::const_base64_wrapper> w)
      |                                                       ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1316:30: error: ‘fmt’ was not declared in this scope; did you mean ‘fma’?
 1316 |     NodeRef& operator<< (Key<fmt::const_base64_wrapper> w)
      |                              ^~~
      |                              fma
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1316:55: error: template argument 1 is invalid
 1316 |     NodeRef& operator<< (Key<fmt::const_base64_wrapper> w)
      |                                                       ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1316:30: error: ‘fmt’ was not declared in this scope; did you mean ‘fma’?
 1316 |     NodeRef& operator<< (Key<fmt::const_base64_wrapper> w)
      |                              ^~~
      |                              fma
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1316:55: error: template argument 1 is invalid
 1316 |     NodeRef& operator<< (Key<fmt::const_base64_wrapper> w)
      |                                                       ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1316:26: error: ‘Key’ is not a type
 1316 |     NodeRef& operator<< (Key<fmt::const_base64_wrapper> w)
      |                          ^~~
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1316:29: error: expected ‘,’ or ‘...’ before ‘<’ token
 1316 |     NodeRef& operator<< (Key<fmt::const_base64_wrapper> w)
      |                             ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1322:26: error: ‘fmt’ has not been declared
 1322 |     NodeRef& operator<< (fmt::const_base64_wrapper w)
      |                          ^~~
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1322:52: error: expected ‘,’ or ‘...’ before ‘w’
 1322 |     NodeRef& operator<< (fmt::const_base64_wrapper w)
      |                                                    ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1322:14: error: ‘c4::yml::NodeRef& c4::yml::NodeRef::operator<<(int)’ cannot be overloaded with ‘c4::yml::NodeRef& c4::yml::NodeRef::operator<<(int)’
 1322 |     NodeRef& operator<< (fmt::const_base64_wrapper w)
      |              ^~~~~~~~
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1316:14: note: previous declaration ‘c4::yml::NodeRef& c4::yml::NodeRef::operator<<(int)’
 1316 |     NodeRef& operator<< (Key<fmt::const_base64_wrapper> w)
      |              ^~~~~~~~
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp: In member function ‘c4::yml::NodeRef& c4::yml::NodeRef::operator<<(int)’:
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1318:28: error: ‘w’ was not declared in this scope
 1318 |         set_key_serialized(w.wrapper);
      |                            ^
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp: In member function ‘c4::yml::NodeRef& c4::yml::NodeRef::operator<<(int)’:
/<<PKGBUILDDIR>>/src/c4/yml/node.hpp:1324:28: error: ‘w’ was not declared in this scope
 1324 |         set_val_serialized(w);
      |                            ^
/<<PKGBUILDDIR>>/src/c4/yml/node.cpp: At global scope:
/<<PKGBUILDDIR>>/src/c4/yml/node.cpp:13:8: error: ‘size_t c4::yml::NodeRef::set_key_serialized’ is not a static data member of ‘class c4::yml::NodeRef’
   13 | size_t NodeRef::set_key_serialized(c4::fmt::const_base64_wrapper w)
      |        ^~~~~~~
/<<PKGBUILDDIR>>/src/c4/yml/node.cpp:13:40: error: ‘c4::fmt’ has not been declared
   13 | size_t NodeRef::set_key_serialized(c4::fmt::const_base64_wrapper w)
      |                                        ^~~
/<<PKGBUILDDIR>>/src/c4/yml/node.cpp:21:8: error: ‘size_t c4::yml::NodeRef::set_val_serialized’ is not a static data member of ‘class c4::yml::NodeRef’
   21 | size_t NodeRef::set_val_serialized(c4::fmt::const_base64_wrapper w)
      |        ^~~~~~~
/<<PKGBUILDDIR>>/src/c4/yml/node.cpp:21:40: error: ‘c4::fmt’ has not been declared
   21 | size_t NodeRef::set_val_serialized(c4::fmt::const_base64_wrapper w)
      |                                        ^~~
make[3]: *** [CMakeFiles/ryml.dir/build.make:96: CMakeFiles/ryml.dir/src/c4/yml/node.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:113: CMakeFiles/ryml.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:159: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 INSTALL="install --strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------

#1146272#10
Date:
2026-09-06 09:00:17 UTC
From:
To:
We believe that the bug you reported is fixed in the latest version of
rapidyaml, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1146272@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sébastien Noel <twolife@debian.org> (supplier of updated rapidyaml package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Sat, 05 Sep 2026 10:13:45 +0200
Source: rapidyaml
Binary: libryml-dev libryml0.16 libryml0.16-dbgsym
Architecture: source amd64
Version: 0.16.0+ds-1
Distribution: experimental
Urgency: medium
Maintainer: Gabriel Barrantes <gabriel.barrantes.dev@outlook.com>
Changed-By: Sébastien Noel <twolife@debian.org>
Description:
 libryml-dev - C++ library to parse and emit YAML (development files)
 libryml0.16 - C++ library to parse and emit YAML
Closes: 1134119 1146272
Changes:
 rapidyaml (0.16.0+ds-1) experimental; urgency=medium
 .
   * Team upload
   * New upstream release
     + Fix FTBFS (Closes: #1146272)
     + Drop obsolete patches
   * Rename the library package to match SONAME (Closes: #1134119)
   * Mark packages as 'Multi-Arch: same'
   * Bump S-V to 4.7.4: remove 'Priority: optional' from d/control
   * Switch to debhelper-compat level 14
   * Add a symbols file
   * Add autopkgtest
Checksums-Sha1:
 fe926c72e036ce7ce14bf9d84b914dfd6a81d62c 1761 rapidyaml_0.16.0+ds-1.dsc
 1f81f05f8e5c61a384797b789f4a9e0369509dfc 698396 rapidyaml_0.16.0+ds.orig.tar.xz
 2e805aae9b06840cb541c64a51483a0feb97d1fd 10416 rapidyaml_0.16.0+ds-1.debian.tar.xz
 c1a3f2178b518505f3515d2353cc0cf2adf78024 117976 libryml-dev_0.16.0+ds-1_amd64.deb
 ef3629ed070cee1216c251fa4da537a84cac29a5 1111056 libryml0.16-dbgsym_0.16.0+ds-1_amd64.deb
 fe6e7f5a5da06f37078f8349cc54385e16a5c22c 195984 libryml0.16_0.16.0+ds-1_amd64.deb
 d681c26bc48114cd34cd68eed054389bd0e8e65c 7240 rapidyaml_0.16.0+ds-1_amd64.buildinfo
Checksums-Sha256:
 6af114d96062142d1a2a4ac16dc2d2c329a8e3c1f05801a64debf638234ebb71 1761 rapidyaml_0.16.0+ds-1.dsc
 caef206fa2782aba5e050a9dd06a6eb7a734f5aeb16071c8ee347ec2cbbc5548 698396 rapidyaml_0.16.0+ds.orig.tar.xz
 644ae0c618d361a677a0f67228f18118c9b9d3ebf30c2afbd81cabcdae063b08 10416 rapidyaml_0.16.0+ds-1.debian.tar.xz
 bc37f6b7fef1b8762f827b90d16bf5503e994c6ac8378d2315356a059fa080bc 117976 libryml-dev_0.16.0+ds-1_amd64.deb
 5728b133cd76b7b1c45f6483c748271981947d875e649795d0c706039caaa632 1111056 libryml0.16-dbgsym_0.16.0+ds-1_amd64.deb
 0db23df4580798f3cfe78307111999dd90b9218066d4f7a9262c09e925410341 195984 libryml0.16_0.16.0+ds-1_amd64.deb
 e4d96fb4043c63ac15e3c169bf42b92b9b1c3dca0a19a21bfecbb17d723c0f3f 7240 rapidyaml_0.16.0+ds-1_amd64.buildinfo
Files:
 1f2157e22f783d6bab65b942d1a2da31 1761 libs optional rapidyaml_0.16.0+ds-1.dsc
 e3f5510b7d508a03649c150c42668f56 698396 libs optional rapidyaml_0.16.0+ds.orig.tar.xz
 bafb02746e06352e6d043c0f631c717f 10416 libs optional rapidyaml_0.16.0+ds-1.debian.tar.xz
 0fb73455bc5fb9628499072b15a5b9e3 117976 libdevel optional libryml-dev_0.16.0+ds-1_amd64.deb
 b67c3a25e4fcd8dfaaf4df8588b18f8d 1111056 debug optional libryml0.16-dbgsym_0.16.0+ds-1_amd64.deb
 444231b8c3f23f484a23fc6c880e0384 195984 libs optional libryml0.16_0.16.0+ds-1_amd64.deb
 5e249c56d19bf4fa90c059d43124124b 7240 libs optional rapidyaml_0.16.0+ds-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----

iQFHBAEBCgAxFiEEdlP6my3wO8aMe9FCrKAIuMk0p9QFAmqb0vATHHR3b2xpZmVA
ZGViaWFuLm9yZwAKCRCsoAi4yTSn1ApGCACFoi96i5A3wGhpi4C00/LSCtiPGdiz
fSipTxBRIXt7O2g+51QeRtR7r1pnPSQUQNBG0SNN1DTVLIJZjt6Hpc8oq8LuPXMu
/fMlFeWLZVyLYN3i4nTwjIhtsecps5Tyy95Juz+2+epE/S7hJXjlVLxE68jIPYkq
/LeUbDdn65Mr+b6Ag1TEIP+37UpUApccaYJEP2ZgRq3PbZkmB9mJrbDAjbrAlqEt
g8IAJ1IwFBxuk/r6CD9pBF//UYaT+j1RGvExFJHaEGdhnlie3QCSW7wVlFSl35HB
+E4A9yqIoTC/kMsGVRplBqiUjmWLTnuC3VHqFfkOz6ewMT50R1+c1vlO
=tEOs
-----END PGP SIGNATURE-----