# $Id$ PortSystem 1.0 name caml-lwt version 2.0.0 distname lwt-${version} revision 2 categories devel ml maintainers avsm description Cooperative threading library for OCaml long_description LWT is a lightweight thread library for OCaml to implement \ co-operative concurrency. homepage http://ocsigen.org/lwt platforms darwin master_sites http://ocsigen.org/download/ patchfiles patch-Makefile.diff depends_lib port:ocaml port:caml-findlib port:caml-ssl \ port:caml-react port:caml-text checksums md5 d6f43a0ee96a2c71ba7f30bc634155fc \ sha1 3fda6aa5e8021fbf262d218c6d9fe68de5821783 \ rmd160 d0ae9a6b85b0fe81b669a924d433a04a82a5cad1 use_configure no use_parallel_build no set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib destroot.post_args DESTDIR="$ocamlfind_destdir" build.target "all doc" livecheck.type regex livecheck.url http://ocsigen.org/download/ livecheck.version ${version}+rc1 livecheck.regex {>lwt-(.*)\.tar\.gz\.asc} post-destroot { xinstall -d -755 ${destroot}${prefix}/share/doc/${name} eval xinstall -m 644 [glob ${worksrcpath}/_build/lwt.docdir/*] \ ${destroot}/${prefix}/share/doc/${name} }