pkgsrc/net/ocamlnet/PLIST

703 lines
34 KiB
Text
Raw Normal View History

2013-11-01 12:11:18 +01:00
@comment $NetBSD: PLIST,v 1.8 2013/11/01 11:11:18 jaapb Exp $
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/equeue
@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/netcgi2-plex
@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/netplex
@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/pop
@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/netclient
@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/netshm
@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/rpc
@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/shell
@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/netcamlbox
@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/netgssapi
@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/netstring
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/rpc-auth-local
@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/smtp
@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/netcgi2
@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/netmulticore
@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/netsys
@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/rpc-generator
${PLIST.ssl}@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/rpc-ssl
${PLIST.xti}@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/rpc-xtl
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
${PLIST.ssl}@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/equeue-ssl
lib/ocaml/site-lib/equeue/META
${PLIST.opt}lib/ocaml/site-lib/equeue/equeue.a
lib/ocaml/site-lib/equeue/equeue.cma
${PLIST.opt}lib/ocaml/site-lib/equeue/equeue.cmxa
lib/ocaml/site-lib/equeue/equeue.cmi
lib/ocaml/site-lib/equeue/equeue.mli
${PLIST.opt}lib/ocaml/site-lib/equeue/equeue.p.a
${PLIST.opt}lib/ocaml/site-lib/equeue/equeue.p.cmxa
lib/ocaml/site-lib/equeue/unixqueue.cmi
lib/ocaml/site-lib/equeue/unixqueue.mli
lib/ocaml/site-lib/equeue/unixqueue_pollset.cmi
lib/ocaml/site-lib/equeue/unixqueue_pollset.mli
lib/ocaml/site-lib/equeue/unixqueue_select.cmi
lib/ocaml/site-lib/equeue/unixqueue_select.mli
lib/ocaml/site-lib/equeue/unixqueue_util.cmi
lib/ocaml/site-lib/equeue/uq_engines.cmi
lib/ocaml/site-lib/equeue/uq_engines.mli
lib/ocaml/site-lib/equeue/uq_io.cmi
lib/ocaml/site-lib/equeue/uq_io.mli
lib/ocaml/site-lib/equeue/uq_libevent.cmi
lib/ocaml/site-lib/equeue/uq_libevent.mli
lib/ocaml/site-lib/equeue/uq_lwt.cmi
lib/ocaml/site-lib/equeue/uq_lwt.mli
lib/ocaml/site-lib/equeue/uq_mt.cmi
lib/ocaml/site-lib/equeue/uq_mt.mli
lib/ocaml/site-lib/equeue/uq_resolver.cmi
lib/ocaml/site-lib/equeue/uq_resolver.mli
lib/ocaml/site-lib/equeue/uq_socks5.cmi
lib/ocaml/site-lib/equeue/uq_socks5.mli
${PLIST.ssl}lib/ocaml/site-lib/equeue-ssl/META
${PLIST.ssl}lib/ocaml/site-lib/equeue-ssl/dllequeue_ssl.so
${PLIST.ssl}${PLIST.opt}lib/ocaml/site-lib/equeue-ssl/equeue_ssl.a
${PLIST.ssl}lib/ocaml/site-lib/equeue-ssl/equeue_ssl.cma
${PLIST.ssl}${PLIST.opt}lib/ocaml/site-lib/equeue-ssl/equeue_ssl.cmxa
${PLIST.ssl}${PLIST.opt}lib/ocaml/site-lib/equeue-ssl/equeue_ssl.p.a
${PLIST.ssl}${PLIST.opt}lib/ocaml/site-lib/equeue-ssl/equeue_ssl.p.cmxa
${PLIST.ssl}lib/ocaml/site-lib/equeue-ssl/https_client.cmi
${PLIST.ssl}lib/ocaml/site-lib/equeue-ssl/https_client.mli
${PLIST.ssl}lib/ocaml/site-lib/equeue-ssl/libequeue_ssl.a
${PLIST.ssl}${PLIST.opt}lib/ocaml/site-lib/equeue-ssl/libequeue_ssl.p.a
${PLIST.ssl}lib/ocaml/site-lib/equeue-ssl/ssl_exts.cmi
${PLIST.ssl}lib/ocaml/site-lib/equeue-ssl/ssl_exts.mli
${PLIST.ssl}lib/ocaml/site-lib/equeue-ssl/uq_ssl.cmi
${PLIST.ssl}lib/ocaml/site-lib/equeue-ssl/uq_ssl.mli
lib/ocaml/site-lib/netcamlbox/META
${PLIST.opt}lib/ocaml/site-lib/netcamlbox/netcamlbox.a
lib/ocaml/site-lib/netcamlbox/netcamlbox.cma
${PLIST.opt}lib/ocaml/site-lib/netcamlbox/netcamlbox.cmxa
lib/ocaml/site-lib/netcamlbox/netcamlbox.cmi
lib/ocaml/site-lib/netcamlbox/netcamlbox.mli
${PLIST.opt}lib/ocaml/site-lib/netcamlbox/netcamlbox.p.a
${PLIST.opt}lib/ocaml/site-lib/netcamlbox/netcamlbox.p.cmxa
lib/ocaml/site-lib/netcgi2/META
${PLIST.opt}lib/ocaml/site-lib/netcgi2/netcgi.a
lib/ocaml/site-lib/netcgi2/netcgi.cma
${PLIST.opt}lib/ocaml/site-lib/netcgi2/netcgi.cmxa
lib/ocaml/site-lib/netcgi2/netcgi.cmi
lib/ocaml/site-lib/netcgi2/netcgi.mli
${PLIST.opt}lib/ocaml/site-lib/netcgi2/netcgi.p.a
${PLIST.opt}lib/ocaml/site-lib/netcgi2/netcgi.p.cmxa
lib/ocaml/site-lib/netcgi2/netcgi1_compat.cmi
lib/ocaml/site-lib/netcgi2/netcgi1_compat.mli
lib/ocaml/site-lib/netcgi2/netcgi_ajp.cmi
lib/ocaml/site-lib/netcgi2/netcgi_ajp.mli
lib/ocaml/site-lib/netcgi2/netcgi_cgi.cmi
lib/ocaml/site-lib/netcgi2/netcgi_cgi.mli
lib/ocaml/site-lib/netcgi2/netcgi_common.cmi
lib/ocaml/site-lib/netcgi2/netcgi_common.mli
lib/ocaml/site-lib/netcgi2/netcgi_dbi.cmi
lib/ocaml/site-lib/netcgi2/netcgi_dbi.mli
lib/ocaml/site-lib/netcgi2/netcgi_fcgi.cmi
lib/ocaml/site-lib/netcgi2/netcgi_fcgi.mli
lib/ocaml/site-lib/netcgi2/netcgi_scgi.cmi
lib/ocaml/site-lib/netcgi2/netcgi_scgi.mli
lib/ocaml/site-lib/netcgi2/netcgi_test.cmi
lib/ocaml/site-lib/netcgi2/netcgi_test.mli
lib/ocaml/site-lib/netcgi2-plex/META
${PLIST.opt}lib/ocaml/site-lib/netcgi2-plex/netcgi2-plex.a
lib/ocaml/site-lib/netcgi2-plex/netcgi2-plex.cma
${PLIST.opt}lib/ocaml/site-lib/netcgi2-plex/netcgi2-plex.cmxa
lib/ocaml/site-lib/netcgi2-plex/netcgi_plex.cmi
lib/ocaml/site-lib/netcgi2-plex/netcgi_plex.mli
${PLIST.opt}lib/ocaml/site-lib/netcgi2-plex/netcgi2-plex.p.a
${PLIST.opt}lib/ocaml/site-lib/netcgi2-plex/netcgi2-plex.p.cmxa
lib/ocaml/site-lib/netclient/META
lib/ocaml/site-lib/netclient/ftp_client.cmi
lib/ocaml/site-lib/netclient/ftp_client.mli
lib/ocaml/site-lib/netclient/ftp_data_endpoint.cmi
lib/ocaml/site-lib/netclient/ftp_data_endpoint.mli
lib/ocaml/site-lib/netclient/ftp_fs.cmi
lib/ocaml/site-lib/netclient/ftp_fs.mli
lib/ocaml/site-lib/netclient/http_client.cmi
lib/ocaml/site-lib/netclient/http_client.mli
lib/ocaml/site-lib/netclient/http_client_conncache.cmi
lib/ocaml/site-lib/netclient/http_client_conncache.mli
lib/ocaml/site-lib/netclient/http_fs.cmi
lib/ocaml/site-lib/netclient/http_fs.mli
${PLIST.opt}lib/ocaml/site-lib/netclient/netclient.a
lib/ocaml/site-lib/netclient/netclient.cma
${PLIST.opt}lib/ocaml/site-lib/netclient/netclient.cmxa
${PLIST.opt}lib/ocaml/site-lib/netclient/netclient.p.a
${PLIST.opt}lib/ocaml/site-lib/netclient/netclient.p.cmxa
lib/ocaml/site-lib/netclient/telnet_client.cmi
lib/ocaml/site-lib/netclient/telnet_client.mli
lib/ocaml/site-lib/netgssapi/META
${PLIST.opt}lib/ocaml/site-lib/netgssapi/netgssapi.a
lib/ocaml/site-lib/netgssapi/netgssapi.cma
lib/ocaml/site-lib/netgssapi/netgssapi.cmi
${PLIST.opt}lib/ocaml/site-lib/netgssapi/netgssapi.cmxa
lib/ocaml/site-lib/netgssapi/netgssapi.mli
${PLIST.opt}lib/ocaml/site-lib/netgssapi/netgssapi.p.a
${PLIST.opt}lib/ocaml/site-lib/netgssapi/netgssapi.p.cmxa
lib/ocaml/site-lib/netmulticore/META
lib/ocaml/site-lib/netmulticore/netmcore.cmi
lib/ocaml/site-lib/netmulticore/netmcore.mli
lib/ocaml/site-lib/netmulticore/netmcore_array.cmi
lib/ocaml/site-lib/netmulticore/netmcore_array.mli
lib/ocaml/site-lib/netmulticore/netmcore_bigarray.mli
lib/ocaml/site-lib/netmulticore/netmcore_buffer.cmi
lib/ocaml/site-lib/netmulticore/netmcore_buffer.mli
lib/ocaml/site-lib/netmulticore/netmcore_camlbox.cmi
lib/ocaml/site-lib/netmulticore/netmcore_camlbox.mli
lib/ocaml/site-lib/netmulticore/netmcore_condition.cmi
lib/ocaml/site-lib/netmulticore/netmcore_condition.mli
lib/ocaml/site-lib/netmulticore/netmcore_hashtbl.cmi
lib/ocaml/site-lib/netmulticore/netmcore_hashtbl.mli
lib/ocaml/site-lib/netmulticore/netmcore_heap.cmi
lib/ocaml/site-lib/netmulticore/netmcore_heap.mli
lib/ocaml/site-lib/netmulticore/netmcore_matrix.cmi
lib/ocaml/site-lib/netmulticore/netmcore_matrix.mli
lib/ocaml/site-lib/netmulticore/netmcore_mempool.cmi
lib/ocaml/site-lib/netmulticore/netmcore_mempool.mli
lib/ocaml/site-lib/netmulticore/netmcore_mutex.cmi
lib/ocaml/site-lib/netmulticore/netmcore_mutex.mli
lib/ocaml/site-lib/netmulticore/netmcore_process.cmi
lib/ocaml/site-lib/netmulticore/netmcore_process.mli
lib/ocaml/site-lib/netmulticore/netmcore_queue.cmi
lib/ocaml/site-lib/netmulticore/netmcore_queue.mli
lib/ocaml/site-lib/netmulticore/netmcore_ref.cmi
lib/ocaml/site-lib/netmulticore/netmcore_ref.mli
lib/ocaml/site-lib/netmulticore/netmcore_sem.cmi
lib/ocaml/site-lib/netmulticore/netmcore_sem.mli
lib/ocaml/site-lib/netmulticore/netmcore_util.cmi
${PLIST.opt}lib/ocaml/site-lib/netmulticore/netmulticore.a
lib/ocaml/site-lib/netmulticore/netmulticore.cma
${PLIST.opt}lib/ocaml/site-lib/netmulticore/netmulticore.cmxa
${PLIST.opt}lib/ocaml/site-lib/netmulticore/netmulticore.p.a
${PLIST.opt}lib/ocaml/site-lib/netmulticore/netmulticore.p.cmxa
lib/ocaml/site-lib/netplex/META
lib/ocaml/site-lib/netplex/netplex-packlist
${PLIST.opt}lib/ocaml/site-lib/netplex/netplex.a
lib/ocaml/site-lib/netplex/netplex.cma
${PLIST.opt}lib/ocaml/site-lib/netplex/netplex.cmxa
${PLIST.opt}lib/ocaml/site-lib/netplex/netplex.p.a
${PLIST.opt}lib/ocaml/site-lib/netplex/netplex.p.cmxa
lib/ocaml/site-lib/netplex/netplex_admin.cmi
lib/ocaml/site-lib/netplex/netplex_cenv.cmi
lib/ocaml/site-lib/netplex/netplex_cenv.mli
lib/ocaml/site-lib/netplex/netplex_config.cmi
lib/ocaml/site-lib/netplex/netplex_config.mli
lib/ocaml/site-lib/netplex/netplex_container.cmi
lib/ocaml/site-lib/netplex/netplex_container.mli
lib/ocaml/site-lib/netplex/netplex_controller.cmi
lib/ocaml/site-lib/netplex/netplex_controller.mli
lib/ocaml/site-lib/netplex/netplex_ctrl_aux.cmi
lib/ocaml/site-lib/netplex/netplex_ctrl_aux.mli
lib/ocaml/site-lib/netplex/netplex_ctrl_clnt.cmi
lib/ocaml/site-lib/netplex/netplex_ctrl_clnt.mli
lib/ocaml/site-lib/netplex/netplex_ctrl_srv.cmi
lib/ocaml/site-lib/netplex/netplex_ctrl_srv.mli
lib/ocaml/site-lib/netplex/netplex_encap.cmi
lib/ocaml/site-lib/netplex/netplex_encap.mli
lib/ocaml/site-lib/netplex/netplex_kit.cmi
lib/ocaml/site-lib/netplex/netplex_kit.mli
lib/ocaml/site-lib/netplex/netplex_log.cmi
lib/ocaml/site-lib/netplex/netplex_log.mli
lib/ocaml/site-lib/netplex/netplex_main.cmi
lib/ocaml/site-lib/netplex/netplex_main.mli
- Updated package to latest version, 3.6.5. Changes include: * Build fix for netstring-pcre * Regular expressions: The config switch -enable-pcre no longer switches the default backend to PCRE. The default remains Str, and only Netstring_pcre is additionally built. The new switch -enable-full-pcre has now the stronger meaning of also using PCRE as default backend. New documentation page Regexp explaining this. * Netmcore_basics.txt: more documentation for Netmulticore * Netgzip.ml: Fixing a bug in the inflating pipe (bad calculation of the crc) * Netplex_mbox: implementation of a simple message box allowing communication between Netplex components. This module does neither need Netmulticore nor Netcamlbox, but is relatively slow. * netcgi2-apache: fixing build against apache-2.4. * netcgi2-apache: fixing bug that PKGNAME was incorrect * netcgi2-apache: the directory of the OCaml stdlib is now added via rpath to mod_netcgi_apache.so so that libcamlrun_shared.so is automatically found * Http_client: more liberal interpretation of the "domain" part of authentication keys * src/netsys/netsys_c_poll.c: Fix FD_CLOEXEC (Guillem Jover <guillem@hadrons.org>) * Http_client authentication: The domain for authentication keys can be set to ["*"]. Also, port number can be omitted in such domains. * Http_client authentication: adding skip_challenges auth style * Uq_engines: New [qseq_engine] class. This is the same as [seq_engine], but it does not forward pure progress events. The operator [++] is now backed by [qseq_engine]. This change fixes performance bugs (e.g. Http_client had problems with HTTP responses consisting of many chunks). * Netmcore, Netmcore_process: also adding a function [run] in in addition to [startup] for jobs that want to return something. With [join_nowait] one can now get the result of the first process. Also updated examples/multicore/create_join.ml. * Netplex_main: new function [run], designed for compute jobs run under Netplex regime * Netdate: adding ISO-8601 week numbering. Fixing test suite and some bugs - removed obsolete file PLIST.opt (now implemented using PLIST_VARS)
2013-06-11 16:50:43 +02:00
lib/ocaml/site-lib/netplex/netplex_mbox.cmi
lib/ocaml/site-lib/netplex/netplex_mbox.mli
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
lib/ocaml/site-lib/netplex/netplex_mp.cmi
lib/ocaml/site-lib/netplex/netplex_mp.mli
lib/ocaml/site-lib/netplex/netplex_mt.cmi
lib/ocaml/site-lib/netplex/netplex_mt.cmo
${PLIST.opt}lib/ocaml/site-lib/netplex/netplex_mt.cmx
lib/ocaml/site-lib/netplex/netplex_mt.mli
${PLIST.opt}lib/ocaml/site-lib/netplex/netplex_mt.o
${PLIST.opt}lib/ocaml/site-lib/netplex/netplex_mt.p.cmx
${PLIST.opt}lib/ocaml/site-lib/netplex/netplex_mt.p.o
lib/ocaml/site-lib/netplex/netplex_mutex.cmi
lib/ocaml/site-lib/netplex/netplex_mutex.mli
lib/ocaml/site-lib/netplex/netplex_semaphore.cmi
lib/ocaml/site-lib/netplex/netplex_semaphore.mli
lib/ocaml/site-lib/netplex/netplex_sharedvar.cmi
lib/ocaml/site-lib/netplex/netplex_sharedvar.mli
lib/ocaml/site-lib/netplex/netplex_sockserv.cmi
lib/ocaml/site-lib/netplex/netplex_sockserv.mli
lib/ocaml/site-lib/netplex/netplex_types.cmi
lib/ocaml/site-lib/netplex/netplex_types.mli
lib/ocaml/site-lib/netplex/netplex_util.cmi
lib/ocaml/site-lib/netplex/netplex_workload.cmi
lib/ocaml/site-lib/netplex/netplex_workload.mli
lib/ocaml/site-lib/netplex/rpc_netplex.cmi
lib/ocaml/site-lib/netplex/rpc_netplex.mli
lib/ocaml/site-lib/netshm/META
${PLIST.opt}lib/ocaml/site-lib/netshm/netshm.a
lib/ocaml/site-lib/netshm/netshm.cma
lib/ocaml/site-lib/netshm/netshm.cmi
${PLIST.opt}lib/ocaml/site-lib/netshm/netshm.cmxa
lib/ocaml/site-lib/netshm/netshm.mli
${PLIST.opt}lib/ocaml/site-lib/netshm/netshm.p.a
${PLIST.opt}lib/ocaml/site-lib/netshm/netshm.p.cmxa
lib/ocaml/site-lib/netshm/netshm_array.cmi
lib/ocaml/site-lib/netshm/netshm_array.mli
lib/ocaml/site-lib/netshm/netshm_data.cmi
lib/ocaml/site-lib/netshm/netshm_data.mli
lib/ocaml/site-lib/netshm/netshm_hashtbl.cmi
lib/ocaml/site-lib/netshm/netshm_hashtbl.mli
lib/ocaml/site-lib/netstring/META
lib/ocaml/site-lib/netstring/cmapf.adobe_standard_encoding.netdb
lib/ocaml/site-lib/netstring/cmapf.adobe_symbol_encoding.netdb
lib/ocaml/site-lib/netstring/cmapf.adobe_zapf_dingbats_encoding.netdb
lib/ocaml/site-lib/netstring/cmapf.cp037.netdb
lib/ocaml/site-lib/netstring/cmapf.cp1006.netdb
lib/ocaml/site-lib/netstring/cmapf.cp1026.netdb
lib/ocaml/site-lib/netstring/cmapf.cp1047.netdb
lib/ocaml/site-lib/netstring/cmapf.cp424.netdb
lib/ocaml/site-lib/netstring/cmapf.cp437.netdb
lib/ocaml/site-lib/netstring/cmapf.cp500.netdb
lib/ocaml/site-lib/netstring/cmapf.cp737.netdb
lib/ocaml/site-lib/netstring/cmapf.cp775.netdb
lib/ocaml/site-lib/netstring/cmapf.cp850.netdb
lib/ocaml/site-lib/netstring/cmapf.cp852.netdb
lib/ocaml/site-lib/netstring/cmapf.cp855.netdb
lib/ocaml/site-lib/netstring/cmapf.cp856.netdb
lib/ocaml/site-lib/netstring/cmapf.cp857.netdb
lib/ocaml/site-lib/netstring/cmapf.cp860.netdb
lib/ocaml/site-lib/netstring/cmapf.cp861.netdb
lib/ocaml/site-lib/netstring/cmapf.cp862.netdb
lib/ocaml/site-lib/netstring/cmapf.cp863.netdb
lib/ocaml/site-lib/netstring/cmapf.cp864.netdb
lib/ocaml/site-lib/netstring/cmapf.cp865.netdb
lib/ocaml/site-lib/netstring/cmapf.cp866.netdb
lib/ocaml/site-lib/netstring/cmapf.cp869.netdb
lib/ocaml/site-lib/netstring/cmapf.cp874.netdb
lib/ocaml/site-lib/netstring/cmapf.cp875.netdb
lib/ocaml/site-lib/netstring/cmapf.iso88591.netdb
lib/ocaml/site-lib/netstring/cmapf.iso885910.netdb
lib/ocaml/site-lib/netstring/cmapf.iso885911.netdb
lib/ocaml/site-lib/netstring/cmapf.iso885913.netdb
lib/ocaml/site-lib/netstring/cmapf.iso885914.netdb
lib/ocaml/site-lib/netstring/cmapf.iso885915.netdb
lib/ocaml/site-lib/netstring/cmapf.iso885916.netdb
lib/ocaml/site-lib/netstring/cmapf.iso88592.netdb
lib/ocaml/site-lib/netstring/cmapf.iso88593.netdb
lib/ocaml/site-lib/netstring/cmapf.iso88594.netdb
lib/ocaml/site-lib/netstring/cmapf.iso88595.netdb
lib/ocaml/site-lib/netstring/cmapf.iso88596.netdb
lib/ocaml/site-lib/netstring/cmapf.iso88597.netdb
lib/ocaml/site-lib/netstring/cmapf.iso88598.netdb
lib/ocaml/site-lib/netstring/cmapf.iso88599.netdb
lib/ocaml/site-lib/netstring/cmapf.jis0201.netdb
lib/ocaml/site-lib/netstring/cmapf.jis0208.netdb
lib/ocaml/site-lib/netstring/cmapf.jis0212.netdb
lib/ocaml/site-lib/netstring/cmapf.koi8r.netdb
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
lib/ocaml/site-lib/netstring/cmapf.ks1001.netdb
lib/ocaml/site-lib/netstring/cmapf.macroman.netdb
lib/ocaml/site-lib/netstring/cmapf.windows1250.netdb
lib/ocaml/site-lib/netstring/cmapf.windows1251.netdb
lib/ocaml/site-lib/netstring/cmapf.windows1252.netdb
lib/ocaml/site-lib/netstring/cmapf.windows1253.netdb
lib/ocaml/site-lib/netstring/cmapf.windows1254.netdb
lib/ocaml/site-lib/netstring/cmapf.windows1255.netdb
lib/ocaml/site-lib/netstring/cmapf.windows1256.netdb
lib/ocaml/site-lib/netstring/cmapf.windows1257.netdb
lib/ocaml/site-lib/netstring/cmapf.windows1258.netdb
lib/ocaml/site-lib/netstring/cmapr.adobe_standard_encoding.netdb
lib/ocaml/site-lib/netstring/cmapr.adobe_symbol_encoding.netdb
lib/ocaml/site-lib/netstring/cmapr.adobe_zapf_dingbats_encoding.netdb
lib/ocaml/site-lib/netstring/cmapr.cp037.netdb
lib/ocaml/site-lib/netstring/cmapr.cp1006.netdb
lib/ocaml/site-lib/netstring/cmapr.cp1026.netdb
lib/ocaml/site-lib/netstring/cmapr.cp1047.netdb
lib/ocaml/site-lib/netstring/cmapr.cp424.netdb
lib/ocaml/site-lib/netstring/cmapr.cp437.netdb
lib/ocaml/site-lib/netstring/cmapr.cp500.netdb
lib/ocaml/site-lib/netstring/cmapr.cp737.netdb
lib/ocaml/site-lib/netstring/cmapr.cp775.netdb
lib/ocaml/site-lib/netstring/cmapr.cp850.netdb
lib/ocaml/site-lib/netstring/cmapr.cp852.netdb
lib/ocaml/site-lib/netstring/cmapr.cp855.netdb
lib/ocaml/site-lib/netstring/cmapr.cp856.netdb
lib/ocaml/site-lib/netstring/cmapr.cp857.netdb
lib/ocaml/site-lib/netstring/cmapr.cp860.netdb
lib/ocaml/site-lib/netstring/cmapr.cp861.netdb
lib/ocaml/site-lib/netstring/cmapr.cp862.netdb
lib/ocaml/site-lib/netstring/cmapr.cp863.netdb
lib/ocaml/site-lib/netstring/cmapr.cp864.netdb
lib/ocaml/site-lib/netstring/cmapr.cp865.netdb
lib/ocaml/site-lib/netstring/cmapr.cp866.netdb
lib/ocaml/site-lib/netstring/cmapr.cp869.netdb
lib/ocaml/site-lib/netstring/cmapr.cp874.netdb
lib/ocaml/site-lib/netstring/cmapr.cp875.netdb
lib/ocaml/site-lib/netstring/cmapr.iso88591.netdb
lib/ocaml/site-lib/netstring/cmapr.iso885910.netdb
lib/ocaml/site-lib/netstring/cmapr.iso885911.netdb
lib/ocaml/site-lib/netstring/cmapr.iso885913.netdb
lib/ocaml/site-lib/netstring/cmapr.iso885914.netdb
lib/ocaml/site-lib/netstring/cmapr.iso885915.netdb
lib/ocaml/site-lib/netstring/cmapr.iso885916.netdb
lib/ocaml/site-lib/netstring/cmapr.iso88592.netdb
lib/ocaml/site-lib/netstring/cmapr.iso88593.netdb
lib/ocaml/site-lib/netstring/cmapr.iso88594.netdb
lib/ocaml/site-lib/netstring/cmapr.iso88595.netdb
lib/ocaml/site-lib/netstring/cmapr.iso88596.netdb
lib/ocaml/site-lib/netstring/cmapr.iso88597.netdb
lib/ocaml/site-lib/netstring/cmapr.iso88598.netdb
lib/ocaml/site-lib/netstring/cmapr.iso88599.netdb
lib/ocaml/site-lib/netstring/cmapr.jis0201.netdb
lib/ocaml/site-lib/netstring/cmapr.jis0208.netdb
lib/ocaml/site-lib/netstring/cmapr.jis0212.netdb
lib/ocaml/site-lib/netstring/cmapr.koi8r.netdb
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
lib/ocaml/site-lib/netstring/cmapr.ks1001.netdb
lib/ocaml/site-lib/netstring/cmapr.macroman.netdb
lib/ocaml/site-lib/netstring/cmapr.windows1250.netdb
lib/ocaml/site-lib/netstring/cmapr.windows1251.netdb
lib/ocaml/site-lib/netstring/cmapr.windows1252.netdb
lib/ocaml/site-lib/netstring/cmapr.windows1253.netdb
lib/ocaml/site-lib/netstring/cmapr.windows1254.netdb
lib/ocaml/site-lib/netstring/cmapr.windows1255.netdb
lib/ocaml/site-lib/netstring/cmapr.windows1256.netdb
lib/ocaml/site-lib/netstring/cmapr.windows1257.netdb
lib/ocaml/site-lib/netstring/cmapr.windows1258.netdb
lib/ocaml/site-lib/netstring/dllnetaccel_c.so
lib/ocaml/site-lib/netstring/libnetaccel_c.a
lib/ocaml/site-lib/netstring/mimestring.cmi
lib/ocaml/site-lib/netstring/mimestring.mli
lib/ocaml/site-lib/netstring/netaccel.cma
lib/ocaml/site-lib/netstring/netaccel.cmi
lib/ocaml/site-lib/netstring/netaccel.mli
lib/ocaml/site-lib/netstring/netaccel_link.cmi
lib/ocaml/site-lib/netstring/netaccel_link.cmo
lib/ocaml/site-lib/netstring/netaccel_link.mli
lib/ocaml/site-lib/netstring/netaddress.cmi
lib/ocaml/site-lib/netstring/netaddress.mli
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
lib/ocaml/site-lib/netstring/netauth.cmi
lib/ocaml/site-lib/netstring/netauth.mli
lib/ocaml/site-lib/netstring/netaux.cmi
lib/ocaml/site-lib/netstring/netaux.mli
lib/ocaml/site-lib/netstring/netbuffer.cmi
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
${PLIST.opt}lib/ocaml/site-lib/netstring/netbuffer.cmx
lib/ocaml/site-lib/netstring/netbuffer.mli
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
${PLIST.opt}lib/ocaml/site-lib/netstring/netbuffer.o
${PLIST.opt}lib/ocaml/site-lib/netstring/netbuffer.p.cmx
${PLIST.opt}lib/ocaml/site-lib/netstring/netbuffer.p.o
lib/ocaml/site-lib/netstring/netchannels.cmi
lib/ocaml/site-lib/netstring/netchannels.mli
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
lib/ocaml/site-lib/netstring/netcompression.cmi
lib/ocaml/site-lib/netstring/netcompression.mli
lib/ocaml/site-lib/netstring/netconst.cmi
lib/ocaml/site-lib/netstring/netconst.mli
lib/ocaml/site-lib/netstring/netconversion.cmi
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
${PLIST.opt}lib/ocaml/site-lib/netstring/netconversion.cmx
lib/ocaml/site-lib/netstring/netconversion.mli
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
${PLIST.opt}lib/ocaml/site-lib/netstring/netconversion.o
${PLIST.opt}lib/ocaml/site-lib/netstring/netconversion.p.cmx
${PLIST.opt}lib/ocaml/site-lib/netstring/netconversion.p.o
lib/ocaml/site-lib/netstring/netdate.cmi
lib/ocaml/site-lib/netstring/netdate.mli
lib/ocaml/site-lib/netstring/netdb-packlist
lib/ocaml/site-lib/netstring/netdb.cmi
lib/ocaml/site-lib/netstring/netdb.mli
lib/ocaml/site-lib/netstring/netencoding.cmi
lib/ocaml/site-lib/netstring/netencoding.mli
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
lib/ocaml/site-lib/netstring/netfs.cmi
lib/ocaml/site-lib/netstring/netfs.mli
lib/ocaml/site-lib/netstring/netglob.cmi
lib/ocaml/site-lib/netstring/netglob.mli
lib/ocaml/site-lib/netstring/netglob_lex.cmi
lib/ocaml/site-lib/netstring/nethtml.cmi
lib/ocaml/site-lib/netstring/nethtml.mli
lib/ocaml/site-lib/netstring/nethtml_scanner.cmi
lib/ocaml/site-lib/netstring/nethttp.cmi
lib/ocaml/site-lib/netstring/nethttp.mli
lib/ocaml/site-lib/netstring/netmappings.cmi
lib/ocaml/site-lib/netstring/netmappings.mli
lib/ocaml/site-lib/netstring/netmappings_iso.cmi
lib/ocaml/site-lib/netstring/netmappings_iso.cmo
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
${PLIST.opt}lib/ocaml/site-lib/netstring/netmappings_iso.cmx
${PLIST.opt}lib/ocaml/site-lib/netstring/netmappings_iso.o
${PLIST.opt}lib/ocaml/site-lib/netstring/netmappings_iso.p.cmx
${PLIST.opt}lib/ocaml/site-lib/netstring/netmappings_iso.p.o
lib/ocaml/site-lib/netstring/netmappings_jp.cmi
lib/ocaml/site-lib/netstring/netmappings_jp.cmo
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
${PLIST.opt}lib/ocaml/site-lib/netstring/netmappings_jp.cmx
${PLIST.opt}lib/ocaml/site-lib/netstring/netmappings_jp.o
${PLIST.opt}lib/ocaml/site-lib/netstring/netmappings_jp.p.cmx
${PLIST.opt}lib/ocaml/site-lib/netstring/netmappings_jp.p.o
lib/ocaml/site-lib/netstring/netmappings_kr.cmi
lib/ocaml/site-lib/netstring/netmappings_kr.cmo
${PLIST.opt}lib/ocaml/site-lib/netstring/netmappings_kr.cmx
${PLIST.opt}lib/ocaml/site-lib/netstring/netmappings_kr.o
${PLIST.opt}lib/ocaml/site-lib/netstring/netmappings_kr.p.cmx
${PLIST.opt}lib/ocaml/site-lib/netstring/netmappings_kr.p.o
lib/ocaml/site-lib/netstring/netmappings_min.cmi
lib/ocaml/site-lib/netstring/netmappings_min.cmo
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
${PLIST.opt}lib/ocaml/site-lib/netstring/netmappings_min.cmx
${PLIST.opt}lib/ocaml/site-lib/netstring/netmappings_min.o
${PLIST.opt}lib/ocaml/site-lib/netstring/netmappings_min.p.cmx
${PLIST.opt}lib/ocaml/site-lib/netstring/netmappings_min.p.o
lib/ocaml/site-lib/netstring/netmappings_other.cmi
lib/ocaml/site-lib/netstring/netmappings_other.cmo
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
${PLIST.opt}lib/ocaml/site-lib/netstring/netmappings_other.cmx
${PLIST.opt}lib/ocaml/site-lib/netstring/netmappings_other.o
${PLIST.opt}lib/ocaml/site-lib/netstring/netmappings_other.p.cmx
${PLIST.opt}lib/ocaml/site-lib/netstring/netmappings_other.p.o
lib/ocaml/site-lib/netstring/netmime.cmi
lib/ocaml/site-lib/netstring/netmime.mli
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
lib/ocaml/site-lib/netstring/netnumber.cmi
${PLIST.opt}lib/ocaml/site-lib/netstring/netnumber.cmx
lib/ocaml/site-lib/netstring/netnumber.mli
${PLIST.opt}lib/ocaml/site-lib/netstring/netnumber.o
${PLIST.opt}lib/ocaml/site-lib/netstring/netnumber.p.cmx
${PLIST.opt}lib/ocaml/site-lib/netstring/netnumber.p.o
lib/ocaml/site-lib/netstring/netpagebuffer.cmi
lib/ocaml/site-lib/netstring/netpagebuffer.mli
lib/ocaml/site-lib/netstring/netsendmail.cmi
lib/ocaml/site-lib/netstring/netsendmail.mli
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
lib/ocaml/site-lib/netstring/netsockaddr.cmi
lib/ocaml/site-lib/netstring/netsockaddr.mli
lib/ocaml/site-lib/netstring/netstream.cmi
lib/ocaml/site-lib/netstring/netstream.mli
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
${PLIST.opt}lib/ocaml/site-lib/netstring/netstring.a
lib/ocaml/site-lib/netstring/netstring.cma
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
${PLIST.opt}lib/ocaml/site-lib/netstring/netstring.cmxa
${PLIST.opt}lib/ocaml/site-lib/netstring/netstring.p.a
${PLIST.opt}lib/ocaml/site-lib/netstring/netstring.p.cmxa
lib/ocaml/site-lib/netstring/netstring_str.cmi
lib/ocaml/site-lib/netstring/netstring_str.mli
lib/ocaml/site-lib/netstring/netstring_top.cmi
lib/ocaml/site-lib/netstring/netstring_top.cmo
lib/ocaml/site-lib/netstring/netstring_top.mli
lib/ocaml/site-lib/netstring/netulex.cmi
lib/ocaml/site-lib/netstring/netulex.mli
lib/ocaml/site-lib/netstring/netunichar.cmi
lib/ocaml/site-lib/netstring/netunichar.mli
lib/ocaml/site-lib/netstring/neturl.cmi
lib/ocaml/site-lib/netstring/neturl.mli
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
lib/ocaml/site-lib/netstring/rtypes.cmi
${PLIST.opt}lib/ocaml/site-lib/netstring/rtypes.cmx
lib/ocaml/site-lib/netstring/rtypes.mli
${PLIST.opt}lib/ocaml/site-lib/netstring/rtypes.o
${PLIST.opt}lib/ocaml/site-lib/netstring/rtypes.p.cmx
${PLIST.opt}lib/ocaml/site-lib/netstring/rtypes.p.o
lib/ocaml/site-lib/netstring/xdr.cmi
${PLIST.opt}lib/ocaml/site-lib/netstring/xdr.cmx
lib/ocaml/site-lib/netstring/xdr.mli
${PLIST.opt}lib/ocaml/site-lib/netstring/xdr.o
${PLIST.opt}lib/ocaml/site-lib/netstring/xdr.p.cmx
${PLIST.opt}lib/ocaml/site-lib/netstring/xdr.p.o
lib/ocaml/site-lib/netstring/xdr_mstring.cmi
lib/ocaml/site-lib/netstring/xdr_mstring.mli
lib/ocaml/site-lib/netstring-pcre/META
${PLIST.opt}lib/ocaml/site-lib/netstring-pcre/netstring-pcre.a
lib/ocaml/site-lib/netstring-pcre/netstring-pcre.cma
${PLIST.opt}lib/ocaml/site-lib/netstring-pcre/netstring-pcre.cmxa
${PLIST.opt}lib/ocaml/site-lib/netstring-pcre/netstring-pcre.p.a
${PLIST.opt}lib/ocaml/site-lib/netstring-pcre/netstring-pcre.p.cmxa
lib/ocaml/site-lib/netstring-pcre/netstring_pcre.cmi
lib/ocaml/site-lib/netstring-pcre/netstring_pcre.mli
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
lib/ocaml/site-lib/netsys/META
lib/ocaml/site-lib/netsys/dllnetsys.so
lib/ocaml/site-lib/netsys/libnetsys.a
${PLIST.opt}lib/ocaml/site-lib/netsys/libnetsys.p.a
lib/ocaml/site-lib/netsys/netexn.cmi
lib/ocaml/site-lib/netsys/netexn.mli
lib/ocaml/site-lib/netsys/netlog.cmi
lib/ocaml/site-lib/netsys/netlog.mli
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys.a
lib/ocaml/site-lib/netsys/netsys.cma
lib/ocaml/site-lib/netsys/netsys.cmi
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys.cmxa
lib/ocaml/site-lib/netsys/netsys.mli
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys.p.a
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys.p.cmxa
2013-11-01 12:11:18 +01:00
lib/ocaml/site-lib/netsys/netsys_c_event.h
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_c_gprof.o
2013-11-01 12:11:18 +01:00
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_c_outofheap.o
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
lib/ocaml/site-lib/netsys/netsys_conf.cmi
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_gprof_init.cmi
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_gprof_init.mli
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_gprof_init.p.cmx
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_gprof_init.p.o
lib/ocaml/site-lib/netsys/netsys_impl_util.cmi
lib/ocaml/site-lib/netsys/netsys_mem.cmi
lib/ocaml/site-lib/netsys/netsys_mem.mli
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_oothr.a
lib/ocaml/site-lib/netsys/netsys_oothr.cma
lib/ocaml/site-lib/netsys/netsys_oothr.cmi
lib/ocaml/site-lib/netsys/netsys_oothr.cmo
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_oothr.cmxa
lib/ocaml/site-lib/netsys/netsys_oothr.mli
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_oothr.p.a
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_oothr.p.cmxa
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_oothr_mt.a
lib/ocaml/site-lib/netsys/netsys_oothr_mt.cma
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_oothr_mt.cmxa
lib/ocaml/site-lib/netsys/netsys_oothr_mt.cmi
lib/ocaml/site-lib/netsys/netsys_oothr_mt.mli
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_oothr_mt.p.a
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_oothr_mt.p.cmxa
lib/ocaml/site-lib/netsys/netsys_oothr_mt_init.cmi
lib/ocaml/site-lib/netsys/netsys_oothr_mt_init.cmo
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_oothr_mt_init.cmx
lib/ocaml/site-lib/netsys/netsys_oothr_mt_init.mli
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_oothr_mt_init.o
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_oothr_mt_init.p.cmx
${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_oothr_mt_init.p.o
lib/ocaml/site-lib/netsys/netsys_pmanage.cmi
lib/ocaml/site-lib/netsys/netsys_pmanage.mli
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
lib/ocaml/site-lib/netsys/netsys_pollset.cmi
lib/ocaml/site-lib/netsys/netsys_pollset.mli
lib/ocaml/site-lib/netsys/netsys_pollset_generic.cmi
lib/ocaml/site-lib/netsys/netsys_pollset_generic.mli
lib/ocaml/site-lib/netsys/netsys_pollset_posix.cmi
lib/ocaml/site-lib/netsys/netsys_pollset_posix.mli
lib/ocaml/site-lib/netsys/netsys_pollset_win32.cmi
lib/ocaml/site-lib/netsys/netsys_pollset_win32.mli
lib/ocaml/site-lib/netsys/netsys_posix.cmi
lib/ocaml/site-lib/netsys/netsys_posix.mli
lib/ocaml/site-lib/netsys/netsys_rng.cmi
lib/ocaml/site-lib/netsys/netsys_sem.mli
lib/ocaml/site-lib/netsys/netsys_sem.cmi
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
lib/ocaml/site-lib/netsys/netsys_rng.mli
lib/ocaml/site-lib/netsys/netsys_signal.cmi
lib/ocaml/site-lib/netsys/netsys_signal.mli
lib/ocaml/site-lib/netsys/netsys_signalling.mli
lib/ocaml/site-lib/netsys/netsys_tmp.cmi
lib/ocaml/site-lib/netsys/netsys_tmp.mli
lib/ocaml/site-lib/netsys/netsys_types.cmi
lib/ocaml/site-lib/netsys/netsys_types.mli
lib/ocaml/site-lib/netsys/netsys_win32.cmi
lib/ocaml/site-lib/netsys/netsys_win32.mli
lib/ocaml/site-lib/netsys/netsys_xdr.cmi
lib/ocaml/site-lib/netsys/netsys_xdr.mli
lib/ocaml/site-lib/pop/META
lib/ocaml/site-lib/pop/netpop.cmi
lib/ocaml/site-lib/pop/netpop.mli
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
${PLIST.opt}lib/ocaml/site-lib/pop/pop.a
lib/ocaml/site-lib/pop/pop.cma
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
${PLIST.opt}lib/ocaml/site-lib/pop/pop.cmxa
${PLIST.opt}lib/ocaml/site-lib/pop/pop.p.a
${PLIST.opt}lib/ocaml/site-lib/pop/pop.p.cmxa
lib/ocaml/site-lib/rpc/META
${PLIST.opt}lib/ocaml/site-lib/rpc/rpc.a
lib/ocaml/site-lib/rpc/rpc.cma
lib/ocaml/site-lib/rpc/rpc.cmi
${PLIST.opt}lib/ocaml/site-lib/rpc/rpc.cmxa
lib/ocaml/site-lib/rpc/rpc.mli
${PLIST.opt}lib/ocaml/site-lib/rpc/rpc.p.a
${PLIST.opt}lib/ocaml/site-lib/rpc/rpc.p.cmxa
lib/ocaml/site-lib/rpc/rpc_auth_gssapi.cmi
lib/ocaml/site-lib/rpc/rpc_auth_gssapi.mli
lib/ocaml/site-lib/rpc/rpc_auth_gssapi_aux.cmi
lib/ocaml/site-lib/rpc/rpc_auth_gssapi_aux.mli
lib/ocaml/site-lib/rpc/rpc_auth_sys.cmi
lib/ocaml/site-lib/rpc/rpc_auth_sys.mli
lib/ocaml/site-lib/rpc/rpc_client.cmi
lib/ocaml/site-lib/rpc/rpc_client.mli
lib/ocaml/site-lib/rpc/rpc_common.cmi
lib/ocaml/site-lib/rpc/rpc_packer.cmi
lib/ocaml/site-lib/rpc/rpc_packer.mli
lib/ocaml/site-lib/rpc/rpc_portmapper.cmi
lib/ocaml/site-lib/rpc/rpc_portmapper.mli
lib/ocaml/site-lib/rpc/rpc_portmapper_aux.cmi
lib/ocaml/site-lib/rpc/rpc_portmapper_aux.mli
lib/ocaml/site-lib/rpc/rpc_portmapper_clnt.cmi
lib/ocaml/site-lib/rpc/rpc_portmapper_clnt.mli
lib/ocaml/site-lib/rpc/rpc_program.cmi
lib/ocaml/site-lib/rpc/rpc_program.mli
lib/ocaml/site-lib/rpc/rpc_proxy.cmi
lib/ocaml/site-lib/rpc/rpc_proxy.mli
lib/ocaml/site-lib/rpc/rpc_server.cmi
lib/ocaml/site-lib/rpc/rpc_server.mli
lib/ocaml/site-lib/rpc/rpc_simple_client.cmi
lib/ocaml/site-lib/rpc/rpc_simple_client.mli
lib/ocaml/site-lib/rpc/rpc_transport.cmi
lib/ocaml/site-lib/rpc/rpc_transport.mli
lib/ocaml/site-lib/rpc/rpc_util.cmi
lib/ocaml/site-lib/rpc/rpc_util.mli
lib/ocaml/site-lib/rpc-auth-local/META
lib/ocaml/site-lib/rpc-auth-local/dllrpc_auth_local.so
${PLIST.opt}lib/ocaml/site-lib/rpc-auth-local/librpc_auth_local.a
${PLIST.opt}lib/ocaml/site-lib/rpc-auth-local/librpc_auth_local.p.a
${PLIST.opt}lib/ocaml/site-lib/rpc-auth-local/rpc_auth_local.a
lib/ocaml/site-lib/rpc-auth-local/rpc_auth_local.cma
lib/ocaml/site-lib/rpc-auth-local/rpc_auth_local.cmi
${PLIST.opt}lib/ocaml/site-lib/rpc-auth-local/rpc_auth_local.cmxa
lib/ocaml/site-lib/rpc-auth-local/rpc_auth_local.mli
${PLIST.opt}lib/ocaml/site-lib/rpc-auth-local/rpc_auth_local.p.a
${PLIST.opt}lib/ocaml/site-lib/rpc-auth-local/rpc_auth_local.p.cmxa
lib/ocaml/site-lib/rpc-generator/META
lib/ocaml/site-lib/rpc-generator/config.cmi
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
lib/ocaml/site-lib/rpc-generator/direct.cmi
lib/ocaml/site-lib/rpc-generator/dummy.mli
lib/ocaml/site-lib/rpc-generator/generate.cmi
lib/ocaml/site-lib/rpc-generator/lexer.cmi
lib/ocaml/site-lib/rpc-generator/main.cmi
lib/ocaml/site-lib/rpc-generator/options.cmi
lib/ocaml/site-lib/rpc-generator/parser.cmi
lib/ocaml/site-lib/rpc-generator/parser.mli
lib/ocaml/site-lib/rpc-generator/rename.cmi
${PLIST.opt}lib/ocaml/site-lib/rpc-generator/rpc_generator.a
lib/ocaml/site-lib/rpc-generator/rpc_generator.cma
${PLIST.opt}lib/ocaml/site-lib/rpc-generator/rpc_generator.cmxa
${PLIST.opt}lib/ocaml/site-lib/rpc-generator/rpc_generator.p.a
${PLIST.opt}lib/ocaml/site-lib/rpc-generator/rpc_generator.p.cmxa
lib/ocaml/site-lib/rpc-generator/rpcgen-packlist
lib/ocaml/site-lib/rpc-generator/syntax.cmi
2013-11-01 12:11:18 +01:00
lib/ocaml/site-lib/rpc-generator/test_aux.mli
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
${PLIST.ssl}lib/ocaml/site-lib/rpc-ssl/META
${PLIST.ssl}${PLIST.opt}lib/ocaml/site-lib/rpc-ssl/rpc_ssl.a
${PLIST.ssl}lib/ocaml/site-lib/rpc-ssl/rpc_ssl.cma
${PLIST.ssl}lib/ocaml/site-lib/rpc-ssl/rpc_ssl.cmi
${PLIST.ssl}lib/ocaml/site-lib/rpc-ssl/rpc_ssl.mli
${PLIST.ssl}${PLIST.opt}lib/ocaml/site-lib/rpc-ssl/rpc_ssl.cmxa
${PLIST.ssl}${PLIST.opt}lib/ocaml/site-lib/rpc-ssl/rpc_ssl.p.a
${PLIST.ssl}${PLIST.opt}lib/ocaml/site-lib/rpc-ssl/rpc_ssl.p.cmxa
${PLIST.xti}lib/ocaml/site-lib/rpc-xti/META
${PLIST.xti}lib/ocaml/site-lib/rpc-xti/dllrpc_xti.so
${PLIST.xti}lib/ocaml/site-lib/rpc-xti/librpc_xti.a
${PLIST.xti}lib/ocaml/site-lib/rpc-xti/librpc_xti.p.a
${PLIST.xti}lib/ocaml/site-lib/rpc-xti/rpc_xti.a
${PLIST.xti}lib/ocaml/site-lib/rpc-xti/rpc_xti.cma
${PLIST.xti}lib/ocaml/site-lib/rpc-xti/rpc_xti.cmxa
${PLIST.xti}lib/ocaml/site-lib/rpc-xti/rpc_xti.p.a
${PLIST.xti}lib/ocaml/site-lib/rpc-xti/rpc_xti.p.cmxa
${PLIST.xti}lib/ocaml/site-lib/rpc-xti/rpc_xti_client.cmi
${PLIST.xti}lib/ocaml/site-lib/rpc-xti/rpc_xti_client.mli
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
lib/ocaml/site-lib/shell/META
${PLIST.opt}lib/ocaml/site-lib/shell/shell.a
lib/ocaml/site-lib/shell/shell.cma
lib/ocaml/site-lib/shell/shell.cmi
${PLIST.opt}lib/ocaml/site-lib/shell/shell.cmxa
lib/ocaml/site-lib/shell/shell.mli
${PLIST.opt}lib/ocaml/site-lib/shell/shell.p.a
${PLIST.opt}lib/ocaml/site-lib/shell/shell.p.cmxa
lib/ocaml/site-lib/shell/shell_fs.cmi
lib/ocaml/site-lib/shell/shell_fs.mli
lib/ocaml/site-lib/shell/shell_sys.cmi
lib/ocaml/site-lib/shell/shell_sys.mli
lib/ocaml/site-lib/shell/shell_uq.cmi
lib/ocaml/site-lib/shell/shell_uq.mli
lib/ocaml/site-lib/smtp/META
lib/ocaml/site-lib/smtp/netsmtp.cmi
lib/ocaml/site-lib/smtp/netsmtp.mli
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
${PLIST.opt}lib/ocaml/site-lib/smtp/smtp.a
lib/ocaml/site-lib/smtp/smtp.cma
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
${PLIST.opt}lib/ocaml/site-lib/smtp/smtp.cmxa
${PLIST.opt}lib/ocaml/site-lib/smtp/smtp.p.a
${PLIST.opt}lib/ocaml/site-lib/smtp/smtp.p.cmxa
@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/equeue
@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/netcgi2-plex
@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/netplex
@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/pop
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/netclient
@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/netshm
@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/rpc
@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/shell
@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/netcamlbox
@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/netgssapi
@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/netstring
@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/rpc-auth-local
@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/smtp
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/netcgi2
@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/netmulticore
@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/netsys
@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/rpc-generator
${PLIST.ssl}@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/rpc-ssl
${PLIST.xti}@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/rpc-xti
Update to 3.5.1, from Jaap Boender. 6 years of changes. 3.5.1 in particular has: it is time for another version of Ocamlnet. The new release 3.5 focuses on the system interface, and includes a long list of smaller improvements. The system interface, Netsys_posix, is extended by: - Support for POSIX clocks and POSIX timers (with nanosecond resolution) - Netsys_posix.spawn usses now the posix_spawn call if present on the OS - Adding support for pollable events (as e.g. provided by Linux via eventfd). For other OS an emulation is available. - Support for epoll on Linux Note that Netsys_posix covers now large parts of POSIX realtime. Other improvements: - The code generator for XDR has been improved. A new switch -direct for ocamlrpcgen can be used to generate direct mappings between OCaml values and binary representation (in many cases). Speedups up to 50% are possible for large XDR values. - The new module Uq_mt allows it to access an event-driven resource from several kernel threads (e.g. use an RPC client commonly from several threads). - The thread-safety of Netplex container functions has been improved. - Netmulticore condition variables can now be polled, for better integration into event-based programs. - Option greedy_accepts for Netplex to support servers that accept many connections per second. With this improvement, Netplex can now accept more than 5000 connections/s, and assign them to worker processes. Last but not least there is now a new tutorial for Equeue (event systems and engines). In particular, the section about combining Ocamlnet with Lwt might be interesting.
2012-07-06 11:29:14 +02:00
${PLIST.ssl}@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/equeue-ssl