# -*- 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.3.0
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  8d3b64420a61b1154a385b7304361433764ef2a0 \
                    sha256  089f369ed00967e92d89cc5fcd848c56bdab5c02737da4d483550bf56b5a79bc \
                    size    44755

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
