# $Id$

PortSystem          1.0
PortGroup           ocaml 1.0
PortGroup           github 1.0

github.setup        janestreet herelib 109.35.02

name                ocaml-herelib
revision            1
categories          devel ml
platforms           darwin
license             Apache-2
maintainers         mww openmaintainer
description         OCaml syntax extension for inserting the current location in source file
long_description    ${description}
homepage            https://ocaml.janestreet.com/code
checksums           rmd160  4f248ad506405a23133f64134c75db1101633b8e \
                    sha256  7bf5f56ce7149d0e991a9cf4473e5c8899b40e19f78d1b0c7492539e31af8d72

distname            herelib-${version}

depends_lib         port:ocaml port:ocaml-findlib

use_oasis           yes
use_oasis_doc       yes

configure.args-append "--destdir ${destroot}"