Package Details: ocaml-lwt 5.9.1-1

Git Clone URL: https://aur.archlinux.org/ocaml-lwt.git (read-only, click to copy)
Package Base: ocaml-lwt
Description: A library for cooperative threads in OCaml
Upstream URL: https://github.com/ocsigen/lwt
Keywords: concurrent coop cooperative event io library ocaml promise promises threads
Licenses: MIT
Submitter: SerP
Maintainer: dpeukert
Last Packager: dpeukert
Votes: 16
Popularity: 0.000000
First Submitted: 2010-07-22 14:30 (UTC)
Last Updated: 2025-03-18 10:52 (UTC)

Pinned Comments

dpeukert commented on 2020-04-09 22:09 (UTC) (edited on 2020-09-26 18:11 (UTC) by dpeukert)

The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/ocaml-lwt

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

talex commented on 2014-05-24 11:10 (UTC)

Lwt 2.4.4 (and 2.4.5) have now been released, which should fix these problems: https://github.com/ocsigen/lwt/releases

bcdarwin commented on 2014-02-02 04:55 (UTC)

Ocaml-lwt < 2.4.4 won't build with ocaml >= 4.01, so this package should add 'ocaml <= 4.00' to `depends`. This will be resolved when 2.4.4 is released. In the meantime, I've released an ocaml-lwt-git package providing ocaml-lwt.

someoneelse123 commented on 2014-01-22 11:27 (UTC)

Build fails on my machine: http://pastebin.com/JnmeJ6HN

<deleted-account> commented on 2012-10-05 13:34 (UTC)

Thanks, fixed. Updated to 2.4.2 as well.

noddy commented on 2012-09-16 02:41 (UTC)

2.4.1-1 needs a little fix with Ocaml 4.00.0: --- PKGBUILD.old 2012-09-16 04:39:09.349377519 +0200 +++ PKGBUILD 2012-09-16 04:39:24.846065206 +0200 @@ -19,6 +19,8 @@ build() { cd "$srcdir/${pkgname/ocaml-/}-$pkgver" + echo '<src/top/*.*>: use_compiler_libs' >> _tags + # What requires what? # --enable-glib glibc # --enable-react ocaml-react

<deleted-account> commented on 2011-09-18 17:40 (UTC)

Updated :)

zorun commented on 2011-09-18 17:18 (UTC)

The compiler libraries are now available as the "ocaml-compiler-libs" package in [extra]. Could you update the dependencies to reflect the change? Thank you!

<deleted-account> commented on 2011-09-16 20:31 (UTC)

Updated PKGBUILD -- *all* lwt features are now installed by default.

zorun commented on 2011-08-26 18:25 (UTC)

Actually, it depends on some ocaml internal libs, usually provided by an `ocaml-compiler-libs` package (although such a dependency is not stated in the README...) because toplevel-related stuff are internal to the ocaml compiler. It would be alot easier if these libs were integrated in the `ocaml` package, see https://bugs.archlinux.org/task/25763

<deleted-account> commented on 2011-08-26 17:49 (UTC)

I wonder how lwt folks build it, since that Types module is clearly missing <_<