Re: What is CPAN? (was: Re: [Caml-list] Hoogle for Ocaml)

2009-12-04 Thread Philippe Veber
(7) A command line tool to download and install CPAN modules: I like godi_console (despite laking fancy colors :-), although I'd like a simpler command line tool to be available as well. In case you don't know it, you can install packages on command-line very easily : godi_perform -build

Re: What is CPAN? (was: Re: [Caml-list] Hoogle for Ocaml)

2009-12-04 Thread Gerd Stolpmann
Am Donnerstag, den 03.12.2009, 21:21 + schrieb ri...@happyleptic.org: (1) A network of redundant mirrors which means you can always get the tarball you need, even when the original site is down: If I understand correctly, GODI site does not store any of the source tarballs, but the

Re: [Caml-list] Hoogle for Ocaml

2009-12-04 Thread fo...@x9c.fr
Le 3 déc. 2009 à 17:08, Matthias Görgens a écrit : Hi, Is there an equivalent to Haskell's Hoogle for Ocaml? There was a tool along those lines for CamlLight (but it seems to be broken): http://www.dicosmo.org/TESTS/ENGLISH/CamlSearchCGI.english.html You should also notice that the

[Caml-list] Hoogle for Ocaml

2009-12-03 Thread Matthias Görgens
Hi, Is there an equivalent to Haskell's Hoogle for Ocaml? Matthias. ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr Beginner's list: http://groups.yahoo.com

Re: [Caml-list] Hoogle for Ocaml

2009-12-03 Thread Richard Jones
On Thu, Dec 03, 2009 at 04:08:08PM +, Matthias Görgens wrote: Is there an equivalent to Haskell's Hoogle for Ocaml? Not really .. I have been meaning for several years to implement something like *CPAN* for OCaml. CPAN is much more than what people here seem to think it is. Rich. --

Re: [Caml-list] Hoogle for Ocaml

2009-12-03 Thread Tom Hutchinson
wrote: Hi, Is there an equivalent to Haskell's Hoogle for Ocaml? Matthias. ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr Beginner's list: http

Re: [Caml-list] Hoogle for Ocaml

2009-12-03 Thread rixed
Not really .. I have been meaning for several years to implement something like *CPAN* for OCaml. CPAN is much more than what people here seem to think it is. Out of curiosity, what's in CPAN that's not in GODI ? ___ Caml-list mailing list.

What is CPAN? (was: Re: [Caml-list] Hoogle for Ocaml)

2009-12-03 Thread Richard Jones
On Thu, Dec 03, 2009 at 05:51:00PM +0100, ri...@happyleptic.org wrote: Not really .. I have been meaning for several years to implement something like *CPAN* for OCaml. CPAN is much more than what people here seem to think it is. Out of curiosity, what's in CPAN that's not in GODI ?

Re: [Caml-list] Hoogle for Ocaml

2009-12-03 Thread Matthias Görgens
This might be what you're looking for: http://docs.camlcity.org/docs/index.html Thanks. I'll try it. Does it support e.g. searching for (a-b) - [a] - [b] and spitting out List.map? Matthias. ___ Caml-list mailing list. Subscription management:

Re: [Caml-list] Hoogle for Ocaml

2009-12-03 Thread Gerd Stolpmann
Am Donnerstag, den 03.12.2009, 18:45 + schrieb Matthias Görgens: This might be what you're looking for: http://docs.camlcity.org/docs/index.html Thanks. I'll try it. Does it support e.g. searching for (a-b) - [a] - [b] and spitting out List.map? There is no search for type

Re: What is CPAN? (was: Re: [Caml-list] Hoogle for Ocaml)

2009-12-03 Thread Gerd Stolpmann
Am Donnerstag, den 03.12.2009, 18:00 + schrieb Richard Jones: On Thu, Dec 03, 2009 at 05:51:00PM +0100, ri...@happyleptic.org wrote: Not really .. I have been meaning for several years to implement something like *CPAN* for OCaml. CPAN is much more than what people here seem to

Re: What is CPAN? (was: Re: [Caml-list] Hoogle for Ocaml)

2009-12-03 Thread rixed
(1) A network of redundant mirrors which means you can always get the tarball you need, even when the original site is down: If I understand correctly, GODI site does not store any of the source tarballs, but the makefiles download the sources directly from their respective home, does it ?