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

PortSystem 1.0
PortGroup ocaml 1.0

name                ocaml-async-unix
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 (unix)
long_description    ${description}

homepage            https://ocaml.janestreet.com/code
master_sites        https://ocaml.janestreet.com/ocaml-core/${version}/individual/
distname            async_unix-${version}

checksums           rmd160  c360d56b8dd5aa1bceb9148c1a6234565adb629b \
                    sha256  8825b5a2513346aa06a54b01e23d95328f05d30fce3396461425dc86a104805d

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

use_oasis           yes

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

