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

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

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

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

checksums           rmd160  67dca3d21a95727a4d080e249aa25606df4fbe93 \
                    sha256  b05cb7dc618ae77c64af9144b3c1a05e3205eaeaf83b69ad86fea57b61fee681 \
                    size    7385

ocaml.build_type    dune
