File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -27,3 +27,6 @@ def libs():
27
27
except OSError as e :
28
28
err = e
29
29
raise err
30
+
31
+ def libc ():
32
+ return open ("libc" , 6 )
Original file line number Diff line number Diff line change 1
1
dist_name = ffilib
2
2
srctype = micropython-lib
3
3
type = module
4
- version = 0.1.0
4
+ version = 0.1.1
5
5
author = Damien George
6
6
desc = MicroPython FFI helper module
7
7
long_desc = MicroPython FFI helper module to easily interface with underlying shared libraries
Original file line number Diff line number Diff line change 6
6
7
7
8
8
setup (name = 'micropython-ffilib' ,
9
- version = '0.1.0 ' ,
9
+ version = '0.1.1 ' ,
10
10
description = 'MicroPython FFI helper module' ,
11
11
long_description = 'MicroPython FFI helper module to easily interface with underlying shared libraries' ,
12
12
url = 'https://github.com/micropython/micropython/issues/405' ,
You can’t perform that action at this time.
0 commit comments