# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           ocaml 1.1
PortGroup           github 1.0

github.setup        backtracking ocamlgraph 2.1.0
name                ocaml-ocamlgraph
revision            0
categories          ocaml devel
maintainers         {pguyot @pguyot} openmaintainer
license             LGPL-2.1

github.tarball_from releases
use_bzip2           yes
distname            ocamlgraph-${version}
extract.suffix      .tbz

homepage            https://ocaml.org/p/ocamlgraph/latest
description         A generic graph library for OCaml
long_description    ${description} which Provides both graph data structures \
                    and graph algorithms

checksums           rmd160  90bab1566146dea0826ee3abf33db44fcfacae72 \
                    sha256  0f962c36f9253df2393955af41b074b6a426b2f92a9def795b2005b57d302d65 \
                    size    311740

depends_lib-append  port:ocaml-stdlib-shims

ocaml.build_type    dune
