# -*- 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-bencode
github.setup        rgrinberg bencode 2.0
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Bencode (`.torrent` file format) reader/writer
long_description    {*}${description} in OCaml.
checksums           rmd160  a95d286614638e99948946aa4b7f1d0a8b0363ed \
                    sha256  233eae0817126e9c4a781bf1329d834672b77954e6b983a4d0a298d1e2ff0756 \
                    size    44616
github.tarball_from archive

ocaml.build_type    dune
