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 mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by sympa.inria.fr (Postfix) with ESMTPS id 7990E7F2AA for ; Fri, 21 Dec 2012 03:58:19 +0100 (CET) Received-SPF: None (mail4-smtp-sop.national.inria.fr: no sender authenticity information available from domain of agarwal1975@gmail.com) identity=pra; client-ip=209.85.210.175; receiver=mail4-smtp-sop.national.inria.fr; envelope-from="agarwal1975@gmail.com"; x-sender="agarwal1975@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail4-smtp-sop.national.inria.fr: domain of agarwal1975@gmail.com designates 209.85.210.175 as permitted sender) identity=mailfrom; client-ip=209.85.210.175; receiver=mail4-smtp-sop.national.inria.fr; envelope-from="agarwal1975@gmail.com"; x-sender="agarwal1975@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail4-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-ia0-f175.google.com) identity=helo; client-ip=209.85.210.175; receiver=mail4-smtp-sop.national.inria.fr; envelope-from="agarwal1975@gmail.com"; x-sender="postmaster@mail-ia0-f175.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: At0BAObO01DRVdKvm2dsb2JhbABFqySJPgGJBggWDgEBAQEBCAkLCRQngh4BAQQBQAEbEgsBAwELBgUEBxohIgERAQUBChIGExKHbgEDCQYMmGmMM4J7hRMKGScDClmIdgEFDIxLhEMDiGKNKYEcih2DLxYpglCBYw X-IronPort-AV: E=Sophos;i="4.84,327,1355094000"; d="scan'208";a="166478778" Received: from mail-ia0-f175.google.com ([209.85.210.175]) by mail4-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 21 Dec 2012 03:58:18 +0100 Received: by mail-ia0-f175.google.com with SMTP id z3so3503491iad.34 for ; Thu, 20 Dec 2012 18:58:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=qxGvsP4/isXMobJD4FcSwbyJWymW6ZkigSTZWhNGwWc=; b=q7NkXJU76KScTyXgzKbruciQBX9KJ7ugRerGbpLLub8uyvJkaSBr89HcQsSHYo2e5x M6wWOTRgC5yT5EKIRYa69sp3oAfcudIKmbZCVz1J6K7Ht1o9hQzjxpOyzWdr4eEiQhaN 0S86sWf31+60+P7t/xALcjhUJagSrAA/ho4AarD8Kh5/pFxDe3QtYsuBuXiEBEsYMErk KRqW4vFlIz+2O8fgsptbFS/5EClFAD4MheMAPe9xZR9+SIgNmwLj+u3YTREZVeFSYuMy F7MNHaPgyiOXd+DfAZgpaLa8XIumbCtYqkUZ3cUn42spOarwatI9Hr3GEweGtM0XqiCK sduQ== Received: by 10.50.197.169 with SMTP id iv9mr11914356igc.32.1356058697101; Thu, 20 Dec 2012 18:58:17 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.47.229 with HTTP; Thu, 20 Dec 2012 18:57:57 -0800 (PST) In-Reply-To: <50D3BC0A.4010802@riken.jp> References: <50D3BC0A.4010802@riken.jp> From: Ashish Agarwal Date: Thu, 20 Dec 2012 21:57:57 -0500 Message-ID: To: Francois Berenger Cc: caml-list@inria.fr Content-Type: multipart/alternative; boundary=14dae93404c5ef713704d154049b Subject: Re: [Caml-list] OCaml search into libraries for ocaml.org --14dae93404c5ef713704d154049b Content-Type: text/plain; charset=ISO-8859-1 This is certainly on many people's mind, and various projects are working towards making this happen. There are a few requirements to make it work: * we need a master blessed list of libraries, e.g. the OCamlPro version of the opam-repository * a make doc command that works for every one of these libraries Then, we could create a section on ocaml.org with API documentation for every library automatically updated nightly. On Thu, Dec 20, 2012 at 8:31 PM, Francois Berenger wrote: > Hello, > > About ocaml.org: Wojciech Meyer just asked for a Wiki. > > In addition to this, as a programmer, I am especially interested > into being able to search into OCaml libraries via a search engine. > > A simple engine as in the left of this page: > http://projects.camlcity.org/**projects/ocamlnet.html > is already useful. > > However, I'd like the search engine to be able to > do search by type queries, "a la" Hoogle and as in: > http://search.ocaml.jp/ > > But it should index more libraries. For example, all > packages available in OPAM. > > Regards, > F. > > > -- > Caml-list mailing list. Subscription management and archives: > https://sympa.inria.fr/sympa/**arc/caml-list > Beginner's list: http://groups.yahoo.com/group/**ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-**bugs > --14dae93404c5ef713704d154049b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable This is certainly on many people's mind, and various projects are worki= ng towards making this happen.=A0There are a few requirements to make it wo= rk:

* we need a master blessed list of libraries, e.g. t= he OCamlPro version of the opam-repository
* a make doc command that works for every one of these libraries
=

Then, we could create a section on ocaml.org with API documentation for every library automatical= ly updated nightly.


On Thu, Dec 20, 2012 at 8:31 PM, Fr= ancois Berenger <berenger@riken.jp> wrote:
Hello,

About ocaml.org: Wojciec= h Meyer just asked for a Wiki.

In addition to this, as a programmer, I am especially interested
into being able to search into OCaml libraries via a search engine.

A simple engine as in the left of this page:
http://projects.camlcity.org/projects/ocamlnet.html
is already useful.

However, I'd like the search engine to be able to
do search by type queries, "a la" Hoogle and as in:
http://search.ocaml.j= p/

But it should index more libraries. For example, all
packages available in OPAM.

Regards,
F.


--
Caml-list mailing list. =A0Subscription management and archives:
ht= tps://sympa.inria.fr/sympa/arc/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners<= /a>
Bug reports:
http://caml.inria.fr/bin/caml-bugs

--14dae93404c5ef713704d154049b--