Result for 999A0837840E76725E10E3318D26D38269FEA7A5

Query result

Key Value
CRC328F32F63B
FileName./usr/lib/ocaml/ocamlgraph/viewGraph_utils.mli
FileSize1438
MD54A4182DA9FFA70D539DA65C73DCCFC8C
OpSystemCode{'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'}
ProductCode{'ApplicationType': 'Operating System', 'Language': 'English', 'MfgCode': '1722', 'OpSystemCode': '599', 'ProductCode': '163709', 'ProductName': 'BlackArch Linux', 'ProductVersion': '2017.03.01'}
SHA-1999A0837840E76725E10E3318D26D38269FEA7A5
SHA-25630B36C5342F0021DBB6896B6BDE5F1D0101D97CC7EAD5C53290D3828ECEE04F5
SSDEEP24:ehOPlIIF8sC7Bwiby5IOkSh0Dj9lmJsOjr3:ehOPexrBpbyCS6fiJ57
SpecialCode
TLSHT19D2188186DF4CF72069711062DD9C2D6FA5B089B42426849F8DDF3381F1EAEB01B0994
dbnsrl_modern_rds
insert-timestamp1647033233.7036288
sourceNSRL
tar:gnamebin
tar:unameroot
hashlookup:parent-total152
hashlookup:trust100

Network graph view

Parents (Total: 152)

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

Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/5.8/packages//amd64//ocaml-graph-1.8.5p1.tgz
MD5C84CC7431EBC5D73DA9BE38C3216F6A3
SHA-10287A8812623516B856B2FAADDEE645FAD12B38C
SHA-256C63B7C173A3C3B6969EECFB04A4F09D425278E2434C2FBB528B06A86A015B3DB
SSDEEP393216:dU0FaIQ5uRdgXkiNqhI3TVjYtiri85wZewGGkJZOriDL:dp4IQ5DXRNyI3pYw/wRkGmL
TLSHT15DE633F021E0DF0916855176C5C69602E95E6BEE6343452FEB69FB8F8640FC932B7C22
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.2/packages//amd64//ocaml-graph-1.8.7.tgz
MD5E2D7CD35FB59A8264A2A5AC9F0C00CDA
SHA-1051F61D168744363B3A72FD6E63E6945E0EF3742
SHA-2564A427E196B65F554B3040D3D911E116A672FA29C8F509F91A3A858738832AAC3
SSDEEP393216:FZE+LDuj0hhTg0vvQcuMgjTQzk4vS9nxnUaHIAw73U:F9/ujATg0sMQnxXIAWk
TLSHT155E63368B3FA5F4AF3087385D00570507953608FD693DC67ECA615EA0BBBB4D29A3C26
Key Value
MD5E3EC7B1CE8B1B43C8C188A3F5FD4A6EE
PackageArchaarch64
PackageDescriptionThe ocaml-ocamlgraph-devel package contains libraries and signature files for developing applications that use ocaml-ocamlgraph.
PackageMaintainerpterjan <pterjan>
PackageNameocaml-ocamlgraph-devel
PackageRelease3.mga7
PackageVersion1.8.8
SHA-106489A15A2DE4DEA94731AE8C3C56AA991D8058D
SHA-2562F36776322A537BBC8436A526C4B5F00AA6D2059E8CE5AD0FE91855FA96A6E10
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/5.7/packages//mips64el//ocaml-graph-1.8.5p1.tgz
MD5DAE855826D1AAF1038EA69574D392612
SHA-10814953E15877DAC35C2895817AEF286A84173F1
SHA-2567D20150FCF8C8BD779EFFC1491D2D9DAB7EE0382E7843B0E9A13BA20748BD8EF
SSDEEP196608:aqtjV/FMBug2EFVNLP0e29zvfEQfb52JPDeF7U2iEnk/sVQccrGTm:aql5FMBug2EizRfEQz521g6EnkAQcp6
TLSHT1EFB633CC81F7D76E58364323C726C866A9C6419B68EF64E939101B61BF627FAC7807C4
Key Value
FileSize176164
MD5691C65E792129C24DA31367FF00FAAC4
PackageDescriptiongraph library for OCaml Ocamlgraph is a graph library for OCaml. Its contribution is three-fold: . * It provides an easy-to-use graph data structure together with several operations and algorithms over graphs. It is a reasonably efficient imperative data structure for directed graphs with vertices and edges labeled with integers. . * Then ocamlgraph provides several other graph implementations for those not satisfied with the one above. Some are persistent (imutable) and other imperative (mutable). Some are directed and other are not. Some have labels for vertices, or labels for edges, or both. Some have abstract types for vertices. etc. These implementations are written as functors: you give the types of vertices labels, edge labels, etc. and you get the data structure as a result. . * Finally, ocamlgraph provides several classic operations and algorithms over graphs. They are also written as functors i.e. independently of the data structure for graphs. One consequence is that you can define your own data structure for graphs and yet re-use all the algorithms from this library -- you only need to provide a few operations such as iterating over all vertices, over the successors of a vertex, etc. . This package provides viewgraph and dgraph library to build graph viewers.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibocamlgraph-viewer-ocaml-dev
PackageSectionocaml
PackageVersion1.8.6-1build2
SHA-10ACED5B4A5F7B218FBDFE7D98041346E94601283
SHA-25697F7FA7CB31A031952321ACDFE953A40EEA36AF82DB8D182ABC7DD88C18FB84F
Key Value
FileSize184872
MD53B671FA3C5238F86FB3532E62A3AB7C0
PackageDescriptiongraph library for OCaml Ocamlgraph is a graph library for OCaml. Its contribution is three-fold: . * It provides an easy-to-use graph data structure together with several operations and algorithms over graphs. It is a reasonably efficient imperative data structure for directed graphs with vertices and edges labeled with integers. . * Then ocamlgraph provides several other graph implementations for those not satisfied with the one above. Some are persistent (imutable) and other imperative (mutable). Some are directed and other are not. Some have labels for vertices, or labels for edges, or both. Some have abstract types for vertices. etc. These implementations are written as functors: you give the types of vertices labels, edge labels, etc. and you get the data structure as a result. . * Finally, ocamlgraph provides several classic operations and algorithms over graphs. They are also written as functors i.e. independently of the data structure for graphs. One consequence is that you can define your own data structure for graphs and yet re-use all the algorithms from this library -- you only need to provide a few operations such as iterating over all vertices, over the successors of a vertex, etc. . This package provides viewgraph and dgraph library to build graph viewers.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibocamlgraph-viewer-ocaml-dev
PackageSectionocaml
PackageVersion1.8.6-1build5
SHA-1109C45D3FBDFB3686A9EA819B97922946369DB66
SHA-2567F0326B48853C88F3246BCF31DB9AB319E3B3A0954C5A55B0AB39BE56562C8F0
Key Value
MD5741AA41A18D76737FE06689ECBE46AB4
PackageArchx86_64
PackageDescriptionOCamlgraph is a graph library for Objective Caml. This package contains development files for ocaml-ocamlgraph.
PackageMaintainerhttps://bugs.opensuse.org
PackageNameocaml-ocamlgraph-devel
PackageReleaselp150.1.1
PackageVersion1.8.8
SHA-111912612E28EA19ABF8AB5297F4EBBB7CCAA6AC8
SHA-256BCBD12CB6DF6F30DB142DC32286E1BF1B9EE5F08C62862732C0C48BEF9A9E727
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.5/packages//sparc64//ocaml-graph-1.8.8.tgz
MD53C63DE010F22E65368B00A55457BD77B
SHA-111A44C47C00E1E064DBAEADC58DFA06AFE2A972F
SHA-2561703828A5EA92647C9D22A3B634D356FDAB4B64F112CA8E01887B4980EF3BE22
SSDEEP393216:YTGO05WDVXHOBfGiTvin4CDjsIPPQ9xAr:gGhCexC4CDjtnII
TLSHT1C0C633E4D1C3B16AFFD086E1E15FD06200B7D652703183D97312A2A65FAEBDD1ABE106
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/5.8/packages//powerpc//ocaml-graph-1.8.5p1.tgz
MD52A9B916BA819630103A38D48045177AC
SHA-113E1C3EC363D912C7363ABF1E53053EE2D910BE8
SHA-256B7473FF8F5DAEE4CAE30A3DD5BC90BF88910F9DA6EC0C3E3CA20655E06150C98
SSDEEP196608:E77C/Qir3YUxWJ9KLxGHkZWNDLBoMugMqauDocLaUwv1bIpWDFTyIY:6C/QjZJwLxSFBeqawNs1kpWD9yIY
TLSHT1F2B633EEE24ADB7D3D2551D20B8ED42F26E057884D23A0D22DB48275E30D9C7DF588DA
Key Value
MD56EA4A3EED0DF09EAE72C598E9DA903F0
PackageArcharmv7hl
PackageDescriptionThe ocaml-ocamlgraph-devel package contains libraries and signature files for developing applications that use ocaml-ocamlgraph.
PackageMaintainerFedora Project
PackageNameocaml-ocamlgraph-devel
PackageRelease24.fc34
PackageVersion1.8.8
SHA-11468A7FB76B80A1477251506730CE21180E79C40
SHA-25620C9C9290D191E5ABFE873D4F779A763CED05B42289A6F46E8ADE697E45DABEA