Result for 0CC90969CABA6AD42D63D750A9724F80B42A3EAE

Query result

Key Value
FileName./usr/share/doc/ocamlgraph-editor/CREDITS
FileSize156
MD5D45ED670B82FED27A6B38C98655EF807
SHA-10CC90969CABA6AD42D63D750A9724F80B42A3EAE
SHA-2563D1B93C409A2964D718AA6F27A3D8CE8ACD832D20B0DB2BD6BEBCA91EA0AE07E
SSDEEP3:cHC4OWgFMWfVAELIUsgj0PqtXF1Q/oISAudAl6YAQM7:h4OWgFMgAilbj0StGo53dAgt/
TLSHT1D0C08C47355A81400E9BC88AC0AA9C213604A17A090629E294ABB3287244B600A3CA40
hashlookup:parent-total96
hashlookup:trust100

Network graph view

Parents (Total: 96)

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

Key Value
FileSize155484
MD50771AD5959CC20A412BACAEC6961B24D
PackageDescriptiondocumentation for the OCamlgraph library This package provides the API reference documentation generated by ocamldoc.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibocamlgraph-ocaml-doc
PackageSectiondoc
PackageVersion1.8.6-1build5
SHA-1003BA08AF04CDCAAF93FE8D5410F119130793415
SHA-25607E5BC07782899EBA2EB5FB8F9E2A2D5B83C7B85AA131B0E698486CEFE9B1973
Key Value
MD56AA44A65918E831C6A03D6B7A6FF3D69
PackageArchx86_64
PackageDescriptionOcamlgraph provides several different implementations of graph data structures. It also provides implementations for a number of classical graph algorithms like Kruskal's algorithm for MSTs, topological ordering of DAGs, Dijkstra's shortest paths algorithm, and Ford-Fulkerson's maximal-flow algorithm to name a few. The algorithms and data structures are written functorially for maximal reusability. Also has input and output capability for Graph Modeling Language file format and Dot and Neato graphviz (graph visualization) tools.
PackageMaintainerpterjan <pterjan>
PackageNameocaml-ocamlgraph
PackageRelease7.mga8
PackageVersion1.8.8
SHA-106BAA5D9D59E622CA63A39C5BF081532F7A7E364
SHA-25645C883ECC4D2ABC760F52197F2697D9169B9F484C79286C42BAF8666D3E00662
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
MD5A4D31B1C6F271F4E0ECEE6BFD79F0E77
PackageArchi586
PackageDescriptionOcamlgraph provides several different implementations of graph data structures. It also provides implementations for a number of classical graph algorithms like Kruskal's algorithm for MSTs, topological ordering of DAGs, Dijkstra's shortest paths algorithm, and Ford-Fulkerson's maximal-flow algorithm to name a few. The algorithms and data structures are written functorially for maximal reusability. Also has input and output capability for Graph Modeling Language file format and Dot and Neato graphviz (graph visualization) tools.
PackageMaintainerpterjan <pterjan>
PackageNameocaml-ocamlgraph
PackageRelease4.mga9
PackageVersion2.0.0
SHA-10C6D88F49D5A268CEC58946B3FC0590BBEE5D3FE
SHA-25652FBEA47894186EAD43AD6C06FA5162158DA5F6C423CE2A62F5A99FBC15A8C82
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
MD5F5B08D0396A41378DFDF0ADADC51F1B9
PackageArcharmv7hl
PackageDescriptionOcamlgraph provides several different implementations of graph data structures. It also provides implementations for a number of classical graph algorithms like Kruskal's algorithm for MSTs, topological ordering of DAGs, Dijkstra's shortest paths algorithm, and Ford-Fulkerson's maximal-flow algorithm to name a few. The algorithms and data structures are written functorially for maximal reusability. Also has input and output capability for Graph Modeling Language file format and Dot and Neato graphviz (graph visualization) tools.
PackageMaintainerpterjan <pterjan>
PackageNameocaml-ocamlgraph
PackageRelease7.mga8
PackageVersion1.8.8
SHA-114B6AAF27E7B151FDF8FF9FBAD63CB7267F9DC64
SHA-2560047DD4EA8960144C601AD803AC429CF00C69B5D886BE1E6AADCDC2095C1E1B3
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
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
MD54DF10DBA1E5FDE92EA09399931A2BAC9
PackageArcharmv7hl
PackageDescriptionOcamlgraph provides several different implementations of graph data structures. It also provides implementations for a number of classical graph algorithms like Kruskal's algorithm for MSTs, topological ordering of DAGs, Dijkstra's shortest paths algorithm, and Ford-Fulkerson's maximal-flow algorithm to name a few. The algorithms and data structures are written functorially for maximal reusability. Also has input and output capability for Graph Modeling Language file format and Dot and Neato graphviz (graph visualization) tools.
PackageMaintainerpterjan <pterjan>
PackageNameocaml-ocamlgraph
PackageRelease3.mga7
PackageVersion1.8.8
SHA-11D213C16124C756ADEC6530B1243C239E8B462D5
SHA-256402460023754169E341BD7B281FD12E423E8D27B5E3A615810529F7E631F1EF4
Key Value
FileSize1598808
MD54806B3F5DED3B9B0AC5B59CCEF4ADFB6
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.8-1.1
SHA-122193E716473801523AC77EBF9B4CE92C3B9884B
SHA-256523167C6AEECD3990B272E0A204DEA22FD1F1F86FE39B13142CFF9511B122872