Re: [Caml-list] oasis packaging questions

2012-03-08 Thread Stéphane Glondu
Le 08/03/2012 17:09, Jérémie Dimino a écrit : > Note that in general it is better to install a cma/cmxa, even if your > library has only one module. The reason is that when building an > executable, cmo/cmx files passed on the command line are always linked, > while unused units of cma/cmxa files a

Re: [Caml-list] oasis packaging questions

2012-03-08 Thread Daniel Bünzli
Le jeudi, 8 mars 2012 à 17:58, Jérémie Dimino a écrit : > This may happen if you are using a subset of a multi-modules library > which use a single-module one. Not completely unlikely I agree. I'll go with the cma then. Thanks, Daniel -- Caml-list mailing list. Subscription managemen

Re: [Caml-list] oasis packaging questions

2012-03-08 Thread Jérémie Dimino
Le Thu, 8 Mar 2012 17:36:46 +0100, Daniel Bünzli a écrit : > > Note that in general it is better to install a cma/cmxa, even if > > your library has only one module. The reason is that when building > > an executable, cmo/cmx files passed on the command line are always > > linked, while unused un

Re: [Caml-list] oasis packaging questions

2012-03-08 Thread Daniel Bünzli
Le jeudi, 8 mars 2012 à 17:09, Jérémie Dimino a écrit : > Note that in general it is better to install a cma/cmxa, even if your > library has only one module. The reason is that when building an > executable, cmo/cmx files passed on the command line are always linked, > while unused units of cma

Re: [Caml-list] oasis packaging questions

2012-03-08 Thread Gerd Stolpmann
Am Donnerstag, den 08.03.2012, 17:09 +0100 schrieb Jérémie Dimino: > Le Thu, 8 Mar 2012 01:26:38 +0100, > Daniel Bünzli a écrit : > > > 1) All the packages I distribute are made of a single module. For now > > these were just installed as .cmo .cmx .cmxs. Now it seems oasis > > forces me to creat

Re: [Caml-list] oasis packaging questions

2012-03-08 Thread Jérémie Dimino
Le Thu, 8 Mar 2012 01:26:38 +0100, Daniel Bünzli a écrit : > 1) All the packages I distribute are made of a single module. For now > these were just installed as .cmo .cmx .cmxs. Now it seems oasis > forces me to create a .mllib even if I have only one module. Is that > correct ? Note that in g

[Caml-list] oasis packaging questions

2012-03-07 Thread Daniel Bünzli
Hello, I'd like to support oasis in the various packages I distribute. Here are a few questions (using oasis v0.3.2~rc2). 1) All the packages I distribute are made of a single module. For now these were just installed as .cmo .cmx .cmxs. Now it seems oasis forces me to create a .mllib even