Browse thread
[Caml-list] CTAN/CPAN for Caml (COCAN ...?)
[
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: | Fernando Alegre <fernando@c...> |
| Subject: | Re: [Caml-list] GODI (was: CTAN/CPAN for Caml (COCAN ...?)) |
I use Debian and I am happy, thank you very much, but that's good enough for me. I guess RedHat/Suse/Mandrake users think similarly, and windows users... get what they pay for, sorry. Packaging is off-topic. The on-topic problem is module naming. If I want to use two packages in my program, but both have a module called Stuff, I have a problem. Current workarounds: 1) Use -pack to wrap all package1 modules under Package1, and all package2 modules under Package2. Problem: -pack uses a cmo instead of a cma. So, many unnecessary modules might be linked into my program. This affects compilation time and size, but it should not affect run time. 2) Manually rename some modules. Problem: Each time I upgrade, I have to do the renaming again. Time-consuming. The on-topic question is: Is there something better that the OCaml developers could provide without taking them too much effort? User-only solutions are not going to make it. On Sat, Jul 19, 2003 at 01:55:18PM +0200, Gerd Stolpmann wrote: [long introduction to his own packaging system] ------------------- 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