Package Details: ocaml-lwt 5.7.0-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: 2024-05-04 11:26 (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

<deleted-account> commented on 2011-02-28 16:51 (UTC)

update to latest.

<deleted-account> commented on 2011-02-28 16:51 (UTC)

srcname=lwt pkgname="ocaml-$srcname" pkgver=2.2.1 pkgrel=1 pkgdesc="A library for cooperative threads in OCaml" arch=('i686' 'x86_64') url="http://ocsigen.org/lwt/" license=('LGPL') depends=('ocaml>=3.11.0' 'ocaml-findlib' 'react' 'libev') source=(http://ocsigen.org/download/$srcname-$pkgver.tar.gz) md5sums=('749546032f4fdd686d4b5dc7ecdf30ac') conflicts=('lwt') build() { cd $srcdir/$srcname-$pkgver mkdir -p "$pkgdir/$(ocamlfind printconf destdir)" mkdir -p "$pkgdir/$(ocamlfind printconf destdir)/stublibs" env DESTDIR="$pkgdir" \ OCAMLFIND_DESTDIR="$pkgdir/$(ocamlfind printconf destdir)" \ make env DESTDIR="$pkgdir" \ OCAMLFIND_DESTDIR="$pkgdir/$(ocamlfind printconf destdir)" \ make install install -Dm 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE }