From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 200557EEB6 for ; Tue, 5 Feb 2013 00:37:52 +0100 (CET) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=pra; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of oliver@first.in-berlin.de) identity=mailfrom; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="oliver@first.in-berlin.de"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@einhorn.in-berlin.de) identity=helo; client-ip=192.109.42.8; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="oliver@first.in-berlin.de"; x-sender="postmaster@einhorn.in-berlin.de"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmkGAO9FEFHAbSoIe2dsb2JhbABFhkiyZIURBIEDFg4BARYmBCOCSXoRAgUhAhEFGIhVBJo4jlWCQJAAFYEOjEc/ghYyYQOOIYd9k08 X-IPAS-Result: AmkGAO9FEFHAbSoIe2dsb2JhbABFhkiyZIURBIEDFg4BARYmBCOCSXoRAgUhAhEFGIhVBJo4jlWCQJAAFYEOjEc/ghYyYQOOIYd9k08 X-IronPort-AV: E=Sophos;i="4.84,602,1355094000"; d="scan'208";a="1366980" Received: from einhorn.in-berlin.de ([192.109.42.8]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 05 Feb 2013 00:37:51 +0100 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: Received: from first (e178003058.adsl.alicedsl.de [85.178.3.58]) (authenticated bits=0) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id r14NboQN001514 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 5 Feb 2013 00:37:50 +0100 Received: by first (Postfix, from userid 1000) id 186E615400E6; Tue, 5 Feb 2013 00:37:49 +0100 (CET) Date: Tue, 5 Feb 2013 00:37:49 +0100 From: oliver To: caml-list@inria.fr Message-ID: <20130204233749.GA2065@siouxsie> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 Subject: [Caml-list] OCaml-Curl - good docs? Hello, are there somewhere good docs about OCaml-curl library? The CurlIb-site IMHO looks only good at first sight, but finding the right information - at least in my view - is not that easy. It looks like they gather for maximum number of clicks to reach the needed information. :-( Are there any docs for Curl-lib and/or OCaml-curl lib, that give a good overview on functions and functionality? I already have running code using this lib, but the OCaml-related documentations are rather just a minimal of name and type of functions, mehods, classes. And looking up the C-stuff (function overview, more elaborated description) and finding the corrosponding OCaml-function tends to create typist's neuritis by the maximum-value-of-clicks concept. If there maybe is a better doc, please point me to it. Ciao, Oliver