libyajl-devel-2.1.0-2.12 >  A [vp9|Rs'*rp7kU^R{0z[{u9GnqRT+'(γmx?K,C[5|V'ML@슲1-2 hvh-nXֺʗGpթL3oڪ^ )ߏ ijq{ok{mF6uGW%X2u^So 3.i}\>p> ?d  N (,Efj      $  P  [  t   , X((K8T9:F G HL Ix XY\ ] ^Kbcwdeflu vwP x| yz Clibyajl-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.[`s390lpdvSUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/Development/Libraries/C and C++http://lloyd.github.com/yajl/linuxs390x &]k LA큤A큤[\S)#S)#S)#S)#[D[\[`S)#S)#[Df0889c6220c14e02485e3bea184cb44da9cf8019b1f2d08d2df14495ebe78545ad321effe2a9553dd8fe1c948ba21e23e495eda26ff3a9cc455b4a3215fd42008875b2ea571b5e3cb1e82cf141d8b8c31aa411acba643e5e9da8da74d8714009b0a24eed95d5737d330ba71aba894c5f626f7a9586b5ac8d2635479595f9fc78424c7fd39066edf7d2937655a2a9ec43229433a6ebd793f9aecb1edea46b549a99c8c61688bdcc47fbe8a36d21153556438a6f164650b229195093ae58f3c03e5dd0413e2e24ab70cf5aeed6a3e40209301daa3946451a21173248441f7432087c0fecb5dfbeae89fecb4aac1c1db442a9a5203e88299e45eef0815e36e31dfelibyajl.so.2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibyajl-2.1.0-2.12.src.rpmlibyajl-devellibyajl-devel(s390-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)s390lpd 1527307360 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-libyajlcpioxz5s390x-suse-linuxdirectoryC source, ASCII textASCII textpkgconfig filePR HWƲL4utf-8d687fe7fb51bb00cf5b8deb7b4be78a5642001b42e2d6aec34bfff32129bfb93? 7zXZ !t/}["b] crt:bLL $1jj\wX}n1i bņsϒP mG ug1ݝbdcQ=IhR!bw\}>KaSS^i?cJF 99|Eܐ&UhMZ?OyM3[>#@  9ԯg e-Cۛ _PgؗM 'oFM[6aUR Z]?T cR9X{JQ]]ӛrNO8c6(Xi_KYC7g3aS1sb^,}5ӄ}k^CY`ZhotҨq *.DH` 0 Iܣr>fB=zgVq䛌1Gb,5X[jABPQL!7ND>7k\t"PF!ޭXgI%aGI ̞WћzOOW[;c='ԱqjL`LCMcv~A;F@~n_q1o `RG10f *eg&;\?2 jӮuKVAְsԯhK@湭5$l]Pl*"V ѩM`T"RO+y2.Trq|'>)lA8$ E9"7!"lп2y b͎[AHKAf֢5g lSJI}U$Tt}ϺO} QNm.qyv?>9XXxVm UtYm _9n*GJH sܬ6-=P}@i0ݼOYLW# QE1)jbi›E 8mjl#uۢ/ |AV@1h6HI Q0+╣ M/`P1$d"jU$ k=EF-z%5PI&|o6m\huw;䢠_K99X} V O*Jxndo5|M5]#V.n%I5(p#z%csPrQ(V!1C<ͣr`c-[>+}Y m+#>/@)2%iBD0o_p0?WuB qzgHnџ"ZY?D[F:Vly>Mn!&2FMuzלR?祎9SKj3u(rfБlN;LWRJ8Pd_rK YJ{d7}Fkp- V9Qך=4c}(p- {DhM̃BUᔘsON#&F,&,K48mO%t95כP[na_z}敁R'AbSL% [i^Ma 76!/Zpņ3OsY.e[1TD.ChۚLq4?q6+[(NYAUt ۪U9uM\<whw#^Tq~SqNOFek&KyƎ>3jAϐjU`c`+y䚋z4/KY6D: }Y L1hSRFY9YZ˾dQ'Pb$60]ӀF ʐ &hyqZ>K)TGiq ǣtʿ RA-zHOu|^YRU͎v Tn+kaSS =ESU_}=9_Wc'&y4gUIOn 7bEt.S%̏`K6iJ\؊K#m3K:hk̈́-U%5[~QJpDStʐ3ًkqeYE˜ ]^ҾѸn gQPlJM *‹Kn<2y0Yj_dZh$N[YGsl[{qFWaX+uJҬ^HJcHɊE۽W&s%_כb$rrB+>cHJO0z]쥡DfXXuMro'JiF6QWю[=諰mܻ_I{A.t^!<[ UdpQϊ- s{lLFm#8'AqIvUiVRK $݀-+5# |F5Ru Zk ydHN}w b:~C^HĽcڋގNzb_b7**!9cnRwXaAg a &~SkFzf'1$-uZ@r=L&wfk;A&L_<%.U-s%oiFsݩ:+Zt  5<'%؞7[nD(P(ym\x%JAhEw=)Gh9|+Nd(u0Uj)J.!gSQw;+,:Έal"F%w|eIrrYzۣu;aQ z"ȶ#Y%(7լ#.MMի QKz[J%]lY0%jĨ(Iպ20 ٻpA%4aB 2^1{GtD2k`Z ݩy)%,U10AVo?qVdlS MeZSI{x%{ˮb.  -~< B"k:N-@P d@Ω=sˢA۞Ce@2x E`QXUlQ|nru K#Z.`G3EkF؁hS^uX $_|+>@79r FLX i%wΗkz{P8js" `].KCM6DT_qX@&~[cHk%E `Z#Ԩ-juk`E4cuLYG :^a+F9e#UY˟E2} /Ґ mx-![(/o'rѠghnCTV§ޠr+ҲYOTFbBmF\-j֬Fv/{IV -y& |=8rZLAP|uہ$@g49A_S'O|U[RJc0xcW'*&tf*K0+Ă1wF'/wj9F*qP@b.E.Uu "([DB,)pZ-R Of9NJ&C畫Zٿ6=):kUݽӡ[ʠkzs]D\BgFU ޙ_ͣ'7tF0% J Xt;j]}gENK?^b>~T})ѫ*Fڛ!؀?"t̑1`NEa+:=r]5ƚ '@~`hw֜y1saTmOn^|ʌl%A;\jwi |Mm' 4T=!!".x'hh7+zx_muy,5NHW,/Ӽ;ষӚ 4eNwGPJ@S~Dvo);e7+@-([VMm/mKg9ʔ#BJj a>[|eU ~ , p)l>%XOFwp($O^=;ɀk,& nhBTILUFcuFXURk_ 9*pGk?#xiPĴ˫Ž6?ʩrgiJFWNCFۆ "unz:Cr&M KJp5$ѪԘSn'՝RpV2 q'yQu4l7!aI!27&E?ӂn Dt=ynu+hӿ*Y\a.>m' .?U ^L`®u4YA\\g" \QH% | \PVc0;_K4gaZD uV==0`0ɘge`JiHPA6gns^ټ"ramԨ:P9<~˰dlz*˟N(3AT٤T|"CPQPt$+W\Z͉5ᵩ^Z(f+ap1B=0Tjt=4X%msX^=$ܧDT V'(T\A.S J"PN9/.Xx]?];E>3ys =-l;hqFS!9MS QTQ&ڴPH6 bX)4ܼی~'qhV[#Rߒ3k00h7Yln߭z]w@lϫVj7ASu+wp4*|)b1R;I3 1QJP* F>o%H>D"xYǃ"2Q+=?_-l. { WhOiJٞ# }lF@at6hgǍ!6|hBlKĬ$W>~ala/sqrdQ@g?7N$خa[ ɛ%f?l1`!jO~_Ig¨)OppƘ񦥾mQzLvhn? ~f.: aYU( 9&!i({;}M,bɢpcm?d}0Vf,LAϋHK>Q"1η?|~|ߦԄ`З87ZW& ek Ǻ#sev wz A׌"Z(G|W{\Z/ɻVX&AFy!YQ҃a?'G ^pnCQԱr̂bAI#' ^6؆kGM/J k!km.KKamr.HtIJ)`kImm$0j C+F֑Q7PYSo~)k$GW\F42 `-Kq+oJީ*rzBʎ?AP~/0YhaOUt|7 ~GT{*'CPTP ~s'Z[L\UH+7e*R3hp(@FenHR(츫iºT83c'=_cv[[3qQVv{ MGr\P[lz􏹙꾅=QɷExD#oӇJ;F$8EQm2]Cz7h;H,W;i^KU&OJGVD/ "3"з v^g]]Ҽ$?d#j/Ϙ0="%7fl8voǥK8 XX14)E`w^¥- D%I\W)/ "+C=Sld/qԔrC12RO֟Q҉bP5\8n)? b,\p)8)dXqp uHNT]|y`Pa7W%{ll2kda{ԡ)4CnQ؉Q"0^kXDi+{R&rA{R#Y-nmJ/Dω Ysа̜X`\7@9R$/ >(>a15:E7U YZ