libyajl-devel-2.1.0-2.12 >  A [j(p9|{å,8!Jtܝ ̛MNSX{~*͸ro3y@AT 9(78~;tSL: 'Jgf)ws@ #u7$0윧L` sV>5у 6Ѳ7-dwf`3tSHrb^KH3IcZP|ȉF %4` @I.b.l,{Rf18d334705e7a3fd61cf9715d4e125511a4a547cc5cc434b741a30081d6ebaa70671a2ea377aeef0d86cd7726d87661dbe59171e6Cĉ[j(p9|z65G~iq]v?Sxgzo҇< .y4bүQ(`~Ea~~餈ͽ؏2.̂p7o}(ݹ̃M0Nd@h k7+BR*"85 }po&uy& |/]Ȉ=ebCde*PH$+3c5O1 Keլ?ڈ %/|_JU'@\x)N 6 9p!{}\>p>? d  N (,Efj      $  P  [  t   , X$(G8P9:FG HH It XY\ ] ^Gbcsdeflu vwL xx yzClibyajl-devel2.1.02.12Yet Another JSON Library (Development Environment)YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator. This package provides the necessary environment for compiling and linking against libyajl.[jsheep65vSUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/Development/Libraries/C and C++http://lloyd.github.com/yajl/linuxx86_64 &]k LA큤A큤[jS)#S)#S)#S)#[j[j[jS)#S)#[jf0889c6220c14e02485e3bea184cb44da9cf8019b1f2d08d2df14495ebe78545ad321effe2a9553dd8fe1c948ba21e23e495eda26ff3a9cc455b4a3215fd42008875b2ea571b5e3cb1e82cf141d8b8c31aa411acba643e5e9da8da74d8714009b0a24eed95d5737d330ba71aba894c5f626f7a9586b5ac8d2635479595f9fc78424c7fd39066edf7d2937655a2a9ec43229433a6ebd793f9aecb1edea46b549a99c8c61688bdcc47fbe8a36d21153556438a6f164650b229195093ae58f3c03e5dd0413e2e24ab70cf5aeed6a3e40209301daa3946451a21173248441f7432087c0fecb5dfbeae89fecb4aac1c1db442a9a5203e88299e45eef0815e36e31dfelibyajl.so.2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibyajl-2.1.0-2.12.src.rpmlibyajl-devellibyajl-devel(x86-64)pkgconfig(yajl)@    /usr/bin/pkg-configlibyajl2rpmlib(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 1527278111 2.1.0-2.122.1.0-2.122.1.0yajlyajl_common.hyajl_gen.hyajl_parse.hyajl_tree.hyajl_version.hlibyajl.solibyajl-develREADMETODOyajl.pc/usr/include//usr/include/yajl//usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libyajl-devel//usr/share/pkgconfig/-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-linuxdirectoryC source, ASCII textASCII textpkgconfig filePRy2}utf-8fb620cad610d9d3780522f3819b726203aef716ef0dc12977fa4561da4e182d0? 7zXZ !t/}["^] crt:bLL $&EL3҆ 0eLL$R{G_%kOBC6UTY ֚Ex ;g oL|8=0K+O`ܞU'-|3:8O1zP{L ryxۑߕ*moӸq3$ itٙvB뤩7DiV0];yT-(Vc9KaWg&hKcPP%(7;?Mg~rmŽ`h4&w~qU:ϗx2ҿo3u!m9f kdo>~ &ArYiV0dN X˭dC?obrѓIA6񵲮c;zN]Vg0!R QWc+7 (jtQ;Z!-FR s;I$чTWfȭ2`vɐ`5x"w9޷^Yh" ZPoS\w1wƢ)r.mYi3t YkP`s\8-JH}Wch5!e3״LMLۮѦDi?, 7xA Ű5wA}Ml'蘀uNd(`9id]\_>nP?AfR%szAu4rQϒc1޲) &1A'ݜXLB8QY U36>5$3k'좪p7x}ůh*MPPVCqY8_Čt6`"6#&fLEi /3a^6Q<=ό!z[ޗixرvy՘z?I/䕍kD>_xii`w~cTڎ >9NN>?p/$V ;.3Jqr7CɃ[^5O \]Ɓ(D9jMK5KDm .OjvE_2/h?-C,~E_ut&?|JfItcƿG.IGI&;NKH߉j(etNꃑ ӊmSoړl*!qEnĪpُ8!zjA:E bT}s5l?}3y$U'pURN1 :<^e&ڂd'Ĵ*ʾ7 G̫WKsX(jR;(oΉǝVu^O\ҧjѠu>-cat[q|b 뜫Nh mp(H^ GD[ƴr-LjFl* da= %w)!AQc( /+#G26pqu0̺ʵd7(*kG 쫘z`"ዱ /^h+ E3x_ v$\ԬdpPp5Emh3 rqW-y $HoJWx,,Yhgzo4ŗ_=,XfEw/9:08O<h|&=9 +u"joLb /L`ԯPƍa`,yI3{:5O 3zjkH 2xNw7/C嚁$׹復aԀП{䦋V8Ƿ6A H#%J#He\WATP cT?BK"f5WlT'΃(3{^@1P!U$(@${y˞a8ϲ0ণge̻qB fC .Qߺ/JROA;}d,s͇f@]+Cᶔ*Ũ]⾌( ^]t  ,.Vk3P p3smWq?j C!?*6Da_ȣJkDX ؗҘ\ogUDg"" Yj`?̨8 E_̯s+@>sWBop c(a16'نcoƅCPq7a2eW,y2a+y<}s??Vi%\ha#K+z}[B>V mPg\}'j}jvz4X JwԚW'@?ja;yOyzU+ij.OƏl|wـz+NC\(P{_d9Jo^lc`5j\kx)M 7D_v1| tg bayw`XaW\!ixGD"t$ώzj FB&$l` uXSg=-1Caz܋f ֌D̦Z d mh ^3uxt7~~tg O~Tyi29plIB5ppsY,c>^d \$"TO|yG*~Laĉ*ĞOʤ)lqEh6HHJjbkN ݫ4w' }진ChT,1l."O11|}ټ#Uޅf'8s |B6ZԊ{)Z And' ͤqxp?]SoVS{ ޅk8`px 0|@nG㎧e|@Nb c@+*:(+"̺Ocl>zf L=YhV1KMds<0ydefaltzQ΀B!_v tgփxdB&nRNva~1\Y⃹h>n')W;, y&;r)-dL~ *67~`;i5n-j/D!s@ }=pHU륝q+#EªEy^J Hh}kMoZ}bt)g #UNG&Bʞ<0`O%GY6A.kAW#Lf8~ͅľM`[#Upj!CE>3S~)Ϲ[N$%N \)%f>4b,[P!$CAAtD !f] F87I?8L(iۜ vono9іTЦok@0ene%WaԜOy„jzO`o.`(‰%t?}j2xǝrӟL>Պ\3pcmnȽpw x}Ni 1vm4ڕQ=HFwoHR"6 z[~c QAł̤L\qrZ:Evi"֔ie~lϏVV rLtB[o,qݛ}HPƻNʴBFiZH3~ BzihU 5'j}$8y."<)u6RRE0.` 4lk$csijyI/]ұT< ¹l0S{\"A_\bCv7ReL;3%Mfh$76GM5(~i#K VRFkOԜGžy4!!oAP&7?MR؞tU BFԫ2lqԢ'[9-AxM;o(SO<Ď=.:J,ィW;܄"(jl~ZvmzMny:p~K*/gV^kR㣬U,]c:NN`p[ݗ^U*SoUJyݧ7'(J}1(KS.f8|Ŀ!vߚҥ{Q xRLEeA MqNoE/}2-,r܅j[|_V5vǢ$ϿTN_Ybtȓ-tFev*q9%uZ,Μuңc!pL܈lg4N)L qҴ@EqkxT[Hd^KO apl L5?we8zfOm~e[RA[u(xnAj ]fz7*z͗0&whŎb;>`_;O.8;Cy$Fl9T_p*tCff4㕦Ɔ (7 n=L?MX[Nݴ* n 9ȫw[R ') =9Eh [5 (г*mdF#ɫϵB/r]+_&.nT6\,L[_FZj.RuS$%HrT֩ .`=U!)ƕXps 2>AXaY@>J-9PDf pls}Z_xY|lkz %@ߊcW_çCQCs/cFK3@Um߸ F< T%igiOPڠBʹƴ/sO&6֙NQUIMnȓb } |jD&]1U1j6/Z%@PV3#U zXHE\#SB9kz/jAboe9POƨAWxD7GeړwɦH%x]^khǭ[}5*y[(hܑ_1K^IˊTWvxÍߋ~DYQtYo4zmi$kᮠQ2N˪=˜Vn*>Q[NZjH[,~Q%妋D kѣfxĚ#_5ժ]rAS/gPnl/gU|`6ڭ듨"\C%TBCU~ 6vdmzXp燕D(`%$NN$Hj*m_LI.0CbV6*\9.̪/@azo`!:GuEaDMl@ux0ׂUΝяdD{Gr8";ptWN- Rh+(foZ6kKN3:t/ 0)+xl\ֻG } 6;l0D@/9}̀hY8 [nRc-;rRJ{&4^ƕR9%T@wg6f{nϥp^u՛m^ <,>ax![azCV'gR}=;Dxn"=ֱuU(y{I4Y_@l"tn6֏#zze;_e11'&KWx֠`Iko{NG8z:dF=Xrk'ӋK]#>nۋmLY &_eXL@v_蓒m(GGTٮ'r:pIPLʟZ/iP.# 2 BlE~w_j1~@ B/Il(FE2ƕ\IaUpd%js^j +[f2lUHP9s=ʎDV?OenCo+n$*yd/" 5i\g{X֏U  Z3v8λ7#S:*S֘au$TIp X<.duqVj̙mOC@ BU~gx7LaCV[ GBn2lʹ5glҷUA'9W VPn,פS~}R`҈_g!};?NjJ\8B~!vM{ kѦkhۛՌBqaq5!Q(Cz(`wZ-&d 눵8WА"|aȂ[; ݆7# '; q31"yT>\}>W3\b9D?{b1D0l_Kݐ"Y'9  fJpMS(/>jd LMл3;7PF\{l'nY-ͅZ'Iˈ v(BQkEn{z-ٺGFi NIoʭ,nno YP=F+AYF<͚ 2ǓEdx[ _޻: f] )zL.?s !1cWϾJd\FF Q-a9 +\HfL]'F:Dy绠H"rt+:MJ]ZxfX' y]lSzKҮtF]p>4TzG*U32OzܳGme /@KE^+@bdVNEphe\%V 7I6-i =D)%rULܤa-A R/tF0cR/Q*^zt2E3UR6o h%1ǁ3%$mEu"ζ YZ