[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] HDF5 for Lua 1.0.0
- From: Peter Colberg <peter@...>
- Date: Wed, 9 Apr 2014 12:17:55 -0400
Dear Lua users,
It is a pleasure to announce the release of HDF5 for Lua 1.0.0:
http://colberg.org/lua-hdf5/
HDF5 for Lua provides bindings for the Hierarchical Data Format (HDF5),
a file format and library for portable, flexible and efficient storage of
numerical data. LuaJIT is a just-in-time compiler for the Lua language
that provides native C data structures through its foreign function interface
(FFI) library. HDF5 for Lua supports HDF5 1.8 using LuaJIT.
Peter