File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<!-- ---------------------------------------------------------------------------------------- -->
6
6
7
- This [ Lua] module provides an array data type together with a [ C API] ( ./src/carray_capi.h )
7
+ This [ Lua] module provides an array data type and the implementation of the [ Carray C API]
8
8
for handling arrays of primitive numeric C data types in Lua script code and also in native
9
- C code for enhancing native Lua module interoperability.
9
+ C code for enhancing native Lua module interoperability and performance .
10
10
11
- [ Lua ] : https://www.lua.org
11
+ [ Lua ] : https://www.lua.org
12
+ [ Carray C API ] : https://github.com/lua-capis/lua-carray-capi
12
13
13
14
<!-- ---------------------------------------------------------------------------------------- -->
14
15
Original file line number Diff line number Diff line change 11
11
#endif
12
12
13
13
#define CARRAY_CAPI_ID_STRING "_capi_carray"
14
- #define CARRAY_CAPI_VERSION_MAJOR -2
14
+ #define CARRAY_CAPI_VERSION_MAJOR 0
15
15
#define CARRAY_CAPI_VERSION_MINOR 0
16
16
#define CARRAY_CAPI_VERSION_PATCH 1
17
17
You can’t perform that action at this time.
0 commit comments