# -*- 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-mirage-sleep
github.setup        mirage mirage-sleep 4.1.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             ISC
description         Sleep operation for MirageOS
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
checksums           rmd160  4367dee996ac7e828a6938c2ccb8cd355ce4049d \
                    sha256  0a81e5e0b8066c00ed0ef59bdead2ef1a321da31d3f46bede3bbe4d0fce9d9bb \
                    size    3040
github.tarball_from releases

depends_lib-append  port:ocaml-duration \
                    port:ocaml-lwt

ocaml.build_type    dune
