libyajl-devel-2.1.0-2.12 >  A [ RIp9|oE ځ ]N;0 d`) Ĺјr~4ˍI~ o @~;A ʚRmGzԪOpY5Ex  'CSP"V86{?JQdxlk!));'*ynI֣>1ʎ.k!3aYKc8ߒO:7w~3*JH*(=*;i2C-kм(̙Ib528fb36957cc448cd8bc0ab1a63dfa65039a575bdaba68c3af71edbdfadd46f126df72bc133233e80b76a137c957cfb2f2f82e5dCԉ[ RIp9|HBL0p%+8PHAmIuB2E+/x|-ux#*Iw( r:nŴIЖ% 4=UdȺh'Rcь?[R.}~U N>E3@kpOZnHY_i-9Aνr2 3 ,jp>,?d  N ,0Ijn      (  T  _  x   0 \,(O8X9:FG( HT I XY\ ] ^Sbcdeflu v w\ x 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.[ R6ibs-arm-1vSUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/Development/Libraries/C and C++http://lloyd.github.com/yajl/linuxaarch64 &]k LA큤A큤[ R1S)#S)#S)#S)#[ R&[ R1[ R5S)#S)#[ R&f0889c6220c14e02485e3bea184cb44da9cf8019b1f2d08d2df14495ebe78545ad321effe2a9553dd8fe1c948ba21e23e495eda26ff3a9cc455b4a3215fd42008875b2ea571b5e3cb1e82cf141d8b8c31aa411acba643e5e9da8da74d8714009b0a24eed95d5737d330ba71aba894c5f626f7a9586b5ac8d2635479595f9fc78424c7fd39066edf7d2937655a2a9ec43229433a6ebd793f9aecb1edea46b549a99c8c61688bdcc47fbe8a36d21153556438a6f164650b229195093ae58f3c03e5dd0413e2e24ab70cf5aeed6a3e40209301daa3946451a21173248441f7432087c0fecb5dfbeae89fecb4aac1c1db442a9a5203e88299e45eef0815e36e31dfelibyajl.so.2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibyajl-2.1.0-2.12.src.rpmlibyajl-devellibyajl-devel(aarch-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)ibs-arm-1 1527337526 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-libyajlcpioxz5aarch64-suse-linuxdirectoryC source, ASCII textASCII textpkgconfig filePRPthXx[ ϝ|'utf-842d278788ff7304511a11901193cd657870c13c8d4f66e020c0d74223d057332? 7zXZ !t/}["`] crt:bLL %Z%W, X8O_;|1[*40o9.::jt5GCXm6)LXӚ0(U$9- F\L:;eQ< vxE>EXjBIm0"ЭcrSiT"GX>}3+X{U9F.nTXLEgȡ'm%3$}IQaN .m1stBYRߟ0 _g,*z{l]p51dTO|:6q0 8')UGXL(煇!soAq_SL uܠX /Hʼ%Fr)S 8svx[K0<牿6yQѿ{C=ܬ:m&Fc鍲ĒtVbcy \,D88 eg'o|?͂6Fa/wU|#든Fha;ޠ"oEm+9<3c1/LmEZVa\Fy`U'BzkCJHWݎg:ӑ(!Xĭ`3 񕒞q;QTs؛:Ɍ_#[ϧJĬMx]}4~uIvhIتg*QnaxC)m j;dPJ)% 5}ꛔ[yh$y£V3-^pB[Z:[/ui݉\6- ١cs{}dR?l`&&&LYʵM9XN$γUtPͨwʪk2Wnor]3Bi9Ll'%@?4g Qj;w>P]2흹H-kDgC:YHw xlya ?jg&SϱD!GAKJK.^& چ&df=?{=:b$-y"A΍-5ugP&.i2qXQtH=᧰޲-CV j(udI!Y}zY_(O,b*^SW 8C$AK>ׯ'tl3 Jq XF, yZT^B5Vk /\=/zbE-7hҬյuZ2e/`CюUAGF,DVT¤ֳv\NqD7ajy4w/6o̗l=v;ۻX0dx5PcKOxfF52&p8rPh@*8hlꔑ]%0mr1̭ x O*C81yXx7VM |7B8J;#Σt!?m F۩F%ъ#S~@7 aXV =*rJ7v}.bfqa/`jf^g7LFacotD..lK& yQtӖ+h\4WRI ?0?옪ƈjOx5lYc8 /By3P{UA9;6%s-bX[X9.,t[叨!lo,0/a@Xv}V؞J&#p!zy0r< ܛ(I5i[}F&[CV{/Hݵ}ܧixKB*nH'6bABWE84.wҬRⰂc"ԖrAmŦ?vC ^+i)Ͷoat `z^ȌaG/!(+۽"[i) c~js>Ү7?)3qe7l4+˹RIw6iNhTtP4 3?(qTOA>eL$7w3 ZQF]?P&-/h{1x#{!q@@wOo$RdAIq)+&^u:5'1W GQI=1𵚏_ M|Aa.AbL5NX7MeV ! 7`x ]'Nz_-;^)EޕIPwf?zwSg%uTK*I.eq =wP)7y9?򥑝5 䙨MƠu,Vw\4jݽ:)Zڷ Ylt[xStKyP&ǕsIIdܤ%S5g.& ;+J^8Кւx*:OXd0"hJYӲy`RDO9-׍([LBm_8PRDKy`&IRLyw[sy%2F{cwRuZ)5n4'wBLӸG_Rl-(\RI!sSߋvz:A15OՓ 쟇Quv.I]O{$O_/M.n^)eDRi2­XۿoަIWxikJºϽX+|%O ^Lc+o/\5A[d=+dꆠJڬ q/$DGɢG\Xrh(tF kL̺tOWaD׈{l^w(xf & +BxknP bǞ 3*}[E2Y2˾!q:~/VF3ո^>^*IYRYK3Luoho0#1dg^[`ro徇T3.P7}>9aE^AC\ǔ]fi$(;ybc TKrr%l®(N̅?4JFjydh+QY7 dYdGvW^^!W1yJmچل5 oUG 6 (ެۊ'lX)ؖc <=w)=Gg(!_Ppe{[CK'ju9D tKosMca-]xXRW@?~%6ZWF3-1H߃I$m?1 $a bo63מ,ѿ"15_~dWS"( Ðdĉ97Բ.† =gg(ϟ}{oq1Y9fLB.lA~ab_+Q)#e5įIX+6Vܿ y"8$A|E-">uywơub bMڳsLJ3u&FfX(*H K/^'cv?˗|v)ߐV';wQ<{aАˆw -K {)` D J"FCƪvK&)mR3zc(G5* sPhr븮'-߉wO}m ^~9kdwyޤ4 2O!Ȋ:o#?fQ&+&vU x:%da]ȿ6Uʾyv2$MhɊ,6:͑q[flݽP6ݎMC_=0կ[~:eL%4ΪzWj9~ Qs^ L4Ou{˘;['`ײ 1١z KooovA9%ƒP\] Y򡦪ˀd<8DaZTF 6?Z#>n2v&TZ͘t[9ΥЍoJz֔<״.n8K1aYRícp#ַ "KﻝΟ3r44е W-9Po>92ի }8 jG*iH3^x$x߬z?Q]ΚJkIRޑxzڣxl ]sRqhcRhQ|롰+P"y?D_rIm^'j9qnulDbĜ]Wf zsx CNCC،:xެkeYWg7IQF?VpHZGEHC"$q?"*k z"ôRxܐ~=觗;>?<˘a*x/n|9ZK;ntl'܈T$Ҧүs{%@J35Pӄ_Zk" (T.O1kfryX!-dxbFhoROǀKW:eޠ V( Ќ L_8H}RHuf 8}* Kb->Kv9JBʺ>Ob!|Y 8a¥?bMwP`6?zZ:2͂({K`Q UJclK[ 78r g;߿;4΄ ΍x댻Ay2ʱPq{="2ͼCʻpx:"i 0TmpU[W Ptפx Y//1O 岚G?s$L/s?!Xײ`]?$)hc[0Xu UC|42lFBzډ_.LK\+=hRgLh(@4$S"Z5%V4y%6Co9ԡ˨TC87X06ŴK_1Ĵtӽ+c1U^:Kαo%=ggԘs4 >ӎ7h\%2z9G-k5ۮ=oƼSvhI/@BsiNJTgUz{~$]v)k<9 ^24vd^܇%,/<Ǐ$\K9@(p!!nFŊ{*3%kvAJ% A!L%敪P ψ,lfqACm cVob"M8^e=w2Fze~@8> ~D:/ւA `0V3Njبq^c,BxB3+F[7eZSueHc@霬(7(7 \up3z\ЙP-}DODam bʟ%nXΉ)# ["}v.Jf9@9 v;mډ9T/ ' 㺵_S&CL m{#@͡80C8we!XSUef=2y훴NE6kECvL>"vezh2Nk4 }~'bɠLۈ$ƍ*lÅjwN?>Mt2vd ZI);&s6 XP}sm .oYv]_Dxθ=dx%{lNiВzELpEiA | 9h@s1"(ww$=VBrHz{<>UHq#M61/E0F`!qSA3*-?sWN a+XwwLε>;)!4_?߯NׯS}% [Q -s0S*MSrnʡR(3g g;. }4U6=` uJ9lWc{Il)5 *(9A<,V Tذq^g9?;6 &0-N° 3ճ0Lag`{V[֟w LzAy}Eז{ YZ