I've posted an issue I had with netclient's META.in file:
http://sourceforge.net/mailarchive/message.php?msg_name=49AAFDA6.1030208%40citycable.ch
In the toplevel,
#use "topfind";;
#thread;;
#require "netclient";;
does not work.
But doing #require "netsys" and then #require "netclient" works out fine.
Replacing netclient's META.in by
version = "@VERSION@"
requires =...
The Uq_engines.Receiver_attn exception is not declared in the uq_engines.mli.
This means that is not possible to compile code that pattern-matches against this exception.
This means that any custom handler that we attach to the event_system of this receiver will not be able to cope with Receiver_attn exceptions.