# $Id: Portfile 98499 2012-10-07 11:42:35Z mww@macports.org $

PortSystem          1.0
PortGroup           ocaml 1.0

name                ocaml-type-conv
version             108.00.02
revision            2
categories          devel ml
maintainers         erickt openmaintainer
license             LGPL-2.1
platforms           darwin
supported_archs     noarch

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

checksums           rmd160  fa884e8d2cb33796aa30721e03fb843ab402571a \
                    sha256  2561322c3a7223e9af02dc968b4c16aaceafb722ff569d2408b6c31f605f2558

depends_lib         port:ocaml port:ocaml-findlib

distname            type_conv-${version}

use_oasis yes

livecheck.type      regex
livecheck.url       https://ocaml.janestreet.com/ocaml-core/
livecheck.regex     (\[0-9\]+\\\.\[0-9\\\.\]+)

