ocamlgraph 2.0.0-3 source package in Ubuntu

Changelog

ocamlgraph (2.0.0-3) unstable; urgency=medium

  * Team upload
  * Upload to sid
  * Standards-Version 4.6.0 (no change)

 -- Ralf Treinen <email address hidden>  Tue, 21 Dec 2021 20:00:54 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocamlgraph_2.0.0-3.dsc 2.2 KiB 1c996153b5db4e9fc02f692ccd53f4ee29162e24e5d0ce5abe2250c8fb4cc16b
ocamlgraph_2.0.0.orig.tar.gz 351.8 KiB aa9bd7c40489039f0e35941cd61da3ab8ab7e1f83a34e14083b6040a5e2cf6d4
ocamlgraph_2.0.0-3.debian.tar.xz 12.0 KiB b9a96d1fa17272e39f9f0d951f2c89a8167079bdc115a833901cab0392779e56

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-dev-dbgsym: debug symbols for libocamlgraph-ocaml-dev
libocamlgraph-ocaml-doc: documentation for the OCamlgraph library

 This package provides the API reference documentation generated by
 ocamldoc.