# -*- 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-parsexp
github.setup        janestreet parsexp 0.17.0 v
revision            0
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         S-expression parser
long_description    ${description}

checksums           rmd160  441a051ad376ac7a351c6cfcd3f531b632c943c4 \
                    sha256  a3d10edbc4f98d16357b644d550fd1c06f4d9aa4990ab8ee6da01276c24d55b5 \
                    size    58505
github.tarball_from archive

depends_lib-append  port:ocaml-sexplib0

ocaml.build_type    dune
