Commit Graph

7 Commits

Author SHA1 Message Date
chrisz
eeef14ab3e update to version 2.4.2
ok by @avsm, @jasper
2012-12-04 06:57:39 +00:00
chrisz
65055d41e1 Update lang/ocaml to 4.00.1.
Make all ocaml ports depend on the version of ocaml they were built with.
2012-11-30 19:08:05 +00:00
jasper
e82d54b840 missing bump in previous
spotted by nigel@
2012-10-22 11:41:26 +00:00
jasper
49ddb20f21 - fixup MODULES/WANTLIB 2012-10-21 19:21:32 +00:00
avsm
c0728d2077 update to lwt-2.4.1
- patches now upstream, so remove local versions
- add missing GMAKE dependency (I am fixing this requirement in OASIS directly too)
2012-09-05 21:39:09 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
avsm
0852c11f05 initial import of lwt-2.4.0; espie@ ok
Does not include the enhanced top-level, which will be added in a later update.
From Christopher Zimmermann <madroach@gmerlin.de>

--
Lwt provides very light-weight cooperative threads for OCaml;
``launching'' a thread is a very fast operation, it does not require
a new stack, a new process, or anything else. Moreover context
switches are very fast. In fact, it is so easy that a thread can
be launched for every system call. And composing cooperative threads
will allow highly asynchronous programs.
2012-08-19 00:27:50 +00:00