Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10759772
D12401.id30495.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
68 KB
Referenced Files
None
Subscribers
None
D12401.id30495.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : msgpack
-version : 3.3.0
-release : 4
+version : 4.0.0
+release : 5
source :
- - https://github.com/msgpack/msgpack-c/archive/refs/tags/cpp-3.3.0.tar.gz : 754c3ace499a63e45b77ef4bcab4ee602c2c414f58403bce826b76ffc2f77d0b
+ - https://github.com/msgpack/msgpack-c/archive/refs/tags/c-4.0.0.tar.gz : 656ebe4566845e7bda9c097b625ba59ac72ddfd45df6017172d46d9ac7365aa3
license : BSL-1.0
component : programming
summary : An efficient object serialization library
@@ -13,7 +13,8 @@
setup : |
%cmake . \
-DCMAKE_INSTALL_LIBDIR=%libdir% \
- -DMSGPACK_CXX11=ON
+ -DMSGPACK_CXX11=ON \
+ -DMSGPACK_BUILD_TESTS=ON
build : |
%make
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -30,748 +30,28 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="4">msgpack</Dependency>
+ <Dependency release="5">msgpack</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/msgpack.h</Path>
- <Path fileType="header">/usr/include/msgpack.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/adaptor_base.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/adaptor_base_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/array_ref.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/array_ref_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/bool.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/boost/fusion.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/boost/msgpack_variant.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/boost/msgpack_variant_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/boost/optional.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/boost/string_ref.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/boost/string_view.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/carray.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/char_ptr.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/check_container_size.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/check_container_size_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/cpp11/array.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/cpp11/array_char.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/cpp11/array_unsigned_char.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/cpp11/chrono.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/cpp11/forward_list.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/cpp11/reference_wrapper.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/cpp11/shared_ptr.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/cpp11/timespec.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/cpp11/tuple.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/cpp11/unique_ptr.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/cpp11/unordered_map.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/cpp11/unordered_set.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/cpp17/byte.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/cpp17/carray_byte.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/cpp17/optional.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/cpp17/string_view.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/cpp17/vector_byte.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/define.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/define_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/deque.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/ext.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/ext_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/fixint.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/fixint_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/float.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/int.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/int_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/list.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/map.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/map_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/msgpack_tuple.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/msgpack_tuple_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/nil.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/nil_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/pair.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/raw.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/raw_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/set.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/size_equal_only.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/size_equal_only_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/string.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/tr1/unordered_map.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/tr1/unordered_set.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/v4raw.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/v4raw_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/vector.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/vector_bool.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/vector_char.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/vector_unsigned_char.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/adaptor/wstring.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/cpp_config.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/cpp_config_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/create_object_visitor.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/create_object_visitor_decl.hpp</Path>
<Path fileType="header">/usr/include/msgpack/fbuffer.h</Path>
- <Path fileType="header">/usr/include/msgpack/fbuffer.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/fbuffer_decl.hpp</Path>
<Path fileType="header">/usr/include/msgpack/gcc_atomic.h</Path>
- <Path fileType="header">/usr/include/msgpack/gcc_atomic.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/iterator.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/iterator_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/meta.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/meta_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/null_visitor.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/null_visitor_decl.hpp</Path>
<Path fileType="header">/usr/include/msgpack/object.h</Path>
- <Path fileType="header">/usr/include/msgpack/object.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/object_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/object_fwd.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/object_fwd_decl.hpp</Path>
<Path fileType="header">/usr/include/msgpack/pack.h</Path>
- <Path fileType="header">/usr/include/msgpack/pack.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/pack_decl.hpp</Path>
<Path fileType="header">/usr/include/msgpack/pack_define.h</Path>
<Path fileType="header">/usr/include/msgpack/pack_template.h</Path>
- <Path fileType="header">/usr/include/msgpack/parse.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/parse_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/parse_return.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/predef.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture/alpha.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture/arm.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture/blackfin.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture/convex.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture/ia64.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture/m68k.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture/mips.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture/parisc.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture/ppc.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture/ptx.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture/pyramid.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture/rs6k.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture/sparc.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture/superh.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture/sys370.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture/sys390.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture/x86.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture/x86/32.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture/x86/64.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/architecture/z.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/borland.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/clang.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/comeau.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/compaq.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/diab.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/digitalmars.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/dignus.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/edg.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/ekopath.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/gcc.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/gcc_xml.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/greenhills.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/hp_acc.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/iar.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/ibm.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/intel.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/kai.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/llvm.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/metaware.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/metrowerks.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/microtec.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/mpw.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/nvcc.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/palm.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/pgi.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/sgi_mipspro.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/sunpro.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/tendra.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/visualc.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/compiler/watcom.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/detail/_cassert.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/detail/_exception.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/detail/comp_detected.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/detail/endian_compat.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/detail/os_detected.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/detail/platform_detected.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/detail/test.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/detail/test_def.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/hardware.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/hardware/simd.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/hardware/simd/arm.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/hardware/simd/arm/versions.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/hardware/simd/ppc.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/hardware/simd/ppc/versions.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/hardware/simd/x86.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/hardware/simd/x86/versions.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/hardware/simd/x86_amd.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/hardware/simd/x86_amd/versions.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/language.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/language/cuda.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/language/objc.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/language/stdc.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/language/stdcpp.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/library.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/library/c.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/library/c/_prefix.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/library/c/cloudabi.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/library/c/gnu.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/library/c/uc.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/library/c/vms.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/library/c/zos.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/library/std.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/library/std/_prefix.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/library/std/cxx.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/library/std/dinkumware.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/library/std/libcomo.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/library/std/modena.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/library/std/msl.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/library/std/roguewave.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/library/std/sgi.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/library/std/stdcpp3.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/library/std/stlport.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/library/std/vacpp.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/make.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/aix.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/amigaos.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/android.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/beos.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/bsd.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/bsd/bsdi.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/bsd/dragonfly.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/bsd/free.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/bsd/net.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/bsd/open.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/cygwin.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/haiku.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/hpux.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/ios.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/irix.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/linux.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/macos.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/os400.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/qnxnto.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/solaris.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/unix.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/vms.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/os/windows.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/other.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/other/endian.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/other/workaround.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/platform.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/platform/cloudabi.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/platform/ios.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/platform/mingw.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/platform/mingw32.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/platform/mingw64.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/platform/windows_desktop.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/platform/windows_phone.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/platform/windows_runtime.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/platform/windows_server.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/platform/windows_store.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/platform/windows_system.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/platform/windows_uwp.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/version.h</Path>
- <Path fileType="header">/usr/include/msgpack/predef/version_number.h</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/arithmetic.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/arithmetic/add.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/arithmetic/dec.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/arithmetic/detail/div_base.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/arithmetic/div.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/arithmetic/inc.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/arithmetic/mod.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/arithmetic/mul.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/arithmetic/sub.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/array.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/array/data.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/array/detail/get_data.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/array/elem.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/array/enum.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/array/insert.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/array/pop_back.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/array/pop_front.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/array/push_back.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/array/push_front.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/array/remove.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/array/replace.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/array/reverse.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/array/size.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/array/to_list.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/array/to_seq.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/array/to_tuple.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/assert_msg.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/cat.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/comma.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/comma_if.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/comparison.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/comparison/equal.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/comparison/greater.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/comparison/greater_equal.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/comparison/less.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/comparison/less_equal.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/comparison/not_equal.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/config/config.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/config/limits.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/control.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/control/deduce_d.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/control/detail/dmc/while.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/control/detail/edg/while.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/control/detail/msvc/while.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/control/detail/while.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/control/expr_if.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/control/expr_iif.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/control/if.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/control/iif.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/control/while.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/debug.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/debug/assert.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/debug/error.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/debug/line.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/dec.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/detail/auto_rec.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/detail/check.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/detail/dmc/auto_rec.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/detail/is_binary.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/detail/is_nullary.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/detail/is_unary.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/detail/null.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/detail/split.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/empty.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/enum.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/enum_params.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/enum_params_with_a_default.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/enum_params_with_defaults.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/enum_shifted.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/enum_shifted_params.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/expand.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/expr_if.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/facilities.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/facilities/apply.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/facilities/detail/is_empty.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/facilities/empty.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/facilities/expand.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/facilities/identity.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/facilities/intercept.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/facilities/is_1.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/facilities/is_empty.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/facilities/is_empty_or_1.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/facilities/is_empty_variadic.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/facilities/overload.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/for.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/identity.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/if.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/inc.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iterate.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/bounds/lower1.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/bounds/lower2.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/bounds/lower3.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/bounds/lower4.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/bounds/lower5.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/bounds/upper1.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/bounds/upper2.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/bounds/upper3.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/bounds/upper4.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/bounds/upper5.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/finish.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/iter/forward1.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/iter/forward2.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/iter/forward3.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/iter/forward4.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/iter/forward5.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/iter/reverse1.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/iter/reverse2.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/iter/reverse3.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/iter/reverse4.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/iter/reverse5.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/local.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/rlocal.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/self.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/detail/start.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/iterate.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/local.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/iteration/self.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/library.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/limits.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/adt.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/append.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/at.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/cat.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/detail/dmc/fold_left.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/detail/edg/fold_left.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/detail/edg/fold_right.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/detail/fold_left.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/detail/fold_right.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/enum.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/filter.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/first_n.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/fold_left.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/fold_right.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/for_each.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/for_each_i.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/for_each_product.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/rest_n.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/reverse.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/size.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/to_array.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/to_seq.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/to_tuple.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/list/transform.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/logical.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/logical/and.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/logical/bitand.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/logical/bitnor.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/logical/bitor.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/logical/bitxor.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/logical/bool.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/logical/compl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/logical/nor.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/logical/not.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/logical/or.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/logical/xor.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/max.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/min.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/punctuation.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/punctuation/comma.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/punctuation/comma_if.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/punctuation/is_begin_parens.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/punctuation/paren.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/punctuation/paren_if.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/punctuation/remove_parens.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repeat.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repeat_2nd.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repeat_3rd.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repeat_from_to.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repeat_from_to_2nd.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repeat_from_to_3rd.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition/deduce_r.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition/deduce_z.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition/detail/dmc/for.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition/detail/edg/for.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition/detail/for.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition/detail/msvc/for.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition/enum.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition/enum_binary_params.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition/enum_params.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition/enum_params_with_a_default.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition/enum_params_with_defaults.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition/enum_shifted.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition/enum_shifted_binary_params.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition/enum_shifted_params.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition/enum_trailing.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition/enum_trailing_binary_params.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition/enum_trailing_params.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition/for.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition/repeat.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/repetition/repeat_from_to.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/selection.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/selection/max.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/selection/min.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/cat.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/detail/binary_transform.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/detail/is_empty.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/detail/split.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/detail/to_list_msvc.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/elem.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/enum.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/filter.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/first_n.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/fold_left.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/fold_right.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/for_each.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/for_each_i.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/for_each_product.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/insert.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/pop_back.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/pop_front.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/push_back.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/push_front.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/remove.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/replace.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/rest_n.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/reverse.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/seq.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/size.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/subseq.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/to_array.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/to_list.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/to_tuple.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/transform.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/seq/variadic_seq_to_seq.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/slot.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/slot/counter.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/slot/detail/counter.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/slot/detail/def.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/slot/detail/shared.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/slot/detail/slot1.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/slot/detail/slot2.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/slot/detail/slot3.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/slot/detail/slot4.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/slot/detail/slot5.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/slot/slot.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/stringize.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/tuple.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/tuple/detail/is_single_return.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/tuple/eat.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/tuple/elem.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/tuple/enum.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/tuple/insert.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/tuple/pop_back.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/tuple/pop_front.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/tuple/push_back.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/tuple/push_front.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/tuple/rem.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/tuple/remove.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/tuple/replace.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/tuple/reverse.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/tuple/size.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/tuple/to_array.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/tuple/to_list.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/tuple/to_seq.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/variadic.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/variadic/detail/is_single_return.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/variadic/elem.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/variadic/size.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/variadic/to_array.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/variadic/to_list.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/variadic/to_seq.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/variadic/to_tuple.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/while.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/preprocessor/wstringize.hpp</Path>
<Path fileType="header">/usr/include/msgpack/sbuffer.h</Path>
- <Path fileType="header">/usr/include/msgpack/sbuffer.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/sbuffer_decl.hpp</Path>
<Path fileType="header">/usr/include/msgpack/sysdep.h</Path>
<Path fileType="header">/usr/include/msgpack/timestamp.h</Path>
- <Path fileType="header">/usr/include/msgpack/type.hpp</Path>
<Path fileType="header">/usr/include/msgpack/unpack.h</Path>
- <Path fileType="header">/usr/include/msgpack/unpack.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/unpack_decl.hpp</Path>
<Path fileType="header">/usr/include/msgpack/unpack_define.h</Path>
- <Path fileType="header">/usr/include/msgpack/unpack_exception.hpp</Path>
<Path fileType="header">/usr/include/msgpack/unpack_template.h</Path>
<Path fileType="header">/usr/include/msgpack/util.h</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/adaptor_base.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/adaptor_base_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/array_ref.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/array_ref_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/bool.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/boost/fusion.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/boost/msgpack_variant.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/boost/msgpack_variant_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/boost/optional.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/boost/string_ref.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/boost/string_view.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/carray.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/char_ptr.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/check_container_size.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/check_container_size_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/cpp11/array.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/cpp11/array_char.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/cpp11/array_unsigned_char.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/cpp11/chrono.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/cpp11/forward_list.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/cpp11/reference_wrapper.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/cpp11/shared_ptr.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/cpp11/timespec.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/cpp11/tuple.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/cpp11/unique_ptr.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/cpp11/unordered_map.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/cpp11/unordered_set.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/cpp17/byte.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/cpp17/carray_byte.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/cpp17/optional.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/cpp17/string_view.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/cpp17/vector_byte.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/define.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/define_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/deque.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/detail/cpp03_define_array.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/detail/cpp03_define_array_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/detail/cpp03_define_map.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/detail/cpp03_define_map_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/detail/cpp03_msgpack_tuple.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/detail/cpp03_msgpack_tuple_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/detail/cpp11_convert_helper.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/detail/cpp11_define_array.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/detail/cpp11_define_array_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/detail/cpp11_define_map.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/detail/cpp11_define_map_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/detail/cpp11_msgpack_tuple.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/detail/cpp11_msgpack_tuple_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/ext.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/ext_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/fixint.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/fixint_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/float.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/int.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/int_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/list.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/map.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/map_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/msgpack_tuple.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/msgpack_tuple_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/nil.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/nil_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/pair.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/raw.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/raw_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/set.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/size_equal_only.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/size_equal_only_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/string.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/tr1/unordered_map.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/tr1/unordered_set.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/v4raw.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/v4raw_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/vector.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/vector_bool.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/vector_char.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/vector_unsigned_char.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/adaptor/wstring.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/cpp_config.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/cpp_config_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/detail/cpp03_zone.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/detail/cpp03_zone_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/detail/cpp11_zone.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/detail/cpp11_zone_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/fbuffer.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/fbuffer_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/iterator.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/iterator_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/meta.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/meta_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/object.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/object_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/object_fwd.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/object_fwd_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/pack.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/pack_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/parse_return.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/preprocessor.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/sbuffer.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/sbuffer_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/unpack.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/unpack_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/unpack_exception.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/version.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/versioning.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/vrefbuffer.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/vrefbuffer_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/zbuffer.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/zbuffer_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/zone.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v1/zone_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/adaptor_base.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/adaptor_base_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/array_ref_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/check_container_size_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/define_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/detail/cpp03_define_array_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/detail/cpp03_define_map_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/detail/cpp03_msgpack_tuple_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/detail/cpp11_define_array_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/detail/cpp11_define_map_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/detail/cpp11_msgpack_tuple_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/ext_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/fixint_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/int_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/map_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/msgpack_tuple_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/nil_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/raw_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/size_equal_only_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/adaptor/v4raw_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/cpp_config_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/create_object_visitor.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/create_object_visitor_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/detail/cpp03_zone_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/detail/cpp11_zone_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/fbuffer_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/iterator_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/meta_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/null_visitor.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/null_visitor_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/object.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/object_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/object_fwd.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/object_fwd_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/pack_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/parse.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/parse_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/parse_return.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/sbuffer_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/unpack.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/unpack_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/vrefbuffer_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/x3_parse.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/x3_parse_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/x3_unpack.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/x3_unpack_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/zbuffer_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v2/zone_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/adaptor_base.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/adaptor_base_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/array_ref_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/boost/msgpack_variant_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/check_container_size_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/define_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/detail/cpp03_define_array_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/detail/cpp03_define_map_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/detail/cpp03_msgpack_tuple_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/detail/cpp11_define_array_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/detail/cpp11_define_map_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/detail/cpp11_msgpack_tuple_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/ext_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/fixint_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/int_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/map_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/msgpack_tuple_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/nil_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/raw_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/size_equal_only_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/adaptor/v4raw_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/cpp_config_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/create_object_visitor_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/detail/cpp03_zone_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/detail/cpp11_zone_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/fbuffer_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/iterator_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/meta_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/null_visitor_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/object_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/object_fwd.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/object_fwd_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/pack_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/parse.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/parse_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/parse_return.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/sbuffer_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/unpack.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/unpack_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/vrefbuffer_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/x3_parse_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/x3_unpack.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/x3_unpack_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/zbuffer_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/v3/zone_decl.hpp</Path>
<Path fileType="header">/usr/include/msgpack/version.h</Path>
- <Path fileType="header">/usr/include/msgpack/version.hpp</Path>
<Path fileType="header">/usr/include/msgpack/version_master.h</Path>
- <Path fileType="header">/usr/include/msgpack/versioning.hpp</Path>
<Path fileType="header">/usr/include/msgpack/vrefbuffer.h</Path>
- <Path fileType="header">/usr/include/msgpack/vrefbuffer.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/vrefbuffer_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/x3_parse.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/x3_parse_decl.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/x3_unpack.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/x3_unpack_decl.hpp</Path>
<Path fileType="header">/usr/include/msgpack/zbuffer.h</Path>
- <Path fileType="header">/usr/include/msgpack/zbuffer.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/zbuffer_decl.hpp</Path>
<Path fileType="header">/usr/include/msgpack/zone.h</Path>
- <Path fileType="header">/usr/include/msgpack/zone.hpp</Path>
- <Path fileType="header">/usr/include/msgpack/zone_decl.hpp</Path>
<Path fileType="library">/usr/lib64/cmake/msgpack/msgpack-config-version.cmake</Path>
<Path fileType="library">/usr/lib64/cmake/msgpack/msgpack-config.cmake</Path>
<Path fileType="library">/usr/lib64/cmake/msgpack/msgpack-targets-relwithdebinfo.cmake</Path>
@@ -781,12 +61,12 @@
</Files>
</Package>
<History>
- <Update release="4">
- <Date>2021-07-02</Date>
- <Version>3.3.0</Version>
+ <Update release="5">
+ <Date>2021-12-10</Date>
+ <Version>4.0.0</Version>
<Comment>Packaging update</Comment>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
May 18 2023, 10:21 PM (12 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5818143
Default Alt Text
D12401.id30495.diff (68 KB)
Attached To
Mode
D12401: Update msgpack to 4.0.0
Attached
Detach File
Event Timeline
Log In to Comment