jsoncpp-devel-1.8.4-1.17 >  A [ O"p9|le}aJls&Saه"p>-d?-Td  9"& <\  D   h : X    ( 8 9 : F'LG'`H'I(X( Y(0\(P](^)b*Fc*d+De+If+Ll+Nu+dv+w,@x,y,z,----PCjsoncpp-devel1.8.41.17Development files for jsoncppJSON is a lightweight data-interchange format. It can represent numbers, strings, ordered sequences of values, and collections of name/value pairs. JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files.[ Ohuawei7OSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Languages/C and C++https://github.com/open-source-parsers/jsoncpplinuxaarch64 5mk.H u  A큤A큤A큤[ OZ:Z:Z:Z:Z:Z:Z:Z:Z:Z:Z:[ O[ N[ N[ O[ N[ OZ:Z:Z:f47a5d2fb2d106895577dbc721bbfd7c9e142a1380b054e94998d7a5a573060b26a9c0499534cc1e4fa2168255a0cadaf82fb587a4b3df6ed1eb218220b7e7e8f77dcb91b8264a57496190084b28b315deae421de2b00f90b6968649417b72ce7f4e7d3d34752a4c897761dc4b69a5f42eacc07e118713962c1c427ffdfc8b68941184b5c5407bdf8175867c19b884d0db7fcd4a62a1705efd63656742ad8ddc0957ac7b5178975a557e4642707622af171a9395cbccca25c80eb86c4d40ede66d028ecc5dd4f4eda35535b0ff699a1550300ba6901f1603205be632596c48497a7209153e8fd6cd99b23e6963938d3e27253150731a6f0b21c606631a03fa7c7026023b9dfc52cf13bd3517a401eac79d9f1b31eafb53ea6cb7bd6d77c72cea264832731704fd0878758d8cc0879dd86f924da41052993fe619ab068a0b608e7b0af26501c77f09ba0ab7678489d3652ba94b7a813c303e4914319f0697dc041959605a808c7346deb1a7be8f1b4ede24b409e3af731c1170b05514939bda4c52e5010b66579692bec591f0eee5a852e1c0a89b319b4545c532aa524497ed3056845b3ef9bc925a1ba3c8fb5ed368140928075bd91a1215c39052ba970ad5625fd0fc0b6ed1416c59fd7a56bb10e6fdf3166956e043633a0f090c2b93ef243a95039d77a20e75b428207740d9a8f97b2dce3c89da4b21f1ad862b5997160e0ad89730c3acc0785777b67888fce0baa3ea6be5d7235ed3765737412aeaed7f10libjsoncpp.so.19rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootjsoncpp-1.8.4-1.17.src.rpmcmake(jsoncpp)jsoncpp-develjsoncpp-devel(aarch-64)pkgconfig(jsoncpp)@    /usr/bin/pkg-configlibjsoncpp19rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.8.43.0.4-14.6.0-14.0-15.2-14.14.1Z>E@Y*@YYdXj@XW@W\@Wu V@V@UnU4@U@Ut@T@TTT@TgT-@T[@TdTSFavindra@opensuse.orgmpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.comolaf@aepfle.denmoudra@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commvyskocil@opensuse.org- Update to version 1.8.4: * Functional changes - Serialize UTF-8 string with Unicode escapes + Breaks code that relies on not Unicode-escaping encoding strings. A future release may allow skipping all Unicode escape. - Un-deprecate removeMember overloads, return void - Allow Json::Value to be used in a boolean context - Use move ctor in append() - Add value_type to improve integration with boost * Meta-changes - Fix meson.build to allow using jsoncpp as a subproject - Fix some compiler warnings - Update docs- Update to version 1.8.3: * Also, fix writeCommentBeforeValue() iter deref- Update to version 1.8.2: * Some C++ "move" operators. * Fix uninitialized value detected by valgrind. * Other minor improvements. * Moved most READ docs to Wiki.- Update to version 1.8.1: * meson.build * Minor bug fixes and optimizations * Improved docs- Update to version 1.8.0: * Build related changes, minimal required cmake is 3.1 - Execute tests in check section- Require cmake 3.0.2 for make_jobs- Update to vesrion 1.7.7: * At the suggestion of Peter Spiess-Knafl, we will bump the SOVERSION independent of the MAJOR.MINOR.MICRO version, in case we break binary compatibility. - Changes for version 1.7.6: * Prevent possible SEGV. (Thanks to @ngg.) * Add RPATH for OSX libs. (Please let us know if this causes a problem.) - Changes for version 1.7.5: * Fix locale for decimal points + Plus a fix for Android * int64_t for 64-bit integers * Optionally suppress space after comma * Avoid null for empty stringValue * Fix null ctor/dtor, using a "Meyers Singleton" + Thanks to @marklakata and @BillyDonahue in #488 in #490.- Update to version 1.7.4: * Fix pkg-config- Update to version 1.7.3: * Fix static initialization of null with Myers Singleton. * Fix other minor compiler and installation problems and warnings. * Fix amalgamated header. - Drop -doc subpackage- Update to 1.7.2 * Fix a clang warning- Update to 1.7.1 * New precision setting in StreamBuilder * Move-semantics for some ctors * Added details to exception messages * Clarified when exceptions are thrown * Support isinfinite() * Secure memory-wiping allocator (via compilation flag, settable via cmake) For this, we changed all STL datatypes to macros, but all unchanged by default. * Lots of minor build-related improvements + Notably, cmake support for ccache + More supported systems * Note: 1.7.0 was recalled b/c it accidentally included SecureAlloc by default- Update to 1.6.5 * Other changes are just comments.- Update to 1.6.2 * Do not truncate output at embedded zeroes.- Update to 1.6.1 * Fix compilation error for snprintf() for some compilers. - Update category for documentation- Update to 1.6.0 * Added Json::Exception, plus derived types: Json::RuntimeError Json::LogicError * Clarified when exceptions are thrown. * If you are trapping std::exception, nothing will change for you. * Fixed deprecation macro. (Thx to @Dani-Hub.) * Fixed compilation error for gcc-4.8. (Thx to @connormanning.) * Fixed CharReader::Factory base. (Thx to Tengiz Sharafiev.)- Create and install cmake files - Define libname to make maintenance easier - Use graphviz-gd so that we can generate png files in documentation - Update to 1.5.4 * Support embedded 0s in strings (since UTF-8 allows them). + If you use c-string methods, or std::string::c_str(), you can still have problems. + Note that this support has a price: keys are now limited to 1 billion characters (2^30). * Add feature to allow single-quotes in input JSON (since JavaScript allows them). * Propagate rarely-used StaticString thru copy-ctor. * Let JSON_ASSERT throw std::logic_error instead of std::runtime_error. * Skip Python tests by default, and run C++ unit-tests only for changes. * Ignore cmake-generated files for in-source builds. * Add tests. Fix other tests. * Remove unused code (JSON_VALUE_USE_INTERNAL_MAP). * Add rejectDupKeys feature. + Now part of strictMode. * Fix minor build issues for VisualStudio. * Fix compile error for VS2013, plus warnings. * Add operator[] to Builders. * In Builders, fix ::validate() (which was always returning true). * Fix UTF-8 zeroes bugs in previous patch-versions.- Add missing dependency on graphviz- Correct rpm group - Update to 1.5.2 * Fixed compile error for VS2013. * Added operator[] to Builders. (Builders are not yet widely used, and 0.9.z is very new, so we have not bumped the minor version number.) - Changes for 1.5.1 * Plus a minor bug-fix. (For the Builders, ::validate() was always returning true.)- Update to 1.5.0 * Support embedded 0s in strings (since UTF-8 allows them). * If you use c-string methods, or std::string::c_str(), you can still have problems. * Note that this support has a price: keys are now limited to 1 billion characters (2^30). * Add feature to allow single-quotes in input JSON (since JavaScript allows them). * Propagate rarely-used StaticString thru copy-ctor. * Let JSON_ASSERT throw std::logic_error instead of std::runtime_error. * Fix VisualStudio warning. * Skip Python tests by default, and run C++ unit-tests only for changes. * Ignore cmake-generated files for in-source builds. * Add tests. * Remove unused code (JSON_VALUE_USE_INTERNAL_MAP).- Update to 1.4.4 * The odd allowDroppedNullPlaceholders feature of Readers (corresponding to dropNullPlaceholders in Writers) can be helpful when parsing javascript as JSON, when null elements have been discarded. - Build doc package as noarch- Update to 1.4.2: * minor cleanups- Patch jsoncpp-1.0.0-lib_suffix.patch is longer necessary - Update to version 1.4: * Updated the type system's behavior, in order to better support backwards compatibility with code that was written before 64-bit integer support was introduced.- Update packace categories- Enable cmake build + add fix for wrong lib_suffix - jsoncpp-1.0.0-lib_suffix.patch - Disable building for i586 - jsonccp fails its unit tests - Update to new release - 1.0.0: + Updated the type system's behavior, in order to better support backwards compatibility with code that was written before 64-bit integer support was introduced. + Compilation - - New CMake based build system. Based in part on contribution from Igor Okulist and Damien Buhl (Patch #14). - - New header json/version.h now contains version number macros (JSONCPP_VERSION_MAJOR, JSONCPP_VERSION_MINOR, JSONCPP_VERSION_PATCH and JSONCPP_VERSION_HEXA).- Initial packaging of jsoncpp for openSUSEhuawei7 1527336729 1.8.4-1.171.8.4-1.171.8.4jsonallocator.hassertions.hautolink.hconfig.hfeatures.hforwards.hjson.hreader.hvalue.hversion.hwriter.hjsoncppjsoncppConfig-relwithdebinfo.cmakejsoncppConfig.cmakelibjsoncpp.sojsoncpp.pcjsoncpp-develAUTHORSLICENSEREADME.md/usr/include//usr/include/json//usr/lib64/cmake//usr/lib64/cmake/jsoncpp//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/jsoncpp-devel/-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.suse.de/SUSE:SLE-15:GA/standard/b7ccdef30727c6c0e8f40dec7676e1ad-jsoncppcpioxz5aarch64-suse-linuxdirectoryC++ source, ASCII textC source, ASCII textASCII textpkgconfig fileUTF-8 Unicode textASCII text, with very long linesPPR6H7EUi3utf-82f601803affe3b35c960996ae5d084a43c1ab80d3a526811486047100c67680e? 7zXZ !t/\3VK] crt:bLL %Z%=)"f,{*Y'0jY<^ AFꑩ/GGK'_8>E`1,w"7^jc?C̔8T߈%q@4{Gpu%6?" iF !%3SxnD Rp+7*D7/?.S &uU$ ꃦ6ȿqE⊿wvV r_ A${I; Ǫ·qp7Rt„ۮdI/]L(!wn5ZjcWF*tV3|;;_rdG`|Ļ^j^\"aqm-]vNA>Ys4S:Rk'nlfNQw ʺ\[ pF"J@F}0{N~r"U%v9z@2A`m.cxyT0y雖@s:_?vo7M:o_9J F-Y,f6mvԪ:2QJ8x]/P FEH aϏtx&UG^=GbyݱrIhr̓b"F_/wQa:҇li|IQ(<ޒA!/[}9jVK]t6$A OD.W'Wl::0bU ZWF#Ժ) pZ^Lj2QrsD!@N[$Dl`J[zNT\h>lzшxl$<8W_ٝ|FpDZu#JT:SS^k~ H 7&o g:qO6. }Cej^Lm#-6k΄XeSpX;ހy ί{c"I'S̛$Zz޶AZl*P XF݆ BOh4>BG6^>zPH[+6СnG5>k]DIdLQT!us/iT_J!hɑ.˕diԉLtŐm6fM\=A0t{$]: g<.|2Gmu);6;Îz9hfe^"=֣Ӈ0~Z9v2.Y0߬= =s+:4$ ݺEC&i텬LmQpyV`hVCMbCU9Lds&vW-DADT)zt?3|f0AXzk1G&$VY[maUg|;P' *1*)|#sb{,d "刓=HDžAZR}+3ԛmDCbg~QEVٍ³ w}}lQkUva*~5ϰjL9wvdE *سH?0&1%\oR)OXԭ( YyI:F6~BXm2!arݒlnU\-`hnI} RBZRi8(Ϭ ԿIIw0~!NTWce̹& 43Ezxũ$YLY zaۛ3 U*qSC V7k&ݦ+U>`ge>2~Emd}雷~5m!D8EUs#KqFmwa`oŅ^#B[%\fMX",W(#/9E#cƿ{q+G#-WJjZwVus%K I`Ҳ:lY8n vy5bnc.`5rDX*~"ퟕu@Ydfgw[+v07>U:Lihf%k(ePw,%⊵Z yH FAVQ4tA}NeHɧ-=g[2KwʛUTQޤsbJ8hVjaHL7ppR`^[i>N2)'@B25BQj'u@jYylT ںg9gUd>ً'Mí]+$.!WʲԃܬGJSk N0319@gĔJFBu CWgsK)Eqgoję/. Q_gy$\ 59tDH5r䕈[ϿF f?5V꫉ U$?kQv W /,D{bӕݳbXoĥ#Bȭẃ<2r`VWRF z\g16j<L!uE@AG {N=`٦P.Ü:#F# M $r(} Zوr5<uTk.Aehis1-i߈/цLUCOi8wWˌSGQ4/C")uEsi,վ#_`!+#\V2r2 ZrT]ޓH?[܆18aAfi蚨MyFrny誣 ɯh"}8ڻ mGwhS#ɯ^!է Zl͆2X`<%"CW,nE Uo]>&LGr;XnB4e*v 0 ?%r$Dj !`#)- 2lJ%?i$rĶ38CU&칛r  ti44BqJc0շ)?z!#ϔ=$ҫHBƫ# ޔ wʻ#F ce>飘2-Ѹ˧ T[_z^?2`Ze5J5o1dɈ@ʌ$A d{5]g9wɘH %OO^LJ)xBI(BSJxȷ]v; >KQOdx<ĆIsyzڦv|CeXSFn;-6U~:.CkxhQ_ ST[ޮ W]yEUȰhOLhLngΏMyg%慹eq%ctKC=/Ro9kR9R޺w_bAퟝ"6;.v[rEHX!d=Gu'+ygXcZɑᔙ{oH@BaJ6JXDyFaex."]؃9#TEmFCQlB-ip4n"s6z8ςM/=CXYEaN-%{fzͼ ӂ/Ԗt  JJAcD[09:Et/ tW3;} #^QY%&5Bd ( ̒wrF7U[2oa}u)ce */Z/OcfBXQ>ur2۳;qvfv!TdLS[:#H>X-, 4WfIlkU|x?S mbAwp )#b 'f`v.զf]HJbg [&*/ h#yuhpOwmO.2>}$ujfi#f4/ܵ*oCl,.oŐҝ)t-"XѸ0բ}s[5A↍`re= =tylq@4[*`Y4nK[ZS0wwH[Ӹ.ãឭmzT3|0hh!g uc?w20,ֆ/q8tN(&V!ؖ%?/WRq"(0LMN([rBDVt&qh5ͭF+T\̓Vw~0D(aFf[mo(zTLM1~eg~˱ gAPxUOvQZ5&]\5L WwQQnwQ3R~LUpx 0F'h ,d뚷Z&_uT+U2j٤/@Eyh¶~8B-{"L h#V$6a#S@sLX. R$+&ܸ tj8m+A9x1(+4fr0Skޚ9 /-MRJـR[Vg"wR @vnAs+EqV(QȾchbRjwR*@` ʋ$6ed&0W}ݪDs͇Qbk\*)pm hhx2rѹz3 ;Wa #3B{_^+IL?{h#U nZ4m[0갑&[* n7ӸY'@XT'z%sY0rGn>(n@xF `WgH=TbWwfwKu ]ƘEJ鰑v>0T4RL@W=q)hpz[:qhLq8܋Nqay^9:?G@)nvReq+F'wwm~L6jh - P;I_TrtULRWPA9qj HTo$4bLy0 G~[>ǂ]E.P;HS2{GSί:;Ji7!'A͉oLr뽄4"<{U.][縕K>ԫp8bm bu%Iz+TW\* >,izp4[S53F45:W@;:"N"{rhόf1rwDo('zKSjP=\v > Gs*)qhU+b*hbۂcN)Z>sg}LXH󎼧q(B ӜN]>dJQHPȥײXTN$kFJTOc4OU. |1aK. O;YYOrk<OJ!y9pZ K=HpU㉲x/93н4 zʔ鷴$#Z}\]Pڽu/S㚘Cl:~J#dџ}YCNT}S7$H>BZ l|IeiKtTA|-n5Г{9jJDowhǐAJ W Po:lFH#NkNP)Rm%؋)tY=ajO.ϵOd%-] HQ7>= [|-g@٥X'>\ f ~ROouMhlĿ&%kqTH6ď鍌TzEQ:Ү?F!eRvPq$&$_&= 9, +å!*Q>nPîQ3L2X,7j»aQ$sdSޑ*V0`fvt|z!+Ho_nTGGPZ"'2Iz(9,])[Co8fyB0)yMQij>@rGY<_t7*볖t 5qz۠_naKN|-5r[ x9#Z۶UScmN3sJi#^x5, 6߈+Y:_2]>@1-٘A5ptɟm%ngT V~ $z++!9R$OXK* [NZ3QBP:'G%t:j62>,H2PSI/귊?ىy_}daKRמeD y L!gB ǍʾvQ8}e5Vg`j,sdoxΞ;/Q$1J{$T%420.̭c!aaMNE1@Cص~FCS:isM_7AOħ}X&+").<Ưǒ-I]ugP@SԮ;4yRC-2\SGY,~3F(kG x.I}^%YJxAV$mvE'؅1=BH[=%7_L$ֿB? He*x;0<X7Ń4,pF{p%O z+།ʖQeCm=%W5uA`7LB6pDɬb@M`B^j @\7{wי_QG٩Nk /=Lrӭ?֭VIy7x3b='BsjPx~Oݹ,L/ w$RaA@g"4=z^ӡmc :n$msH`ƼCިwV WD1l$nO S?!7;:;Q)Q~H.#ERG Wg ęnҋ"YzluKW-Bݚ$cpS=#:ƀ]gNObK"ɗ_[Y9O276.IY od?*j9-v+0)|=HDՍƇ ?hS1W)p4«Tzꎕס 0˜%=jeÏ A/hBv'I[][YDX5_qDE6i^"*ix{]hXUEO{amV9Rz,UZϊ@PQ"L UiɈѬIx3F}G6$K7vb2&q]{~5tM\Q ȟ`0" [{jWJtU:,F"k54+57-V*ʱb<>:-(C-.pR1RxHnݯ([#e4>6 yvQCV#'i…A$7}E^Cz {.[$>פ 3G9$P"5g cۦ(\IZd{n-Lg,IČC( ">T5:uxprgҘQg, |Syz=:!z5=`5Ɩl1wj?AzlHG֦#Mv nm䗡Qgǫ)-' 1wP5q>lܲ |rNt!$M z=/ah ~T=kS?]qث0j#`d`(F*TI{B3 އ)X?QdZyHڌ 1MsJS0RzYݳb CG*Fxj=]P(W Qվ~ϒaHͳvKaO9a\D£xl޳ZĘT4'pAڥgyIo_z#u5[Ms^m d~#^,{r ͹ܾ()nTHf#H48X }l+Zqrux ݋xY^;EnW*9>MV|ήd01;YT3HDD-`Ii{pU# 8UB )FNVu'cm$Sy+Pi&'w^ -JFRreɂ7DKb+1*uМ߻6) 8#͚] B'Lnן+BNAlmIV1Re`k lzpwM5@:zTkm0Rڑt-Sl NnWo ij)`g01IwTF1$ј[ TQ/P peS#S+m1vi8Hcdo",_@AݢJ|xp xa%` rIxyM=[l`׊Pl++oA`txM#&“'8IZ`Px:7gZ|A ?.+>0.gmhpSذf;K6E.?QZObqräR-[޻蘴ISo0|T 8ACޜh/e, ϔfZS\]y/P!],E(}=<q{Zr%WGh|'ˌd^nTe,vVr@M z t&"+oߵ6(`jG _TwX압$iXrDYET8;w*LZ8ɀݍI=67 l>[.΍oVfWp[W_lvK(Ji<"<-?be!_:}-+ӊGkx'zI2gcfKͦ(lH c೐xL`V?)5htU)ݞ?w EzuЋa-<~jefvD,\Sۈ m8rl_QVQX&]*K k$ >Rj,<%#g:QZ3#PzD"Qp kj/S%XltU+M&ɂxy-'m3۝akrp~լH?L ,$b93z:7Gj\?8NL}E/x%/p.M֢%/[ҽ\XWi (q R .KCguFW~1|T ;Ih3Hbt'1aXUk zPH(A2V劥YRBnwpS)0CVo*jLF*wg[[$߃ d>6L] BI SƯ-+{}p *|Gg\+ρ#Q娴'{8慉ugR_="&x0\y@ЗJ#u{sB,{E5F~px5H}Ha$KM1nb l D[XR{]Zn?ȝWC ,o7nWiys滞ܴ/e x0lJ]0?Ew.W~i y2G E⽟(䫩wjCuFtRߩ `jD'T eR \8b۟c7-ly .hwc"\yE3hC,R;[B=D?o/xk{*^V-(#)m W%#NLh0`$4C'+D;6&Nh3/&BAZ1NnCю %u}9P7*' cNpo_Mfuk--=VD7e cC[9ʓ4DNeŻ"3UG3U >-,EDų` <~ou\khbM`j-8i+tNǦ s*-.?OҘ-GU}n^2>y%M(3̴@A&VA)_+: Ks]-PQd=-Ͱa7PBS2nO`o1#m7cUq`1JHACXBﮤ87{zD[ymOsݍv'<֊yJ&-Ei+3ؒcpC="^n:jt,l?icb.} {T HA^6n&u&y(JFuYjU{Yÿ=A_a)u>H <55VF.T?Ƚ Bae"C#:/n*íp1݄_UK0~ {eKNm2V,.1ڑ0IoW'k~!iaDޱaeRXFض/M)m唓]^|D0@Sfd.$}{R{ H={*y薙ݙlXPgl5#A.:7w׏ }xd=2Nd'ӵt>SȎcȿ:Fhױ;t~;Onz+>[+15`0ge4:ױ}4D_i-7I^DE\y5|NȣMn{8& 1ѹ/u}\>5@9{0ԋMG0@k_.Y8T z2¡V.3}\#zd!9 5xR1.,ͣ;fey>|?ufa?{-9@UcoӃs_@gH`uE3ّ⍆ rӁG7Qv%Q$^蹻?yyU$;{b@}>^`[Da-M@Y:pg"4d^ cVBMlcyp`& Xv .Ѿ(:ޡʹϑ퓪Rai~h!.d$<1/=Rvx`)BJ`sG矉$ɟNs+9C@Ah>r՟ǎ)|K-"~~6:hv4))Ipv<%v[yKDRr o7ZȊoI<ck=u&tf opq#h [N$6FL}v_buSg?;A8 5y1*9,b bV;xDnCn?L''ԮctcfsbI-yY4Ligdv9kc}xr3 2=8j!\Rˋ\l,[Aq^}iHl9y8~qmFըF>XOmT=s%b!iJ4{1R)y%Gݿ#/_+2]ASz%)J[zd3($4^ L\=F'v%!ɳr(9uL]PWR r_ƲN?SBogS@&x(BhBcP-|B0d% 8)#W05e=`mT W:( .߁ko/C= b=.#^ы _릆&K1IoUGW+uD{EmB~R SwmHEIO1PD3B'9|D}[~.v )gEg%b 6+ +Ul؆F,@^'T ަG`P~)[ůW5x) 2@:b2/pt,i<2/ѦosoK+3=BS0+BĊ^ךs1xD. ZJ֑lS@.g$g^ JKWjskұ 6()>)Îg%rUP{rvd r!$}=,C9 \ sQmN|]fIuI7ı4&*FjUY\л UVE N4!LU'K^l1I}ۅKN#n ec1uXC&@VV}cxCj.sG35Z戧a숔;ϻ W's/kRUͯŠWqxmv)Gch ;1/]qY]ťɇ0/=KO,c8QVƆ>+6[Ɇ>{"/(&CXwz3g @_NLx<7c{D n]+$/'`۞,f5zcj&;-;tTfL;&yw. A@"r[9wk/En3(5Z(7樿Pf6#tf-\ -i+.Yէ ;5Cuoi6܅ c8`e'v!:ߍ;'DtuVN}AVDpO~]AP-rsWxj?dql1#Z$CK煖2S8_tkz5?֒#̧_֪+3XsR7:עbBn`P }?קXşjf>(ЙVz_?@9iUpNvָwh݁e7z?l 5n`cmk(֪P% ϋ"0e%uSUԉoҁoC L=0-4T;8D,b [f0 'tz* 9TD"l&'LX0Fb8 :HDQ^@Q#8\-!Fx}pN]aC s @;̎n%?&b7䧎:m6VL4F?[bP=?QwrOVD=IHf찏N?,Ir`x-ptog? 8@h^Tt?Nuʋ>hYy8JcD6Z Mζlm;) c(_/2RON{撈%v= eN6H6 P.NgH9EA }pFq<|#\z8q/¤__d 2N=#YIC{<|̾Z(:52 [搥5ѲUO; RԫD׻$TW㨝҂߀\|= MCġ(rb-Kb$JoAO4܎;I~z2%$/SFYW?(;zOq"zn{+[܍<В)Wf~Q}3U!Fcc6IZVtO(%ؘ"&ڝ{qyMz( 'fo;@Tp1.P5a-Z ?_Y "pT֙g<2(};_9B%X*dD;_h'ˢ")Fj[BmP#eŴq{z?FlB'Evtvl&_%$PSS)w~fz5'd6J W>ŤnEo?# D c 8d9K R+#6VƱʉ#1ip̯ GkCuG4uey\ݐJKֆK ` o0 hqu|"W)^6%BQGJ/3,Eأ? @Ɲrsfn6XѦryox1bx+xfX?)vbwn]ML-j+ 'H˾;85&,+Uqdg1[mo-ωVQSVsx\lr0IF}Xqx JA4;2ڪ. c(#!Mfyi򵇬eO]2cބQ lAծjل4O+w㟳m9`=j'i3M|'wi)E_[<)4⠣~qQ7qm h8p*l)4s]GI8I@IqbሐZi5)1(|qc$7 0;y oh˪֙Sb0 O.'OEFx}{*M7s4n{,1@@eH NYAXL4QDoF *,|Ryk+龜g"icxYl\{h G$3g8Tb1f@`X" 9Wy`.WDwy5PrE=osbZ؄vVc%,.:ZmnFqicQEB@vhpEX="v/@W>רTyDьXDZM^g3\|ր(;1Ue5XC1 #QRy<}a*@gtTʖֵ>Y mv;vпۙ2P b!w`DYuWA =ΌЇ¸JD"^½ߤ5+R.BbQ)B2<,'Q׳ ,a/hv=oE@]nnT#4V˾۴ YZ