# -*- 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-batteries
github.setup        ocaml-batteries-team batteries-included 3.11.0 v
revision            0
categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             LGPL-2.1
description         A new O'Caml standard library
long_description    OCaml Batteries included (or simply Batteries) is a \
                    community-driven effort to standardize on an consistent, \
                    documented, and comprehensive development platform for the \
                    OCaml programming language.
homepage            http://batteries.forge.ocamlcore.org/

github.tarball_from     archive

checksums           rmd160  174c7b13d308e81946bdc8a57f85fa3a739bb5b8 \
                    sha256  038048a23453dc1a2f0e9fb247c72c52f07de1ece04834f39d166fb2a972904d \
                    size    796406

depends_lib         port:ocaml-num \
                    port:ocaml-camlp-streams

ocaml.build_type    dune

github.livecheck.regex {([0-9.]+)}
