Result for 0126E43461901A1F5D5F0639466D3DDBE866B4EA

Query result

Key Value
FileNamesnap-hashlookup-import/lib/python3.6/site-packages/llvmlite/tests/test_valuerepr.py
FileSize1573
MD5BD2C827EA6CB6C98D3A15951379F54AF
SHA-10126E43461901A1F5D5F0639466D3DDBE866B4EA
SHA-256B7BD785D9CD85D6E24B42FB8537652869C5C5EBF8B3247C8B4A8F04190CCE4DA
SHA-5127C8F86AD77FB89D5A6067747D9A74C73B23FBF200C06F38815B7353B8FF5565F80F2E3625B0D30CDC5823312E77BAE0A95CE35BB2781CF19E2CDD49D6C1C61E1
SSDEEP24:1R2j4cZsoMAuVpBFI8es3DbN8LbNN16P2ZGI8i4IbNrDbNgE3Z10Hu4LzxyHrCkD:PlcZXmlexnvAi4cWE1+n3xUPeJfS
TLSHT19831E00622A2AE71E793C564496BB0561A3F7E0F01C82C2DB5DC96419F4583B81E7FDA
insert-timestamp1727027756.9508014
mimetypetext/x-python
sourcesnap:jmi2WhMiDy5JbZURMPJKbQzjTlsZQGaG_25
tar:gnamebin
tar:unameroot
hashlookup:parent-total69
hashlookup:trust100

Network graph view

Parents (Total: 69)

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

Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.7/packages//amd64//py3-llvmlite-0.29.0p0.tgz
MD5E99CB83EA7085FA7711C49EDD628F6C1
SHA-102D2B3302E2784A0882567FA29F71DC660C0721C
SHA-256028C018AD1E8CC4C92F3D2D89915E0B25BC1170B2361E1C3B6FEE09AD4DCE3B3
SSDEEP24576:fTkcl/182CN+nXiw+qVcsJ/mSg4f8sg7ER1/kRSsEt+dE+HPP:fTT18d+GsJu0IwRCAvt+dNHPP
TLSHT19025331486B1DFC8F72633314709A4B9A83CB55448960CD22AF6F53F45FE8D239A97E8
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.5/packages//sparc64//py-llvmlite-0.27.0p0.tgz
MD5263E9CD1F63C0BE3CCAA3731E28C7D68
SHA-103B967ED974B3BCA0AED205AC67502323764788C
SHA-256C6D3473C861E756A45B65FBE5415AC876725C759049A7B85768E3A76832745B0
SSDEEP12288:1yGUip6Unu5kxXCNzN7QfdxcNUyeP+254lokHlUtDGrFLhZvaNUoGqqXLwYWjp9M:1LnFIkVxcDg9vywaVLd09hW
TLSHT16225330ED42F80681155A67BFB0C047D291B915A7ECDE814413A78FCAEBE0BB8ED71E4
Key Value
FileSize93892
MD5F878AD62283F3A05D2572CB3288B1D3B
PackageDescriptionLLVM Python 3 binding for writing JIT compilers llvmlite uses the LLVM library for JIT (just-in-time) compilation of Python code into native machine instructions during runtime. Instead of exposing large parts of the LLVM C++ API for direct calls into the LLVM library, llvmlite follows a lightweight multi-layered approach. . This package contains the modules and the binding for Python 3.
PackageMaintainerLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
PackageNamepython3-llvmlite
PackageSectionpython
PackageVersion0.27.0-2
SHA-105ABF2EBFEDC683C13DF5D563CD3A0993E088AF7
SHA-256A77C1502CFB68D81D187D836C78AC92395A0DFBB22CC6D8E17E37A23D1CCA5D5
Key Value
FileSize91252
MD52F34B75CD8B94500EA45ACA9FA00937D
PackageDescriptionLLVM Python binding for writing JIT compilers llvmlite uses the LLVM library for JIT (just-in-time) compilation of Python code into native machine instructions during runtime. Instead of exposing large parts of the LLVM C++ API for direct calls into the LLVM library, llvmlite follows a lightweight multi-layered approach. . This package contains the modules and the binding for Python 2.
PackageMaintainerLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
PackageNamepython-llvmlite
PackageSectionpython
PackageVersion0.27.0-2
SHA-10F068738140A8B0C230D029ED8D3BA97432AF9FC
SHA-256D7C9589484A4660A1187F1F0D04B4D8CF85B4AB60EB783322E8701A6BD9C0ECF
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.4/packages//i386//py-llvmlite-0.23.2.tgz
MD570131C8F2ABAD573B19F69189F64B637
SHA-112D8F4AA0CDC968EDE1818A5218EA128FF83243F
SHA-2568C20B3180FD834D87E6879664D6D1CD0475E8F48EE5712BB1B00E3BC036D93FB
SSDEEP24576:MRJcqNUL9fyvi422H9T8zyHFjx12pt2G4tpxGVbL:M8qNUL9fGx2mAcF2eG4tp4VL
TLSHT18F2533BC4132484BB25FB74C3736E381424E96D631E84A1B3CC54A1B8BF75E9868FD66
Key Value
MD5C986E4C36C658AEEB8A961B44C51F56B
PackageArchx86_64
PackageDescriptionA lightweight LLVM python binding for writing JIT compilers The old llvmpy binding exposes a lot of LLVM APIs but the mapping of C++-style memory management to Python is error prone. Numba_ and many JIT compilers do not need a full LLVM API. Only the IR builder, optimizer, and JIT compiler APIs are necessary. llvmlite is a project originally tailored for Numba's needs, using the following approach: * A small C wrapper around the parts of the LLVM C++ API we need that are not already exposed by the LLVM C API. * A ctypes Python wrapper around the C API. * A pure Python implementation of the subset of the LLVM IR builder that we need for Numba.
PackageMaintainerhttps://bugs.opensuse.org
PackageNamepython3-llvmlite
PackageReleaselp150.1.1
PackageVersion0.22.0
SHA-114D67C21105B40EF028FA492D464D90FC4F829D8
SHA-256F68C7E82C8F3BF1172E4CA9C4CF50084FC572EC3EA08574CC7FF05FE16779617
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.5/packages//i386//py3-llvmlite-0.27.0p0.tgz
MD5295F2D8145810F2EC7D21702172C3308
SHA-115610FEB1CF04A8C26045158BF308E93C8650D14
SHA-25687C44A47E67C0CB91A4AE4ABED2EB73841202E81835DA874A1B82049F8FD12A1
SSDEEP24576:YhKDm306hKQoJ9BcD7vXg2ye5ehUWhTpNkJjvloDhBWyZqMJx/WvTwL9uqpRz:Yhumksqpv2yeE/tpN+jvlwBjZV3uLmT
TLSHT1EA253364F5F79917A4808911515C24F2D64A828C9FF533EC7B8D8C928BDD2ABE44BBC3
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.5/packages//amd64//py3-llvmlite-0.27.0p0.tgz
MD5AC449F5887FA71C7F9374259517B729A
SHA-11C81CFAFBA7455356D6B3539FC154F0B17FB6352
SHA-2562CDE94A3A0078D965C5E6A7588B7E359B1A2CAD2213E4F67731AAB72B800F8B6
SSDEEP24576:7TYTC8TyAajIYGJ5/84oIC9b+BFd+cG5s/+fLE3Ix/WvTwL9uqpRz:+2AqIYGJVoI0b+BFdI5tluLmT
TLSHT12825332D738A6F178A29C19862C78117EB5BDCB124A4AB140AF4F3E06B7C3BE7445F45
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.5/packages//sparc64//py3-llvmlite-0.27.0p0.tgz
MD57D511BC291358479A18BF6B50A5356EF
SHA-11DBA1466FB40E488F3AD28B5030A1EB4D074BC96
SHA-25698DF19311EA8F01AE58694014EE1C387A853A4D5F507A721E970695EE253618F
SSDEEP24576:dZwitYiSirnbeHfOD2oIg7p11Qhw1r2065uHobORxoIx/WvTwL9uqpRz:dZIi5beHo2oIg7P1d1AMIbOMmuLmT
TLSHT1442533EC94D7ABFBA90351C396095AB5C223E7EC5C19F6823ACC1AF26F469335140C9C
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.7/packages//mips64//py-llvmlite-0.29.0p0.tgz
MD5557B820E65038ACCD310D34AE94734A7
SHA-11F53AE20F4E4C54FAF4E97342FD39879E7CB1259
SHA-256E16A048B7B0FDFEF02CFB22F6C7C253B826309EFB950649774A88C0B3C4AE8AB
SSDEEP24576:siw4U4EnOzJtbnXOCer8jg9lAKqsWTDXRb4UCNqpHjcw:tw+oO1tXOZ80LAKXsMMow
TLSHT119153353C13725E71F17DA98EA0FDBAF0B220129375B0B4662563A2538CAC4B91F64E8