SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ocaml-ocamlgraph rpm build for : openSUSE Leap 42. For other distributions click ocaml-ocamlgraph.

Name : ocaml-ocamlgraph
Version : 1.8.7 Vendor : obs://build_opensuse_org/devel:tools
Release : 4.99 Date : 2019-02-07 15:59:11
Group : Development/Languages/Other Source RPM : ocaml-ocamlgraph-1.8.7-4.99.src.rpm
Size : 16.66 MB
Packager : (none)
Summary : OCaml library for arc and node graphs
Description :
OCamlgraph is a graph library for Objective Caml. Its contribution is
three-fold:

1) It provides an easy-to-use graph data structure together with several
operations and algorithms over graphs, in Graph.Pack. It is a reasonably
efficient imperative data structure for directed graphs with vertices and edges
labeled with integers.

Have a look at this module first in order to get an overview of what this
library provides. See also demo.ml.

2) 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.

See interface Sig for the graph signatures and modules Persistent and
Imperative for the implementations.

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.

3) 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. See module Path for an example.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/tools:/statica/openSUSE_Leap_42.3/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
graph.cmxs()(64bit)
ocaml(Dgraph)
ocaml(Graph)
ocaml(Viewgraph)
ocaml-ocamlgraph
ocaml-ocamlgraph(x86-64)
ocamlfind(ocamlgraph)

Requires :
ocaml(Nativeint) = ecf089d7539fcff97623be26ecebf193
ocaml(GnoCanvas) = 61079f9f80c3bd096631b37c36006bd6
ocaml(Array) = 3e56b0036c5d9e653763f3450236560d
ocaml(Gpointer) = 34cdf5340dde1744e2841335bfbe1cc9
ocaml(GtkPack) = 952dfa6d9895b3798564bb97b52b3882
ocaml(runtime) = 4.03.0
ocaml(Queue) = cf172aa0a2f2a78a1a6c2d2e2bdd8fbe
ocaml(GMisc) = 29e8e7344f368283d659ce029a0ee617
ocaml(CamlinternalMod) = aae4e4f29e620bf989d491f0ba67f5d7
ocaml(GPango) = 1f4407c82f94316c9df2482f7097ea41
libgtk-x11-2.0.so.0()(64bit)
ocaml(Int32) = d0de3bfd44513ff6fd70cbf476e9fa55
ocaml(Hashtbl) = 049026f8240c3b61bd91f719b0f55877
ocaml(Buffer) = 3bd1af04573ce2da7fc3dc04403e852e
libgobject-2.0.so.0()(64bit)
ocaml(List) = ac5f6095cc0a546330ada0df0986a497
ocaml(GFile) = 596b23f794f3675d46fe72df7678e891
ocaml(Gdk) = 101c26fa0c97e22f79129ea84b9b8616
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
ocaml(GContainer) = a4d6995e95dbccc74cd308f6a66b58d1
ocaml(Lexing) = 330cec55af19abb867bbde7885b2588f
ocaml(GdkEvent) = c721b564cba03f1320a01717326bb358
libgnomecanvas-2.so.0()(64bit)
ocaml(GText) = 8784baf6dc810ac556589cb57456faba
libgdk-x11-2.0.so.0()(64bit)
ocaml(Gobject) = 63888e6ba68b7b4a4109477f3ecb0329
ocaml(GtkPackProps) = ff9ae75187f31b6839743287a106e2d7
rpmlib(CompressedFileNames) <= 3.0.4-1
ocaml(GdkEnums) = d9e6ec4b75ed0bf3c421dfed9d959a41
libc.so.6(GLIBC_2.4)(64bit)
rpmlib(PayloadIsLzma) <= 4.4.6-1
ocaml(Gtk) = ae3234941cff890b9ae5c86ab3501edf
libglib-2.0.so.0()(64bit)
libgdk_pixbuf-2.0.so.0()(64bit)
ocaml(Scanf) = 211abb5db5a99a4f5c2db0d13a953193
ocaml(CamlinternalFormatBasics) = 9642e3ed163e46770985ca668738ed5f
ocaml(Pervasives) = 999b28e3b7638771c87eebf5a8325e42
ocaml(Parsing) = 29740d7501b67d222b06a50a53aacdac
libpango-1.0.so.0()(64bit)
libc.so.6()(64bit)
ocaml(GtkBase) = 0eefdf079c38a37b44e84c72fe30cc4d
ocaml(PangoEnums) = bc2b2614779fea666de88639f372d0d7
ocaml(Unix) = 331e41ad213579d006efd84f19005bd5
ocaml(Obj) = bff9812925bc903e1896c82e123d0a17
ocaml(CamlinternalLazy) = 6f25aad2ca689d32011c428fb8260231
ocaml(Bigarray) = 7cb259b8efbf4550648d25651a3342ee
ocaml(GData) = a9db120bfd7529e7e2722bf324f69de3
ocaml(GList) = b3aa1822ea0126f0544c15973a8bb690
ocaml(GObj) = 22fece5e5145d5796102185a9543997e
ocaml(Gaux) = e5db4792d90b5c1899db2d730f14d32a
ocaml(Int64) = 8deb8d60f2294e2f3dc6971e7f2efba2
ocaml(GtkStock) = 6e602e408e58661284c0d9b69ad5b5f7
ocaml(GDraw) = 38a24aa2ac793b0938ef7a7f7654f62c
ocaml(Glib) = 27c50370f48ad165ebb7a7f85528696c
libm.so.6(GLIBC_2.2.5)(64bit)
ocaml(GTree) = de4185e937309d634a4de358268ede48
ocaml(GMenu) = a370fc88bc824ee9bed3e4b112c78e67
ocaml(GWindow) = ed2d8c7335001b93958fe216e2c03547
ocaml(Map) = f23f0e2510f18d4b11ad6f7771618294
ocaml(GnomeCanvas) = 87aa494aac0711095253fb3cc74f3400
ocaml(GToolbox) = 343158e455b77389ba23cbbfc8f82190
ocaml(Complex) = def386d89a071f0355f7bda7e3a074fd
ocaml(GRange) = 6658b0080bf158e4f982561be03d3169
ocaml(GtkObject) = a5f0ebc1ce3354ab44abfdd5934125a4
libdl.so.2()(64bit)
ocaml(Graph) = 430f18f2a17cec1067e7df3919901fb2
ocaml(Set) = a16cc25d9afe91eb22559bef41e9ee28
ocaml(Pango) = 53a8512961c0d8a40ade6fa9b1486e5d
ocaml(GtkEnums) = 3a5264596f3d10da42774f675d2820c5
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
ocaml(Stack) = 073062e731df89d159cb4e1941010eac
ocaml(Format) = 60c2e7663dd57d13b5920931742e1c10
ocaml(Sys) = c9608ce7bf745054a217110dcaac126e
ocaml(GtkSignal) = 97cdf17454254213db4146230cfdf53e
libc.so.6(GLIBC_2.7)(64bit)
ocaml(GButton) = 45e8ac1f3ba39f06c127c9d680ee5095
libc.so.6(GLIBC_2.15)(64bit)
libm.so.6()(64bit)
ocaml(GdkPixbuf) = 18e76c1d11cb034f54d8518e168a2962
ocaml(CamlinternalOO) = 63fe3cbebb9ebf61d143220234cdee90
ocaml(GtkBaseProps) = d7f026a89ca5778bc283e4166178d6f1
ocaml(Printexc) = 345326f7e92befd364ebaa00e7131843
ocaml(GBroken) = 0624b92de07e2385cea879b8f9019c31
ocaml(Lazy) = b2e565a5cdbd351dc15bc9061d30c458
ocaml(GdkKeysyms) = 03b4a637092a3dd1233f43047097f66b
ocaml(GBin) = adb1f5213f72ce02736cec086384170e
libdl.so.2(GLIBC_2.2.5)(64bit)
ocaml(GPack) = 2dbe9e7261a3213152782403aff3224f
ocaml(String) = c28a3ca42a30c6ffa0bbab4a05329226
ocaml(Random) = f665d1463ac108184ac6ad6d8bac076e
ocaml(Printf) = 0145d8daf24f9afd43ffac3c376fa3c4
ocaml(Filename) = 4d3fda93a4f9d9404ed1832e9422af42
ocaml(GEdit) = b4e08c04825afe3317f3ddfdd2ff905f


Content of RPM :
/usr/bin/ocaml-graph-editor
/usr/bin/ocaml-graph-viewer
/usr/bin/ocaml-viewgraph
/usr/lib64/ocaml/ocamlgraph
/usr/lib64/ocaml/ocamlgraph/META
/usr/lib64/ocaml/ocamlgraph/dgraph.cmi
/usr/lib64/ocaml/ocamlgraph/dgraph.cmo
/usr/lib64/ocaml/ocamlgraph/graph.cma
/usr/lib64/ocaml/ocamlgraph/graph.cmi
/usr/lib64/ocaml/ocamlgraph/graph.cmo
/usr/lib64/ocaml/ocamlgraph/graph.cmxs
/usr/lib64/ocaml/ocamlgraph/viewgraph.cmi
/usr/lib64/ocaml/ocamlgraph/viewgraph.cmo
/usr/share/doc/packages/ocaml-ocamlgraph
/usr/share/doc/packages/ocaml-ocamlgraph/CHANGES
/usr/share/doc/packages/ocaml-ocamlgraph/COPYING
/usr/share/doc/packages/ocaml-ocamlgraph/CREDITS
/usr/share/doc/packages/ocaml-ocamlgraph/FAQ
/usr/share/doc/packages/ocaml-ocamlgraph/LICENSE
/usr/share/doc/packages/ocaml-ocamlgraph/README.adoc

 
ICM