# -*- 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-calendars
version             2.0.0
revision            0
categories          ocaml devel
maintainers         {pguyot @pguyot} openmaintainer
license             GPL

github.setup        geneweb calendars ${version} v
github.tarball_from archive

description         Convert dates between gregorian/julian/french/hebrew calendars
long_description    {*}${description}

homepage            https://github.com/geneweb/calendars

checksums           rmd160  4d7a6067af72595dfe452c0a49dc0b07526a0c5c \
                    sha256  fee3d3284f2c8953ed440d6e8f47c232ca1c5303c4a2c9ef0074946204e66082 \
                    size    17278

ocaml.build_type    dune
