# -*- 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           github 1.0
PortGroup           ocaml 1.1

github.setup        ocurrent ocaml-version 4.0.4 v
revision            2
categories          ocaml devel
maintainers         nomaintainer
license             ISC
description         Manipulate, parse and generate OCaml compiler version strings
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
checksums           rmd160  83638742e3e93acd45c2004ec863af0eea5429d6 \
                    sha256  eacbe204b8848dc0ad2dc9e4ef8bc6cb865300b55dd5177920d5330339fe1cee \
                    size    13671
github.tarball_from releases

ocaml.build_type    dune
dune.packages       ${name}
