# -*- 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-stdio
github.setup        janestreet stdio 0.17.0 v
revision            1
github.tarball_from archive

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             MIT
description         Jane Street's standard IO library for OCaml
long_description    Stdio implements simple input/output functionalities for OCaml, \
                    re-exporting the input/output functions of the OCaml standard \
                    libraries using a more consistent API.

checksums           rmd160  a2f91b327b8ce91e668c2c9ab8b145819192bf7e \
                    sha256  e7cb473d4bffcf419f307c658cf2599fab03a2b4fe655bfd0be699f8f7af176e \
                    size    7982

depends_lib         port:ocaml-base

ocaml.build_type    dune
test.run            yes
