Re: [Caml-list] Statically linked win32 libcamlrun.lib?

2010-04-15 Thread Dmitry Bely
On Thu, Apr 15, 2010 at 3:39 AM, Lally Singh lally.si...@gmail.com wrote:  Is it possible to statically link libcamlrun.lib, so it'll work with libcmtd.lib instead of msvcrt.dll?  I've tried: FLEXLINK=flexlink -merge-manifest -link /nodefaultlib:msvcrt.lib -link libcmtd.lib Please don't use

[Caml-list] Inspect libary

2010-04-15 Thread Kaspar Rohrer
Hi everybody Thanks for all the feedback and suggestions regarding hosting and licensing of my little library. I think I will host the code on github, because I really like the clean and shiny UI. As for the license, I'm strongly favoring the LGPL license ATM, but I am unsure whether I should

Re: [Caml-list] Inspect libary

2010-04-15 Thread Vincent Aravantinos
Le 15 avr. 10 à 12:42, Kaspar Rohrer a écrit : PS: Does somebody know why all of my browsers (Firefox, Safari, Camino on OS X 10.6) do not recognize the Forge.ocamlcore.org server certificate? I guess it's the same cause as this bug:

[Caml-list] Re: Inspect libary

2010-04-15 Thread Sylvain Le Gall
On 15-04-2010, Vincent Aravantinos vincent.aravanti...@gmail.com wrote: Le 15 avr. 10 =E0 12:42, Kaspar Rohrer a =E9crit : PS: Does somebody know why all of my browsers (Firefox, Safari, =20 Camino on OS X 10.6) do not recognize the Forge.ocamlcore.org server =20= certificate? I guess it's

[Caml-list] camlp4 levels

2010-04-15 Thread Jacques Le Normand
Dear list, what do the different camlp4 levels represent? I've seen simple, apply and top --Jacques L. ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr Beginner's

[Caml-list] Caml-inspect library

2010-04-15 Thread Kaspar Rohrer
Hi everybody And sorry for spamming the list. But I am proud to announce my first open source library, written in OCaml and available immediately on Github: http://github.com/krohrer/caml-inspect/ I hope nobody takes offense over the fact that I chose Github over Forge.ocamlcore.org. For the

[Caml-list] Re: Caml-inspect library

2010-04-15 Thread Sylvain Le Gall
Hello, On 15-04-2010, Kaspar Rohrer kaspar.roh...@gmail.com wrote: I hope nobody takes offense over the fact that I chose Github over Forge.ocamlcore.org. Not at all, github is shiny and efficient to manage a git repository. A good solution, is to host your git/bug tracking on github and

[Caml-list] [ANN] React 0.9.1 Rtime 0.9.1

2010-04-15 Thread Daniel Bünzli
Hello, A small update to React and Rtime. * React 0.9.1 http://erratique.ch/software/react - Added E.retain and S.retain. - A few List.map where replaced by List.rev_map. - Fixes to breakout.ml to make it work on vte based terminals. * Rtime 0.9.1 http://erratique.ch/software/rtime - Fix a gc

Re: [Caml-list] Statically linked win32 libcamlrun.lib?

2010-04-15 Thread Lally Singh
On Thu, Apr 15, 2010 at 2:59 AM, Dmitry Bely dmitry.b...@gmail.com wrote: On Thu, Apr 15, 2010 at 3:39 AM, Lally Singh lally.si...@gmail.com wrote:  Is it possible to statically link libcamlrun.lib, so it'll work with libcmtd.lib instead of msvcrt.dll?  I've tried: FLEXLINK=flexlink

Re: [Caml-list] Inspect libary

2010-04-15 Thread Ashish Agarwal
Regarding LGPL 2.1 versus 3.0, I recently tried finding the linking exception for 3.0 but concluded that no one has written it yet (from postings to the OCaml list, beginners list, and contacting the FSF). So if you're going to include the linking exception, which most LGPL'd ocaml libraries do,

Re: [Caml-list] Statically linked win32 libcamlrun.lib?

2010-04-15 Thread Dmitry Bely
On Thu, Apr 15, 2010 at 11:16 PM, Lally Singh lally.si...@gmail.com wrote: On Thu, Apr 15, 2010 at 2:59 AM, Dmitry Bely dmitry.b...@gmail.com wrote: On Thu, Apr 15, 2010 at 3:39 AM, Lally Singh lally.si...@gmail.com wrote: Is it possible to statically link libcamlrun.lib, so it'll work with

Re: [Caml-list] Statically linked win32 libcamlrun.lib?

2010-04-15 Thread Dmitry Bely
On Thu, Apr 15, 2010 at 11:16 PM, Lally Singh lally.si...@gmail.com wrote: On Thu, Apr 15, 2010 at 2:59 AM, Dmitry Bely dmitry.b...@gmail.com wrote: On Thu, Apr 15, 2010 at 3:39 AM, Lally Singh lally.si...@gmail.com wrote:  Is it possible to statically link libcamlrun.lib, so it'll work with