Share

Ocamlnet

Code

Programming Languages: OCaml (Objective Caml)

License: zlib/libpng License

Repositories

browse code, statistics cvs -d:pserver:anonymous@ocamlnet.cvs.sourceforge.net:/cvsroot/ocamlnet login

cvs -z3 -d:pserver:anonymous@ocamlnet.cvs.sourceforge.net:/cvsroot/ocamlnet co -P modulename

Show:

What's happening?

  • netsys in netclient's META.in multi-threading.

    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 =...

    2009-08-23 11:41:33 UTC by yziquel

  • Uq_engines.Receiver_attn not declared in .mli file.

    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.

    2009-08-19 21:45:05 UTC by yziquel

Our Numbers