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

name                ocaml-ohex
version             0.2.0
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             BSD
description         Hexadecimal encoding and decoding
long_description    {*}${description}
homepage            https://git.robur.coop/robur/ohex
master_sites        https://github.com/ocaml/opam-source-archives/raw/main/
distname            ohex-${version}
checksums           rmd160  0a6790627598bbb7b8241a6b92d575fa47bfb5c6 \
                    sha256  a6b57badba34b00c774b6b7862d8e7889115ab8dee2d72bc64cb2aa0cce7d8ec \
                    size    4450

extract.rename      yes

ocaml.build_type    dune
