# $Id: Portfile 115143 2013-12-26 17:36:40Z mww@macports.org $

PortSystem          1.0
PortGroup           ocaml 1.0
PortGroup           github 1.0

github.setup        janestreet type_conv 109.53.02

name                ocaml-type-conv
categories          devel ml
maintainers         erickt openmaintainer
license             LGPL-2.1
platforms           darwin

description         Mini library required for some other preprocessing libraries (OCaml 3.10 and newer)
long_description    ${description}
homepage            https://ocaml.janestreet.com/code

checksums           rmd160  231f2262fee9b604a6800fee7e923554d833db4b \
                    sha256  48fd58e80a324cd63020576ae41dc5ac7695a3fdd397f601c902027d13c26564

depends_lib         port:ocaml port:ocaml-findlib

distname            type_conv-${version}

use_oasis yes

