libyajl-devel-2.1.0-lp152.4.11 >  A ^͸/=„-HKO,2~u\[93LZ]<y"ٶn՚/Jl`(y=^4j\Z3gJ+X-&g/{z{+ja/Kma @Poz/%i6tE`fqB@U*3_ѢT|u9e:!F&eqhA=wy0^ g̻&U Th)-/v}'^Tшp):HL|εQC'.ƃ3od[d*Ez?yWgYi0G!9Zyhz|}\>p>?d ! T $04GPT n       @  K  d    L(;8D 9l : FhG| H I XY\ ]@ ^b6cd=eBfElGu\ vw x yz$48>Clibyajl-devel2.1.0lp152.4.11Yet 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.^cloud129vopenSUSE Leap 15.2openSUSEISChttps://bugs.opensuse.orgDevelopment/Libraries/C and C++http://lloyd.github.com/yajl/linuxx86_64 &]k LA큤A큤^S)#S)#S)#S)#^^^S)#S)#^f0889c6220c14e02485e3bea184cb44da9cf8019b1f2d08d2df14495ebe78545ad321effe2a9553dd8fe1c948ba21e23e495eda26ff3a9cc455b4a3215fd42008875b2ea571b5e3cb1e82cf141d8b8c31aa411acba643e5e9da8da74d8714009b0a24eed95d5737d330ba71aba894c5f626f7a9586b5ac8d2635479595f9fc78424c7fd39066edf7d2937655a2a9ec43229433a6ebd793f9aecb1edea46b549a99c8c61688bdcc47fbe8a36d21153556438a6f164650b229195093ae58f3c03e5dd0413e2e24ab70cf5aeed6a3e40209301daa3946451a21173248441f7432087c0fecb5dfbeae89fecb4aac1c1db442a9a5203e88299e45eef0815e36e31dfelibyajl.so.2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibyajl-2.1.0-lp152.4.11.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@kukuk@suse.dempluskal@suse.comku.b@gmx.dejengelh@medozas.dejengelh@medozas.demrueckert@suse.demrueckert@suse.dejfehlig@novell.comjfehlig@novell.comjfehlig@novell.com- 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 namecloud129 1589641411 2.1.0-lp152.4.112.1.0-lp152.4.112.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.2/standard/c843bfeee58e447dde4236f280eab5ee-libyajlcpioxz5x86_64-suse-linuxdirectoryC source, ASCII textASCII textpkgconfig filePR's^"Fͽutf-847920173ce7183cbc3e9d81dcfca769e3f700a990d77d8f0d1600890b24b4349? 7zXZ !t/}["]] crt:bLL gilb9=XGPV/mڄASC3Y]WFtH9D .|g0ǗRSRfyWn/M=Ǿ.C4ݤA0|<#_l"ǖ*wbW@EہG\ #c,|ܙ퍐+j$[ń=Y̫VWdn޺~6RHZ_i v仸rApIIUBZVˌ{E5PX+7rj LxH!1QHad1yɕMWTeNB)i؟Kv{W}彨kv0ie"Dݲgu䝎BftEvzM>R|Tnjˤd:{o&#ə,`jN9G9K?HIjԑEpĞ",PͅVj> ^ю9wfM ni%: +_0C }> Vk$rۑ𻀕,׼ޮfeJB-w½;oqV> ݈f-bMJ΃^btvodP`ٳ|eX64d\s5+j9bVݧht'ƨ4KrlwEpڴ<(mJ$+.Xv?1P,?tX+X"%<%=䍴# JE(Ad2;2;`Rf/Mε]>է1vhY&.4~۽e{ŨS7ɠ˘ K"l,=<=kt%ʼnp\KFl@εIC#F%^NSJy$O%$A~+p>S&`r,37ѓBzUՄ~6IK'ujzmþqZ-Lj\+ؙ-^I@8E 5~JÈ/?.~/-)W҈/YU.Ѷ@D,lZɪ;\`Αέƨp^沬>U޺Qc))C|>tz(A]NBF (0q2$;ȋh.%FJ |NuNHOh |@Tbr)DΐOx4dEB0.yݼyF%H`J+m N;AT2NH /^ìeJU)l%-lBNRk#Z:h0ɳ9A;ǑeTfq T?K-}oUc_X&>c qɗa}tv4TuariATCة?_5 qHe^U\L~HC﫽E gKE*= ݸpx6-ڽrorAH.2i 2QTj(gJv>nyP?>1VA$CCosS1KKn.5}v@G]Nx>*; ґW.ڭ}7/3{xFH1u#nR~RmWno2:DFjibϵXgN ?@ R4~ ERP#+@3͈ +2|Ij` vKDdZ"Moϒ)-2H3kf5a7eUHn Z*Aw.v1n֓PU!~I`?#To_"|g/ ~sιP 15(VPA]F_Ku,vDkx}P36yrH3N,i[X[Sh[C?XWu'i f1!Р x߶/)+u-H5'O@֠ m)`tɕE=:c3mdi[CҌd Im< 4R b#oPQpjp|u&~AOid6)_R*N5WBo+76g'^s ydCyAf.%|4az); ,-,\"J܄JAz!0x&0 # juv\F.NFдd PG;7`i( T~g{1q!:[Jo+d!Lh5JxetLBZKԱqtt&YvLM, Y&9줬qR-l?f\"Bb˕|)Wa(u]Ytެ >a&9=hoyi V¡P bMuDKFye7u`jp?`ٔzߓaP`>ƢgLw'Ma)^٩[j ũE1:xSN;{&NAVIm|G7A>&B`!Ed/ `Rj")۲!D"m 8م$5l#֓)r]`Kʂ - F_dv.YA[RN+zP,[@6TW` VF`ߜ/ ׯ*?bn3p7 7sSWHir P/DT4_eDX27F'gw1n 4r<>]}D $MOc%XgH,(]U`6 ;CK8]wW %_dzQ7WEtnKuY(vPԺ[ےr^(A)^k}Iq ejmǯ?w M~"5C#h T<~1Τ;|=׽~ơ/Ҩ:B%=*iᇖzNgޒYluM]Ke҂TjoRKt~W-&=vK!_.릨 d-:r`w_DUX1m@ҋCKvmUWMC[J$uh@/ً iuV(o2T~`fKxQ_Dܬ÷SWʥ(y]sQYL:W|'!i_̄ŠP(sԧUǝ렇NǕQ?U>x|: Rsx'1 j 8Nr=k63dd;@x2;GQHXL$@DTv^1&O6n^9Y8j#OZV̮gLsYQ9,m*z_W hC#H8lq}Ӑ w4=KZl6f:LX"؉RG%h6kyŷjQP'R1PSR X6xOxKx_} C]^.\ݓ"?(~+& Ooi[ J"mHڒFhΐaRT_uSһ#C5)JG' -R32LgWpnc$c +(aqqu&S Y)))S?ԌAOzXQZp3>TK!s5s`~yv_ƌm-٘6lgQ b|xJqAhY6 ؅`)ÜQ, {+.81I~B如,ř CblG7O7bϽ& W~=8B:>}uzĽC3>__@~5HA ۄw4c*$N|CZa*A|SٕRCZUeIIwUmlF԰y*?8i;=_e[}K焅)ܽ h,tƽQ 큾ut4 3k {ńX_)JkDu'F@Ѫd4I:1,X#T<}u\g?-=wꮯjA!hK; .Kf/K8O'%ܣR%~VWK.Haҿ%B$ݪb~'BnO,j5lТ]dGC x+y?e(`X^S9VIUg '1p˰$:@( %;tLmeq)}<`rY.O;M+_~~Y8r{R&zƵY%PxǢ5IQ. $d#Eo{1!n?Ͻewaj '`W6 (&f^]m3O1t!2Bg’@D3b"o\OǕs,9"=XmN2E#܏>PfXìwv EU?JI:} ͅڜCs*5Aq"Fjh:b 6Ӡ1 "xRDYN&.HE@e2mt8 )nl<%?qfmA}Wv^/ͣ̓m  ~fpbJ{2hjI1LByT&uVN.^Hcڦwa$Yx ahAgëHZTz9Eq$ȧլ{^:?˪ySE@H+ލb,yM@.n 1~sЎ,汹úFBTmG0-K އED 4sXRRL79X)7u1o Ds-6a('/@䊋S9ej0JGa~YI#>%T\'yIDt &U؞X|C-|Qd(?4aȹ3RoԷ1ʝ,oFFUͷM{%D;r?T [T L\/&zI3Jl4~-|4dDE9~ku?I&R9 )`5n=Lw=Me(ƙy <6Dpd-k&AL+~Kwk si={F4{%ja;[QJnU6Y2Ey;e\d,P[)(I%[yQ-4KLI>MWk7E zbe{Y`׃+&v7|ύj dH3uX(-"&PxJpO(mim\H9azg μvle10MkZ_wP/%25>QoWߒJQ5b941YzՀxwJov68"lQn8`Sj/vJ<agȪpl`YMН;gE8JJOsh.e)ʓ pU$J 5ҫ0IC˸5+aU׾lfGy\mJ}/3%3K]~\= #s -29ÂS-gZ.IMZs /udJT)V!~_Z04Ω[~ \g7 }=R"%0igZ4+ ݡ s-ozoqdS_ sa5U+ems ~MvhC&Q)*e z0e_=0Hj3v ,N!m\pϽAN? ~ip~^bWz]w yp2so n{PmXm /0V>nF0JFWNx`S:pegQw,1Qo %5'@E@ovQ(as X*Wsws#hmH#?Y_s2.\WVҖlOc!_I}v BYݢ|һ +YآZXMF4SZ' ܮ6-C8;J&3f1i@( 87v_w2zjˌ-1AΒ|$bc:\/Zj Z/?[79?vUn a)G! FsČM}TʕdA/1@2|[失m~&*XA>I>)EMRilzhDO:Eg&J V,W*~4E|pzgvƛ*H&(Gn>rc$ %GGr" *tg8vU\xo~Wf!mj~Xс)*qMV%q]g[X!q[uԘEe ?:gT?f{' k `tDb"=ct杧<*Zd5-o ?'z/gm9`QE?rŠkd)g̴6 ߶Uhbp¾܈͈{OLêy|*a4UwޜK7Q6$;p\ݴ4pv}/gSu@\kn .ʍ#9hb:e …-|=m I!"ҝj}c·e?R(=}39'S /+9 XTs'[Tib#85i?5nL O ʢ! N8,h⓻T3>9Wͨ;$} āSDN( l,,,ҁЁ/Y&7h'hp"+%Y|=ZDiqԱ,Zr@gEdH YZ