libmsgpackc2-2.1.5-lp150.1.3 >  A Z^x/=„QyL?ɄRŘ#NuuZ slB/>|m85>zJ[ w GV ULzv60)8,a4*12"8ߚR@pƷ+]d| :AΩ/r07C{zӆ<$&yjɂǢ|PdZp}-_vNS W$SF~|M͋೧{1 &f@IxZ7nA][ghׅ CP%'<2AHƽ1avz.t E `s[oH& +%ꦔd x.68ˣ݇j7*/ku5/IX[LErhd#Ed^>l-N䲏ma7Vit>p@)?)d  ]  9J^dl      (H`   (8 9D : >%@%F&G&H&4I&LX&TY&`\&]&^&b'3c'd(:e(?f(Bl(Du(Xv(pw)(x)@y)Xz)t))))Clibmsgpackc22.1.5lp150.1.3Object serialization library for cross-language communicationMessagePack is a binary-based object serialization library. It enables to exchange structured objects between many languages like JSON.Z@lamb25}[openSUSE Leap 15.0openSUSEApache-2.0https://bugs.opensuse.orgSystem/Librarieshttps://msgpack.orglinuxx86_64gPA큤Z^jZ^lZ^lYZ;*YZ;*Y 08af8ceb9c39f3d60f545bdf5944adde2700f476637cc896afade0df8eb20cfc664550b43996452a5a2c7471bb0ff77185a58c69ccafa60f983dc4c162e1ee2210514de451bfef1eee4885ce1da8d0e3fdfe36f58357d9199ed0201cdae0334e5b9a64af29ab0174a0d73baaf37a91cd82de5bde422c58489b15ea360ddd26adlibmsgpackc.so.2.0.0rootrootrootrootrootrootrootrootrootrootrootrootmsgpack-2.1.5-lp150.1.3.src.rpmlibmsgpackc.so.2()(64bit)libmsgpackc2libmsgpackc2(x86-64)@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Z@Y;@Xh@WVbV^@TPSRR@aavindraa@gmail.commpluskal@suse.comjengelh@inai.deronisbr@gmail.commpluskal@suse.comronisbr@gmail.comtchvatal@suse.comidonmez@suse.comjengelh@inai.deasn@cryptomilk.org- Update to version 2.1.5 (2.1.4 was skipped): * Improve cross platform configuration * Add boost asio examples (including zlib) * Remove some warnings * Fix unpack visitor to treat float32/64 correctly * Improve documentation * Fix alignment problem on some platform * Fix conflict std::tuple, std::pair, and boost::fusion::sequence problem - Changes for version 2.1.3: * Improve build system * Add C++17 adaptors std::optional and std::string_view. * Improve cross platform configuration * Remove some warnings - cleanup with spec-cleaner- Update to version 2.1.2: * Improve documents (#565) * Fix empty map parse bug (#568) * Improve build system (#569, #570, #572, #579, #591, #592) * Remove some warnings (#574, #578, #586, #588) * Improve cross platform configuration (#577, #582) * Add cmake package config support (#580) * Fix streaming unpack bug (#585) - Changes for version 2.1.1: * Fix unpacker's buffer management bug (#561) * Add boost string_view adaptor (#558) * Remove some warnings (#557, #559) * Improve coding style (#556) - Changes for version 2.1.0: * Fix object internal data type is float if msgpack format is float32 (#531) * Add FLOAT64 type. Please use it instead of DOUBLE (#531) * Add FLOAT32 type. Please use it instead of FLOAT (#531) * Add iterator based parse/unpack function(experimental) (#553) * Add [[deprecated]] attribute for C++14 (#552) * Fix msgpack_unpack() return code (#548) * Fix integer overflow (#547, #549, #550) * Add example codes (#542) * Add MSGPACK_NVP. You can use not only variable name but also any strings (#535) * Fix and Improve build system (#532, #545) * Fix gcc_atomic.hpp include path (#529, #530) * Improve CI environment (#526) * Improve documents (#524) * Add msgpack_unpacker_next_with_size() function (#515) * Fix as() applying condition (#511) * Fix fbuffer write (#504) * Add gcc bug workaround (#499) * Improve object print (#497, #500, #505, #533) * Remove some warnings (#495, #506, #508, #513, #528, #538, #545) - Use cmake macros- Trim filler words from description- Version bump to 2.0.0. Changelog: Version 2.0.0 Breaking Changes: * Removed autotools support. Use cmake instead (#476, #479) * Removed pointer version of msgpack::unpack APIs. Use reference version instead (#453) * Removed MSGPACK_DISABLE_LEGACY_CONVERT. msgpack::object::convert(T*) is removed by default. Use msgpack::object::convert(T&) instead (#451) * Removed msgpacl::type::nil. Use nil_t or define MSGPACK_USE_LECACY_NIL (#444) * Removed std::string to msgpack::object conversion (#434) Recommended Changes * Replaced msgpack::unpacked with msgpack::object_handle. msgpack::unpacked is kept as a typedef of msgpack::object_handle. (#448) Other Updates * Add strict size checking adaptor. Relaxed tuple conversion (#489) * Fix and Improve example codes (#487) * Add C++/CLI support for nullptr (#481) * Update the boost libraries that are contained by msgpack-c (#475) * Fix gcc_atomic.hpp location (#474) * Add C-Style array support (#466, #488) * Fix include file dependency (#464) * Add a visitor version of unpack API (#461) * Fix JSON string conversion from "nil" to "null" (#458) * Fix and Improve build system (#455, #471, #473, #486, #491) * Fix comments (#452) * Fix unintentional msgpack::zone moving problem (#447) * Fix operator>> and << for msgpack::object (#443) * Fix C++03 msgpack::zone::clear() memory access violation bug (#441) * Fix TARGET_OS_IPHONE checking (#436) * Fix invalid front() call for empty container (#435) * Fix compile error on g++6 (C++11 only) (#426, #430) * Fix zone size expansion logic (#423) * Fix wrong hader file dependency (#421) * Fix msvc specific problem (#420) * Add v2 API support (#415) Version 1.4.2 * Fix C++03 msgpack::zone::clear() memory access violation bug (#467)- Update to 1.4.1 * Fix TARGET_OS_IPHONE checking (#436, #438) * Fix invalid front() call for empty container (#435. #437) * Fix compile error on g++6 (C++11 only) (#426, #428) * Fix zone size expansion logic (#423, #427) - Changes for 1.4.0 * Improve documents (#387, #407) * Remove C++ version library (#394, #402) * Add Doxyfile and ChangeLog to the distribution package (#397) * Add signed/unsigned char test to travis-ci (#398) * Remove some warnings (#400, #401, #409) * Fix endian checking. (#404)- Version bump to 1.3.0. - Changelog between v0.5.9 and v1.3.0: - Version 1.0.0 * No changelog available. - Version 1.0.1 * This is a maintenance release and it includes following * fixes: - Fix compilation error on Mac 10.9 (#244) - Fix typos in documents (#240) - Update CHANGELOG.md for version 1.0.0 (#242) - Fix erb templates for the next code generation (#239) - Version 1.1.0 * Breaking changes: - Remove msgpack_fwd.hpp (#262) - Improve user types adaptation mechanism (#262) Since version 1.0.0, users need to obey the correct include order. However, it is very difficult to maintain the correct order in big projects. version 1.1.0 removed this order. Users don't need to care about include order. Migration guide from 1.0.x to 1.1.0 has been written. See https://github.com/msgpack/msgpack-c/wiki * Other updates: - Fix vector size check (#251) - Fix inttypes.h inclusion on MSVC (#257) - Support documents generation by Doxygen (#259) - Remove C99 style variable declaration (#253) - Improve documents (https://github.com/msgpack/msgpack-c/wiki) - Version 1.2.0 * Breaking changes: - Change std::vector and std::array mapped to BIN instead of ARRAY (#243) - Remove redundant copy (#285) * Other changes: - Add array_ref to map to ARRAY (#243) - Add variant type and adaptor (#349) - Add object::convert_if_not_nil() (#357) - Fix invalid offset update (#354) - Add C++11 support on MSVC2015(#339, #347) - Fix and Improve build system (#346, #350, #361, #363) - Import Boost.Preprocessor as a part of msgpack-c (#312) - Fix OSX with libc++ specific errors (#334, #362) - Add customized containers support (#330) - Add std::unique_ptr and std::shared_ptr support (#329) - Add missing install files (#328) - Add shared/static library switching option (#316) - Improve no throw description on C++11 (#313) - Import Boost.Predef as a part of msgpack-c (#312) - Add map based serialize support (#306) - Add Boost.Fusion support (#305) - Add v4 format RAW support (#304) - Fix zbuffer with empty string problem (#303) - Add non default constructible class support (#302, [#324], #327, #331, #332, #345) - Add inline keyword to function (template) (#299) - Add EXT type supporting classes (#292, #308) - Fix raw_ref != comparison (#290) - Add object deep copy (#288) - Remove some warnings (#284, #322, #323, #335) - Improve compiler version checking (#283) - Add return value to object::convert() (#282) - Improve move semantic support in C++11 (#279, #353) - Add Boost.StringRef support (#278) - Improve CI environment (#276, #294, #338) - Add converting to JSON (#274, #301) - Fix iOS specific problem (#270) - Improve doxtgen document generation (#269) - Add Boost.Optional support (#268) - Fix msvc specific problem (#267, #295) - Add base class serialization. (#265, #277) - Add and improve examples. (#264, #310, #311, #341, [#342], #344) - Fix wiki URL. (#263) - Version 1.3.0 * Change the license from the Apache License Version 2.0 to the Boost Software License, Version 1.0.(#386) * Remove some warnings (#365) * Add std::reference_wrapper support(#373, #384) * Improve tests (#375, #378, #379, #380) * Fix msvc specific problem (#376, #383) * Fix typos (#381)- Spec-cleaner (just kill few small empty comment lines)- Update to version 0.5.9 * Support std::tr1 unordered containers by default * Crash fixes * Add FILE* buffer- Don't even build static libraries if they are going to be removed again. - Remove redundant build dependencies that are not used- Big bang!/sbin/ldconfig/sbin/ldconfiglamb25 15104016002.1.5-lp150.1.32.1.5-lp150.1.3libmsgpackc.so.2libmsgpackc.so.2.0.0libmsgpackc2COPYINGNOTICEREADME.md/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libmsgpackc2/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.0/standard/74eec0a0546640d8060aec50eb2dbecf-msgpackcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cb8355614fb8c152e6f36abc7a3c2bc8b669ea01, strippeddirectoryASCII textC source, ASCII textPRRRRRRӼ|B&utf-88dc7cb66882c9b403f257560888ce1e3348813954ebb9744814a3629f36ebc37?7zXZ !t/s/] cr$x#O&Ks$Y9|A9;]4âV;X'sRo7{ *vs6/b4S-݀Ny (I+M.VtזApj t3Kћ&%uTm \f@[qڕqȭrz81hQB)Fb>ɤ܂WO bvo$bQomv̮ C}xh Ӳϧɯu'On_%L^QDwWnrz|25JS?䵇'Ec+n<2%IZok EF$?iؽ^iUH,LԾE#Rπ8[`l#f i} *6okf{ VXt;K{e3bVm @o10O'W=>_GRS4b0wBv۩ wఏV=㢂V DvYVH.՛#K Jm2oZjwEx.Mӫ;Z)Ը/3feL(p`:E}rf 94TQXdoWyN w޶Z 0si6 j rgL'g7qY42a?jXs#kAlԼFܡ&1W*8͘|bΏGE^1'oU@4T?fo[A`:M3ɝ&#z{ јEagacnJ"RN|dklNVym-ٳ dQ<_*:# SZ;R21ikc`,=9ŠX-K~'&voTM"CJ_Y ?ItVxj1&wMVcKUmޯن#c YlNCDkwՐB(q`ԧ3j&`4t˻\m&0GkrǙ!3jXրa6g6Hg1.#w9 lu&OGf0#Wrhw7:5M!}fyk kIJޞ+FY1LK4&BTn J('Kx6q5ힿ_*`l X ,nݖz\z6z`.0 S/]*c+es]sݸh! ?Wϣ~h?K\)dȕf,XE2qM{ q/ !쉴y>WlWPod| K]OθlB0 ?_eџo?/D,s#6!ݩ?;SQi`'p]ߌ;$58Ii$bLK{-2=(v>PS01 {s8<Ղ*P_ig5NP,U9W3 Ĕ>+J@Ѯ9w($h%͉gvZ|D1g3;`aYU؈}4! +^gd7 hscDƐOߘCm)ʹǯ с[lQYXf&PAl7@=즜 9n + 2kwv{tm~"Jp!}(q04#?l`riMd#b 0\oE+3@$i4\~n MޯRB@UY8^ݽHO- 4zEWWmؗv"ۛ b0L2 jaAnj23\绂 *Xp=[q; ғz"t9*g#CViبu4'caWs-c*~uןK>EQ?`h2gKyGش[-MΎ0[,HW~!3QQ(jFW+Ǯ$ʸ|!{MabJ@Z]QΚoԚcszE&T%oɓ?'֥EM v;πou[6zϳC|8(:/&ڑ2 e2ھn8O~8sCUU!ͿN(xbՓLόjXl`p.Mdž}yل kdǝv#Ն6 nK.܃8}O[xo^XiR^fL1+ڶHoF.Fmc:oEqx_ |{rj Aq]?/e*52@(6:}QUpK:\+Cv7-yC^O/U|VmA5r ui5}%q$,'tU?.!6i0xhXP%G,ptX0n}l%_ѡ_]Wϰ[PѤ܁ևU{E]6($d;T8ߣF%d\[j+P&URG\@#ǟH3{^YO}um l$ke&;?P#%C\JHSf@cJtGhO4((ǃkƫy Yki:a)#n sq1w_w !%)Dz XWxzRT{Omd.J,C>R'tpؽk(]1`9^I%E`h - _Ww: U'$HFL M9fhwBdvB*%itPZ]e(/px⴮^jC->*󢂃u`ATVt7)Zl rGnpIaz. *pNiYnPR_^\明 tl0PvJAjZZΡb1<=aW7R$̓+`e$P$bit: ʰ[ENxL"cΗ&30P6#$̹Fuo~hetC6H,BYэ_ʹnG &>{ KMH4Սƹ輒;vEA(ד→A,XF#[瘒M@5NSYN7׃ĥ÷SM>!s.O[lsbIOHhD{}CH5e!QijBBP/ѩr +?"]"K>̜ۚ(*y4oTa#lO]8i4=_MGH"=vP3Y;[bwK g! 8SVefbDaϔ.`b5!Kڦ'+zWzO_NT[q ݒE#_)Rͷe!ɀRr<_Ԍ/71Վ&w.+ Zxκ ȱȷȿZn}8%馊䩴(QHג3E d0Wr]6I tȣNDg.%9w/H7.隀_Ry5M~]35Nkq8. jt-k76mӮ]& 2I/ tW,0 +s<#ag|\pCgeU K8#%c]qiI.[)Vszy.gCjGӫP'KR??f*s+!r(ΟT?dxlmn a_L\MwɩFVzS=_NEޛ$;4^G;U?幖Nfwh0?_t_R14k N}|Ff9VI]xs9adqx|$yb3(0i45&G~O;@}H>j@Hk_PwP6H!5NE㲌´_2Y7a ry3ңiM>SnaA?izd$"(y (Nda_,g{ yFNzrZ\*zOߙd?JE2Q|5l ȫ%#X6R@1I{Qerll>fwX;11O48%nG*f|[ۆNJFiIh{-C`Gvx- 1+= +l#HKsdn>0P99g9:16B7ؘeU}2z8K1[ )f bh0 Bc/쁳@Ǯ%%%S4k 1{8W b&_ҕ.`ئ.%@(򀲷0oм{6a|1 Fr-~RbLXj):%+dbqr-!(\X!$~A4&u#_1)ڂ|62y$<5+i8WDH@D&eՉ4{6]N\?&7{njet^-5 y3O7.mP $#%ҠTW]gLXC\4+u0hk4va<|W&l4*b\:N_č = fD8+8 !]࠽96%!._ID$*-]C_  c#[gc; C$Ȏ'>` H|p>ձw_!] 4zCkHw7AѣJ"Xo]W8XOO퉳wzaɠO($n&D޸۰\9] gjͿb~ZVV^LS } 6XcD0"fWs81n%81, SUĘA<%/8L5:l|RS% 4Y 󃚄w41 ph',Yx\KkrczcMrU#ߚ yͭIe9R咶M3\աm/k'5!M-?U4 4*)[f\0ɀEޙU0y"-I;B'X;o螘?t}ӔL (AjֶP 51RG-!'Phí7\#uKz/ƙpRtNab 焑ӏUXqh c<6v'.$l!:εs ;HU9fxAUl 7:5W(˅D:a*Eێ21lj[.dj>S6t.ٛHݳLh[&-T:/| W&ߩzbc8nVGJA4,Qwp1`SYX[B1A /Tan9t8čYmio+6 Um&5jau^z>BFzZ(0>8:쭊t}77UggZ/Qm_f0L1ـgʽO\y᩺`{`\1'~aC7XYbzԒ6OD-F1 :Ӫd*&N҆{8K(0 @nV9U+s?=@nkUrWː>7Gp&tmDݓܝ΍smu=7gkYIb{˱UG6ZSp֏c}̀9 goV$'\*M++襷7}dgL<B/"1Z7䙶f1l7Xetw 0sA؆硷.bp9FJH{Qٌ2!MO1gjD.'u59*{=PKA:$?^}jLLs[鍷`=MxIQKPҦAMl*rdStn "oW~GaQA'PѨ,(qh#м:qF:"""HS#f>Z1Û=$S}˶C]WY|~=M/Z`vHIZٌlo>`Dx~&1*-ߵ3w@DxspG1Eɬ0*`lO,mo:Z2j9_isdy}o7C}ST6@|e:1,h{p=˩vޭ& ݉SE@7NTfDLG;_a;(_HЛ-(EJ$Gpfj{lfg@Z (+mo )莐WGg ^ӌҁnZaQ%!!ϤGqB[dmȂ0Vԑa#o@ާa }~?E>e_<`Zж(YWI ~IbNb@*2/vPfc_7}&\| g]j mc>nawY+ Oa, 3M~E Ez|ȿfIQcco[n)UtA;>O_G"U[# .iO# LdkdW yFd[6PfMl&i}ɘ蓺Q4`@&ot, &MR(kA?29@P]KX,%^pie&t۵ʦmz:}0d~oC_Wjl:<Ʈ$Cd dg9_{pox(C96H"*rs{8ꉮ 1pP3D.GlKʕ>JEAoײLoЮd+O|R1Ŝ)g8jᅛv>xZQbB%U0W ^+J:¼"z}l{*_eOv9(H`wCEf5(O2sM.IogaO{jEF[v\T %޻)21T-i@lOcZEK`R)=ޑx8K ;yQɦD*BZstѦ"vH)d?D*2 ;;iw7Iu$! .p@ 3qq󯝎ȡr_I|UA MUٺZC]CN+ F}xߺP᳋ NG=9xkDA8 j[:(,5Ӝ \:1).P="'DBu4rmi˾ҊQ6dr2{[NN#A; [.ցHw:$2R{Q8Rb)TBG7?+I3Ӹka$D>Fy44d׈K=7U*ʨ7Id^l~'@VN[n\@iV,Ϲj-\띠m{ľ/Ne^n+(m8zEhByr@*bng" }-,Rm3Zz{JPuލJ.|W4mwq?$b8^R@tH$CH)-L/wW0uM䨢|̨%PR2=b׋. X4ȚG H&!tJjeܱڝ#i*eiDv43<\%]Fa&Am+U:}*@^.ri)D H"y)a4qj.|%mεIbT=PAE"wΖe%t慎DE i8#Y2 K !1vտoF_/;TY YZ