# -*- 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-sexplib0
github.setup        janestreet sexplib0 0.17.0 v
revision            0

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             MIT
description         Jane Street's S-expression definitions and base converters for OCaml
long_description    Part of Jane Street's Core suite of libraries for OCaml, providing \
                    S-expression definitions and base converters.

distname            ${github.project}-${version}

checksums           rmd160  17a4053446f3f2c0a2725fd85125254f076d1e40 \
                    sha256  5b0910b5dab8ec63633be5dbf92a3e4863d415d803cad9dddf99dba43ce7498b \
                    size    23052
github.tarball_from archive

ocaml.build_type    dune
test.run            yes
