openbsd-ports/devel/ocaml-lwt/pkg/PLIST
avsm 0852c11f05 initial import of lwt-2.4.0; espie@ ok
Does not include the enhanced top-level, which will be added in a later update.
From Christopher Zimmermann <madroach@gmerlin.de>

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

243 lines
9.1 KiB
Plaintext

@comment $OpenBSD: PLIST,v 1.1.1.1 2012/08/19 00:27:50 avsm Exp $
%%SHARED%%
%%native%%
lib/ocaml/lwt/
lib/ocaml/lwt/META
lib/ocaml/lwt/liblwt-glib_stubs.a
lib/ocaml/lwt/liblwt-unix_stubs.a
lib/ocaml/lwt/lwt-extra.cma
lib/ocaml/lwt/lwt-glib.cma
lib/ocaml/lwt/lwt-preemptive.cma
lib/ocaml/lwt/lwt-react.cma
lib/ocaml/lwt/lwt-simple-top.cma
lib/ocaml/lwt/lwt-ssl.cma
lib/ocaml/lwt/lwt-syntax-log.cma
lib/ocaml/lwt/lwt-syntax-options.cma
lib/ocaml/lwt/lwt-syntax.cma
lib/ocaml/lwt/lwt-unix.cma
lib/ocaml/lwt/lwt.cma
lib/ocaml/lwt/lwt.cmi
lib/ocaml/lwt/lwt.mli
lib/ocaml/lwt/lwt_bytes.cmi
lib/ocaml/lwt/lwt_bytes.mli
lib/ocaml/lwt/lwt_chan.cmi
lib/ocaml/lwt/lwt_chan.mli
lib/ocaml/lwt/lwt_condition.cmi
lib/ocaml/lwt/lwt_condition.mli
lib/ocaml/lwt/lwt_config.h
lib/ocaml/lwt/lwt_config.ml
lib/ocaml/lwt/lwt_daemon.cmi
lib/ocaml/lwt/lwt_daemon.mli
lib/ocaml/lwt/lwt_engine.cmi
lib/ocaml/lwt/lwt_engine.mli
lib/ocaml/lwt/lwt_event.cmi
lib/ocaml/lwt/lwt_event.mli
lib/ocaml/lwt/lwt_gc.cmi
lib/ocaml/lwt/lwt_gc.mli
lib/ocaml/lwt/lwt_glib.cmi
lib/ocaml/lwt/lwt_glib.mli
lib/ocaml/lwt/lwt_io.cmi
lib/ocaml/lwt/lwt_io.mli
lib/ocaml/lwt/lwt_lib.cmi
lib/ocaml/lwt/lwt_lib.mli
lib/ocaml/lwt/lwt_list.cmi
lib/ocaml/lwt/lwt_list.mli
lib/ocaml/lwt/lwt_log.cmi
lib/ocaml/lwt/lwt_log.mli
lib/ocaml/lwt/lwt_main.cmi
lib/ocaml/lwt/lwt_main.mli
lib/ocaml/lwt/lwt_mutex.cmi
lib/ocaml/lwt/lwt_mutex.mli
lib/ocaml/lwt/lwt_mvar.cmi
lib/ocaml/lwt/lwt_mvar.mli
lib/ocaml/lwt/lwt_pool.cmi
lib/ocaml/lwt/lwt_pool.mli
lib/ocaml/lwt/lwt_pqueue.cmi
lib/ocaml/lwt/lwt_pqueue.mli
lib/ocaml/lwt/lwt_preemptive.cmi
lib/ocaml/lwt/lwt_preemptive.mli
lib/ocaml/lwt/lwt_process.cmi
lib/ocaml/lwt/lwt_process.mli
lib/ocaml/lwt/lwt_react.cmi
lib/ocaml/lwt/lwt_react.mli
lib/ocaml/lwt/lwt_sequence.cmi
lib/ocaml/lwt/lwt_sequence.mli
lib/ocaml/lwt/lwt_signal.cmi
lib/ocaml/lwt/lwt_signal.mli
lib/ocaml/lwt/lwt_ssl.cmi
lib/ocaml/lwt/lwt_ssl.mli
lib/ocaml/lwt/lwt_stream.cmi
lib/ocaml/lwt/lwt_stream.mli
lib/ocaml/lwt/lwt_switch.cmi
lib/ocaml/lwt/lwt_switch.mli
lib/ocaml/lwt/lwt_sys.cmi
lib/ocaml/lwt/lwt_sys.mli
lib/ocaml/lwt/lwt_throttle.cmi
lib/ocaml/lwt/lwt_throttle.mli
lib/ocaml/lwt/lwt_timeout.cmi
lib/ocaml/lwt/lwt_timeout.mli
lib/ocaml/lwt/lwt_unix.cmi
lib/ocaml/lwt/lwt_unix.h
lib/ocaml/lwt/lwt_unix.mli
lib/ocaml/lwt/lwt_util.cmi
lib/ocaml/lwt/lwt_util.mli
lib/ocaml/lwt/pa_lwt.cmi
lib/ocaml/lwt/pa_lwt.mli
lib/ocaml/lwt/pa_lwt_log.cmi
lib/ocaml/lwt/pa_lwt_log.mli
@comment lib/ocaml/stublibs/dlllwt-glib_stubs.so.owner
@comment lib/ocaml/stublibs/dlllwt-unix_stubs.so.owner
share/doc/ocaml-lwt/
share/doc/ocaml-lwt/CHANGES
share/doc/ocaml-lwt/COPYING
share/doc/ocaml-lwt/README
share/doc/ocaml-lwt/api/
share/doc/ocaml-lwt/api/Lwt.html
share/doc/ocaml-lwt/api/Lwt_bytes.html
share/doc/ocaml-lwt/api/Lwt_chan.html
share/doc/ocaml-lwt/api/Lwt_condition.html
share/doc/ocaml-lwt/api/Lwt_daemon.html
share/doc/ocaml-lwt/api/Lwt_engine.abstract-c.html
share/doc/ocaml-lwt/api/Lwt_engine.html
share/doc/ocaml-lwt/api/Lwt_engine.libev-c.html
share/doc/ocaml-lwt/api/Lwt_engine.poll_based-c.html
share/doc/ocaml-lwt/api/Lwt_engine.select-c.html
share/doc/ocaml-lwt/api/Lwt_engine.select_based-c.html
share/doc/ocaml-lwt/api/Lwt_engine.t-c.html
share/doc/ocaml-lwt/api/Lwt_event.html
share/doc/ocaml-lwt/api/Lwt_gc.html
share/doc/ocaml-lwt/api/Lwt_glib.html
share/doc/ocaml-lwt/api/Lwt_io.BE.html
share/doc/ocaml-lwt/api/Lwt_io.LE.html
share/doc/ocaml-lwt/api/Lwt_io.NumberIO.html
share/doc/ocaml-lwt/api/Lwt_io.html
share/doc/ocaml-lwt/api/Lwt_lib.html
share/doc/ocaml-lwt/api/Lwt_list.html
share/doc/ocaml-lwt/api/Lwt_log.Section.html
share/doc/ocaml-lwt/api/Lwt_log.html
share/doc/ocaml-lwt/api/Lwt_main.html
share/doc/ocaml-lwt/api/Lwt_mutex.html
share/doc/ocaml-lwt/api/Lwt_mvar.html
share/doc/ocaml-lwt/api/Lwt_pool.html
share/doc/ocaml-lwt/api/Lwt_pqueue.Make.html
share/doc/ocaml-lwt/api/Lwt_pqueue.OrderedType.html
share/doc/ocaml-lwt/api/Lwt_pqueue.S.html
share/doc/ocaml-lwt/api/Lwt_pqueue.html
share/doc/ocaml-lwt/api/Lwt_preemptive.html
share/doc/ocaml-lwt/api/Lwt_process.html
share/doc/ocaml-lwt/api/Lwt_process.process-c.html
share/doc/ocaml-lwt/api/Lwt_process.process_full-c.html
share/doc/ocaml-lwt/api/Lwt_process.process_in-c.html
share/doc/ocaml-lwt/api/Lwt_process.process_none-c.html
share/doc/ocaml-lwt/api/Lwt_process.process_out-c.html
share/doc/ocaml-lwt/api/Lwt_react.E.html
share/doc/ocaml-lwt/api/Lwt_react.S.html
share/doc/ocaml-lwt/api/Lwt_react.html
share/doc/ocaml-lwt/api/Lwt_read_line.Command.html
share/doc/ocaml-lwt/api/Lwt_read_line.Control.html
share/doc/ocaml-lwt/api/Lwt_read_line.Engine.html
share/doc/ocaml-lwt/api/Lwt_read_line.Terminal.html
share/doc/ocaml-lwt/api/Lwt_read_line.clipboard-c.html
share/doc/ocaml-lwt/api/Lwt_read_line.html
share/doc/ocaml-lwt/api/Lwt_sequence.html
share/doc/ocaml-lwt/api/Lwt_signal.html
share/doc/ocaml-lwt/api/Lwt_ssl.html
share/doc/ocaml-lwt/api/Lwt_stream.bounded_push-c.html
share/doc/ocaml-lwt/api/Lwt_stream.html
share/doc/ocaml-lwt/api/Lwt_switch.html
share/doc/ocaml-lwt/api/Lwt_sys.html
share/doc/ocaml-lwt/api/Lwt_term.Draw.html
share/doc/ocaml-lwt/api/Lwt_term.Zone.html
share/doc/ocaml-lwt/api/Lwt_term.html
share/doc/ocaml-lwt/api/Lwt_text.html
share/doc/ocaml-lwt/api/Lwt_throttle.Make.html
share/doc/ocaml-lwt/api/Lwt_throttle.S.html
share/doc/ocaml-lwt/api/Lwt_throttle.html
share/doc/ocaml-lwt/api/Lwt_timeout.html
share/doc/ocaml-lwt/api/Lwt_top.html
share/doc/ocaml-lwt/api/Lwt_unix.LargeFile.html
share/doc/ocaml-lwt/api/Lwt_unix.html
share/doc/ocaml-lwt/api/Lwt_util.html
share/doc/ocaml-lwt/api/Pa_lwt.html
share/doc/ocaml-lwt/api/Pa_lwt_log.html
share/doc/ocaml-lwt/api/index.html
share/doc/ocaml-lwt/api/index_attributes.html
share/doc/ocaml-lwt/api/index_class_types.html
share/doc/ocaml-lwt/api/index_classes.html
share/doc/ocaml-lwt/api/index_exceptions.html
share/doc/ocaml-lwt/api/index_methods.html
share/doc/ocaml-lwt/api/index_module_types.html
share/doc/ocaml-lwt/api/index_modules.html
share/doc/ocaml-lwt/api/index_types.html
share/doc/ocaml-lwt/api/index_values.html
share/doc/ocaml-lwt/api/style.css
share/doc/ocaml-lwt/api/type_Lwt.html
share/doc/ocaml-lwt/api/type_Lwt_bytes.html
share/doc/ocaml-lwt/api/type_Lwt_chan.html
share/doc/ocaml-lwt/api/type_Lwt_condition.html
share/doc/ocaml-lwt/api/type_Lwt_daemon.html
share/doc/ocaml-lwt/api/type_Lwt_engine.abstract.html
share/doc/ocaml-lwt/api/type_Lwt_engine.html
share/doc/ocaml-lwt/api/type_Lwt_engine.libev.html
share/doc/ocaml-lwt/api/type_Lwt_engine.poll_based.html
share/doc/ocaml-lwt/api/type_Lwt_engine.select.html
share/doc/ocaml-lwt/api/type_Lwt_engine.select_based.html
share/doc/ocaml-lwt/api/type_Lwt_engine.t.html
share/doc/ocaml-lwt/api/type_Lwt_event.html
share/doc/ocaml-lwt/api/type_Lwt_gc.html
share/doc/ocaml-lwt/api/type_Lwt_glib.html
share/doc/ocaml-lwt/api/type_Lwt_io.BE.html
share/doc/ocaml-lwt/api/type_Lwt_io.LE.html
share/doc/ocaml-lwt/api/type_Lwt_io.NumberIO.html
share/doc/ocaml-lwt/api/type_Lwt_io.html
share/doc/ocaml-lwt/api/type_Lwt_lib.html
share/doc/ocaml-lwt/api/type_Lwt_list.html
share/doc/ocaml-lwt/api/type_Lwt_log.Section.html
share/doc/ocaml-lwt/api/type_Lwt_log.html
share/doc/ocaml-lwt/api/type_Lwt_main.html
share/doc/ocaml-lwt/api/type_Lwt_mutex.html
share/doc/ocaml-lwt/api/type_Lwt_mvar.html
share/doc/ocaml-lwt/api/type_Lwt_pool.html
share/doc/ocaml-lwt/api/type_Lwt_pqueue.Make.html
share/doc/ocaml-lwt/api/type_Lwt_pqueue.OrderedType.html
share/doc/ocaml-lwt/api/type_Lwt_pqueue.S.html
share/doc/ocaml-lwt/api/type_Lwt_pqueue.html
share/doc/ocaml-lwt/api/type_Lwt_preemptive.html
share/doc/ocaml-lwt/api/type_Lwt_process.html
share/doc/ocaml-lwt/api/type_Lwt_process.process.html
share/doc/ocaml-lwt/api/type_Lwt_process.process_full.html
share/doc/ocaml-lwt/api/type_Lwt_process.process_in.html
share/doc/ocaml-lwt/api/type_Lwt_process.process_none.html
share/doc/ocaml-lwt/api/type_Lwt_process.process_out.html
share/doc/ocaml-lwt/api/type_Lwt_react.E.html
share/doc/ocaml-lwt/api/type_Lwt_react.S.html
share/doc/ocaml-lwt/api/type_Lwt_react.html
share/doc/ocaml-lwt/api/type_Lwt_read_line.Command.html
share/doc/ocaml-lwt/api/type_Lwt_read_line.Control.html
share/doc/ocaml-lwt/api/type_Lwt_read_line.Engine.html
share/doc/ocaml-lwt/api/type_Lwt_read_line.Terminal.html
share/doc/ocaml-lwt/api/type_Lwt_read_line.clipboard.html
share/doc/ocaml-lwt/api/type_Lwt_read_line.html
share/doc/ocaml-lwt/api/type_Lwt_sequence.html
share/doc/ocaml-lwt/api/type_Lwt_signal.html
share/doc/ocaml-lwt/api/type_Lwt_ssl.html
share/doc/ocaml-lwt/api/type_Lwt_stream.bounded_push.html
share/doc/ocaml-lwt/api/type_Lwt_stream.html
share/doc/ocaml-lwt/api/type_Lwt_switch.html
share/doc/ocaml-lwt/api/type_Lwt_sys.html
share/doc/ocaml-lwt/api/type_Lwt_term.Draw.html
share/doc/ocaml-lwt/api/type_Lwt_term.Zone.html
share/doc/ocaml-lwt/api/type_Lwt_term.html
share/doc/ocaml-lwt/api/type_Lwt_text.html
share/doc/ocaml-lwt/api/type_Lwt_throttle.Make.html
share/doc/ocaml-lwt/api/type_Lwt_throttle.S.html
share/doc/ocaml-lwt/api/type_Lwt_throttle.html
share/doc/ocaml-lwt/api/type_Lwt_timeout.html
share/doc/ocaml-lwt/api/type_Lwt_top.html
share/doc/ocaml-lwt/api/type_Lwt_unix.LargeFile.html
share/doc/ocaml-lwt/api/type_Lwt_unix.html
share/doc/ocaml-lwt/api/type_Lwt_util.html
share/doc/ocaml-lwt/api/type_Pa_lwt.html
share/doc/ocaml-lwt/api/type_Pa_lwt_log.html
share/doc/ocaml-lwt/manual.pdf