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

PortSystem          1.0
PortGroup           ocaml 1.0

name                ocaml-async-core
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 (core)
long_description    ${description}
homepage            https://ocaml.janestreet.com/code
master_sites        https://ocaml.janestreet.com/ocaml-core/${version}/individual/
checksums           rmd160  5150e4abbc3511668a0a60daaeb0e239c1ace6d5 \
                    sha256  5139d7250f38f8f84684b73ac201e2a522179996197618884aae5471cac735d0

distname            async_core-${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

use_oasis           yes

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

