libyajl-devel-2.1.0-lp150.2.4 >  A Z/=„۟_i5OxJc;<ީgkߤ2:Gv߫`lBGFܢ,b?Ƚ}H7-m5HUuAF u086|N ϶abYMAn0o\pJ65 È _ysz9r 娓(?iŻ2uϣɽ8,O^H(ԱS/fc46c9572193c463c766ed9718263df4d7640fe67f01a948ebf64e1ea918178a93a85383e2fac93b6493c1cad30658c3b716d723C̉Z/=„=9?`P P( Idn dN5 UW 5 w]P^>xƣ+A Zz5e}җ?*a0>;_[ryr<ӹ4%gg: [Ҏ47] OwC A\~> IOz2*6IVSC}\>p>$?d  S $,0CLP j       <  G  `    H|(78@9:FG H8 Id XpY|\ ] ^Cbcodeflu vwT x yzClibyajl-devel2.1.0lp150.2.4Yet 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.Zlamb74vopenSUSE Leap 15.0openSUSEISChttps://bugs.opensuse.orgDevelopment/Libraries/C and C++http://lloyd.github.com/yajl/linuxx86_64 &]k LA큤A큤ZS)#S)#S)#S)#ZZZS)#S)#Zf0889c6220c14e02485e3bea184cb44da9cf8019b1f2d08d2df14495ebe78545ad321effe2a9553dd8fe1c948ba21e23e495eda26ff3a9cc455b4a3215fd42008875b2ea571b5e3cb1e82cf141d8b8c31aa411acba643e5e9da8da74d8714009b0a24eed95d5737d330ba71aba894c5f626f7a9586b5ac8d2635479595f9fc78424c7fd39066edf7d2937655a2a9ec43229433a6ebd793f9aecb1edea46b549a99c8c61688bdcc47fbe8a36d21153556438a6f164650b229195093ae58f3c03e5dd0413e2e24ab70cf5aeed6a3e40209301daa3946451a21173248441f7432087c0fecb5dfbeae89fecb4aac1c1db442a9a5203e88299e45eef0815e36e31dfelibyajl.so.2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibyajl-2.1.0-lp150.2.4.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)lamb74 1526112439 2.1.0-lp150.2.42.1.0-lp150.2.42.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.opensuse.org/openSUSE:Leap:15.0/standard/c843bfeee58e447dde4236f280eab5ee-libyajlcpioxz5x86_64-suse-linuxdirectoryC source, ASCII textASCII textpkgconfig filePRsfHWhߙ 6iutf-8eb16d78f30c899d2ee10a711d2935a7aa0625113cf01b89b113c3cdce8fd4257? 7zXZ !t/}["^] crt:bLL ~ȐN o-I ^.EMf*'.AoY1WrfR8Mb9^d;q߰ul,N&j)-UEƨ*s'r`F]U(,<;[3 RQp᭶47BD g`b{JBuD O[?,?$b1W%[xA0*_75 ,ƞ;:9 v OIn;Ln8B8Y 27W<{NvIU>#!P;?:g=#<~ӂV A-=?eZXMBJӢo $]:쉋O">7Ԭ`K%L\5WitثN!10]%ڙá$oD1}jto3A[))*4+(V WDdWc4V})W2 5ߛ#frگof~%q5KՖ΅ȀW'-9=:nTAؽdȦ8ḳ̫V(|=&yAH K`sĂ{Le,8DF S?K'///Ǽ0 B3sOAC|5Y.d;SUYhuqz!\:dOIsINƘ恚EvHe3 E;T2v;QE Ҷէ,,G+vbx([{$ (EPGWcFڴ, iDxaŅmtf[^_WGdBkbˠ$Z W/+r6W'K0٤BSw }BÇQgyG9FNکl #6%ٵX\XOgөǂ읯z;UlpG0mJ-GbG{Y<-Iw 0^nCDy[9LxfS,j;F'@bj;,VXܰDlpM Bg2ZYtI函?q5/]w|V⾉KF~2o4&4ъ=HZ\ف~i!@ &>=w/HbiͤB]εNLkQT7j 1AVZ Vp9\z<5CBC@4-1YU.q)B2P~Юӽxgsi q7_[א>)4MYe>U|?TRp2/)T6iNq]n}'֕ܨ2B;a0bn/QDy|4W>%+O7"Lx})|k,qEY:W;>~큲"@GCiz- afs/=ߗp1xU?fcq$>@mN&`m(2tZ# ,z:*v$T?Z04u1*3/*ߛ)⡔?\I~e'k^]i Ɓ#D GUq1xܶ* vS2 >\]w7->E#o7P>ױ-,tRVȀ._bOMWr X"0,Ƿ  P7^%혖!ӷ3?z>+OjC<= pꫯY"() 6}X]%#Ŗ <Δ|꼇AO z&?- BeVpl(/]Gzl؏6J>~ K[I8J%T(uē&ذMlǕJS7vlӿ/=8$dv[."mIjzR: 8XDMpy* p0_uU6X+#zK@iju=K?zr,{4rR,PSYԶq̍*9ѥ T$b%!{*7'C9=.{.] CBXU+@86@B TPaqS+‹+[pf_#T7sa1!{\s}zqAg>59PffB}0cЍN GYkJh#[rYfSԭ-Cs'i5('wLD-|(t(aF]v^`s;(+4e f[Xj+]%=ޤ#G?S -;:iͿh!u>SjiHlgWZ(Ɉf JtOTkHܥu5^JM- K9Wh M=*ma:--% }l2n${AbL.tݛ"Ll~Ywr.c ·qH0n߭yTcy% w|VN3nǸ/PGPVmc} ڭI!ʝZRTI֨F5v539 ΐnߠ m-‚ &3f ,g-繮LRq/"̤^m|\X&8~uŎ{C~![Ԡrt+Ȩ:z51p3y?mvT18;!WL5jpV-S i2MNivj@!;t1mˁ5w>0ЋI,LWLN㙯N^ / aנܮn,GQ34&UҋLRyܔVp*((M|.8HѤ8 :&ShʗeDmӶ'b+ΞeNO"1Q~!(3տ6g*hO 3~{n-&@.*ԑaؗ@&PO[m~Ҳkڼ$po6*{m5v1Ƥ4^ 99gM@]:˚65ɥۨ`rW&g8/8{r :mfiSDVTw!uo%Pue ]1;xmyD7j@O[!B0NB~)7{@[ߔ'S,ظ`i WzqwX"H\cy Y}wK=&%d;Sba|[08yPЧ{x.+.ǡtz d.UcZx8|E:n< ĵ BP8ʾNe .* ,.vp_Kt=*h g?0kMmfɞ .@-O{f4ƝVتi \{&x Fqam #Pn(C3CONr?M1h.('L\g8 V5ׁVVѠh#F*{w?$|OXc5!nn(ˌ"p#hR a}dE:›s2TQWO+k95ۮnҴT"U%պ uޠ=(A]y /]3L :P T[:@]Q3cE2cn}Z k9JKFJ{uPоx*Ӥ.bbh([ zLx[@AG6'f+qpzӽbbL:zHHkW39[ x[{rw;wk]/uaK!9;ewqdԧ%Sv<Q,G''7o96x6-D ]kϧd%pPHf7׺|r2lTװ{niH墬uٽZtj[=mC3MD+6 ĶS`h? 붉/'dLߣ~X#vOpx1vpsEIՒקo8|wj A. و[SNz+g "[rGdeFEk?c0UZr5 u|7o5dd/`r_,(¡֖\+~ ]MC%*dSdİνc_󏛊9`c!'.ٛ$P>ioJ\ NmķҾK%5ϋ/%)$Yy~Z.yOM2<"9P8 JOV-!_"(L %XFQhF|\ƺ[f9{enmwy [ J+`RXKuuvkxE^N~߃ǾAs`H܍?;a s F[MmV1Y"xw#8[QJ)  vcNg25דLT`L4)7aj)߆_8rK%Cm_O X*C52|OtTrd{XuG_iTӆđŤ^޷ M(7(Tb'=˩l,ߓfSx,}Lyn$?Y \H'N>i(eHDwGP*?̷& (%f87[#!@oHLFD7k/2Ƽ@;!x|r[~Ϥuh #DzHd^KE?*491uL&&o6߀^ 58`T߿yμ,4eUz֌u݋S2up+I\(R=(۸ȗA|Ղ %q-M"im.#&xZeWnVH⋸͕kH:m5ؓq% wo~q62P_a0) -K)ftZ.2] ҽD>zZP׭?uD&5|1`Tx!s׬5i@VT$v)D#SIX~)+7JHpA1Y~A\Wew,H% @$0 >J `AܴϽY?8J Ƈ[nr-kv1t8&Xz_Hd,VWf">H{\C(\%~=(  *,4 ۉ߯φG>= QhOۈ/\J|ff7TWY:5@MoInD_wDufH M殄O,M_7xӻ( n"2ܕiKd/pp Lra9~ 9𒑑!`w}7>AҲ Zj|)Ť4ܦX5eKl`2*r}.Kp [1g7'1n9 l:0@,,0QoBv^.Zmfmybtv i(/ii8QSBfM/7 5OȬCU=pUnvs-duq|ҬpZ,95['1rލFnXR+Vխ<4 EaC/ɜU*nn) mkR2и+gptjwJȂ >agW[Va!5;#G_Y#oMf`LbB܆ Mhs&ӝFb?8LRyf*YOX>e،4xPlb4ծ؈4+\KL5ۘA22; ^#JZt _j7VRdDo7 |y$VEdߟ*uQ֡Qח'pXWč#>d:u N|r!x q?7:q4MCm)z'mKW\c,861Pl2% xB4ӝ7yW͖g'}RM咾_Xy#P5d*Hk*9ܩ9M'BQ[8&IDyANz?;P*ORWB_>OV w/ ,|`b8gxV.ݷ.qɚ+syZ+؍Eu"ζ YZ