jsoncpp-devel-1.8.4-1.17 >  A [i&p9|gBK<M{[x ׶$BElyL} N}&r>M^q;^3 @]N(;h.}UԻH]Z: ?Y])DO/(#mi7IkV%L%- "jQ0mKEuˣ{VKD*޼~p>-\?-Ld  9"& <\  @   d 6 T    ( 8 9 : F'HG'\H'I(X(Y(,\(L](^)b*Bc*d+@e+Ef+Hl+Ju+\v+w,8x,y,z,,---HCjsoncpp-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.[isheep19OSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Languages/C and C++https://github.com/open-source-parsers/jsoncpplinuxx86_64 5mk.H u  A큤A큤A큤[iZ:Z:Z:Z:Z:Z:Z:Z:Z:Z:Z:[i[i[i[i[i [iZ:Z:Z:f47a5d2fb2d106895577dbc721bbfd7c9e142a1380b054e94998d7a5a573060b26a9c0499534cc1e4fa2168255a0cadaf82fb587a4b3df6ed1eb218220b7e7e8f77dcb91b8264a57496190084b28b315deae421de2b00f90b6968649417b72ce7f4e7d3d34752a4c897761dc4b69a5f42eacc07e118713962c1c427ffdfc8b68941184b5c5407bdf8175867c19b884d0db7fcd4a62a1705efd63656742ad8ddc0957ac7b5178975a557e4642707622af171a9395cbccca25c80eb86c4d40ede66d028ecc5dd4f4eda35535b0ff699a1550300ba6901f1603205be632596c48497a7209153e8fd6cd99b23e6963938d3e27253150731a6f0b21c606631a03fa7c7026023b9dfc52cf13bd3517a401eac79d9f1b31eafb53ea6cb7bd6d77c72cea264832731704fd0878758d8cc0879dd86f924da41052993fe619ab068a0b608e7b0af26501c77f09ba0ab7678489d3652ba94b7a813c303e4914319f0697dc041959605a808c7346deb1a7be8f1b4ede24b409e3af731c1170b05514939bda4c52e5010b66579692bec591f0eee5a852e1c0a89b319b4545c532aa524497ed3056845b3ef9bc925a1ba3c8fb5ed368140928075bd91a1215c39052ba970ad5625fd0fc0b6ed1416c59fd7a56bb10e6fdf3166956e043633a0f090c2b93ef243a95039d77a20e75b428207740d9a8f97b2dce3c89da4b21f1ad862b5997160e0ad89730c3acc0785777b67888fce0baa3ea6be5d7235ed3765737412aeaed7f10libjsoncpp.so.19rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootjsoncpp-1.8.4-1.17.src.rpmcmake(jsoncpp)jsoncpp-develjsoncpp-devel(x86-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 openSUSEsheep19 1527277854 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-jsoncppcpioxz5x86_64-suse-linuxdirectoryC++ source, ASCII textC source, ASCII textASCII textpkgconfig fileUTF-8 Unicode textASCII text, with very long linesPPR(c>J=즵utf-8e65b7092195fe081ad5e5ee7f6e3b158f89f4298ba05fd59c8347c0610d06d20? 7zXZ !t/\3VB] crt:bLL $̘+8[g[;>0{ʽ~ͦA`%OVE6˷5gO.FѪĨ%<BFYP{=D,t}n79~^>ЎŪ9_nˋN@\FφNNarꌬޮhnfCXjEIkgiMP^ddL Ƌ㛙e=}3P`Uxg3("N:aG}4tnO2?ep8'FumZҁahoICu\_WVO L/Nj++$rIv:-1"oSӈ}GXWWTB kS \THٹW7ͅb;jh>\dsBǫ Z%}1i;Wag'n-9m} #6RuEN3]E;}h WZ#EEf_En$v 3&5g+S०%'m%VeQ_P Ă'J~s`T4#TSWE !2Y&vf^BT_Iŵ1ғ> Ejc2LsPKx O)Z`la(+; I?xpGdf/~Ш1꟟+Ugիg~@0ʳn63_b/JVpYw@G}EbUܛHNh+W`Py_iG0$%^`(8C4a ?F~矆5-鶓n̛rYp~Z2{UR-n0ir." {;L Ҋ,/G'.zq)CZ i 36͉CF[kb|WAҖ(b4j;vʊ0%WL 0|Ʊuq1q=mV0EB44l=(/c0oN7b`םoⰿ0E02u΢\ HR kzF=eVD# '9VZW߯u𼖨H@D}׾K7^qÄ1C7 W~@3Z,+=)1 /k%]ìaAKC~0$yb9Xvg7]$ y簂RAgYG,"e. &p?#abJl5)D6P+0ɷS]^kx7HmY5-[cf1s(nc=Ήɖ]# H޿?1Kϻho: ]w`諂LIXиɵN)<;p/[lӛ;6(ʪ&t& #Fy XNu~NnAjjAr+w832y$BPcW5ZHo9^~:} c0 @`VwA}WAuL%쳪ڏl[iRM;u;m19΀?Kr0mQEQx~8mwN&em & dD qÓ}uK̺ǐ.ΩVEU(Q6DkHw/;I/惶ϙ(Mu{2w˻?@ !pʋ(#BnjTh^i;hj1 =j`-5{D|g!x!Acxܙ$U6L"^Y%r p4aa͍^@r谴D{ncHs 8` Tj>:R/砈 j_?`m/%xEsx@<3~1ײ!gަǸi1íDEh/׃3 qX!PXX239@/Ƀpe7a5Y|~檯l"*Ց`3SXXH6_F~<&zb"Q9x@eߖ+ʨ}R+T/} `w%qD#ٷVx 0+I8\eqʵ `k :O%Or'v ݌/GTwIK/9=w-^%c8ڮm}hKe YGp1 qo$os~npAb!]ш!̂2Yf xSRs+2wq_קYfmޔb~*Gdy;rCp:{OVWR~bkKZ @>s'l ln֟q &"fq!TdsݗJWNq×bfR|n̄QZxcگAN*2U=0MۃHY_ 'V+wT2JH^IO]M>0Pe^fۮ8z.rw{کDA"6laF!J0i Gt[{r(40/ӛ^0Du?{('ߩA{f΢IN%Yq=w-MU\v[sd)`7OH\Lʮ:hBK}AQ̿Ip7`;(šq(o0Ȧ)|o>1~dSEqI;qܑ"= ,Wt9!duMV煎aCaV"w6m(U)hqq\Q03+  Ϩ]>A¹)/af羭ùʏcg$YnJ ]/~xԾN80 ,N/4uJv`օhB ?j: qj ʎ ֲWM!jYDIoxr=v ToQ(5,6`W^i9H$ÃOψ Zq3p׌Ve_GmKd]] .H!OczC1$3 đ r~8AiYRݧIR8fCW]3W Q7l ~sɳiQ7Zi{?`ݓwղ?;AJ|1]# l7yqLm)c{%b)Vjl 0`KTaX47""cZ.s ibkOʩõϦMxHE+;`"6C~i)Ժ`I4J޳Z Ro$LϘz%uυcJk̿.UAH2MhnC$eL!5P+`\>"}fqDֺpڔd)o33X>9Uj^gT 2O`{Z'8zK arQ~*LAI]~cZWewa7)F:X?rWâ.CE&QQ: 0Oy-RTq9f-%lfF &l["t0Zț0 eGXA%HIվr*Z&-Eml.ѻR0'waZFQ_AM:'f`Q÷$#$J+O0-VDFb(ȎEdmyo5B #(z'|c|orX`ݞ([XFVY wDB-F Ah_ {jMb tRGZe 9 9ig, 䛕PUm>\"hfOyl,EIZ$Gɪ] HcXڿ=!gIPH6gNs8怍r\v1 ;ΰR`=kk1[m%TCyu..YfquKA8Ǣ_+6:ǘ9kLx PӺ%$stܝ)VLI:oj2QC3JAL2[PĹăwk (AxlӀyWWtV-Q5@]'Zپhelq4P#K5D,.r]ߔʫbG(hqESf!j_.VSag Iۗo賹cH u|>S?hgv!WEP;YaKpd޷4R\3\0 $ɐ$`Y'6f|B*$IBVq+y-qv|zknḚ% ڢM ; N#v;` jY*77xgN-\ȝiV|٬*-!jQKn`=3jpUʶE:rK^/VgWqrBCw'ȹFB:C.>m8 &eypqMoxc`|E~xJ,/ N Z@l3\TtW XCMh&ûy~Ip$^Fd0`t\T>qʊ`#"kSsʾ>ߗEw=50:^%(L ޮ> )-Kcy")y%?R%+ftj ,L\GT+,tqď2 *=NHb" 2%  ʇՒY3i 溷Eb'YUA.-$41yY/V}H$1W$fK_z|,%Ѕ=ߒ a QrOB/-fNƼR- =56ޡɮRDr=Ce8D|R>AF‡ TAqUl1 p!$l@<7똂퐃 <e,ǭUѦe|EcYƻ[ղѦv9ImJ4Uit %4U)%hr KOM|5 9o,G&;apsUO HT  nlx/ j%6޾ L`(=,Ro UYj3Nc7?CU`KR9AE`367KR/hl0'fVJ}:S@$KpWQ, P^fP3jZht0jҡ#7] 9K4?TP&''0Dv$ðu;rw[879¡z^t&GA(RӕWwιts-\8ZF.!aN  wtRD0W([ť!uűa}S8-M>\Bt9R?~jE!f=M=1C.a1p'+ h"%L84wae.=R|ӐCҮ.5{hᥲ~^(p[k]JM8)NͦP1?p7W[wd{SPs{cpXI[SCQYmӴ3ʔw9@] 'hXl `ɕݦP/*};h Qobl>9;i`e)ne xML BQ|B;eC(^O_!jZPJ2sDk!o(̀݋ljЄjmtU{r`taܠ T Ӄ,~J+{}Sr&hΟySj^i|t-WtۮlX-Qe=fYVx=ąBf6'l%'I)|[8A 6?=ɺwvj*^=guKÜ9 I2fw3Q3&^*69e8y) +\C.Cu0("t*Դ I:u9-莄sGD;Rg-[c ] }-kKxMw߽Ue𩆺' yòtx"KXHpۺ먣eZ9;)W{6 7+dЪh޷ؖM;ܘe2:z>Jw.H>d7nEl@&ۣ;>}k~[p-ȵ?`V:oφ _SØdo$@0;$ZJvv_n6߅dP:/f?:0x3 AP/&(TH"߉F٤9+RM-/g ̚GEn_Ъs;V@AA6.[4ν68*r +]mAMݑLx7^$8?MYؑ +vuX֦&јP$Z4 e2;'K mGI8nS& apQ!z9QNҢ|i@ l-'є:nL6A*ՠh1C0YM㕲B{*R6Qn9 yUڇxØ}'IM@ڙӚtVq3=/|>q?X5"lg({d&SZ^7쾿,yIb.=s7eao}?TȻ՗mb-w(y- l9(=!Kd#Sr$3Ճ=(#$o\1% S5!I.@O4UN*!`1Dlޠӄi y~Q~("GEIS&pbd,m*Eʻt9^X֍@(&X%zBP3TS6uU 1q}QN2G/Y?^OgD mF#4-OUu(Ë= %ވ ЗA7[c8e\{.q)Yob }b#ڙŰ~0VMxu3Oy  "tUn* Sm`D (,aaȵws-\}&H6!k·gk[WA[[ξ %3.!L^=p)>ϳysPu)w/G;Yd,RVj'7w"ƶÉ(p SLS4.ҳK3HeW{@oĚbnTkCaԥU{[?aTݘ-#]oK&>,nD@ZbZG}nC6gz,ڗ.\9F2nTϲ2ި7] gO[3(kި3B'7tEh_ ==˫ӉxuՕ "lrm7-hqx?yUe4Wk<IV-HDsZ+qch/Z2=3{)S|l^-%4L7n`guDY ?>;~ǣ8gL^J>D-p3v[u4@H!GUm>hZve3fifF.ҷAqQ0Z馬gǦ慝܄"dꓐf 0].2Ir86݈ved QKJ>Zl8þ0$?<ߛ$sCEļm ,WښfCKTM_ ܮAIt'ڪtx+}`a'`73%ӁHo-Ie >տd e;LTeUB:ZwݰU)xus%0?C`~zT2"MpFO Ҹ1& 渜=t+R=^ dp(Z 嘍@ c% ?cQ{O3.uoHk0EJn̩"=Ab^?L_I>Pry䶮0mEұX#buŘ7fx>4t隨8ɼZz=շB#&|"-`?9LGo&p#B 9VٮBRshKNZ "8{{>pCD ~9d$Z iREN›r.H %h>w\MBk-sb$ڡL,Fwp;ʓ9gkCcl% 57<(а:wj_F܇Hj# |Ze0U=[Ru XtGfVsSNP%7?,Q)t*n5/p}Brp;vz#&xl\brzlb t*pO-Y+,fHR3w; `:UGz3ì%W2'hKIhǢsM׉``7{s/z陔ycx,"ex׸i>{jEw E8ң ju'ze|dEfp;N 9,[^ݍcIbb,2d'|G5G|8fmFRsۭNcْ݇æ#$2qš*Jɐ@:LŁjFvsipNfs}ߒ]q}65 k1,cPlADɂA)=ю2ȲHLcJKyPKǖ5BMu^:zZ:5zdIUbɢ*S 5j=<vCT3 <3;YzPO @ ҂2 X S3ѐ?x޿<^?/+-='9tX $K) ttfU5 >'^J-Y`a|rBdڌ'St4]jU sށKrpvb{i \_{7_Ke)2ni*etW UqbEfyw9~$li' dIDЎJ]1VMuPXTϸ۷ɉvx[P隋:#C1e\)&[gϟM(7_'|BHɺiYnKT=zMDW_D4qDee [Q yXof<4Abh&~:*Y9=Ew1+t ~SCg}7j=X+Ɣ )bRǏYh>ʫ57A3M#Ġ:gwP0HEAh`JC2n6)HLgR=pN_1It^X@NЂtt|h)xx=#ۚP"JIV2V007oVJ rM>~H!`c|bc'&JT,|Kc<@0$>Ž%ddbp{jx>UF$ |<:چ0o*,JO:=6Ҫo܊ndő(*H;wW C|FBYVlByM/OF0q.{OKͶv_ǚb.&*yV2,~F$Ohx;HլEO8Qt't(@|ݿ<+‘9|%>&IwAZ/ ^xHQZU&jy8TϦt}jɿ N/DR{'יtub0Gnf2 4gG=9>n>9Yt EP-\cY'S ^^N|+w $)L2ӎ^id#efUٻzC'XfØlun8jKHһ+| Dv I>+x &դ12 `A_9(L ?<:CUː ۏ;׎|8bԎn:9gfN@_Lbz(eq+,dH{8?ĺ IY[+'4t S+m4+l-2f-э &vaP*A0Nݞ!I}#:8*M1)Q8 @qŸ:nQe^@i}=cwRnp~S-|ljD3LHy+{3 056lFX'R(ڌ:Dw⑅8@U\4}T`w{gƦg™jYN@V?4ҫܼݨ:,H<[d 3(7^7i :]'m/A9k X W)/%';;m/ f*:l(]y>vRz @sMԅEە2X2$ B^Y|5ԣkG}dK!hy5p }rN]c֝ -cmn5ƀ*?6)2[W ^[ O_BT=9+.ĻrgP(Z} qE\ } jJ&pz-1P&"g -:*\Y 7V0U]6*- WazΚ͊ۡ/o4^ݸ3âۯy)\3 yV#ʗ½LL_ qx`Ɲ#fD-wkjV9 Q k ˽y!J{gw9'hE l8N.>Q^jlԨm:$n*Ts_!5}wwEx l}(Ц%Z%㕌s]8 ff #6Ũ$0ihtnkje)zSԺЬLNG>PT(_Ф;z/%>S=-\+@DQy KWwygn{Bxw^ԶާXն'Gt9[\78+*,rΧoO;;^uܝ}y툴'.z`5ål}GsPxrATM_=GWLJIƤTu- PP7K%B^гW&B>r+~sS# hZ![`+ dcm6oCQbIp 4ɦ\M#|*&=M{BLΔG6Faޤ;92CUqLކՆi{q5TϔCЛ>jUܼ4)N`g|ړQ1y$HaTRC) RU+݉ԟ?tނneI':çzGΤ ȈzGXcJśYKGef=vv ӂh{I| :q6komI{:5@ 02a>ABG 6FԚF,[!kT`[$m ODy"><#uFFǜxX\tCr(I=/^2bq<3[s7Sgv2\Ӆ~ Ę_ʾαlRrX W.EPzc{cB0w>m[$VLdD/_ >gכ,eWCOepzrB TQcQ8I 73b<5@yLOf)Okc(<Øg jAVu{:).J004b l.ɢ1J%#hL썑`ڂppYxpM"#6hJ?y|} vfC(r#N$d k$kÑd褺ḇ2`ޝWItxXeIt:HS}aXߦz$ LmΓZۅ/\o'E[2qS!|#V4rC_rqY>z XH?TG86#dDGew%yesXk`FxSV&0Bk+`v0G8Xq#Vߏ5bHlߓo8_ */ u1CE[6ÂQ ^;$)ף *(X Vd9˺lvm>i'(L6S/c3wHe`<)JݽemB^EPk]pU1:xYl^ġNNy3+\+Cƭ!/#ΓE8+iPIayX湵^*"*].1P^U#O8OZ4?ֳ% ?Xx2"Őc~N8* fֱʷ7كEKO6XzO-D6ڳipvnS`""+պs1a?y I "=vS_!Zs2/ z9%ήk_ b3uC#D9nWf |,B$fMwYiʛf؝S ۽-܍ab^t>MstxM!If ?G'z%cQ-U'E?eg" oPgLly7= h0u}Na3'O?َ9qO,wyo(88bawA ń\^TxD5&ةa!3׻! eҵqqYѬV9fFi!SDro_^mF.wgx0nߜ)O!d3q1WڸhS'm`";K]+L}#}嫒Ft4V]ʖs^PL6).Ie N4pM`t9R9oo<7V S.N׮VSs7k6I`&N?N4i<M.x^CbjUg L@ISw8M\Q:=^"Ezɀ-<~/`%ġj^j8a_*Pij^u;)xCS^내W" ꄪc]MτVx}A@ܛܗ+ú1#tײYY#p NV @ڤP%<; ɚ[ 1fW'ޮ㺪0 ;߷YgH,\ Z/-P+ Ԫ$_"th١o)- ei!0eG7DY*+U{[rHfC8mϑӇ?2GNO2KI>}UQEc"ZO*/kpm+XzQ򱙩Bhr큙:Ѷ Mg&,1'a'ADӺ>ۍc@cf="i?0QIv̪!od| I%*3J68`}W1U- ,[VT Țm-h&YGm~tuP$flO2ʌ ׈y|0y͠Fi#0s$-Mv _NXXG9Rh`&1*Ӓ-=e br.Q+4y9vqk0:GF ZvLJYM7뇆?\;^f]vklĆ B`Pt|27Q: Kvjhi{X-jW!lꈴ (۞"<6γ,O㭅Ess)7 R%x3&yܤ ulEH-{Vmϓ!fP/%?|`5,+S.:f!\;;ÃX"tױUMOŋzKIW.fKYA$ι`:gXHGݨP)5N|@/ eOa?BRsm0N=S(> q c t s2 .1&E}k 3$`-}S<]wD\M _Rv9Kddq_T`%2#\Sgk:˥q'?9 :9m"Z G&'\SMbaL8FP3<^+!Ԑy u=! .3g ,Qf& JY:>E B"g`n.;#u͑O/> Jl!ÙfV7@B;gsA RӤ1y{Y>11d(B"P7uie+qݗ~~3#J}!iإפx&4GaSfT;̺3ڇtUYURbN~k1WELҢ`EpAn8օwCkSr_w}fQ'3)gاz /;ȡ.Оbd#+-ʟSۘ-Ek ?P \X6Q%QDߚT)>ԧ18Ec\*9#d ;){(~ηV"t\ 8s ^LI@?Ebz~i :O#:SZ :-QeQ&o #]QT.簬y<%I{b<#+kU1^F ywh'fhhp-…/L؂~7{9$nvP#ȟ(9: voSg1/5]/i64j¦jEQpë7jVJ|Re&ϣł#)2 %v5h}_Y'm@]>PE7 S y/V(-y4{3~=8G R=iMIh9;CqLć1~}M/ȼHoM'̿-_O^i^֐46j&+kum|-ϫg#p 5t  CX~+ 8Oki bÂmlC"f\qx~T*D\tZ}j6Z8BL[cvK zm?X/AF sBXu0v;Ȓk*a{a8!r5(ĴvLѿi`=Z+>Z6Trz;Q%K**SPFx%iIlۮ` A6S8M;yrZܩq; מiLu*oFF2]$ˇ)$%Gjh"K.#S>B5vNs-e\9|o0 .>\t$*o aQ. _Y%t3%m"p>H6  C['*w3E=o#Ccg;K󇻓'w1҆+p:&۔('rY:p#jEy|ۻEѺ4=Pqp?F#ʥB;"ڸU~kϪIJG6 {L tzkvC6Ip{g&/4Μ2xC,\ɐ:6CeF9ld:-)\M\tϷv"6G>BԢep/bL_Eox1RURzT``C!ng۸SN0K3I;361lŏ:bsKbDG#y3gqoJ Ysߵ,G`Z q#r`65`/>J6zuaYX>-m|8P 09/q{{]U2d&+-x!M |ؽԓ YZ