# -*- 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-bos
version             0.2.1
revision            0
categories          ocaml devel
maintainers         {pguyot @pguyot} openmaintainer
license             ISC

description         Basic OS interaction for OCaml
long_description    Bos provides support for basic and robust interaction with \
                    the operating system in OCaml. It has functions to access \
                    the process environment, parse command line arguments, \
                    interact with the file system and run command line programs.

homepage            https://erratique.ch/software/bos
master_sites        https://erratique.ch/software/bos/releases/

use_bzip2           yes
distname            bos-${version}
extract.suffix      .tbz

checksums           rmd160  49479be8e0e5c93630f8e444c7f68285ebd8cd74 \
                    sha256  d8d62e786b10d697e0457205a8eedeaa27ebcc90f1855f18df190cac2e3d8f37 \
                    size    42330

depends_lib-append port:ocaml-astring \
            port:ocaml-fpath \
            port:ocaml-fmt \
            port:ocaml-logs \
            port:ocaml-rresult

ocaml.build_type    topkg

livecheck.name      bos
