lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 17 July 2018 at 10:23, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> I've updated my interval arithmetic library for Lua to use fi_lib,
> which is small and simple to build:
>         http://www2.math.uni-wuppertal.de/~xsc/software/filib.html
>
> linterval is available at
>         http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#linterval
>
> Checksum and other data available at
>        http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/release.txt
>
> The test includes an implicit region plotter, which is fun. If you're
> interested in interval methods, check out the interactive LÖVE demos at
>         http://lhf.impa.br/cursos/imni/README.html
>
> This release is self-contained: it contains the required fi_lib source
> files. It also sports a simplified Makefile with targets for macosx
> and linux with -fPIC (which some people will appreciate!). I plan to
> update my other libraries to use the same scheme.

Would you consider releasing your modules using a version-named
tarball? This would help the work of those redistributing the modules.

Also, would you consider releasing your modules on LuaRocks? It's
really easy (easier than keeping track of compilation flags for
various OSes and architectures yourself) and I'm sure many people
would appreciate it!

Thank you!

-- Hisham