Result for 1030EAC3063723252CD1B9001DEF03D4D7FDDB4F

Query result

Key Value
FileNamesnap-hashlookup-import/usr/lib/python3/dist-packages/llvmlite/binding/initfini.py
FileSize1578
MD5FFFAAB96E60397229CE37CAFE7215B1E
SHA-11030EAC3063723252CD1B9001DEF03D4D7FDDB4F
SHA-2563D867B00186958525334F783AF15B5802EE406E72F88F8B9C93F6FAC05482EE3
SHA-51289385EA9AA0EBDA32F3C09B0178844AFBC6B6E76F93BD47442AB4747BF8521F7104D70B762623ED3993313698EC2F6D01A916E9480E94EA9C4BE4B4F224351C5
SSDEEP48:YPLX+VlLdMLaL7z94NXu9y+1L7o5bLm2eVLF8FL8VLt+Ntr9:qLklLdMLaLSAPLqbLleVLFCL8VLtsT
TLSHT172316B2FD1A54DB3E50B856C9D37A0C255940E4F6BD4A8757EAE203E2F413C3A79094D
insert-timestamp1728193561.4816976
mimetypetext/x-python
sourcesnap:6gjU50q0lEDaMTtSUxYoVDSmjR5fERpB_908
tar:gnamebin
tar:unameroot
hashlookup:parent-total98
hashlookup:trust100

Network graph view

Parents (Total: 98)

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

Key Value
SHA-1000086A5ECF2783A735698738486F8C548D5D39A
snap-authoritycanonical
snap-filename6gjU50q0lEDaMTtSUxYoVDSmjR5fERpB_245.snap
snap-id6gjU50q0lEDaMTtSUxYoVDSmjR5fERpB_245
snap-namefreecad
snap-publisher-idnbM3ZPW49wgmlSh0OwD2wYDVLh2iUXth
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2022-05-16T16:01:05.150385Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/6gjU50q0lEDaMTtSUxYoVDSmjR5fERpB_245.snap
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
MD5821D745091243C317BCF5CCB9EB45CF3
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.
PackageNamepython3-llvmlite
PackageRelease3.1
PackageVersion0.31.0
SHA-1084E99698C92A944CF161B9368DA6D9C25C54B16
SHA-256844C0A1471E9A1A7183290AB55C0E242785CA9AAB8E4A6CD1573CD0C799636AD
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