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

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  c40691219db5e17b37d919b4d45f558843089b67 \
                    sha256  5fc22ad3f3ad6d127cb1245d18580881478da2d6de50b2315e6dd4586c52be19 \
                    size    96661

# 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
