# -*- 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.17.0 v
revision            0
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         S-expressions for OCaml
long_description    ${description}

checksums           rmd160  abb3fdafc7583f96c735fdd8c9d4c923d3d1cc5a \
                    sha256  da863b42b81235fdcf45eb32c04fb8bde22ff446a779cfb6f989730a35103160 \
                    size    55490
github.tarball_from archive

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

ocaml.build_type    dune
