# -*- 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-sexplib
github.setup        janestreet sexplib 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         S-expressions for OCaml
long_description    ${description}

checksums           rmd160  1235619db906a03cfd83eadc0c04ef66f631c136 \
                    sha256  02d0542527191f99f7b2fde684386bfca086d8f8e42e8488561bcd269a6a5472 \
                    size    55015
github.tarball_from archive

depends_lib-append  port:ocaml-num \
                    port:ocaml-parsexp \
                    port:ocaml-sexplib0

ocaml.build_type    dune
