# $Id$

PortSystem 1.0
PortGroup ocaml 1.0
PortGroup           github 1.0

github.setup        janestreet comparelib 109.27.02

name                ocaml-comparelib
revision            1
categories          devel ml
platforms           darwin
license             Apache-2
maintainers         mww openmaintainer
description         Syntax extension for deriving "compare" functions automatically
long_description    ${description}

homepage            https://ocaml.janestreet.com/code

checksums           rmd160  6aa2e5c022dac512e8cbe775b84b9c3983b12bec \
                    sha256  50ef0cefd58b5b2211f414a495ce1e0b478f6ffb0c8beaf8871c7ea6ee45e918

depends_lib         port:ocaml port:ocaml-findlib port:ocaml-type-conv

use_oasis           yes
use_oasis_doc       yes

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