caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Alan Schmitt <alan.schmitt@inria.fr>
To: Dave Mason <dmason@sarg.ryerson.ca>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] The CDK looks marvelous... but...
Date: Fri, 5 Jul 2002 07:05:55 +0200	[thread overview]
Message-ID: <20020705050555.GZ5481@alan-schm1p> (raw)
In-Reply-To: <200207040017.g640H1p30536@sarg.ryerson.ca>

Hi,

When we started writing the cdk, our first goal was to provide a big
bunch of useful libraries and integrated makefiles, so that one could
get them all from one place, and compile them all with one 'make'.
Unfortunately, I'm afraid our approach does not work, for several
reasons. First of all, many of the libraries included are developed by
other persons, and we need to manually take their changes into the
libraries included, which is a pain. Another problem is the one you
describe: we provide a bundle that is not easy to cut in pieces.

So I really think the packaging issues should be tackled differently, in
a distributed way (it needs to be easy for developpers to integrate in
their project). Packaging should take care of a few things:
- make libraries easy to find
- make libraries easy to compile and use (well known library repository,
  detection of installed libraries)
- make recompiling easy (in my dream world, when I recompile ocaml, I'd
  like to be able to recompile all the libraries and apps that depend on
  it with one command).

Best,

Alan

-- 
The hacker: someone who figured things out and made something cool happen.
-------------------
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


  parent reply	other threads:[~2002-07-05  5:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-04  0:17 Dave Mason
2002-07-04 11:01 ` Dave Mason
2002-07-05  5:05 ` Alan Schmitt [this message]
2002-07-05  5:37   ` Alexander V. Voinov
2002-07-05  8:35     ` Alan Schmitt
2002-07-05  9:08   ` Markus Mottl
2002-07-05 14:02     ` Xavier Leroy

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=20020705050555.GZ5481@alan-schm1p \
    --to=alan.schmitt@inria.fr \
    --cc=caml-list@inria.fr \
    --cc=dmason@sarg.ryerson.ca \
    /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).