Browse thread
[Caml-list] Building large and portable projects
[
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: | 2003-11-21 (05:26) |
From: | David Brown <caml-list@d...> |
Subject: | Re: [Caml-list] Building large and portable projects |
On Fri, Nov 21, 2003 at 10:45:47AM +0900, Nicolas Cannasse wrote: > What is the difference with OCamake ? > http://tech.motion-twin.com/ocamake/ There are a lot of things that OCamake can't do. What would be very nice would be a tool that makes it easy to build simple Ocaml programs, but also lets me, reasonably easily, manage directory trees, C bindings, C libraries, programs build with special, strange programs, etc... There are several packages in the scons approach that seem like good ideas, but they all make very heavy use of the scripting languages they are written in. I still haven't found anything nicer than gnatmake, the builder for Gnu Ada. A common compilation line: gnatmake mainmodule Builds mainmodule.adb, as well as everything it depends on. You can set a path to search for parts. This would work for ocaml, if a program had a single module that brought in everything necessary via dependencies. Dave ------------------- 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