Re: Usage in commercial software
Ville Laurikari <[email protected]>
| Newsgroups | gmane.comp.lang.ml.mlton.user |
|---|---|
| Message-ID | <CAPcBNkCA85G=fnEXN30vGhsk3jFXkMRE=n3So70kMQWUFxjZFw@mail.gmail.com> |
As others have pointed out, LGPL basically requires that the end user is able to replace the LGPL'd parts themselves. In practice, the most common method is to link the LGPL's parts dynamically. The way we did this at a previous job was to bundle libgmp.so with our application. A wrapper shell script around our executables set up LD_LIBRARY_PATH to ensure the correct libgmp gets loaded. It's was a bit of a hassle, but got the job done. -- Ville On Wed, Jun 11, 2014 at 5:03 PM, Bikal Gurung <[email protected]> wrote: > Hi, > > I am evaluating MLTon for possible usage in a commercially distributed > application. Is this possible? I know that MLton is BSD license. However I > am not too sure how its usage of GnuMP library affects this flexibility. > Does MLton's usage of GnuMP preclude it from being used in a commercial > settting, i.e. commercial distribution of software? > > Bikal > > > ------------------------------------------------------------------------------ > HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions > Find What Matters Most in Your Big Data with HPCC Systems > Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. > Leverages Graph Analysis for Fast Processing & Easy Data Exploration > http://p.sf.net/sfu/hpccsystems > _______________________________________________ > MLton-user mailing list > [email protected]; [email protected] > https://lists.sourceforge.net/lists/listinfo/mlton-user > > To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ MLton-user mailing list [email protected]; [email protected] https://lists.sourceforge.net/lists/listinfo/mlton-user