Result for 18A0E86B3923848D13541CBA719B6AE1CA487164

Query result

Key Value
CRC3228E1D0B1
FileName./usr/lib/ocaml/ocamlgraph/sig.mli
FileSize12187
MD5804167C78A647BFD210BA310E25682CF
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-118A0E86B3923848D13541CBA719B6AE1CA487164
SHA-256107ED17EC8695C43597B6C7C61985943ED99B63DA7DC213A91971E5BC5145C77
SSDEEP192:sbX9fJj+MdXyEFsiGi8ijPp8HJcpY9fiLm3fXIb4nr+wsfdsvW9:QXNFtjd98t9KLnb4nrPsfdsQ
SpecialCode
TLSHT17C42EEBD34CACF724977806169C644C5EF18C8D9C21AA79CF46C72A4B70EDA0D376AE1
dbnsrl_modern_rds
insert-timestamp1646987475.7069995
sourceNSRL
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/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/5.7/packages//mips64el//ocaml-graph-1.8.5p1.tgz
MD5DAE855826D1AAF1038EA69574D392612
SHA-10814953E15877DAC35C2895817AEF286A84173F1
SHA-2567D20150FCF8C8BD779EFFC1491D2D9DAB7EE0382E7843B0E9A13BA20748BD8EF
SSDEEP196608:aqtjV/FMBug2EFVNLP0e29zvfEQfb52JPDeF7U2iEnk/sVQccrGTm:aql5FMBug2EizRfEQz521g6EnkAQcp6
TLSHT1EFB633CC81F7D76E58364323C726C866A9C6419B68EF64E939101B61BF627FAC7807C4
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
FileSize1047916
MD5476BB45C2EF15FA3917F873BD1552AA1
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.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibocamlgraph-ocaml-dev
PackageSectionocaml
PackageVersion1.8.3-1build1
SHA-1195FD4AB46F305601E30A441BCDEC1E277F4D7F2
SHA-256C62450FF4331132E034AF128A2B81420DAF86B0039EAC79C7F6FFD9E3EF41076
Key Value
MD52C81A55A7FB2EA5FA41390D01EC9B058
PackageArchaarch64
PackageDescriptionThe ocaml-ocamlgraph-devel package contains libraries and signature files for developing applications that use ocaml-ocamlgraph.
PackageMaintainerFedora Project
PackageNameocaml-ocamlgraph-devel
PackageRelease3.fc23
PackageVersion1.8.6
SHA-11A4F19EBF7D4E17EFBEE3634F28155C150B552A7
SHA-2563FE2814560B6FE08BD2D540913B27A799B77EE7F8ADD28C22C7719B1CF1CCBC5
Key Value
FileSize894602
MD58403E25D10D804C2C737B4D656AC5F20
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.
PackageMaintainerDebian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
PackageNamelibocamlgraph-ocaml-dev
PackageSectionocaml
PackageVersion1.8.6-1+b3
SHA-11C01611755A01DE723F8129D34C5901538C58014
SHA-256233F2E5D6D10A09AC741199BBCA8975F2596054B742539579E47D8385E557B8D
Key Value
MD524503A47D4F0691C5C1BE2872CCF13E4
PackageArchppc64
PackageDescriptionThe ocaml-ocamlgraph-devel package contains libraries and signature files for developing applications that use ocaml-ocamlgraph.
PackageMaintainerFedora Project
PackageNameocaml-ocamlgraph-devel
PackageRelease1.fc22
PackageVersion1.8.6
SHA-11C637BA0807A8E60F8DF8BA4F82DBF618468C8CB
SHA-256DF304031671487EF9222E754486B70D17CC243BA57CE1D815CA13861685A345B
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/5.8/packages//alpha//ocaml-graph-1.8.5p1.tgz
MD5770584A74F0A536FE7AC654AECEC0F03
SHA-11ED82214FA2E540B4B22FF667024B25DA393D595
SHA-25620C0B90D6F0A77B6A1795610F85ED33D4E4FD0FE1DFA11FE4AF29B1F4ECAF2CE
SSDEEP196608:MafPKm8s1UcwhrPnfsEBStoeP9h4lErKqOVFoyXBbJYW5XfPe6YeVMw/P7:MaqHlcwhTnfsWSD9+hoEJJYQr9VM6
TLSHT1B8B63399BCBA01BD306142A58FC856ED81A027741CEDA7549C1C706E989F1AE8F8DFF1
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/5.8/packages//sparc64//ocaml-graph-1.8.5p1.tgz
MD51E1C708BE2AE35A34B20EDA97EC6D89D
SHA-1265940F2925CEF6DEEF2EFEABDA5670EB44429DC
SHA-256514860055C94C2211468404BA54104228DC8F91350499787F4AD68DCFBFF5709
SSDEEP196608:j0VywL8Sf7i+Zl1tSayUxbChcg6/1hSpPEKTHe0KjOYW5XfPeku3ymFbQGfv:j0VR8g7ap5ehSSKTHe0FYQzuZbfX
TLSHT109B6336ED263108363CDC31FC59496FEA5EA1371DFCDA24B21EE2FAB5424E80518DB58
Key Value
MD534DC5A86F53C5B304961C5EF3A987E89
PackageArchppc
PackageDescriptionThe ocaml-ocamlgraph-devel package contains libraries and signature files for developing applications that use ocaml-ocamlgraph.
PackageMaintainerFedora Project
PackageNameocaml-ocamlgraph-devel
PackageRelease3.fc20
PackageVersion1.8.3
SHA-127C3C9C93AB6FAFC3E39DFBFB800FB2837FBD94D
SHA-256477A9CEB31B37F9BF54F004BE37A717C20B64022E0BFC139CE03D62C6216BDC3