caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: olczyk@interaccess.com (Thaddeus L. Olczyk)
To: caml-list@inria.fr
Subject: [Caml-list] List of libraries.
Date: Sun, 29 Sep 2002 08:19:05 +0000 (GMT)	[thread overview]
Message-ID: <3d98b360.3933443015@smtp.interaccess.com> (raw)

I'm now setting up my Caml installations.
One thing that I've noticed is that often times when you
suddenly need a package ( say something to do computational geometry
), it becomes a pain to set it up.

So what I would like to do is install everything upfront, including
common libraries that I am likely to need sooner or later.
( Really esoteric libraries can be left off ).

So I looked through the VisualWorks 7 ( Smalltalk ) installation,
which generally comes with about 95% of the VW libraries out there 
( 95% of the noncommercial libraries of course ), looked through the
libraries and tried to come up with a similar list of Caml.

Below I present my half-finished list.
The format is:
Type of library
   Specific package1
   Specific package2
    ...
Type of library.

When I was unsure I put ???? or some comments.

What I am asking is: 
1) If I am missing a type of library please add it.
2) Where I am missing a package please add it.

If several packages are available, please list the "best"
one only, unless there is something which distinguishes
between the two.

Thanks.

  Regex
    PCRE ( built in?)
  GUI
    lablgtk
    More sophisticated graphics. Plotting, 3d drawing, etc.
Sophisticated widgets.
  Debugger/GUI interface for Debugger.
    Epiere--part of Chameleon
  Profiler/GUI interface for profiler.
    ????
  ProcessMonitor ( eg how much CPU time has been used, how mch memory,
etc. )
    ????
  FFI
    Built in.
    SWIG
  COM interface
    ????
  Build tools ( make etc ) especially tools commonly used in projects.
    Usual (automake autoconfig make ) and OCamlmake
  Code Analysis tools ( tags, crossreference, code quality testing
like lint, etc ).
    ????
  UnitTesting code (camlunit?)
    ????
  CaseTool 
    ???? 
  Corba interface
    CorbaIDL
  Advanced Math Tools
  Encryption(Blowfish,SSL,DES,MD5)
    Cryptokit.
    Cryptgps.
  Parsing Tools.
     Ocamllex Ocamlyacc.
     Anything using LL grammars.
     Packages that parse in a more "camlish" way.
  DB tools  ( esp Access,ODBC,Postgress and MySQL)
     OCamlODBC
     OCaml-MySQL
     Postgress
     bdb
     DBForge
  Internet Tools ( Sockets, SNMP, FTP, HTTP etc. )
     ????
  Advanced Internet Tools ( HTML Parsing, XML Parsing, Web
Applications, Basic Web Server, SOAP, etc.)
     ????
  
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


             reply	other threads:[~2002-09-29  8:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-29  8:19 Thaddeus L. Olczyk [this message]
2002-09-29  9:05 ` Remi VANICAT
2002-09-29 23:29   ` Thaddeus L. Olczyk
2002-09-30 15:37   ` Kontra, Gergely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3d98b360.3933443015@smtp.interaccess.com \
    --to=olczyk@interaccess.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).