Browse thread
[Caml-list] The CDK looks marvelous... but...
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Alan Schmitt <alan.schmitt@i...> |
| Subject: | Re: [Caml-list] The CDK looks marvelous... but... |
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