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

PortSystem          1.0
PortGroup           ocaml 1.0

name                ocaml-async-extra
version             108.00.02
revision            2
categories          devel ml
platforms           darwin
license             LGPL-2.1
maintainers         mww openmaintainer
description         Jane Street Capital's asynchronous execution library (extra)
long_description    ${description}
homepage            https://ocaml.janestreet.com/code
master_sites        https://ocaml.janestreet.com/ocaml-core/${version}/individual/
checksums           rmd160  0ba434dbb6370126f9ced93a9ea3c6b900558dad \
                    sha256  3844260f38a13008322f1274366178fd18c30c5d54c7b1381dd3792c471eea77

distname            async_extra-${version}

depends_lib         port:ocaml port:ocaml-findlib port:ocaml-sexplib port:ocaml-fieldslib port:ocaml-bin-prot port:ocaml-pa-ounit port:ocaml-core port:ocaml-pipebang port:ocaml-async-core port:ocaml-async-unix

use_oasis           yes

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

