# -*- 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

name                ocaml-cmdliner
github.setup        dbuenzli cmdliner 1.3.0 v
revision            0
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             ISC
description         ${name} allows the declarative definition of command line interfaces for OCaml
long_description    ${description}
homepage            https://erratique.ch/software/cmdliner
checksums           rmd160  d62277e3339733615dded9f4d5fd93d092bab6f4 \
                    sha256  a7763e802c4e46e151916c1ba46a608d3ae6d4522ce70a1748cf47ea54d809ba \
                    size    70415
github.tarball_from archive

ocaml.build_type    dune
