Package ocaml-ocamlgraph: Information

    Source package: ocaml-ocamlgraph
    Version: 2.2.0-alt1
    Latest version according to Repology
    Build time:  Mar 1, 2026, 11:55 AM in the task #409637
    Category: Development/ML
    Report package bug
    License: LGPLv2 with exceptions
    Summary: OCaml library for arc and node graphs
    Description: 
    Ocamlgraph 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.

    List of RPM packages built from this SRPM:
    ocaml-ocamlgraph (x86_64, i586, aarch64)
    ocaml-ocamlgraph-debuginfo (x86_64, aarch64)
    ocaml-ocamlgraph-devel (x86_64, i586, aarch64)

    Maintainer: Anton Farygin

    List of contributors:
    Anton Farygin

    ACL:
    Anton Farygin
    @everybody

      1. dune
      2. ocaml-graphics-devel
      3. ocaml-ocamldoc
      4. rpm-build-ocaml >= 1.3
      5. libX11-devel
      6. libXft-devel

    Last changed


    March 1, 2026 Anton Farygin 2.2.0-alt1
    - 2.1.0 -> 2.2.0
    Feb. 6, 2025 Anton Farygin 2.1.0-alt2
    - cleanup BR
    Nov. 10, 2023 Anton Farygin 2.1.0-alt1
    - 2.1.0
    - enabled tests