# -*- 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-ocplib-endian
github.setup        OCamlPro ocplib-endian 1.2

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             BSD
description         Optimized fixed-width integer functions for OCaml
long_description    Optimized functions for reading and writing fixed-width \
                    integers from strings and bigarrays in OCaml.

checksums           rmd160  827d460dea5e82781f3939f9ba69b50e7a65a03f \
                    sha256  97ae74e8aeead46a0475df14af637ce78e2372c07258619ad8967506f2d4b320 \
                    size    18061
github.tarball_from archive

depends_build-append \
                    port:ocaml-cppo

ocaml.build_type    dune
