# -*- 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-csexp
github.setup        ocaml-dune csexp 1.5.2
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            1

categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Parsing and printing of S-expressions in Canonical form
long_description    This library provides minimal support for \
                    Canonical S-expressions. \
                    Canonical S-expressions are a binary encoding of \
                    S-expressions that is super simple and well suited \
                    for communication between programs.

checksums           rmd160  ff010ade66efc344c2cd2ee407449a587099af8e \
                    sha256  a00bf7827562ef142117cc07fef5db967c83eed21bae733f52110115fe7ee325 \
                    size    12021

ocaml.build_type    dune
