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: | Yamagata Yoriyuki <yoriyuki@m...> |
| Subject: | Re: [Caml-list] CTAN/CPAN for Caml (COCAN ...?) |
From: Stefano Zacchiroli <zack@bononia.it> Subject: Re: [Caml-list] CTAN/CPAN for Caml (COCAN ...?) Date: Fri, 18 Jul 2003 17:46:38 +0200 > Camlimages itself is a good example of this property _not_ enforced > because it is named "camlimages", exports a lot of modules prefixed by > "ci_" but internally uses an "Image" module which MD5 sum is present in > all "ci_" modules. What is the best practice to avoid such situation? I can think of two ways, but both are not satisfactory. 1) Obfuscate names of internal modules by hand. I certainly do not want to do this. 2) Use pack option. Until -pack generates cma files (not cmo), I am reluctant to employ this option. Any other ways? -- Yamagata Yoriyuki ------------------- 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