# -*- 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-uuidm
github.setup        dbuenzli uuidm 0.9.10 v
revision            3
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             ISC
description         Universally unique identifiers (UUIDs) for OCaml
long_description    {*}${description}
homepage            https://erratique.ch/software/uuidm
checksums           rmd160  f9ed118f568a61b27634add973cc38cb9780b034 \
                    sha256  27102e68892ea91537c6503988635e9a0a6979a661f4a99b512b6919f3b6a3ec \
                    size    14203
github.tarball_from archive

depends_lib-append  port:ocaml-cmdliner

ocaml.build_type    topkg
