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

name                ocaml-syslog-message
github.setup        verbosemode syslog-message 1.2.0
revision            0
categories          ocaml devel
maintainers         {pguyot @pguyot} openmaintainer
license             BSD

description         Syslog message parser

long_description    This is a library for parsing and generating RFC3164 and RFC5424 syslog messages.

checksums           rmd160  197079d79ba41023902b7af9417967a09af520b5 \
                    sha256  f9eca2bfa26f0b410ab371b5b39aa816d2b46d4e18838d401e0e4d73ac43f70d \
                    size    7514

github.tarball_from releases
use_bzip2           yes
extract.suffix      .tbz

depends_lib-append  port:ocaml-ptime

ocaml.build_type    dune
