# -*- 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.10.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  e7099cc4d0dfac4bf1fda90942130c7bde62227d \
                    sha256  813c05b70b5bf46fd3cbae55eeefe6daa988a4761eb20e82b2aabe43ac71750d \
                    size    795346


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

ocaml.build_type    dune

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