Result for 2A947FDE6A6A63DD13DF19CD490AE8474A24CCD2

Query result

Key Value
FileNameusr/share/doc/ocaml-zarith/README.md
FileSize4267
MD5330117FA95EEC1EC920AA1B2E5821F52
SHA-12A947FDE6A6A63DD13DF19CD490AE8474A24CCD2
SHA-2564EA1EADD6C43B11DA73AF11467A09915B106F3DB6475A83EF1A36DADC2E011E2
SSDEEP96:QHadGnZ4dczZGRRZkWQlWoNOhhDGT0GTp3D43jaKTgGRU+iHLiIIHJ+x:Q4GGQZbWqW+OnIgctHfIHMx
TLSHT180918637AF01633125EBC6A2A41F62E4EE32C16C36966945787C83A61313D67D3BFB14
tar:gnameroot
tar:unameroot
hashlookup:parent-total13
hashlookup:trust100

Network graph view

Parents (Total: 13)

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

Key Value
MD5202E30AEA5393FBB408E856796E29E20
PackageArchaarch64
PackageDescriptionThis library implements arithmetic and logical operations over arbitrary-precision integers. The module is simply named "Z". Its interface is similar to that of the Int32, Int64 and Nativeint modules from the OCaml standard library, with some additional functions. See the file z.mlip for documentation. The implementation uses GMP (the GNU Multiple Precision arithmetic library) to compute over big integers. However, small integers are represented as unboxed Caml integers, to save space and improve performance. Big integers are allocated in the Caml heap, bypassing GMP's memory management and achieving better GC behavior than e.g. the MLGMP library. Computations on small integers use a special, faster path (coded in assembly for some platforms and functions) eschewing calls to GMP, while computations on large integers use the low-level MPN functions from GMP. Arbitrary-precision integers can be compared correctly using OCaml's polymorphic comparison operators (=, <, >, etc.). Additional features include: - a module Q for rationals, built on top of Z (see q.mli) - a compatibility layer Big_int_Z that implements the same API as Big_int, but uses Z internally
PackageMaintainerFedora Project
PackageNameocaml-zarith
PackageRelease1.fc34
PackageVersion1.12
SHA-182A15F9ECCC90F29AF327E9D80EECA1516358B0F
SHA-256C1F384454A1163CB719CBCC50410F8AB69D281D92FC786BD4887D5B55271E3D0
Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//community//armhf//ocaml-zarith-doc-1.12-r5.apk
MD5D157A93255A78EE268A14535C945DAB2
SHA-1F8ABB702714FF4F7634E0AB97260097D0A823DE3
SHA-25650F0DD069255E8918857EE95E2E8BBA8D70B74B592D53CB41A0C323BAE3DEBBB
SSDEEP384:4SaOzsRr1j2LDdB3mH47GAb47CJ7O6ubszGxL1V:4/rlODdpmHKbX7OxtF1V
TLSHT1E142BFF9F44C7D6BDAFE0D7665927330213C569E684D861E35CC68C4863D01B668FE20
Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//community//x86//ocaml-zarith-doc-1.12-r5.apk
MD51157A162EA69C8126BEEE0BC46F00560
SHA-1594919844A2BFAB90E22DD46E03581F696DFA951
SHA-2563E46EC0D1FC71421F86706B4C103A04F4720797D89C9825EE2606A0F3488A5A3
SSDEEP384:IaEH4RBMD6rwZ4+N8WTWLmTuQSMK0/qbAliUVwfT4r7xO:IaEYHMvBlWLmJIhumUr7xO
TLSHT1E742C0FEA44C8F89DA71C94242F4E7F3A40A3885B25D5B88AF11657E431C0B51E2BE66
Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//community//s390x//ocaml-zarith-doc-1.12-r5.apk
MD5C7B9AE48047FCAEAB41554DE757B2D63
SHA-163A3BCE5F2E600C19CFBD63774FE52A507F9DA1B
SHA-256B36BF8E6EF82D6E0A62D5104E941E6E5C8ADF064A1AA7961CD5D5C1E91138A51
SSDEEP384:Y2IJXqnuBBMD6rwZ4+N8WTWLmTuQSMK0/qbAliUVwfT4r7xq:Y2IJIuXMvBlWLmJIhumUr7xq
TLSHT1BD42BFFFE00C8F85DA71C94286F4DBF3E0167844B21DAB98AF0074BA471D4950D1F9A6
Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//community//armhf//ocaml-zarith-doc-1.12-r5.apk
MD5FD200880828F394E7BBC19449AB28839
SHA-1F8AE700896B6C14A5463D5D454B81DB6382AE5E5
SHA-256AA06A4576D5E4E0DB266AD1F7E7302A6C53B6ED8A173D038379F9DFEB1C2CAC6
SSDEEP384:ShsRr1j2LDdB3mH47GAb47CJ7O6ubszGxL1V:SgrlODdpmHKbX7OxtF1V
TLSHT1FD42D1F4F40D793FDEFA0E377596B175113C416D780EC62A6188B588463E11B62DEE08
Key Value
MD514CF77FE31CDF0EA085C38F43268E576
PackageArchi686
PackageDescriptionThis library implements arithmetic and logical operations over arbitrary-precision integers. The module is simply named "Z". Its interface is similar to that of the Int32, Int64 and Nativeint modules from the OCaml standard library, with some additional functions. See the file z.mlip for documentation. The implementation uses GMP (the GNU Multiple Precision arithmetic library) to compute over big integers. However, small integers are represented as unboxed Caml integers, to save space and improve performance. Big integers are allocated in the Caml heap, bypassing GMP's memory management and achieving better GC behavior than e.g. the MLGMP library. Computations on small integers use a special, faster path (coded in assembly for some platforms and functions) eschewing calls to GMP, while computations on large integers use the low-level MPN functions from GMP. Arbitrary-precision integers can be compared correctly using OCaml's polymorphic comparison operators (=, <, >, etc.). Additional features include: - a module Q for rationals, built on top of Z (see q.mli) - a compatibility layer Big_int_Z that implements the same API as Big_int, but uses Z internally
PackageMaintainerFedora Project
PackageNameocaml-zarith
PackageRelease1.fc34
PackageVersion1.12
SHA-12D42E9FFDDC709333884FF398CEEAB5E878789BD
SHA-256BFFB0823C640814F8AC2D6564A5D59A11856A5DBF5D4342F55D5C853176F4750
Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//community//armv7//ocaml-zarith-doc-1.12-r5.apk
MD51093E7037FE511EAA94798FCCBFE783C
SHA-14D2916D3BF9A117F8AFE8783F999D2C641B8A280
SHA-2567A7F5097B32D68FEFD2476F9ECE33D591E1C5D2AA28909F74B597F417D57870C
SSDEEP384:Axwf+TRBMD6rwZ4+N8WTWLmTuQSMK0/qbAliUVwfT4r7xO:AxwfEHMvBlWLmJIhumUr7xO
TLSHT19442BFFFA40CCFC9DA71C85281F4A7A3A4063898B61EDB95BE00B47E0B1C4651D2B996
Key Value
MD5684C594186129CA48E28C99A66C1E8A4
PackageArchx86_64
PackageDescriptionThis library implements arithmetic and logical operations over arbitrary-precision integers. The module is simply named "Z". Its interface is similar to that of the Int32, Int64 and Nativeint modules from the OCaml standard library, with some additional functions. See the file z.mlip for documentation. The implementation uses GMP (the GNU Multiple Precision arithmetic library) to compute over big integers. However, small integers are represented as unboxed Caml integers, to save space and improve performance. Big integers are allocated in the Caml heap, bypassing GMP's memory management and achieving better GC behavior than e.g. the MLGMP library. Computations on small integers use a special, faster path (coded in assembly for some platforms and functions) eschewing calls to GMP, while computations on large integers use the low-level MPN functions from GMP. Arbitrary-precision integers can be compared correctly using OCaml's polymorphic comparison operators (=, <, >, etc.). Additional features include: - a module Q for rationals, built on top of Z (see q.mli) - a compatibility layer Big_int_Z that implements the same API as Big_int, but uses Z internally
PackageMaintainerFedora Project
PackageNameocaml-zarith
PackageRelease1.fc34
PackageVersion1.12
SHA-1DD499B08161F9D1EBCDE22E87A2BCF26F671BCBD
SHA-256A981679010390482D80D111964BFD9AC1C318E42855D8CE33B557FBE7D568A34
Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//community//armv7//ocaml-zarith-doc-1.12-r5.apk
MD529AA111E9617E4CA2EB97CAB96D7E5E1
SHA-1FB2D1EB7B7E2A605C574C8AF45769EB11234ACC6
SHA-256C3B827975A5C530318C7D70EE08EF285D4811EF3301B6F7FAEC30E0CB4E8C1F0
SSDEEP384:AhKEsRr1j2LDdB3mH47GAb47CJ7O6ubszGxL1V:AhIrlODdpmHKbX7OxtF1V
TLSHT14642C0B4F40DBD6FDAFD0D766592B230223C525E780E851A75C979C4C92E01A52DFE24
Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//community//x86_64//ocaml-zarith-doc-1.12-r5.apk
MD5C538A638D164FD7121595D93D782E6F2
SHA-18566E64A9CB80167DB311B6FD92F3EF53671A733
SHA-25670C738160B745EA03A0FDE1E6A5CF1ACA3CF5B5FF78C59359B4CAF39DF0DA4EC
SSDEEP384:irVRBMD6rwZ4+N8WTWLmTuQSMK0/qbAliUVwfT4r7xO:iRHMvBlWLmJIhumUr7xO
TLSHT19042BFFEB44C8F49CA71CD4286F4ABE7D00B3885F2195B88AF11657A871C4B50D1BE96
Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//community//armhf//ocaml-zarith-doc-1.12-r5.apk
MD5E185CB2A62F7C0AB3861B8F8B1377606
SHA-15F1DE8B1AD7ED7DBF1A412131BD8C9BB0F2A005B
SHA-256678BC668A57BA382E3C32ABE9678BA21FF1C6BC8096967C5A4C35A0CBD21370B
SSDEEP384:4of+TRBMD6rwZ4+N8WTWLmTuQSMK0/qbAliUVwfT4r7xO:4ofEHMvBlWLmJIhumUr7xO
TLSHT11842BFFFA40CCFC4EA72C94281F0B7F3A0167845B61EDB85BE14747A571C865092F962
Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//community//armv7//ocaml-zarith-doc-1.12-r5.apk
MD511CDB7428940D84633538A2FB602F87C
SHA-1F3EDA14D581CA2F0D66749080C6C9B7F41146F06
SHA-256A0469CB6F90E9557DF9A1C49BC7F75F6C45E6831F7CD8D2127A2C1D3424C4809
SSDEEP384:inhsRr1j2LDdB3mH47GAb47CJ7O6ubszGxL1V:QgrlODdpmHKbX7OxtF1V
TLSHT1D242D0F5F40EBC5BE9FE0E33B891B271113C526DA40EC12D6588B98C853E01B229ED19
Key Value
MD5147160766799F1224CDAE2B3FB79FDFB
PackageArcharmv7hl
PackageDescriptionThis library implements arithmetic and logical operations over arbitrary-precision integers. The module is simply named "Z". Its interface is similar to that of the Int32, Int64 and Nativeint modules from the OCaml standard library, with some additional functions. See the file z.mlip for documentation. The implementation uses GMP (the GNU Multiple Precision arithmetic library) to compute over big integers. However, small integers are represented as unboxed Caml integers, to save space and improve performance. Big integers are allocated in the Caml heap, bypassing GMP's memory management and achieving better GC behavior than e.g. the MLGMP library. Computations on small integers use a special, faster path (coded in assembly for some platforms and functions) eschewing calls to GMP, while computations on large integers use the low-level MPN functions from GMP. Arbitrary-precision integers can be compared correctly using OCaml's polymorphic comparison operators (=, <, >, etc.). Additional features include: - a module Q for rationals, built on top of Z (see q.mli) - a compatibility layer Big_int_Z that implements the same API as Big_int, but uses Z internally
PackageMaintainerFedora Project
PackageNameocaml-zarith
PackageRelease1.fc34
PackageVersion1.12
SHA-187290FC5A48F31ECB3578A8844EF6DCCF3E31C15
SHA-2569FB759940CBA0C9353AC84B1A7C4A060F9477765851F41FF5FB6790A90A40AB8