# -*- 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-biniou
github.setup        ocaml-community biniou 1.2.2
revision            0

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             BSD
description         Binary data library for OCaml
long_description    Biniou (pronounced \"be new\") is a binary data format designed \
                    for speed, safety, ease of use and backward compatibility as \
                    protocols evolve. Biniou is vastly equivalent to JSON in terms \
                    of functionality but allows implementations several times faster \
                    (4 times faster than yojson), with 25-35% space savings.

checksums           rmd160  78081b7da8667f9866483516df4d11adea95d986 \
                    sha256  bf75e58c1537a8c83441f947b232a6b39bda64da2c85080d65204cc23e4ac302 \
                    size    24054
github.tarball_from archive

depends_lib         port:ocaml-camlp-streams \
                    port:ocaml-easy-format

ocaml.build_type    dune
