# -*- 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
PortGroup           github 1.0

name                ocaml-syslog
version             2.0.2
revision            0
categories          ocaml devel
maintainers         {pguyot @pguyot} openmaintainer
license             MIT

github.setup        geneanet ${name} ${version} v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

description         syslog(3) routines for ocaml (RFC 3164)
long_description    {*}${description}

homepage            http://github.com/geneanet/ocaml-syslog

checksums           rmd160  90a4793cbcd7f61025cc9a9997f1116462ee0bb1 \
                    sha256  998b48541cd138213265e9407fc59033c0b3f9c0dadba0fffb2c9174c458e4cb \
                    size    12652

ocaml.build_type    dune
