yajl-2.1.0-2.12 >  A [j(p9|WZc]饅wv SGXpF=`Q/ħB\ ?.֪!ַ#u2{ ՞Umw1>1u݂-5N"џ-p V#!=[́7*u+KR";3ӄ3r"$j|Η'׹1?*$L$ ) ؆M+w~CXbcY8B(_.56lgM|tbtrT+ai`bsH447879c88c6841528734ced331fd668134f2ed4006a5fcf363225f74dc3c380bd05f9fa1f195c7548869b9d1ef5284bcaa91c9a87b0[j(p9|HPZvhI_0Vޱ@lHjoGi, cqA(l3#; _PĤvVv +?ݣEz?%%-{O9|ScDW|I)w%i]РBGh]BoD跇o-RzPy#1*(*i,^Na&}ےb CwJΛL0@,oĉm-c!xf\(Z{b*c iOuv>p>?d   1:> Tp      (8L t h (89:FPGdHtIXY\]^bcdeflu0v@w4xDyT z|Cyajl2.1.02.12Yet Another JSON Library ToolsYAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator. This package provides a few command-line utilities for processing JSON files.[jsheep65SUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/Productivity/Text/Utilitieshttp://lloyd.github.com/yajl/linuxx86_64h0큤[j[j[j[j84dc2ee5f601a5ad07267de7c0333f7aa66adc54343e2c460e262ef458545109e69bf05049f112419aafa0a994fed23170f38e585cf72efe716a285a1750330dd0f4d8d6534e712e59195747ec4baf69627ce6fead0dc2b94b25c6658101c83d3e2e45a9fb920a2497519d36222ce25179d70d44ee4bffa94972b2395755ef03rootrootrootrootrootrootrootrootlibyajl-2.1.0-2.12.src.rpmyajlyajl(x86-64)@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libyajl2rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.1.03.0.4-14.6.0-14.0-15.2-14.14.1Z2@U<@TZ@O%4Ns:@NJ[NEM{@M@M@MMRMRM@L8L;kukuk@suse.dempluskal@suse.comku.b@gmx.dejengelh@medozas.dejengelh@medozas.demrueckert@suse.demrueckert@suse.dejfehlig@novell.comjfehlig@novell.comjfehlig@novell.comcoolo@novell.compascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.org- Use %license instead of %doc [bsc#1082318] - Move other docu to -devel package where it better fits- Use correct url for download - Add dependency on doxygen for doc generation - Cleanup spec file with spec-clener- update to 2.1.0 - 2.1.0 - @nonodename, @patperry - fixed some compiler warnings - @yep, @emaste - documentation improvements - @sgravrock - build fix for NetBSD (and whenever sh != bash) - @rotty, @brimstone3, @lloyd - allow client to reset generator - @sgravrock - remove bash dependencies - @lloyd - add api tests - @rflynn - remove ruby dependency - @cloderic - nmake install works on windows - @shahbag - build fix for qnx - @breese - debugging improvements - @lloyd - json_verify supports -s flag for stream processing - @lloyd - json_reformat supports -s flag for stream processing - 2.0.4 - @jcekstrom - additional checking in integer parsing - @jcekstrom - fix a bug in yajl_tree that would cause valid json integersto fail to parse - @plaguemorin - fix a memory leak in yajl_tree (error strings were being leaked) - @7AC - reset errno - @ConradIrwin - include flags to reformatter to allow toggling of escape solidus option - 2.0.3 - John Stamp generation of a pkgconfig file at build time. - @robzuber bugfix in yajl_tree_get() - @lloyd - fix for compilation on 64 bit windows - 2.0.2 - lth fix typos in yajl_tree.h macros YAJL_IS_INTEGER and YAJL_IS_DOUBLE, contributed by Artem S Vybornov. - lth add #ifdef __cplusplus wrappers to yajl_tree to allow proper usage from many populer C++ compilers. - fix array access- Remove redundant tags/sections per specfile guideline suggestions- Add libyajl-devel to baselibs- bump baselibs.conf- update to 2.0.1 - lth generator flag to allow client to specify they want escaped solidi '/'. issue #28 - lth crash fix when yajl_parse() is never called. issue #27 - additional changes from 2.0.0 - lth YAJL is now ISC licensed: http://en.wikipedia.org/wiki/ISC_license - lth 20-35% (osx and linux respectively) parsing performance improvement attained by tweaking string scanning (idea: @michaelrhanson). - Florian Forster & lth - yajl_tree interface introduced as a higher level interface to the parser (eats JSON, poops a memory representation) - lth require a C99 compiler - lth integers are now represented with long long (64bit+) on all platforms. - lth size_t now used throughout to represent buffer lengths, so you can safely manage buffers greater than 4GB. - gno semantic improvements to yajl's API regarding partial value parsing and trailing garbage - lth new configuration mechanism for yajl, see yajl_config() and yajl_gen_config() - gno more allocation checking in more places - gno remove usage of strtol, replace with custom implementation that cares not about your locale. - lth yajl_parse_complete renamed to yajl_complete_parse. - lth add a switch to validate utf8 strings as they are generated. - lth tests are a lot quieter in their output. - lth addition of a little in tree performance benchmark, `perftest` in perf/perftest.c - additional changes from 1.0.12 - Conrad Irwin - Parse null bytes correctly - Mirek Rusin - fix LLVM warnings - gno - Don't generate numbers for keys. closes #13 - lth - various win32 fixes, including build documentation improvements - John Stamp - Don't export private symbols. - John Stamp - Install yajl_version.h, not the template. - John Stamp - Don't use -fPIC for static lib. Cmake will automatically add it for the shared. - lth 0 fix paths embedded in dylib upon installation on osx. closes #11 - refreshed optflags patch- Add man pages for json_{reformat,verify}- Add filters to rpmlintrc - spec file: Document githash usage in tarbal name- Add filters to rpmlintrc - spec file: Document githash usage in tarbal name- add baselibs.conf for 32bit library support- revert last change, it is BSD3c indeed, and totally unrelated to bnc#670525- fix license, changed from erroneous BSD3c to MIT, as stated on http://pyyaml.org/wiki/LibYAML, sort of fixes bnc#670525- merge yajl package from darix: * lib -> LIBDIR patch * -devel-static subpackage- update to 1.0.11: no user-visible changes - changes from 1.0.10: * yajl version number now programatically accessible- initial package (1.0.9)sheep65 15272781112.1.0-2.122.1.0-2.12json_reformatjson_verifyjson_reformat.1.gzjson_verify.1.gz/usr/bin//usr/share/man/man1/-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/c843bfeee58e447dde4236f280eab5ee-libyajlcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=a22a990d435c5f8fe70f40a992a5f7d0e366089c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=7a28a94d82b1836496b85fff68bd2f3bb340ffa5, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRRRRy2}utf-844d502d943ee4cdd1c29260d32be81910770018789bb083bfa5c5b7e9abe7c4f? 7zXZ !t/A] crv9ui ղH}\AGTٌPcjVgLy f6~GHb7we2B{(dMYj'XV}bcRDŽֵIkltulXXM0{P-`<0ɥr1)in0 YHV. 0h6o)T& _?p!譖OO<{=2Dz!WMcLj$/u$ѾGì솤rlНܹr/FO;+\ead,Z>h~ӁX7bFt}"4r.#72(·r{~ n[*hl7o0}7p;v)&+ux1Sb(++[L&1f|:2*F5+9Oٕΰyg"JQozl&Ug\k2/^0< YmKcWV>\܂PC`)zxtmyeȖu $VeОwOXH+4 bq;q1C878 0wTx dou D@SImgmg UúU\r௎[O"+CXn&Im-V/{2ޖ[7inDWDiI1W.6XE4@L*x ɹzo3sUBEו'D[q߳u.ϥ? 7۬TDmfؑÖ~taU*}Ds V'2Rb (@SԢB U};*h(%/KDQfmav#^k('W=, km%I@1G2︖ovX-K*ͬb=+EtnK}X:cv[!*7#1~ꬮy|ŮGIۂЬJu. i'a&xSժ=|10EWLj/~6%G(4 j>ЩcPר-gvwzP7KK0uF,[0}.Ex:rK4.S$g;WXx/4Mcxc(t:խV&o h:l/mܶ4ŮfeҴk"1Ǿ02Io0w3h\țݝ;AR9r iK$1R}TkեQ棄ug乶&N B(*f5l3} W"2~ModV-٩z2b]1ڽҺL"C*O 2x6fQx5mT>WPQvǿUŁep(.^<ؽ|Y3j{,9ՒgfGyy@~r8NsLQ.(`]>P#d/ʰ<wH%nͩAwjG ppnqt ^,6Ji6uI`o< 4*3OZxz8\ݳё:ph-+ܗ`A삿%6'úETsrGҴOfot.ԴieNvk%kaC*FDU-s:wk./Πn$y»yË1G: ̀zZ^b-Lr::879v1oqGQr!S<4+7ݑ#0l(rХw3G Y{=5!0ՐC#lK> c[b{/Et m!mێ1 ic'uhCC0AIm"&?bnpv9p76ĎHv'>X')\XHx#4iT+5u.Htƕ\bZ.5}42TmZ .֚\N PeQB:74#|oA@Bԟ p-JT)wvSE LLEm 5*򘆂(5drSZPuJ5V<$X5 V@ͩgnLk]ưB¹NrǛ񫏫KEșV@G``mLGa,+g90i^nTG3*$/3]u̝L:y?bB<lvǒKkV3Bv#{o?BQfO%U^`HT|916VJڻ&v?Ϳ@T(?_ $Oh^ tT*J ^0vӯr2c]x_.=/rU#3dj(ty9h|Q_~14`w.m;Y1/V Ԑ2} ?g]7F3k fi'h=ϫPjErfU納jԔ{$tnG{3g$lX0dYpߓΰ3E& ZL9*1n&HS j<.˟걩l(YZ7a.1-ؤ/OJ\B{1MKمD9 L6v}ZRE^ȸRc 4`BڜOUp3ȯ-+1j'.]o}HǞ* %Qt ^4;#ջroT2tv[`FngLqA4r\[ Wm'ibN//9ʧ;#8cm'c['PH7dms9t9 X Q[xã7ikq#NOR'&l4/J7J{6 ( ˌn!Sn6X{„> 8ckNO6綵޵ṵ!qL왮8nn#dj@N].W!}нLS/ta Fw)-ƒy"Oc%%ԡIv8RaVVODb<xfs.v͆N"=[F=!|d4@Wf#|?^}40XDmҮ)nlRuYtNN%Ѱ)Wflq:Ler-5Wi9*8A|8gTFY izR1 Egh*ۛQoDӨdx*L7G[!k툼F&@E$MF/C5nb{͗w&*{O D3z * ªdxs7Cmdsf8Z aRZ蔜߫VE+9 b犑ulycJ`.{ٹSHl.nRblTZoJ|7{^<5s&K^ZrE'$7Ks?tb(C!qpLotnpRRC=#,\&yn &짉G<[9d+*s% \W)S`wɯ$,Y1-E.=%\SDZqtS s&$QlsPK˳=V>Qэf'=«m{ g'`cCBcB}>-{_vԳN&KgGR(5!QFy 3͟9aԈo5D}`b^^jA& lF}o6-pKsJd~a vxfC\B_ ^'@ȵ@C*pp?z' Rv9oI@G0X%bxex:&i9/]E8 SJJNls`}uIVDf%r=T{[x.b2޺}tf6| uKZob0I{\!j&S'D \/x%3(;Z.H,L"phXH*!imoU~'w0$ -@4Nq$tw`SG f~mrHT}WA9.A6PEa)Fg"UwP|۴SXoiR@.tyMQ"3>}dS7'_G Ƴլ߰A 7t 3T|HTJ87!(rSW]ʏ ɿG(OnKfT':7o$`~mݗ)?T~x#Afq֞ʇyJ_ h_,Yr'j ;ZWPfJ8+ ,8FwC10)d:xmX.=;TnYv4bϞVޞ-w˻WIML uo+ D,ʎ`"*Ŝ)*vte#aQh7y"!APL2wL:^Rʯ<}^e%$جHg-I# PJ@;5n%L`pSw/ #TPsŞ+wpOy6wt`'p}No;ɋ>UOdW6r< lȁR9Q*_lig'`nxJ\`:VbbӧmL2Yx:Ӝvܧ6ɥS:ob5Րm]yn{aQt65|>d&^++`|Q_VadwWR^ԫe`M`h+FֿX=؝ )5*mor_ &!j0:?*FCuO2CJؘFgi6Cmo rЇ}U,m8E@QS5lnfRP/N>ZŦNw>PjTlͦ}O!NrXt6&[jH_ƒ}sE RqU^yagC~]䔠]ԿHNQS'4$0~ _º/~—hIPWAï\}TDXnH4ƥlə▟c6֮[0WÇ=&iG:bD6Gv|y2g^&ܮRjǴ0NC=rT0ͦZCrCObۓᑮ>,;nwȮBo?cA1M3eަ(`kF!zVGnQㅎ4 iX/xLVC/Ge4)PЖ^ݟMi |BS.1Ѩ3ɟ`,u"i ȼ.֮Z1|+2A}Ғ.xr͕{D;듐gz?fU(sdRן k7l%=_JK9ǽp?W]91wh=}}sFcMK*Y^=;_hmyY+:Ϥ馽NL+N%ÞҀX(/M%ddz~--iTB8bsZ&_ ,twI^QXlbf9f>k[B[ ΅O=E :FD^n 7gkͻu=Lqu81g}խ1XCCp X\,_`69,wLwIRЁ{GsM{7 f`F|KY/"B*2QhO Ԋe)v_Z :C+%zPaW\mpAȜa\)afɏBc˞,VSWv;W+2~6v"T{ dm$FC]}T@ozϫpt%"1VD3>Haa7:`ɞsȽ=*Q{ZzD Ghi7sUCk~$@A]wmgq˗W6tzxDrfaz/(G bX2dLc :aMUV!)fsLbZ=*>2j~U#`=s$R7$[-,qZ+&fC5B;Al_i〆|u+>[x >#m"12Mc]^ *9FPLjyԎ|L4?Y9R&H7n~FQxն`]p7hrTvamDTj, 4a8*`p=v1Iδ1ةg '%wU` ȵn =J)V)`S:`/.47t!QG1z{_ +~*)7`ZTPͦjjy̒Me)+/ʕS 휘+d!C-6|6nkjc78h[)b/;hc^ь.Gy6Mt0Y}#n๬ Gn| t2*s!QK.bL(s:Rd_>X_ߑ ^C$,\ؙa,Z.D >_<(x*RD4:{qK5ȼWX['1' 3ЭΙ NJ^M(&sblł 4V|:\%e6G6=gIED"lR&Y@>_*d6n"rMA@@,FܰpMW, 4Ri(v {{gf=\EuZ1~GFSicfnHRdՍ=ѭ=<V#~dXVt-pe#Oi-:XT[,u$(&Pٌ61U}Lvw(t BP$9\_W5U9닅 ݩh5ĄF^ 5]#^ |/ؓǹiQ_ܶzUIH͹8Z#N.uIglDŽsub0V>t5f AChɻu!t?KdюU~4 ~԰xTj ̩-8 3}@i}kV0U'x%u__&}bP?i#>)aͺr2ֽ_5;`0?:Ԅݣ@Ry?uPeqDݭ~JJI4+(M1 +T׺,?̢l);γG! %O6h(/M%S-eLQ@#BhaNf\:$睕)" Sh磣$:U#^ouow1>l%ف`,l7S9R˫3!t$K1ᴑyO@(5,8#At8v#YF͎wPʛS@bm%9u(nwTyA!sE 0zBו̕;@%h{F}sO>ɒ'_"s4i7oVhe75Ik IP 7}& ]H}sϖc1G,,zS߀2C?` MýFyz(J!=?0(58ɚ|by>:ukFn͸0'n,G=F+lRwc楲 ~e$6<_U)w!\1`ŷOB7^9{E ku^3]+> [RW hlFgG+P\D.MRD`#x@"pHq޻ ]7͢PVQQ8 iU^Cpǘ02ΝFCW9ƕg#Pdd0\<9E"`@}2>ǫ6L߹޻d@(Egal^; Q}Nӛ¼y//mmAh#-i8fh0 WcRX"#]4`O}WC1 pK" JPH>bW 7!+AY4?hpG"D=u3MAA[.Y{'Bj*zkR s67ҟE -ilhN(`s FHD7xC|ҐQյ>nM gmT<. m5-D· r:+̤^൦وPo*+I߄Fjc 0a̤!R\ ;K\Uj-$3@v BڦRz/8Q1| Gbކ{ZmKp s4D`脈b3ޘ8֠uj1!Lh 3G\bB7__o9&BhqN7U%u3_x>y„Zi:>@CC_E>R?jO%(jq|Ny\h6a53u`#4.&L]I2tAVI@{T9?[{6#1ZNO{|9 rx!-/;%Zs.xZtT_\&zJ+cDmlp,("cǐp]&ō2g6wiP=ڎՌ @j@5U)3!߁<2N ~Zl05^J"K#W(X?di 9gzowu,7C<$յ.NF& M_K@a6'!)E]nY/BϵK+z6Ǹ]{󗄡G,ZՆJ::&NO{23ِ\#A&l>ϒ;t68[8*F1Zgcy.+"]~uD<(G.Q]Y*OR zd.g%E.af7d!8>ʍ}:_KdJՀ.."T$R B.}p^u9ƴjS9F4g6TTV2%L '3dYXb0,_bD@ý*ɋe=bS/pѰ:FeP W Q9Evu u@6Lxe&&]bL/*~$8L`U?{VG[_av b:!C1!z1 cMRk 0rtJ.( GYXR^cq[:[lU"hgtc-k &mDz'G;Ծ߸Tmf(o^KAeSL`=t6ģ4x–FCO2[W:?ԛGCyLá,ԃ@ZUY+<2ܛK:w^ȂXV> zyFE-;F|u&n*'JmYs+;"fGʞkPؐ D7Pk'AxUQJX  ֐mJzg?f?tuDRFj$xK .u?e:bڡG@4b/35a(|+ι8=Ĥ4^Q~Fi7T:EPD,]8O7Ү pZw3zGsXS ,kcɽM)bt`H?r\ ib)a bzbxjw(]BPYhs{?橻U3k*S7 쟾ʂ3ߛ{}`$= @a^d\7rط!v;Iq ʵAs'|}u2ADfLvIIFVAQbVj$uw,19}NrXjȖ_`YNLCyN(&(d67FKyoqIGq XkulQ|\R:=ZX3 O9s?||7ڏJilw3la 4qǰ ,g>pNt^\E,Ir Rlwٽð?ޏ#Ew;[gRHEWQ'q梩c{d@ty5>Άj2#7msޔ t ^cG1 c$yaP%kO:iw кc%**&?*f&uQi&zcfK!?f~]ht9^K,w^?ZG(x(P{n$! SGiU39s\BB}]0UOJGUi<#kx% VKWlcxW' @&puF"d8/ſEʠ?r4_yTekT=f7LpeŧEt $>3@YXִ ) jnGF!E):b$qYעM/t@H TAK U9q45Zv'F ǔ,JcNvd[Фbv$3X"M\QMH3 ;d]5+~[^NޑuԺtVqKqW---S yCt쑑%W/*hv7EZV${T"s G[պ |CM/  YZ