ocamlgraph 1.8.3-1 source package in Ubuntu

Changelog

ocamlgraph (1.8.3-1) unstable; urgency=low


  [ Sylvain Le Gall ]
  * Remove Sylvain Le Gall from uploaders

  [ Mehdi Dogguy ]
  * New upstream release
  * Update debian/copyright
  * Add new patches from upstream's repository:
    - 0003-fixed-compilation-issue-with-OCaml-3.12.1.patch
    - 0004-Merge-bug-fixed-compilation-issue-with-OCaml-3.12.1.patch
  * Bump Standards-Version to 3.9.4, no changes needed.

 -- Mehdi Dogguy <email address hidden>  Sun, 24 Nov 2013 16:29:52 +0100

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any all
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocamlgraph_1.8.3-1.dsc 2.3 KiB 47928715c28be97f3c44a20ffd6e5c041eba364997619558c83c73f4c6e4cd6b
ocamlgraph_1.8.3.orig.tar.gz 263.1 KiB 1ed06c2590ffa3541dcbceb875aa0a2bddc7687cd11cd1b7b4dded0ecffbbb5e
ocamlgraph_1.8.3-1.debian.tar.gz 13.8 KiB 4aa01101c1481349bb74772a28525461e8c2fe852aeda724ee922109c7b72b90

No changes file available.

Binary packages built by this source

libocamlgraph-ocaml-dev: graph 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.

libocamlgraph-ocaml-doc: documentation for the OCamlgraph library

 This package provides the API reference documentation generated by
 ocamldoc.

libocamlgraph-viewer-ocaml-dev: graph 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.

ocamlgraph-editor: graphical graph editor based on hyperbolic geometry

 Ocamlgraph editor is an interactive graph editor for GNOME; it is based
 on hyperbolic geometry (it "zooms" more on graph nodes which are in the
 center of the editing area and zooms less on periferic nodes).
 .
 Ocamlgraph editor works with the following file formats to load and
 save graphs: GML (Graph Modelling Language), DOT (the file format used
 by Graphviz).
 .
 Ocamlgraph is still to be considered experimental.