# -*- 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.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         S-expression parser
long_description    ${description}

checksums           rmd160  9066df8a00da2e65033eedc23e724afbd09a1fc4 \
                    sha256  859db54b077f606ce550dfac468c399f3a14d32a4ac60da166d403fe57836e9f \
                    size    56904
github.tarball_from archive

depends_lib-append  port:ocaml-sexplib0

ocaml.build_type    dune
