{"schema":"libjg2-1",
"vpath":"/git/",
"avatar":"/git/avatar/",
"alang":"",
"gen_ut":1746505730,
"reponame":"lws-esp32-factory",
"desc":"ESP32 LWS factory image",
"owner": { "name": "Andy Green", "email": "andy@warmcat.com", "md5": "c50933ca2aa61e0fe2c43d46bb6b59cb" },"url":"https://libwebsockets.org/repo/lws-esp32-factory",
"f":3,
"items": [
{ "schema":"libjg2-1",
"oid":{ "oid": "8e03e7ed25f252dac93359330f28a4014c585f5f", "alias": []},"tree": [
{ "name": "amiga","mode": "16384", "size":0},
{ "name": "contrib","mode": "16384", "size":0},
{ "name": "doc","mode": "16384", "size":0},
{ "name": "examples","mode": "16384", "size":0},
{ "name": "msdos","mode": "16384", "size":0},
{ "name": "nintendods","mode": "16384", "size":0},
{ "name": "old","mode": "16384", "size":0},
{ "name": "os400","mode": "16384", "size":0},
{ "name": "qnx","mode": "16384", "size":0},
{ "name": "test","mode": "16384", "size":0},
{ "name": "watcom","mode": "16384", "size":0},
{ "name": "win32","mode": "16384", "size":0},
{ "name": ".gitignore","mode": "33188", "size":186},
{ "name": "CMakeLists.txt","mode": "33188", "size":8099},
{ "name": "ChangeLog","mode": "33188", "size":78553},
{ "name": "FAQ","mode": "33188", "size":16573},
{ "name": "INDEX","mode": "33188", "size":1988},
{ "name": "Makefile","mode": "33188", "size":100},
{ "name": "Makefile.in","mode": "33188", "size":13680},
{ "name": "README","mode": "33188", "size":5187},
{ "name": "adler32.c","mode": "33188", "size":5204},
{ "name": "component.mk","mode": "33188", "size":35},
{ "name": "compress.c","mode": "33188", "size":2699},
{ "name": "configure","mode": "33261", "size":28244},
{ "name": "crc32.c","mode": "33188", "size":14053},
{ "name": "crc32.h","mode": "33188", "size":30562},
{ "name": "deflate.c","mode": "33188", "size":78889},
{ "name": "deflate.h","mode": "33188", "size":13150},
{ "name": "gzclose.c","mode": "33188", "size":678},
{ "name": "gzguts.h","mode": "33188", "size":6819},
{ "name": "gzlib.c","mode": "33188", "size":16599},
{ "name": "gzread.c","mode": "33188", "size":20428},
{ "name": "gzwrite.c","mode": "33188", "size":19253},
{ "name": "infback.c","mode": "33188", "size":22715},
{ "name": "inffast.c","mode": "33188", "size":12978},
{ "name": "inffast.h","mode": "33188", "size":427},
{ "name": "inffixed.h","mode": "33188", "size":6332},
{ "name": "inflate.c","mode": "33188", "size":54800},
{ "name": "inflate.h","mode": "33188", "size":6618},
{ "name": "inftrees.c","mode": "33188", "size":12999},
{ "name": "inftrees.h","mode": "33188", "size":2928},
{ "name": "make_vms.com","mode": "33188", "size":26402},
{ "name": "treebuild.xml","mode": "33188", "size":3142},
{ "name": "trees.c","mode": "33188", "size":43761},
{ "name": "trees.h","mode": "33188", "size":8472},
{ "name": "uncompr.c","mode": "33188", "size":2966},
{ "name": "zconf.h","mode": "33188", "size":16298},
{ "name": "zconf.h.cmakein","mode": "33188", "size":16349},
{ "name": "zconf.h.in","mode": "33188", "size":16298},
{ "name": "zlib.3","mode": "33188", "size":4477},
{ "name": "zlib.3.pdf","mode": "33188", "size":19318},
{ "name": "zlib.h","mode": "33188", "size":96239},
{ "name": "zlib.map","mode": "33188", "size":1457},
{ "name": "zlib.pc.cmakein","mode": "33188", "size":294},
{ "name": "zlib.pc.in","mode": "33188", "size":254},
{ "name": "zlib2ansi","mode": "33261", "size":3895},
{ "name": "zutil.c","mode": "33188", "size":7304},
{ "name": "zutil.h","mode": "33188", "size":7127}],"s":{"c":1746458465,"u": 11509}}
,{"schema":"libjg2-1",
"cid":"279d6a9a009f8027cd9d8be4865416f5",
"oid":{ "oid": "8e03e7ed25f252dac93359330f28a4014c585f5f", "alias": []},"blobname": "components/zlib/README", "blob": "ZLIB DATA COMPRESSION LIBRARY\n\nzlib 1.2.11 is a general purpose data compression library. All the code is\nthread safe. The data format used by the zlib library is described by RFCs\n(Request for Comments) 1950 to 1952 in the files\nhttp://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and\nrfc1952 (gzip format).\n\nAll functions of the compression library are documented in the file zlib.h\n(volunteer to write man pages welcome, contact zlib@gzip.org). A usage example\nof the library is given in the file test/example.c which also tests that\nthe library is working correctly. Another example is given in the file\ntest/minigzip.c. The compression library itself is composed of all source\nfiles in the root directory.\n\nTo compile all files and run the test program, follow the instructions given at\nthe top of Makefile.in. In short \u0022./configure; make test\u0022, and if that goes\nwell, \u0022make install\u0022 should work for most flavors of Unix. For Windows, use\none of the special makefiles in win32/ or contrib/vstudio/ . For VMS, use\nmake_vms.com.\n\nQuestions about zlib should be sent to \u003czlib@gzip.org\u003e, or to Gilles Vollant\n\u003cinfo@winimage.com\u003e for the Windows DLL version. The zlib home page is\nhttp://zlib.net/ . Before reporting a problem, please check this site to\nverify that you have the latest version of zlib; otherwise get the latest\nversion and check whether the problem still exists or not.\n\nPLEASE read the zlib FAQ http://zlib.net/zlib_faq.html before asking for help.\n\nMark Nelson \u003cmarkn@ieee.org\u003e wrote an article about zlib for the Jan. 1997\nissue of Dr. Dobb's Journal; a copy of the article is available at\nhttp://marknelson.us/1997/01/01/zlib-engine/ .\n\nThe changes made in version 1.2.11 are documented in the file ChangeLog.\n\nUnsupported third party contributions are provided in directory contrib/ .\n\nzlib is available in Java using the java.util.zip package, documented at\nhttp://java.sun.com/developer/technicalArticles/Programming/compression/ .\n\nA Perl interface to zlib written by Paul Marquess \u003cpmqs@cpan.org\u003e is available\nat CPAN (Comprehensive Perl Archive Network) sites, including\nhttp://search.cpan.org/~pmqs/IO-Compress-Zlib/ .\n\nA Python interface to zlib written by A.M. Kuchling \u003camk@amk.ca\u003e is\navailable in Python 1.5 and later versions, see\nhttp://docs.python.org/library/zlib.html .\n\nzlib is built into tcl: http://wiki.tcl.tk/4610 .\n\nAn experimental package to read and write files in .zip format, written on top\nof zlib by Gilles Vollant \u003cinfo@winimage.com\u003e, is available in the\ncontrib/minizip directory of zlib.\n\n\nNotes for some targets:\n\n- For Windows DLL versions, please see win32/DLL_FAQ.txt\n\n- For 64-bit Irix, deflate.c must be compiled without any optimization. With\n -O, one libpng test fails. The test works in 32 bit mode (with the -n32\n compiler flag). The compiler bug has been reported to SGI.\n\n- zlib doesn't work with gcc 2.6.3 on a DEC 3000/300LX under OSF/1 2.1 it works\n when compiled with cc.\n\n- On Digital Unix 4.0D (formely OSF/1) on AlphaServer, the cc option -std1 is\n necessary to get gzprintf working correctly. This is done by configure.\n\n- zlib doesn't work on HP-UX 9.05 with some versions of /bin/cc. It works with\n other compilers. Use \u0022make test\u0022 to check your compiler.\n\n- gzdopen is not supported on RISCOS or BEOS.\n\n- For PalmOs, see http://palmzlib.sourceforge.net/\n\n\nAcknowledgments:\n\n The deflate format used by zlib was defined by Phil Katz. The deflate and\n zlib specifications were written by L. Peter Deutsch. Thanks to all the\n people who reported problems and suggested various improvements in zlib; they\n are too numerous to cite here.\n\nCopyright notice:\n\n (C) 1995-2017 Jean-loup Gailly and Mark Adler\n\n This software is provided 'as-is', without any express or implied\n warranty. In no event will the authors be held liable for any damages\n arising from the use of this software.\n\n Permission is granted to anyone to use this software for any purpose,\n including commercial applications, and to alter it and redistribute it\n freely, subject to the following restrictions:\n\n 1. The origin of this software must not be misrepresented; you must not\n claim that you wrote the original software. If you use this software\n in a product, an acknowledgment in the product documentation would be\n appreciated but is not required.\n 2. Altered source versions must be plainly marked as such, and must not be\n misrepresented as being the original software.\n 3. This notice may not be removed or altered from any source distribution.\n\n Jean-loup Gailly Mark Adler\n jloup@gzip.org madler@alumni.caltech.edu\n\nIf you use the zlib library in a product, we would appreciate *not* receiving\nlengthy legal documents to sign. The sources are provided for free but without\nwarranty of any kind. The library has been entirely written by Jean-loup\nGailly and Mark Adler; it does not include third-party code.\n\nIf you redistribute modified sources, we would appreciate that you include in\nthe file ChangeLog history information documenting your changes. Please read\nthe FAQ for more information on the distribution of modified source versions.\n","s":{"c":1746458465,"u": 11963}}
],"g": 1210,"chitpc": 0,"ehitpc": 0,"indexed":0
,
"ab": 0, "si": 0, "db":0, "di":0, "sat":0, "lfc": "7d0a"}