# -*- 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.2.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  23dc6c4ff17787e9822f6bb82e9bab7f46e36d8b \
                    sha256  b0956210863cc24f480203ba3c2ef06dfae5579536a05744364e7de58822b230 \
                    size    317929

depends_lib-append  port:ocaml-stdlib-shims

ocaml.build_type    dune
