~ubuntu-branches/ubuntu/trusty/ocamlnet/trusty

« back to all changes in this revision

Viewing changes to src/netclient/http_client_mt.mli

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Glondu
  • Date: 2011-09-02 14:12:33 UTC
  • mfrom: (18.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110902141233-zbj0ygxb92u6gy4z
Tags: 3.4-1
* New upstream release
  - add a new NetcgiRequire directive to ease dependency management
    (Closes: #637147)
  - remove patches that were applied upstream:
    + Added-missing-shebang-lines-in-example-shell-scripts
    + Try-also-ocamlc-for-POSIX-threads

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
(* $Id: http_client_mt.mli 459 2006-04-30 19:49:19Z gerd $
2
 
 * ----------------------------------------------------------------------
3
 
 *
4
 
 *)
5
 
 
6
 
(** This module initializes Http_client for multi-threaded programs.
7
 
 * Make sure that this module is linked as object file (.cmo or .cmx)
8
 
 * into the final executable, because this module would be garbage-
9
 
 * collected if it were in an archive file (.cma or .cmxa).
10
 
 * If you use ocamlfind, this will be done automatically provided
11
 
 * that a -thread or -vmthread switch is on the command line.
12
 
 *)