racket-devel-8.7-bp155.1.17 >  A dkJ/R"C#lto1ɏv'&*_:kè[Ț(Nu^67Ysm7 *¶eJ݌^4G^8gs9m0缭gN6?/ص|2xnA1Ap3?"SZd8[fE;`"k;p ;J6LJ @d0oXL>ؽٓC)4#+{cq Pɾ/FY4Kt *VmGO]Q iq*||稯GMo-m#reg%W̶\Am"4I #ݴA&@{&_LB?3+Ҡ᠌t~쭔_S>CKc׺vwd8761712e4f5bfc488abd7dd125fb797fc885b56424677f117fa3f6a64380ff688a3b5246a9d0265d743dc834527392fa118f29eȉdkJQu9]9?۰i:EGZ,,Z+7'XTGuɕj]2,@dhn9<8ُ]Ц3z̊F)x ›,Hu@$3ԋq]ow0e'Lb(TWޢ6X7 ߅F9+dB7aMK~ZHC>&,̽x, b*(qqZ^ EH}|>YB2p>SH?S8d  B ;RX`    c tFdc(89: @FNGNHNIO4XODYOL\Ol]O^PFbPcQdR&eR+fR.lR0uRDvRzRRRRRRRS4Cracket-devel8.7bp155.1.17Development header files for RacketThis package contains the symlinks, headers and object files needed to compile and link programs which use Racket.dkIobs-arm-10 SUSE Linux Enterprise 15 SP5openSUSEApache-2.0 OR MIThttps://bugs.opensuse.orgDevelopment/Languages/Schemehttp://racket-lang.orglinuxaarch64/\ }%\9 0 C iA큤A큤dk@dk@dk@dk@dkHrc@c@c@c@c@c@c@c@c@c@86d4d059fe4855909f3895259b2961cf2eee7e4826abf51149f455426e62af861e57530692b6171240fb386178268e4abbcab20d27bc09e7d7d5ac83f0615c712071e89d3a5123fb6eef62f6f857e004aed2af6b1df38c07a4dc121acc4329083780637f99b27201427129a76806ac7fb5807a4ae8a244dcc2f0f31e1a6a09f692e5d40b689885f99d6b42bc47dd780a7f73485be46b6eea3621acdb51c50be547ebc3f30d49de4f555d48303c5ec453bd58bd2a5a2b612ff075a54f0b892b1c605a5fabe7c6618694d557f03919a2e30037558752850f5e2ef99ed4fcd1495fcb9e28da633f0f50b7b16a21c9f20a3142da7bfaf54d008a210868506de2783286b5c643fa61167533145d66b55b18e0cd76ff869f00bf88619d1104e0f69ee04cda391c71925f3f7eb77f3a8db237e9ff7e9dfa1fdd95d2c10f6e1a098f86fcb308d27379470d38965c7e57e876e6f0f0d60652ea2b96176000c0ac8cf33782e22fd1e6ea6e7819b5731ca01514252c321de402505204c15eee1444c5939a23dff140c8506148a86e00bba5b7dfd9db0c2efc9768731d02e27e405036464be1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootracket-8.7-bp155.1.17.src.rpmracket-develracket-devel(aarch-64)    glibc-devellibffi-develracketrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)8.7-bp155.1.173.0.4-14.6.0-14.0-15.2-14.14.3cc@b)b@bbwbZb$@acab```_?@^y@]-@\@\@\\e[[@[0@ZC@YǞ@XWE@W@Andreas Schwab Fred Fu Andreas Schwab Fred Fu Dr. Werner Fink Fred Fu Fred Fu Fred Fu Fred Fu Fred Fu Dr. Werner Fink Paolo Stivanin Paolo Stivanin Paolo Stivanin Adrian Schröter Jonathan Brielmaier Andreas Schwab Dr. Werner Fink Dr. Werner Fink Dr. Werner Fink Tomasz Olszewski sean@suspend.netschwab@suse.dekgronlund@suse.comolszewst@gmail.comsfalken@opensuse.orgjengelh@inai.dekgronlund@suse.com- Update config.sub from upstream- Update to 8.7: * Typed Racket offers Shallow and Optional modes for its gradual types. These modes lower the cost of interacting with untyped code, but provide less protection against buggy interactions. * Racket uses Unicode 14.0 for character and string operations, and includes grapheme operations. DrRacket supports emojis. * Racket supports RV64G (RISC-V). * Programmers can disable definition shadowing using `(#%declare #:require=define)`. * The module dependency graphs available using raco dependencies-graph and DrRacket's Module browser are faster and have new package filtering support. * DrRacket is more responsive when killing programs that produce a lot of output. * Plot 3D allows negative altitude values (e.g., looking at the plot from "below"). * The `scriblib/bibtex` and `scriblib/autobib` libraries support DOIs. * There are many other repairs and improvements!- Fix file list- Update to 8.6: * Racket has an “equal-always?” primitive that equates values that will stay the same even if mutated. See https://docs.racket-lang.org/reference/Equality.html#%28def.%28%28quote.~23~25kernel%29._equal-always~3f%29%29 * This release uses a new build system, Zuo, which is implemented as a little language, in accordance with the ideas of Language Oriented Programming (LOP). The implementation has a single C file (plus libraries implemented in Zuo), so it compiles easily. The zuo/build library is modeled on make and Shake for tracking dependencies and build steps. See https://docs.racket-lang.org/zuo/index.html and https://racket.discourse.group/t/new-build-system-pushed-to-git-repo/873 * Racket supports stencil vectors, which associate a virtual bitmask with a vector, enabling certain mask-equipped update operations. See https://docs.racket-lang.org/reference/stencil_vectors.html * Racket supports Arm64 machines running Windows. * Redex has support for simultaneous substitutions. See https://docs.racket-lang.org/redex/reference.html#%28form._%28%28lib._redex%2Freduction-semantics..rkt%29._substitute%29%29 * The Web Server provides control over the maximum number of concurrent connections via its “safety limits” construct. See https://docs.racket-lang.org/web-server-internal/dispatch-server-unit.html#%28part._safety-limits%29 * The Web Server has improved logging performance and improved request parsing performance, reducing tail latencies. * The Web Server supports logging response status code via web-server/dispatchers/dispatch-logresp. See https://docs.racket-lang.org/web-server-internal/dispatch-logresp.html * The db library supports custom types for PostgreSQL connections; see pg-custom-type for details. See https://docs.racket-lang.org/db/util.html#%28def._%28%28lib._db%2Futil%2Fpostgresql..rkt%29._pg-custom-type%29%29 * The release includes many other repairs and changes! - Remove patch racket-amsmath-mathabx.patch, since the conflict between modern amsmath and mathabx LaTeX styles has been resolved in the upstream- Add patch racket-amsmath-mathabx.patch * Avoid conflict between modern amsmath and mathabx LaTeX styles to get e.g. scsh build again- Update to 8.5: * Racket's new `-y` flag automatically keeps compiled files up to date, reducing subsequent load times. * Error-message realms allow Racket-hosted languages to adapt and rewrite error messages to make sense in a particular context. * Nonprivileged users can control package installation scope using an "other-version" directory in the addon-dir. * Racket CS runs on platforms where native-code generation is not currently supported (e.g., s390x or ppc64). See "README.txt" in the source distribution for more information on the --enable-pb flag to configure. * DrRacket's new 'Reopen Closed Tab' file menu item will open previously closed tabs. * Typed Racket has support for the `xml` library; use `typed/xml`. * Rackunit reports source locations for failed test cases in the Typed Racket language. * Plot has violin plots and improved box-and-whisker plots. * Boxes are supported alongside lists, vectors etc. in place-channel messages. * Those who manually configure Racket CS to use Zlib compression for compiled code should be aware of CVE-2018-25032; the next release and the current snapshot builds use a newer, safer version of zlib. * The release includes many other repairs and changes! - Spec changes: * add google-roboto-fonts to the build dependencies. Fonts are required for the following two cases: 1. making scribble documents 2. compiling programs that depend on font-related library (e.g. racket/draw) at compile time.- Fix bug for boo#1198475 * add a new build dependency, `ncurses-devel`, to enable `expeditor`- Update to 8.4: * Command-line Racket provides a new expression editor by default for its read-eval-print loop (REPL). The new REPL is based on the Chez Scheme expression editor, but extended to use the same language-sensitive syntax coloring and indentation tools as DrRacket. * Typed Racket adds a kind system, preventing programmers from writing nonsensical type expressions. It checks whether type constructors are correctly applied to arguments, and separates type constructors from polymorphic types. The `:kind` form enables checking the kind of a type expression at the REPL. The new system also correctly rejects some ill-formed recursive types. * Racket has a `file-or-directory-stat` for unified information about file-system objects. * DrRacket shows the region affected by an `#;` S-expression comment by fading the commented-out region. * Racket on Chez has faster multiplication and division for some numbers. * Web server: The files dispatcher supports all standard caching-related HTTP response headers (e.g., Cache-Control). * Web server: A new dispatcher captures the common pattern of processing HTTP requests and responses in a layered fashion. * The Web Server supports use of the Cache-Control header, and includes a new wrapping dispatcher. * Expander: add "portal" syntax to support new forms of syntax object binding. * Documentation search is improved. * Some hash operations support an optional `try-order?` argument. * The plot-metrics interface has documentation. * Fonts support OpenType feature settings. * The Gui library has improved support for Wayland. * The computation of quadratic roots is further improved. * The `set/c` contract adds support for random generation. * DrRacket's interactions window supports #lang-specific coloring and indentation. * DrRacket's parenthesis-based keyboard shortcuts change based on the parentheses that each different #lang uses. * The release includes many other bug repairs and other improvements! Transition/Update notes: * To turn off expeditor and make Racket's REPL go back to the old editline/readline-based editor, use the command ,input readline and then restart Racket. Get back to the new expression editor with ,input expeditor To toggle color mode for the new expression editor, use one of the following, which does not require restarting Racket: ,color #false ,color #true * Support for comment fading in DrRacket requires an increment to the "WXME" format version so files with non-text content written by DrRacket v8.4 will open only in v8.4 and later. This does not affect files that consist only of unicode text. * The addition of the kind system to Typed Racket means that certain mild abuses of the type system no longer type check, most notably the 'application' of a polymorphic type. - Spec changes: * fix the path to locate a list of html files where references of %{build-root} need to removed * add more html files to the list above * remove the command that deletes `.LOCKpkgs.rktd`, so users will not have to manually create this file as a root user in order to successfully run `raco` or `drracket`. - RPMlintrc changes: * remove unused filters. * add a filter to ignore warnings on `.LOCKpkgs.rktd`- Update to 8.3: * Racket removes syntax arming and disarming in favor of a simpler system of protected syntax operations, along with other updates to the syntax system. * DrRacket has improved support for custom #lang languages. * Typed Racket improves precision for type-checking of non-polymorphic structures, existential types, and certain binding forms. * Scribble HTML output gains a button to show / hide the table of contents on mobile platforms. * Redex’s stepper’s GUI shows IO-judgment form rule names. * Many bug fixes! - Remove dont-strip.patch, since --disable-strip has been repaired or improved in 8.3.- Update to 8.2: * Racket CS improved the performance of large-integer arithmetic. * Racket has improved support for layered and tethered installation. * Racket CS supports nonatomic allocation via ffi/unsafe. * Cross-compilation works fully with the raco cross tool, which is distributed separately as the “raco-cross” package. * DrRacket has performance improvements when editing files with picts containing large bitmaps. * Typed Racket more consistently refines field types of non-polymorphic structs. * Printing of values is unified across the teaching language implementations and the stepper. - Rebase racket-doc.patch- Fix for bug boo#1187288 * Do not remove pre-compiled and compresse object files (*.zo) as with 8.1 those are mandatory for a functional racket installation - Enforce the usage of the system libraries libz and liblz4- Update to 8.1: * DrRacket tabs can be dragged, and have new close buttons. * Racket CS supports cross-compilation using raco exe. * Racket CS supports Android on 32-bit and 64-bit ARM processors. * The database library supports running queries in OS threads. * Check-Syntax arrows correctly identify the definition site of identifiers with contracts. * Racket CS performance has improved for structure predicates and accessors * Racket CS is faster at multiplying extremely large numbers and dividing large integers. * Racket CS allows callbacks to raise exceptions if they are annotated with #:callback-exns?. * New ephemeron hash tables simplify the implementation of tables where keys can refer to values. * Typed Racket supports for/foldr. * The stepper works for #lang htdp/*sl. * Struct signatures work for the ASL teaching language.- Update to 8.0: * Racket CS is the default implementation (except for ppc64le and s390x) * Racket CS has better parallel garbage collection, a 10%–30% reduction in the size of generated code, and various targeted optimizations. * A rewrite of the test-engine package allows the #lang versions of teaching languages to produce linked test-failure messages. * The release comes with a new mark-up DSL for composing text to appear in the REPL (simple-tree-text-markup). * Redex has an added define-overriding-judgment form and improved error source location reporting. * Windows scrolling speed reflects the system preference. * The db package uses the utf8mb4 charset for MySQL connections. - Rebase dont-strip.patch- Update to 7.8: * Racket CS supports AArch32 and AArch64, including places and futures. * Racket CS supports an "incremental" garbage-collection mode that can eliminate long GC pauses for some applications, such as animations and interactive games. * Racket CS unboxes local floating-point arithmetic * DrRacket's spell check features lower overhead and has fewer bugs. * Web Server performance under high concurrency is better by up to an order of magnitude * The math library includes the Kronecker product. * The new prop:struct-field-info property provides static information about field names. * In `plot`, the legend font and the plot font can be controlled independently, and error-bars have an `#:invert?` option. * Racket CS uses a new HAMT implementation, dramatically reducing the memory required for immutable hash tables. * GC callbacks are reliably called on major collections in Racket CS. Also, Garbage collection is 10-20% faster. * DrRacket can recover much more quickly from errors involving large stack traces. * Call-with-current-language allows more reliable tests for language level code. * Use of the Cairo library can be multi-threaded. * DrRacket's scrolling has been made more responsive. * DrRacket's dark mode support is improved for Mac OS and Unix. * The Web Server provides fine-grained control over various aspects of handling client connections (timeouts, buffer sizes, maximum header counts, etc.) via the new "safety limits" construct. * The Web Server's handling of large files is improved, and its latency for long-running request handlers is reduced.- adapt _constraints, sse3 never existed, but this is not anymore ignored in OBS- Update to 7.3: * There is a new set of teaching languages for the upcoming German-language textbook "Schreibe Dein Programm!" * Racket's IO system has been refactored to improve performance and simplify internal design. * Racket's JSON reader is dramatically faster. * The `plot` library includes color map support for renderers. * The Racket web library has improved support for 307 redirects. * The Racket web server provides better response messages by default for common status codes. * The `pict` library includes a `shear` function. - remove patches: * extflvector-length-inlined.patch: included in release - clean up spec file * %foo -> %{foo} * remove %defattr * multiple other smaller clean ups - Remove extflvector-length-inlined.patch- dont-strip.patch: don't strip libraries- Add patch extflvector-length-inlined.patch from upstream commit 80f84f21 to get extflvector-length work even on i586 - Add patch racket-doc.patch to be able to split package into main and doc pacakges- Spec file clean up - Try to get it work on some ix86 CPU versions- Require some missed libraries and certificates for build as well as for installation even if rmplint cries - Update to racket 7.2 * The contract system supports collapsible contracts, which avoid repeated wrappers in certain pathological situations. Thanks to Daniel Feltey. * Quickscript, a scripting tool for DrRacket, has become part of the standard distribution. Thanks to Laurent Orseau. * The web server's built-in configuration for serving static files recognizes the ".mjs" extension for JavaScript modules. * The `data/enumerate` library supports an additional form of subtraction via `but-not/e`, following Yorgey and Foner's ICFP'18 paper. Thanks to Max New. * The `letrec.rkt` example model in Redex has been changed to more closely match Racket, which led to some bug fixes in Racket's implementation of `letrec` and `set!`. * The racklog library has seen a number of improvements, including fixes to logic variable binding, logic variables containing predicates being applicable, and the introduction of an `%andmap` higher-order predicate.- Downgrade to Racket 7.1 * 7.1.0.1 was only a snapshot release and is already gone from Racket mirrors- Update to Racket 7.1.0.1 * Syntax (#') now supports new template subforms: ~@ and ~? * Interactive overlays can be added to plots produced by plot-snip * Added contrcat-equivalent?, a way to compare contracts * Lazy Racket supports functions with keyword arguments- gc-aarch64.patch: remove obsolete patch, this GC implementation is no longer used.- Update to Racket 6.11 * Typed Racket supports refinement types and dependent function types. * DrRacket’s Program Contour is significantly more efficient * The web-server/formlets library produces formlets that are serializable * The db library supports the Cassandra database - Ensure more system resources when building package- Racket version bumped to 6.10.1. - Spec changes * Drop --collectsdir in %configure in favour of --prefix (%configure would fail otherwise) * Drop 0-size file guard. This used to delete lock files (LOCKpkgs.rktd) lack of which would result in errors in many contexts, including basic usage of both DrRacket and raco (package manager) * Drop %_datadir/%name/collects from %dir, because parent folder is already included in another %dir entry. This fixes a warning about collects folder being listed twice. * Added reference to starter-sh. * Drop DrRacket's -singleInstance option from %suse_update_desktop_file. This option caused error messages coming from %suse_update_desktop_file itself.- Edited %files to explicity package %{_docdir}/%{name} to clear unpackaged files builderror in openSUSE:Factory- Guard 0-size deletion by -type f, as other types can have size 0 too. Run spec-beautifier to bring (almost) all macro uses into same style.- Update to Racket 6.6obs-arm-10 1684752644 8.7-bp155.1.178.7-bp155.1.17racketchezscheme.hracketcs.hracketcsboot.hexamplesbitmatrix.ccatch.ccurses.cfmod.chello.chelloprint.cidmodule.cmakeadder.cmakeadder3m.ctree.cxx/usr/include//usr/include/racket//usr/share/racket/pkgs/mzscheme-lib/mzscheme//usr/share/racket/pkgs/mzscheme-lib/mzscheme/examples/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=500 -fno-gcse -Wno-stringop-overreadobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/95b6676ce6e68fc70528b96cc4f09130-racketcpioxz5aarch64-suse-linuxdirectoryC source, ASCII textC++ source, ASCII text{1 3_ 8}ްjracket-doc8.7-bp155.1.17utf-8ac16ca91f50be713da824c8051f6ca7fa642beb5b7ceeef39ac7f1e994d4ddae? 7zXZ !t/?8] crt:bLL ؝-aə MZ2i1A'Y~)er\Ru~$FFc _v#߬;!jeqa|x $KdMԔ=.lݽ90 kU1v%s`:` @j]J^,n@砺h{>)l0(h?N9Rk(X:e x|i,Й20/7-e ghBGuk*uHpg4VX1OK1bQʸ؅z?EMήYb9dO3t}xNyot)ȭ}@b6MMi4I"[JR)5F!GSMAC7g˟D}tvle2w2!e<@u^K2)񧬒@T !B) DSSP,Hmt? h08W tBw+8,s)S۠ Yΰ"b=3캩&-in9Gі(3/Yv_h4(LM?MM&Ub|1;u To]$r9rQ{vG"0]e?f) .@ovܥe\ƀ8|p_geǦvPU] ڏ%z#g 'w=1-# s%ZO=En5,uFR8ad E(>wt<Ϯq"ٹq#ò5ExLr¢700<ϋb:z ETf/gMKaFliUA N{zW8ڣ/ZR5šKe]>= jVФ6]ˣk#D:(PtɴVŀ|v/g&`&v<˪<GMafNN7!w}iO]! =hEu=d]HW3IG< CTX`h!~{^f֒plf(m.QSf5z .rjo-)' dUsuӖtHL{gmMOa:R7ь -W j6E#fAK}hG; - Juٔ0B3ez}%[iH/CJwCIC/p!I[`ٝ <"ʳU^>)Y+ÚzvꈦI՚h) 36P@7%=n 4 m3u/+pV=m/6ٝ'0.KL,cb(e) VKﴋLdUjIB?Mf휣2?#yN"qqgh+ˆM9ɭa{bت?J_GuU>MN+:keR~˲^pȍ~[Sa'IY@"+vL+ s_RUoRUW쏲4`>{Vzl_#㺬I gkz8x+qx  qԥȬ5H" _}sN2k-v"9nSrD=*F56|v1Q*SJu]D_dANQ(u;Fёv0 G{LA[G6P#l$fĎWX*WH\^gl=uȿ6L)h1hI"K<:̐0":3ł+C7SH=``1Y\# 4'P 51ҜR>\;a 3#,!ۛմ8D]wWˑ(fey>VM)ĺ};a$N=XH'epAѽ.7l\T~eVI1Jvd஽g唃(/6`_[x0w5FHvdxB6A;40K~W6x /8\db%.e$0q"X^9Β; ˕2ڔ%b.*Ap>ﬦ1<!])8dX*ZEpq1  *ˋM&aw&4=Ʃi^{6_Ml{%UYCsh!;pykWC$Sr]@\ߴ;lDx#ny%S˒\XITj0y&(xbEh͛s]3 m1j(¯\+GP,z[ ڲ2h-*@U,G'E}AR<< Y~H?d>ݳm9eP>/_R M} hZ -3",(Ez_}̣K !(b(鲄_(^>9>Idm^lEGOQyDZ;Dh)JS2˰nQ"h5;x~Y7Y&n<܋Q!Z0߷;O%{1 d~% "DteTne ony#%9\Û㺴X~WO:PpnfnS=0G5)sj KDv󴟊 ł;}Q=׏nA%2Q9;@`ժط\3x^fYf6V$98"clf3 HFב,3k0|peTG\nhe ٖD,`D[; wMx0}8l$2F~]/ { t?S8,-О]g4rmſO NJ^bYm lgg_6r(!i4+4.+7sv S菌omG _}=-E`on;Y~ \eUh@69w?X{k,NVTDqqvϵڧ.Is6 NrVн@AMч*еj ,b2vI/I,j?.6nW&>b i:2eC[1&5Iiu|>h_ ;z{ӁУbS1aҙa]q!EfԜ&hMFq;*4K 'Y63Sxph|o(5E9ms{Pt@6h:g]k.:/iyo-Fg]K]R#d[QgkڡmԘSt[:}8IJa(R}KpFn-BDL;}M{fkM8Wq+C8sÿHظa捚XhsuSXP 6\9q'jK!rH7MY W|?tpR{wG+ "m.(@i~etjuIltnw2,`_w?m/RUC2  .m~STڍ[ Sa wC1>u, !5klۛXFZi'D ݅[d, xc&\tc!\c}Xz2UI8C[٥g*0}ZdVјt`} N\Adz~Vkj{XGK0ZDŽ֎(EYL4u]Mc\zuc"GQ0@er+495u o{?oQ] Ý{Fm)Ԅ@pYqg^)Te[-T&(@ v14a~+TYPc'ךzPxzq@N-j:4w3F(G9LEnu" tfi)HEg~Ԧg9~8cIQI$'#f̉75"`HWyk t/E`; DbNs}$9ZYl_@Yv618&Y&eb&-Ĵ%NTE2>Ƨ%/'60E#~ rghxbG]  bTkw 꾧 䡑fz~D' ,>R Y% hyԈ<$HVJ1(٭DM_5hyB cz$D [!%nMs4<[ i҃ï9Q, P;,iO#^v5 { Q[ʆ٭+Bq8}pd6#-Xg8(3 ㆧO߸-x?h9'hWJ*$:A,`'`\ktI ;2g(3mHR>p1z ImrK)O9!&֜>];l |edzzUݩٚa6L;Ji=q|1<r[Kn_|g@"Ӗ7wza;8ίa{3)򹯋!\LB~.h Xmٮ́@BX0킾_>{ӯ!P\cRq[Q% yI Za[CL2ϡPJ[ -(~0Hi||h_+K=s4TA] DFdMj֑,)e9"03'<7t>Dvx :Lot!;#'GyD? S#1&~bάLra!E~_N{WlzHW!<E>KG^B  :#b{sI}_"?jJ~ y(OOeL6 KXA`ߟKP v ɱu)n6kzZ{kp79:Qxy3c0NtM~ 5l_'-qhoF8j$sdڭL˸lOMF`Kn ~(eHv6.NV]@5&aX x32]|D:~\݃MgkfTEAfի,)?{/I_l$qTq4+ Cpf!LzBIX?6%Sv}o,0v*>#ш4nK5cL5A\hx~C].0%hzecmH$r9C{%7ʩ'=vxď\Bꢖ6l"QVͪ2t Z4Tyrԁء\ L& Fgf-O I#TI$Ķ(ӻl|mm|.LLW߳X^JM^^{H85´w˰xܾP47u)gpAD ;xa'BLT O{xǖWT&0 nHf @vйs)8.hO ;x{nH7FA$21R`^whȚNbLgwT6!}9$l)w;cMbQRt_c4`4iA#OR1v|B4ͥPT*slEW  y{!ca5&hҽ4㫻sծ.BbԸ?ڒRm,aG[1r= *XAm-:PJ4רjrʢTĪP ȡWܔ-!0@4<0WQ$ /fpWD%j},bb1~9pzY>ï<_wM_bZG]^d _%/mfv_B'_h,|5ERiЭ#cND-;].p橅F-\Qehv)C*v^e( dO$A|!+ȍ OqơuQUq vw{Vf| ΑZ^ބX FLk`ytzO];c9j<Ʋ`.=WCZzz,yсdC U=2&:VŪI?cb_ (o) W)֗@g3ዐdU H1)W) b2Ƹ(:[i 530@[=js0"RᔭI5(}jM3 D\ž*Bé[i0Ygg{U=GYǃ,7`(@\_|*JIm}Z^{Oɪϟ\LXcϘ I=h@2& t]#׸I^?jнS b5 )M@Ip!&TfyإJMEH[<#6O_Dj~2_~ ۷3M5D fㄊdq[4Hߚ> v,jqzc$Bo+MC U9MXmJRpz^\D>ϦuNescg8rǍF8Äm5[ޖ4)BYRuڗOQ&`QDym/[Y,CL7H+](S:@TKN@'վ9|Ә :1'"[#/XZݻD$twʶE)X]O eKgD:_tGhκkfLR.>=Z/C9L M,)my\rj_ZBx8x%WNDIOIh4[}Г3BwU5ǩ͙nKP*%ix_th  t%]V~v j NJѲiՈ:3R_ aJ5x!(I9NSݴ2M]XJnI$)2$ҁ #Е9xE(zkMi[L;]/svmhY;em]gƿNT7Hs:{΢'ldЩ yE2\`U%'r(֚PYR&+*5ZlvVanBON*3TV^# _uU5duQȊ9ڻ"^܊xVf6OjnȓfkSW_g+pdVcĞsg8=W 9xE",@<z?E.ݎb,Am|kVFg3N'$A5013ɹ2+7;i/ނvFDl MkP2A3э74rD(kxX4넞5g. %s]GK#t8h oicxS=lLL4 ^\Z^[&lP#Z>ǧ(JˈFhT&/9$%-+C)]EUbnf1AQ5H /v,mvO{ʚ~H^r|=ds 1ha+-";HmYw3!3 hzE> wG9s u,gn,H_hr_kjƝ* <I{vơ,@!cԯ!G3l*Xj2#"-셉1fS8B? j)ͦjbCh* [cz` Ce|U;'VKI R-m~6X}":T:lpo=v߅>DLNg[ ݩ柉 _)TόȂ4=B%Mn]g =f>—1~dh+U,HtV2ʯC&pJDyy嫏Qﷹ`=BFb&BphBUYXQij(,㏍wqneV.S"*Վt*uݿ>y2vf Ǽ,B&O$K5~]fЍ1;I=n|!W $Ϡ%-^iJ_=5$Q)9B˩}/TRHj#jm9PW5QFݬ_IQѽWL y=&\;zVM`} TN} Fbߕtt}檳68x6&9U۶  I#0ޠ!!mv͂@ s wW~K49"k5R6V4B[?^#[4a\"D GVH~ÀoeI!Hy;,vȁ ǿ}(|4}\wXjlW4\&Mt>$:i4pFThB͵R㤄okeҢZp_iom_b e,0푎9d"m7:mA :S] 6{e*5x}cAѢBO*bOĮf*ls`hƱ.âP=:s'~20Y]Dⵤ͑f#u,jwc3Ot7x_LvY(|*8jˮ-ޛPMS4}Z[m{U}PnGyPmdKpqTf>ռXmXSSAyC1 &Ru6#h /t(P~ͬ-4bJ[|: x L?F&"5욋@KA"YGZk+̓cK稪rGĔgvW ডI//MR fp`B "?ѧ`1zmSG9 b겳;?4*3J1D[Em4ҿ 3)Rh0&`h_8#<,rI :۱0Ъ}  @@ƳIBDv.M]uc`TY&*46[ ב!^\!ZRv;4d(\4rjGJ "VspG!\O_:^?֒7)jdT)"n7fN}+M T;R-PqUhOO$V3/v*/J̲Y'-` (qGqzD [ < [Ksڰ~_&WId&)!~[c(yTgx?bճiDrOH% ~ \I!Ȁ`SLҀs\_*R ~e4F qI@!l;l%uI>N}- d("6Lnʰ n)Z} G>=.|G27a`$MOpeꀝw}HU!C3tu7Xdye3 K2Y;40Uܖ Vn}v 7_&/"y(h QzK! gT鿐fJJbWfJN4p˯+X[|=Q#Yt+ݵּN 2xѱn΍42';qknT?mB-L:hY+l6Ia3F,Nũ͆rP tF`itm3WX&):u6~kmww'sgO-+6X)W\ņf$6Xw]=z98uB^J;$/bY" xk{$ȷmuU=W` y5 I||5KZsK*c=qe͵/ В٥"stWxӻV ~K?g*~b59'T 1N{YXJgP-ТE x/$gť31 04 ~k$T7C>4P8ޢ! zF׫ntРKN[0ST!zCPWwsc_ \< FD1MtJD *zl)dHmH:|k`a5`yJ9@ٔtj\ܼ'%`  PBn7:"}h˾ $?<5o;&3RC `p$YP(1 H7締LiK >Ñ"hfIBլi4a–"X~NBodI脂o~c& \H{嶮ή齘$0}+"k[(%3>nx΂A4RLN[M7?d~w}^oAh,R4QID\M'bN3tZ\>֊'W a!9KhRp2Z~XHjYfJa{)-=|DjjL4,ʪDC'oLԠ6ilKF̀?oxpwÓO\΋^B|ЪihxF#z(7UJԲpر2*[\{nM#gK6fu Ϲj% c3f18{aB陶>c Յ]kO#x^NЗ:Ķu(#rKy`(Mp"^a@%}Ǖ? 35)PYP1٠MJwnvnL3A)u%c"LlVU&$_ڢ$ԇu'C?gbgNpiY|)~6y{:@-P2uDW{_x^01El)Y2B .i?֮ǿȃo2q os Q^r76EE .гMغs^@WpHhhH/r׵S״zT|?\SN)ғKw˶9VUjLErMyijW[F l 1 qUn% $bL\;]M,~)aYړ|c_>{thi3 p -y=Mz`|&U,Wc49Y/8ÖlrۈXm~:|YF9C,c"f"O4n{ Ad'Д|# ;civ! |>{u,%;{)dB&HI{MiEoNŸCjtP5C؁3hlAA4cԭ5Ϯut$J/EW]=: muhBBcu\bL 6?Tq{=iYrAm$G%*%&g//6=}ͩ $+goV8|F֯|ЙcJ @(RAW伔:1PjDt]G % y%!{8bx`aZC?75An( )GQ oyF2&3VמQBJZ1s|\@-EhSB[W(&(V!Q_fVv iq#0Ut`50d wff:q Ѩ6 ܹ[Y knxEZX^$illh/`/SPn¸s,Zj_>)+ͭ˂A{IZnvܤG^nb7_1*撎s.dLM؍tI0xhֲʁC4:z6EVT=3hv'<~}qȫ)ȱ-\.2 w Z] :CЅc#{p%z^"i{H Gޮ_4VH dz$@LH=Hc&szx{ъs IDpn zz/.9Eu3dC<˥DDԉa)_AEՋp>^/M>oVAp<$Ja瘎BY ĕ}#ߗ(Y NB6+O]&mNj.hjy74^0.n^y728 B_`.|~5Oq/l" XULrS%:f/g[.QPTqbxE ܶ NcO{e*lJz¢s&\=AO:+FF"4QV_Mٓ)##yog7]( lږ`MbSb: @LײX #4 %ViT$cX\07(+:txՆ53!y6Щ"R)`Ӊk`3@^*rdGה7畂"r$-K&;h ?6T&KƋ]xU 6ɨ/˚=H?K9 XDF]lLd|ߺTym1UwE^nP16A[faE|;gޭuluO]80=ߓa L׉sV}K&+  4eR;ODlo}qlL5(N/6_8sTf]sO<=h?TkhX?sQeWt^)Cyoً1JxLH0P$1 cQ/YP ||j)y5ijԠ$I}RshX]< wǷ޴~c'%~8.Y