poke-devel-3.0-bp155.1.5 >  A dkR͊I%z N$ V 2fdmL(#ֿK,!і*g\xn`܍~d[Yq}{`W\ׯ*Zq:v4#iCp|tN|b(Ai$mA%@9TOQ͂.Ә, 3q1=货8Qէ9|nsG10m|i{Rj$8d2#g'fƄ l!'Ct2ơ|̠gיihǤd@>о$m+w`|1蛝% ~wCdpF0lSGtAĭ*0}!d7(Sv'81\590* 7B58223dfa3524b07d21f010c3129860cc2ec018e2430be2d43d900ba6939bb93db24a23ccab04304a151ba9af0ad48898515db8f02zԉdkR͊I%z y}}Ir˘60 Ht3pf F9)C̜I3OMGg[{:שOp#}Ӛ2اRt$4Gdr1[Ml;dtXK9-rOy2ªn*]!W2O O{SA~X6եo½DZ3G^L'CYHJ_#`9 D`<-tSSȲQ?ɟbD @W\.n *j^*CK:'8Dt@D}#khB>(d) 6q6ZyK6CsMKhѦ1* 422>1Ai4q7)CaGi\85WIQSGT,mDWNwXt-t\-&l8q{4}`ԺX$N3ChXp>)?) d   2PT\`}    ,  5NlH(i8p9:F%G%H&I&$X&,Y&8\&X]&l^&b'c'd(e(f(l(u(,v(@w(|x(y(z(((()Cpoke-devel3.0bp155.1.5Devel package for pokeDevelopment package for poke.dkRlamb61*aSUSE Linux Enterprise 15 SP5openSUSEGPL-3.0-or-laterhttps://bugs.opensuse.orgUnspecifiedhttps://www.gnu.org/software/poke/linuxx86_64_KA큤dkO`dkO`dkO`dkRcDWf53f10653a0d92bd0d69905df7f596cedaa4d428c229e1b972ba9e88bb18e254b8e7f14acad87906048cdabdc55494f95749eaaff4dfa9d5ced049efe0c7dc248ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903libpoke.so.0.0.0rootrootrootrootrootrootrootrootrootrootpoke-3.0-bp155.1.5.src.rpmpkgconfig(poke)poke-develpoke-devel(x86-64)@    /usr/bin/pkg-configlibpoke0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.03.0.4-14.6.0-14.0-15.2-14.14.3ccb@a``Y@`8^(9@Antoine Belvire Antoine Belvire Dirk Müller Andreas Stieger Wang Jun Anton Smorodskyi Matthias Mailänder Dan Čermák - Update to 3.0: * User interface updates + A screen pager has been added to the poke application. + A tracer has been added to libpoke and the poke application. + A new command sdiff (for "structured diff") has been added to the poke application, that provides a way to generate patchable diffs of mapped structured Poke values. + When no name is passed to the .mem command, an unique name for the memory IOS with the form *N* will be used automatically, where N is a positive integer. + auto-completion of 'attributes is now available in the poke application. + Constraint errors now contain details on the location (which field) where the constraint error happens, along with the particular expression that failed. + Inline assembler expressions and statements are now supported. + Both =printf= and =format= now support printing values of type =any=. + Both =printf= and =format= now support printing integral values interpreted as floating-point values encoded in IEEE 754. + Pre-conditional optional fields are added to complement the currently supported post-conditional optional fields. + A new option =.set autoremap no= can be used in order to tell poke to not remap mapped values automatically. + The :to argument to the =extract= command is now optional, and defaults to the empty string. + ${XDG_CONFIG_HOME:-$HOME/.config} is now preferred to XDG_CONFIG_DIRS. * Poke Language updates + Array and struct constructors are now primaries in the Poke syntax. + Bit-concatenation is now supported in l-values. + Arrays can now be indented by size, by specifying an offset as an index. + Union types can now be declared as "integral". + Support for "computed fields" has been added to struct and union types. + This version introduces three new Poke attributes that work on values of type =any=. + Two new operators have been introduced to facilitate operating Poke array as stacks in an efficient way: apush and apop. + Poke programs can now hook in the IO subsystem by installing functions that will be invoked when certain operations on IO spaces are being performed. + The 'length attribute is now valid in values of type =any=. + Poke declarations can now be annotated as =immutable=. + A new compiler built-in =iolist= has been introduced, that returns an array with the IO space identifiers of currently open IOS. + We have changed the logic of the EXCOND operator ?!. It now evaluates to 1 (true) if the execution of the first operand raises the specified exception, and to 0 (false) otherwise. + The containing struct or union value can now be refered as SELF in the body of methods. SELF is of type =any=. + Integer literal suffixes (B, H, U, etc) are case-insensitive. + Casting to union types now raise a compile-time error. + If no explicit message is specified in calls to =assert=, a default one showing the source code of the failing condition is constructed and used instead. + An operator =remap= has been used in order to force a re-map of some mapped Poke value. + Signed integral types of one bit are not allowed. + The built-in function get_time has been renamed to gettime, to follow the usual naming of the corresponding standard C function. * Standard Poke Library updates + New standard functions. + libpoke updates - New API function pk_struct_ref_set_field_value. - New API function pk_type_name. * Pickles updates + New pickles. + The ELF pickle now provides functions implementing ELF hashing. * Build system updates + It is now supported to configure the poke sources with - -disable-hserver. * Documentation updates + Documentation for the =format= language construction has been added to the poke manual. * Other updates + A new program poked, for "poke daemon", has been contributed to the poke distribution. poked links with libpoke and uses Unix sockets to act as a broker to communicate with an instance of a Poke incremental compiler. + The machine-interface subsystem has been removed from poke, in favor of the poked approach. + The example GUI that was intended to be a test tool for the machine interface has been removed from the poke distribution. + Many bugs have been fixed. - Remove jitter-0.9.284-noexec-stack-arm-i586.patch: Fixed upstream. - Drop json-c dependency: Machine-interface has been removed.- Update to 2.4: * Lot of changes since 1.4, see packaged NEWS for details. - Add jitter-0.9.284-noexec-stack-arm-i586.patch: Make sure the stack is defined as non-executable in jitter on arm and i586. - Trim not strictly needed build requirements. - Recommend a handler for opening app:// hyperlinks. - Move Emacs support from poke to emacs-poke. - Package new vim support in vim-poke. - Enable tests.- remove unused lua53 buildrequires- update to 1.4 * Operating with arrays now much faster * Some of the compiler diagnostics have been made more readable and helpful * Limitations in the values of the odepth, oindent and oacutoff have been removed - includes changes from 1.3: * The `dump' command now remembers and re-uses the last used offset per IO space * The text accompanying constraint violation exceptions now indicate the type and the field whose constraint failed. - update licence to GPL-3.0-or-later - add upstream signing key and validate source signature- Update to version 1.2 * User visible changes - The .file dot-command now supports a /c flag for creating new, empty files. - A new compiler built-in `ioflags' is available, that returns the flags of some given IO space. - Certain operations now raise a E_perm exception, instead of the more generic E_io. - A new kind of IO device is now supported: the `zero' IOD. Opening "" will result in an IO space covering the full 64-bit byte range, that always returns zero on reads and that ignores writes. - Function values (closures) can now be compared at language-level. They are compared by pointer. - The compiler now rejects casts from `any' to function types instead of ICEing. - The `dump' command now doesn't try to print anything if the current IOS is not readable. - The `dump' command now prints ?? for "unknown" bytes, i.e. for bytes in addresses that are not readable in the underlying IO space. - The standard function `ltos' now gets an additional optional argument `base', that defaults to 10. - The `big' and `little' annotations can now be used in any struct type field, regardless of its type. * Bug fixes - A very nasty performance bottleneck in pvm_array_insert has been fixed. - Fix the opening mode of write-only files when the user doesn't specify explicit flags in `open'. - Avoid spurious EOF exceptions when writing weird integers past the end of an IOS. - Fix method `value' in leb128.pk - Fix ICE while compiling for-statements with several declarations. - Properly print > 2^32 addresses in `dump' - Other minor fixes. * Other changes - The JSON MI machinery has been rewriten and much improved. - More tests in several areas.- Update to version 1.1 * User visible changes - The IOS_F_TRUNCATE `open' flag has been removed. - Constraint expressions and initializers can be now used together in struct fields. * Bug fixes - The infamous bug preventing poke work on 32-bit systems is now fixed. - Better handling of open modes in the file IOD. - Improve some translatable strings. - poke won't raise an exception when starting if HOME is not defined in the environment. - The compiler now emits an error if it sees un-map-able fields in a struct type. - Properly handle the absence of current IOS in the map command. - Install Emacs modes. - Portability fixes for: + Mac OS X 10.5. + GNU/Hurd. + Solaris 11 OpenIndiana. + AIX. + mingw. * Manual - Relicensed to GPLv3+. - Expand section on struct methods. - New section on data padding and alignment. - Document the Emacs modes provided by poke. - Provide a recommended pokerc configuration for beginners. - Other minor fixes based on user feedback. -- Update to version 1.0 - Disable the static library- Initial package versionlamb61 16847551203.03.0-bp155.1.53.0-bp155.1.5libpoke.hlibpoke.sopoke.pcpoke-develCOPYING/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/licenses//usr/share/licenses/poke-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.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/de7c62c43cbcc21497146b9f0b126234-pokecpioxz5x86_64-suse-linuxC source, ASCII textpkgconfig filedirectoryASCII textPRegH9ɵ8rutf-8620d7cdb51a827bfc0df2f9597f6f4e503e8d72fd50a9a371701c8cb9a98278e? 7zXZ !t/-Mm] crv(vX0ٱEM\i$ĢZ*5qpf`hʌ>LT@\N 9BV@Jo1|[k,s{#~,鉆*ߌOPrE7j[;qCGN/K 5prMAсJ(;X~Ůk RwkahA/'yX҅am!W7" U>NXm,SS (m߉,E.Zgƚ0e8Q@I aWC}4pUe1wk(-K1`X3Վ'FV7Hঅ] Ɉ,/&9+~mVp8: =6禖>hƃ9i>R&~x-ӗ\;W7AYXè;U:hSVjwԒTaRwQ7?x Oz Vh/z929h\Φ2aCwW٫NY$'{ќ6@2Nc4/ z$$({%PxD&J%=0cyPKI'-_,_Υ)ǘV^Wk W`Zy춤dž8 Z%뱋;pVW e1lh(RVEU#́-n <E<^L ob)aȕSitݔukYCrxn&dbdrz~]gˍn(xz=\;ˈ|(ܰ;e@9I(0o2;*E)$Zİ%ß}*|XųPHV}8}A 4Fبy{`o2qY[RgGMT7V/<**SjX>l;<͂1S퓥/,=ಜ@b(.r7hUa?$7HꔐBlc+P|׆WQL[ x’9v76:m]BqfyXd}:%hX`F(,E wR\T")U՚ʽNӶdbߣ+ݿq-ې͂rW8\3[JTc U4ccLC"x8sk,|pG5u Wt{!DE8dgƤ\/- ~6wb; *YQ*n"5KYXΔ0;Um@1x @h*nSuIVP:k<Vqu疛(z]lrk,@F0ip; P۪Ga nbL6D]=X9x.ksY" n9qcJNQ2rS;B,hg @3n@R;TXf*(U3QU΄>̡RC6Og2 ܺ-ܳ) {XeK*Di`M=eE2fS'=xu*ANB !,e jC!N_n5zx{-f/g 0IVkP4'J w#Nw $Ok+D82BdOMӽncrٻ e_!uUn6Ƈ4]zݝ85*ɄpJz(<@;}Y΁DkܮF׼i1wuֻG߇i':Ŗ$s^xl7d#+#hpXMNAbR3 =2I8v@ yh#G"{P @ ߠ`t'%AVD,48-JiLw=sB7gL\Έ Lձtk3G=H aߤYS#!嫧o mOJK6;زyK7"%A'TIq;D"ߏ7mM)}HYbl+3!`:M8yP2$2Zw'=߿}>p$CHY>̉?XJdB!?ۻŧ{!ux;b6G/! N6=+lXCwg @mm@WQZ^)sM D \=Z*`5Y(R&~>bEk#}(8GgU§al 1ɧuҢP%8g5vޤ(Ƅ/0^y+z@wDjFϿ_dSKZY/M xHaaGOCs\5ޘIfLϚޙ"Vѭ;Z N9$"^en _H##4s&tl_> !#:1Ŀ ܌jT*nL]UGo=W' @ U?W0Rmf aN ܔs ˱y/^$޵a$Z#0K*lz쌞%e7,6mq֬\x[Nn^_je6/ṛfTmP)/42ӠpIjUKt/W㤂Gg@i5Kg4ⅵ{6G]tmSJV^SDw+ڰ0Vcy}2v;!J{";wVC%95-ɛX%BHuS;uq -tyx+Ŀ3ko4 ?5~&9/$ĝp"2+ whF~~^]֣P`Bd'.`v-cbhFq3@  _4vp>E Vp1bwa{IaZ S#t Qc @YףAvijg%sY});ctr}cKSzz"Ta_V! '͏z^܅t- i`h' @ؕ_׆D{@36 t᪩.tioWFZQ&ҺgC{-d-`ЇAm;'C_3{grʃcGYaj nZoKz@1)!7B*)/#:ςOvʤ)';k6>;(2k6Xأ 3md#'w(QC'?ѵd̷ƛgÚp'PAtN;RH g܋\c'ƒp7Y0j$wcxy2qk{4ϛs Q0/`qP f2s$/N)c7hwuG Xk k=k 0Lg-hl_)[.#iY4^|b- %HFՠFQSU/F$BD>&SAS4ͩ:v%F5ŽHr b{_DԟΚ*i 㢡1VL&=K7K$' oP#(s8:쎳IZ+%/PЧ?$~t;\8ʋQd̋=|hIXU Di|v |EcX0?x-Kx--X|e+:`fESzkRs^ZX Ll-t;1|{J$?Co B763TԸ=s,MTST[#E/o#Vx3OI 1LGB RӇ.Kٞ⭵PA-l$TD-ܝ;WHcM "/O_DU] 8hǁt& K16\EaAA_Y6Ejb(+x)~BhkVG ZEc 8l;{Ilz\ AuDIՇ"BI, u 5( g  Oj^ߚڗ\s2vڣj%vBWwX.#?i8AP\2}LSSՄ0Kcye#9d,R^zJ@HX+_#a2] XTRdE ,e 45R kٚEk[MOtnI&;S _\@-,^P*{ 60ZVQ廩fˤ+x940e6\.vn,(u S+O<`OVh!*2@̮mruh.4%ANu85?dv["rd)mba $G1EA<˞1ʄ=o@`mZ]i#0QHEU qhv19 \>V1/?tR }w++d^BXfwX&b]ӛsT?ڬf^]# -=MG%&ħ1u};NbVvF07٤P"w.A["㗘́}Em_{;dla@yu>z49~>@8ƷՉٓZGWihkpYGA>0,]<ኖpx:.w]z/+3f=6`Wqp@ FaLGRjB G>?zm@4) }!?:WVWI#LD-$Har#B*'{2W/ R gSWY4x4 N4Rc^?1γ_ K5>/oZ9.L '/*AisLF:&qN+6H%KЄQJ{%KX lڨ]jm\um6uFvZYkxCœ- ק00ݦ47x\v3v[˨ |>kYo D$ci3 R*;G(C<#50?K x͓pF\Pa:>y؎lD]U$y\ հ߀᱐dhACA`ᛊ_+ڍ-  ҈:I9C0ЯQpɞDhenZIZ B!M%K߰j.Ą©b㭇 TqϠ&/Tp&Ժ[dhS5p eV aYCڷw 3reGFAi͍h\2&GGI=1^^Ӳ6O`NJ[c; ySo PGo[zc|*8Yx 6裀M* 8MQ*de Jk\v7w,Z[moߎ̊{xހO ',:WhY$^X-ҩ & \ ygk@K%CY|8jm#Z5@rc@槴%kz5܃s`5ߙpcơ ᨽhGW 2$f$l$QE;s> ^:ti|iO #Pkf};ԫ Ȑjs*Jڎ Q=;_s(/1D2k4D7Y:tL[BKdDRQV}VX?`TF=uR]=_J,/>nPNeΌ!B6(Ck@֠5gcM{Qe V9I?t!s7`ScviZtNc,=*"7_\WX:6&ʡC+qE&md!\v[r+qs8PxSlwt13JEyTJ9C(Oĝ  rGS'W5 ~N\q)uU@'m>dOE?p9f"%}qkDLI+6rܑw LѲ+H *^k1fw;'"JOs߀r$)?e5.([*X48Ab }[PҀWƘ8Bd3NaXgeiMZ`/I[̲tY0][5 Cyjq-l$m{`W:3[9DTSL^oB8X㫧$y9xbf. I]?"4ΙsI|;G 3L/َfrtd k}0p E+.Qo ?֓#}/,ťt/4NU[RdM"Wq@AH+HZo FnxmbZ'qBӊv-߾+S~:] v`7Xk}6E͝X*{{$.F*?: UY#l}="B^ }(:6ۧD ܼhu]IDyۅ=+E0D?;6>bdYM<A5;1z)Q{?1[\lߧP^L̚yDD\MGvcS?mrЏ,HxnJ|S:*V0qtg.&#<Ǎ:{O`Pl¤0|,8QS[0< ֪E/+WR@J'ˍVZN"uΥ̷JjQ߄B׉tHNT#YiԺe.l꽠Ƣo5onQ9%(]TiFi'K_?0Rf ,u"Bw!K%WPrt3>.@7 pXm0DZM2N3%_n@1UŲ=$$!й>7V}pʺů5' 8APcqO Xud*RZF{6^mB"noĠK*$Ρg>;= vu̒F<Hȇ/7.ItN5%B_bGǀ'hT4d>};[z6}kP.-r'#r '~ieٛMR8P`&kcub`k+g9$١]}ႀɣ@Qa';{bZ0mKd(.!4] %83*z[l6C+E=}'E\}SvH3{'qO8A3nQeHU >P-^Ӄ ^ 7x QS-_,e ?_$"у("bEzsTl˘fVOGپ3ŖME0Ƙ>d-7-Q&ue qt|Ve?3(J."Ӑ8):]U6ד&< jj5ۻ*bA^\DqˌCtQk*ET9׹ U21T(x pY|LSMW_KNjxҎ @|1U?=@főHQӋ8Vr,Χ+ AxOjXyǮ_ /:ġ@+ ]l HA}OTNn;:om5^+|LQ9Iw2Dz%a?-Nl i(}ٔ5Kv@ jsQ^.Ca^I/'+Կ+-wl.ɫInyCc7"{?1eA;PgϗsX=ooMh qXKU$!{Qo8I0UrKUmڤPG|۩NZliW?KZVIPJARMKva=Lg8q.]$a~vpuxo]a$/3=)?P>OUjqlL;7 ?Au4y(b#‡jGCo&Bb?L5j˓R-# ?( OC_za+%rGAncR]a/u(!|X<~nG茯o 6J`Kc`jDB e?0I:=U5㌆ 2#)Xy4Ȣ <*2*!޳l׳5;=Ũ^cҷʼ5gd ̜yn5')>|)0Bs#pheQ=pNwEo>41!n\y6ɩX G%Bn0 ^e?=[ {fҳLҗC.Ć'`d'Z] 6FpZAtetdeEn( r=Kԃ7Zba}B;&W,0ZZg[/ I}UP)لu/YP"kGv#m%W y(8T`3 p9e>иQDG9)L?OVX*C_ӳbxruq\d8{!4e?U.쿍m =;%$CUHl& ՘#C@IWwӝNSMQRZlQhUÖ; LeZ0[w 77Lq]Aî~e_ / ~D/H]β,q:́M!+5Μ YC8DC QR9h D^.i*}KLCm's#6$MƬ~ӄ(0rKѰOV.c!t.?~BT>xCǣ`)Ah:֠ȏ=P!q[ Wҿ%} WBeKF-Hl>+K9^$}Q)EC+ƴ 0 /Ҏh、xzav/b˦:8YOLe|T";hGA"*sa+<^/Xন^S!gl"!)^L2+qi`bˀĤKbCk2 dӢn'q |CIݥW.ڤg_A~>C:jdE`SE|w؆Fs 3Xx['V>! iF>$9Rۓfi b%D+9fNyYGWlJ9#z_>qI48:::/,|} UJG0ʺPim_$HlJ1t:ALg)݆mw3?F HP܎w@DL'9F$|J7θҟj`Y^1 Т!&(N~2jh"Stn|ԍzOd7.x:PEO9QEW/Xzn{D@;g|="@iT-s$6fBcS 28ȐWUc(**W 1&3` fΆjnW s:]ɔ&#?}F‘FIPZd0Rf zj WUiI$|1H]pfW"XʝIfM8}׃ȇ |jpXxj%؅ӛ]5vXN$3-tM/veգgki&jICP4 eT'c߉Z6vcA qIp1#jl‹?M\讵Jv܌ +Jf&RL>_$HeC< u-wH ~ɪrlѐ$?De]; Ҡxxe-^$A xݰTxm}X}$̢UkdwKOךasiR dtH(.C ?2Z"D6bޤ쬱QMGj_bD&ցŘj7-V׭Vbaп \<эeL+B0Z{ X!@~c[ြp_f+ %.b'&nі;qMp6wkFCjPv&G@C!f{BxhVh{"nʘM;7ig[7,ʶbtM+#9w?-4B yW62܆Ć Ae"("/`?tgn$NỲ" =>`ɦƣyxp*K'VF$T"&f ]W>[u7^jOv-v5c8$b%K!q|j2.B 18(G9sdTqVZ6 PD;[y%~>NsWٴ^Â.=1EB`z`cLKU?PњAˆmUtAA{(0hu4p}<ɞIݖxv|F2#uRabs>z:GY̓ '֎|ˠJ*g'e~x)%Ƥ7V՝lt(No7/hX qcjO]QRG^V6wC6Щ5WdtVd82v(*F¼X B.?0#i*G;WK_ܯ.Vv1 ̈́ G{Z8/oR9%sA> (U8;y"$q(! VFVVO)H=:y%ǀ wZL?"9Q?زq__u`"l!!ӟ _R?dF n)rt.(HQxA-O;</X^Eāʉ Xv^lNH۟i˟. !Ȓ뻄(:3~1$Q4ൌlK$SX'WMQpO3QA&')Fn1kb{֨K$}Ɲ3NZBQ5܀D )t4S]H4x񕇄m muYG[=d\VzV0+ 1$hͳQv&HOvp{ҍ*J;IcW 0zD]S;'yO^!l`4}9Ԇhq>tf԰L'Whk$)=ԇ+ǖpEC%`hi=u!s]_3wcvv:%+*榭^R&d WH+5"e2YM`IJNaLk`IuH0iM k'X _[ !$ׂPĦkH-M0Z:iVepVDw!acȵ$rIրڝTlsv> ۤ$7$' 6㸤|TѢU%^0C ?M>igR}{ncٽ2^ϣxmhʠw̬@I)'$:P.Wnp7P"k2rHa:܂M@MSaYNňG9;xzXnFG$~͸m)deu\: gl 5o3Gw爰<85篂^eU>de`chh{C!sikoLfUY>&m@D*&KZ..MA DLOg1u8 "H "e8ArXesEWfaWc *_;-IzowXc"or{HWqPt`4+q3Q1CZ}KJ'r}Dߥ7y:@ë2,KKNOhF"*N*l3o?~:wTKI0cEс^)͢P+d)1oiyhFJ^EJAyz߇ZqDL.jb7%#Sfd=83,XrRY *bcsJ"t] Eux/- F,ScyNBC*=ЌDR6LXHqqۦUR`QJSݰ%-ȩB7ԏ*Y򨮖;,ȇ!_c'2ܟry6ʑ1݈i3 qBWGmC &Y \Z D4S6xWۄt8`T &}As(U2]IfW7e+8JJi*:E;假>M#Coy 佥e]d~NQ2-dȆClOG]&QL ޮ/yRȴ;%;0[T| :oOr( L<7jU ~WZym:~ǎYz\*eޒËQMCf ,H+IDD=DioĒYHD&v)XiZGka(Y.=ڍFqA0nͰ" $,÷ۚAf1zGҷ[JI^^ݣX^a=$r+=v+#ppT h^+h#S^Mw-g1e؟T/VKԁny'u='x0I\]5<="P$~<3FLU(aau?Eb<{cW"vT])- fdmiLFeP8)u9т|ڪ`e- Pv)J F)O !\$L=n `N#<9FB?Bf mɣIvV SPܓ*gUR*Di`آ)DEL 0 c|-iIWM0q{ ׳U70<0> )0j4d?z~24ޘ]5{iӞ? ɢ :w80a\$ ĀvƣyՄ )AKO0fUy avl_)BFS|&J%קe ]X]c HAW^Gr83DmP HwGNiȅҌdcҾJwpEVNj TD$*sHPw@YʃU퉸KyrdanhQ>=8 M 8:р/e:~yTVs3R(0(W`osKURHk.fnQþnH, ƿg9O ax:Q jiz^ n| ׳3tӸVBLQB$B !]6ҫoquMנ7)UHz &r<~u#*h1eW nڌYj"i}MK=*)蓸8ʀz똒|s)=N&fPTqKQ7?=16 6V"3ј<)}sX_ջpr[m~2EnND8y*7|3 ڃr BB`Ӡw ?Aiuvz[urۺy 2n5.XVkE[SKg+}YK9UU/ɣً`%'$l^},I3>dcMz!#Ϯ3Ǹ^'=YՃc,왉N)X}hϜ ]$V^@J8GJebq5l7{tS5 H3d*- Wy90RRANuQG~ԉmgS>^,ZS$\$: 5Ď"H"yeMu7M4}f1QX$W yWXM]DLm~Ztf>1r1lw % ۠ ɮEK!-ƫ?wL7"pjv8{1hWTNոO˒:[V|Z6FMFͶܡHȹ :":[k7^kG0Y)x58?fG}8Teg4$~~gˏؤaM=oޞjJ!M?#Xʨ8n58>5Ȁr T]/=do9M #L3s[ G@ocV^SgEGMRL-LN47 1}:O 0ˢN?K,ĵq\6P,uR:0(sz3MHX2AȆϨ⎎H L{5`E\l?m91yIvis8Xi Jo?B|Lo涩 \?uTf?$Rk+ X\uT(g,1$Lj/k *-H}ߙ7'<y]yf-`qYxgoN"+w1)_mY>P^kNqݖN\ eEyYٿ LLUgW6s 7BO}V8iJF7ph<;Ϙ|J&l`qieVr  tjcf5_~ȳ6HI.2#Qު?Zm%_1c!զwnyRCZe5 +QN6:KbO5\添jl׮pԻ@:QGK C=Q&sǭb~AjXpPE8‹N 48hqO&8n`\r#畿U^Y:KrO6ϥ^geui6ew/yxR hAA@N0&) ' c^G+" 鉨 YZ