# -*- 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-topkg
version             1.1.1
revision            0

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             ISC
description         The transitory OCaml software packager
long_description    Topkg is a packager for distributing OCaml software. \
                    It provides an API to describe the files a package installs \
                    in a given build configuration and to specify information \
                    about the package's distribution, creation and publication \
                    procedures.
homepage            https://erratique.ch/software/topkg

master_sites        ${homepage}/releases
distname            topkg-${version}

use_bzip2           yes
extract.suffix      .tbz

checksums           rmd160  a2cfbb9e31837b022c6eee24d1944a20141bf4a4 \
                    sha256  20da062dc9cea21b5c728f22c986ed3e3d57310e643260160a802d559712f6fc \
                    size    96571

# We use our own build_type to build/install; the ocaml portgroup
# is smart enough to not create a circular dependency.
ocaml.build_type    topkg

livecheck.name      topkg
