Result for 1CD994AA93BA5847BBFD4134D917A07778B1415A

Query result

Key Value
FileNameusr/include/rapidjson/pointer.h
FileSize58465
MD5EB35ACE9735ACE423A5CB058F356542D
SHA-11CD994AA93BA5847BBFD4134D917A07778B1415A
SHA-256C0F4BF66F0AE482C240AED4A22708DA0C4E90F2944B47F8D22688C5FCBAF039C
SHA-512B6DDC9A94F348BAB1FB76CA1F0AD192761FE32D45EFCF503004F7376165FFEEB7078C57B370A35B05A0B67C812E6E78DFE8F8886FC34F6867E02B470DA0000E1
SSDEEP384:K8MLgw7w6lkZX/ReEzUgIjHRRSeRaTNqmmcYwFA8wsEUqMpT:KRgMMUgCxRSebtwF1nl
TLSHT17643532678C3D41387276AB4BE46E4205F284147BB5AE94030DD3F60EFC3A3687ABB55
insert-timestamp1728217173.9076767
mimetypetext/x-c++
sourcesnap:BlkA5eKaAkz4HtGtmMV6yLZ0l7LMaBk8_28
tar:gnameroot
tar:unameroot
hashlookup:parent-total76
hashlookup:trust100

Network graph view

Parents (Total: 76)

The searched file hash is included in 76 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//community//x86//rapidjson-dev-1.1.0-r5.apk
MD56D60A7910EB7FA2F6D468601327BA605
SHA-1063679AB73D616D5678C67225DF9C25F05E32ACE
SHA-256AA3A90D70A62848D4AEB982645083571FDFD84FDB82B160E47E1F5FF241D3528
SSDEEP3072:1bql6BxlUzQ5aAWA6ZyurchNjT2KmiH/sxqUXhU3WEzQn4m6yp:1elyPkLAMPrch8piHIqUXuGbX6yp
TLSHT1E4B31281629B56B3A78C4126DF4A3B33D88CF31B27A5731D3C1A3CEB4957A1314198FA
Key Value
MD5C7C538FAAFA63AF1FA1F201B90179F4D
PackageArchnoarch
PackageDescription RapidJSON is a fast JSON parser and generator for C++. It was inspired by RapidXml. RapidJSON is small but complete. It supports both SAX and DOM style API. The SAX parser is only a half thousand lines of code. RapidJSON is fast. Its performance can be comparable to strlen(). It also optionally supports SSE2/SSE4.1 for acceleration. RapidJSON is self-contained. It does not depend on external libraries such as BOOST. It even does not depend on STL. RapidJSON is memory friendly. Each JSON value occupies exactly 16/20 bytes for most 32/64-bit machines (excluding text string). By default it uses a fast memory allocator, and the parser allocates memory compactly during parsing. RapidJSON is Unicode friendly. It supports UTF-8, UTF-16, UTF-32 (LE & BE), and their detection, validation and transcoding internally. For example, you can read a UTF-8 file and let RapidJSON transcode the JSON strings into UTF-16 in the DOM. It also supports surrogates and "u0000" (null character). JSON(JavaScript Object Notation) is a light-weight data exchange format. RapidJSON should be in fully compliance with RFC4627/ECMA-404.
PackageMaintainerFedora Project
PackageNamerapidjson-devel
PackageRelease2.el7
PackageVersion1.1.0
SHA-107C214A72E7D8ED49CF0A38B48D676196D296957
SHA-256C36F443A503EC44D5AD27B5DCD85C1DFE7E629ABAF8D5D05EDB22456FE8CE146
Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//community//s390x//rapidjson-dev-1.1.0-r5.apk
MD52A5334FD38C53778858B788849E9E704
SHA-10AD91349DD4CAE45F9916CFD11D78F39F24120D2
SHA-256413750ED21F2DA34B8EE075BCCE4214DC7241DBD1F192C40E73A7677344822D0
SSDEEP3072:UNxQ73dc+Oh1KzBoJc+9pQMpUl69Mymfi65JTs:86tOfKzBcexficw
TLSHT1ABB312940BE7CF69577A3E408C7A1A8C9EE34745E0E786BCE52B90B5C2DD8C10DBD40A
Key Value
FileNamehttp://archlinux.mirror.root.lu//pool//community//rapidjson-1.1.0-5-any.pkg.tar.zst
MD5D906D90BFB962D57A585A3303B312CC4
SHA-10B459BE490A5F73C9C5C7BD76F6E3568756446CF
SHA-2562B8347CCC333D1998562089CB8D390E98DB174A37180E787B3D8552EE07E1F54
SSDEEP3072:S4z3MUiVTh5xfN8mbXIR9nFm2HdL4nGqSAlC4o9:Si3Xi5rHb4R9nFm2OGqxlCf9
TLSHT181B31278E639D273B4ED7A88E9A65A13BD530F9B2A3914F61AF85F41053047BD30E811
Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//community//x86_64//rapidjson-dev-1.1.0-r5.apk
MD59BE5012EBB85943FF28EF084739F825E
SHA-11603A42A67BACC81C3C99285622BC4DCE48E199B
SHA-2560CA66184956CB53BF512AC401992E34C5C361069EB2D0087239D492A2097B4E1
SSDEEP3072:0yl6BxlUzQ5aAWA6ZyurchNjT2KmiH/sxqUXhU3WEzQn4m6yp:HlyPkLAMPrch8piHIqUXuGbX6yp
TLSHT1D3B312C1529B56B3A38C4136CF5A2B33D84CF31B2BA5731D3C162CEB8957A1754298FA
Key Value
FileSize98568
MD5D1933EC8CD4F9E03CD09EAD73DE1169E
PackageDescriptionfast JSON parser/generator for C++ with SAX/DOM style API RapidJSON is an attempt to create the fastest JSON parser and generator. . - Small but complete. Supports both SAX and DOM style API. SAX parser only a few hundred lines of code. - Fast. In the order of magnitude of strlen(). Optionally supports SSE2/SSE4.2 for acceleration. - Self-contained. Minimal dependency on standard libraries. No BOOST, not even STL. - Compact. Each JSON value is 16 or 20 bytes for 32 or 64-bit machines respectively (excluding text string storage). With the custom memory allocator, parser allocates memory compactly during parsing. - Full RFC7159 compliance. Supports UTF-8, UTF-16 and UTF-32. - Support both in-situ parsing (directly decode strings into the source JSON text) and non-destructive parsing (decode strings into new buffers). - Parse number to int/unsigned/int64_t/uint64_t/double depending on input - Support custom memory allocation. Also, the default memory pool allocator can also be supplied with a user buffer (such as a buffer allocated on user's heap or programme stack) to minimize allocation.
PackageMaintainerAlexander GQ Gerasiov <gq@debian.org>
PackageNamerapidjson-dev
PackageSectionlibdevel
PackageVersion1.1.0+dfsg2-3~bpo9+1
SHA-116D3D7C7F279B9AC3797843EB6BB5BFA9636F41F
SHA-256598969F082CE6FC3F4E7D769A910B41EA101816C0FA84D2BAF58AC3D4FBF83BA
Key Value
FileSize94820
MD5EBDC3E5F53CA353F9106E58FDCDFECDB
PackageDescriptionfast JSON parser/generator for C++ with SAX/DOM style API RapidJSON is an attempt to create the fastest JSON parser and generator. . - Small but complete. Supports both SAX and DOM style API. SAX parser only a few hundred lines of code. - Fast. In the order of magnitude of strlen(). Optionally supports SSE2/SSE4.2 for acceleration. - Self-contained. Minimal dependency on standard libraries. No BOOST, not even STL. - Compact. Each JSON value is 16 or 20 bytes for 32 or 64-bit machines respectively (excluding text string storage). With the custom memory allocator, parser allocates memory compactly during parsing. - Full RFC7159 compliance. Supports UTF-8, UTF-16 and UTF-32. - Support both in-situ parsing (directly decode strings into the source JSON text) and non-destructive parsing (decode strings into new buffers). - Parse number to int/unsigned/int64_t/uint64_t/double depending on input - Support custom memory allocation. Also, the default memory pool allocator can also be supplied with a user buffer (such as a buffer allocated on user's heap or programme stack) to minimize allocation.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamerapidjson-dev
PackageSectionlibdevel
PackageVersion1.1.0+dfsg2-6
SHA-11A8672251B6FF72999713867DCE74A110D61B22D
SHA-2564819983F7B1F3853BAD02F011E473863EED96DF3EBE19EBD3FD207F02C67C725
Key Value
MD5E397DA39CF37A1ABA860175ECC58F6C6
PackageArchppc64le
PackageDescription%{description}
PackageMaintainerFedora Project
PackageNamerapidjson-devel
PackageRelease14.el8
PackageVersion1.1.0
SHA-11CC4DD7F4CCFC7D010010B04CF2361DCCCEBC222
SHA-256BD549D2051BB14AC0625A8BCF2184BDA715CD8C1A64A4339CD824A57978BB217
Key Value
MD56C3DF1E0797726F3CA4F432D6A77D6FA
PackageArchx86_64
PackageDescription%{description}
PackageMaintainerFedora Project
PackageNamerapidjson-devel
PackageRelease14.el8
PackageVersion1.1.0
SHA-11EE994201F876638C472FA475F901291B22175B8
SHA-2562379B033E65166AC96B2758C9CBF37AD0EEDEB2F12B5F3C9732AEE1618E684B4
Key Value
MD590506823514DC6EE286C9D0A85622D2B
PackageArchi586
PackageDescriptionRapidJSON is a JSON parser and generator for C++. It was inspired by RapidXml. - RapidJSON is small but complete. It supports both SAX and DOM style API. The SAX parser is only a half thousand lines of code. - RapidJSON is fast. Its performance can be comparable to strlen(). It also optionally supports SSE2/SSE4.2 for acceleration. - RapidJSON is self-contained and header-only. It does not depend on external libraries such as BOOST. It even does not depend on STL. - RapidJSON is memory-friendly. Each JSON value occupies exactly 16 bytes for most 32/64-bit machines (excluding text string). By default it uses a fast memory allocator, and the parser allocates memory compactly during parsing. - RapidJSON is Unicode-friendly. It supports UTF-8, UTF-16, UTF-32 (LE & BE), and their detection, validation and transcoding internally. For example, you can read a UTF-8 file and let RapidJSON transcode the JSON strings into UTF-16 in the DOM. It also supports surrogates and "\u0000" (null character)
PackageMaintainerumeabot <umeabot>
PackageNamerapidjson
PackageRelease4.mga8
PackageVersion1.1.0
SHA-11F7A76D683896377A021F4A0A9AAEDDFDB5179CF
SHA-25697F119904CAEACEE15056A071AC1021D0FE581EEB6AA266E9C3F1FD5CB38EE14