diff options
author | Farzad Sadeghi <thabogre@gmail.com> | 2019-07-12 12:49:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-12 12:49:43 +0000 |
commit | 52724761b65c998ba07fdb8a8d9c77b512c6421b (patch) | |
tree | 4b9d4b86200145e1a3cb5f4a4d6a28d2b8be7d65 /README.md | |
parent | update (diff) | |
parent | Add license scan report and status (diff) | |
download | luatablegen-master.tar.gz luatablegen-master.zip |
Add license scan report and status
Diffstat (limited to '')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,6 @@ # luatablegen +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fbloodstalker%2Fluatablegen.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fbloodstalker%2Fluatablegen?ref=badge_shield) + `luatablegen` takes a list of C structures and generates lua tables in C.<br/> The input is in the form of a JSON file that describes the C structure and the Lua types you want.<br/> @@ -50,3 +52,7 @@ The list of the projects that use luatablegen:<br/> ## TODO * fields should be able to reference each other.<br/> * add more options for the table fileds.<br/> + + +## License +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fbloodstalker%2Fluatablegen.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fbloodstalker%2Fluatablegen?ref=badge_large)
\ No newline at end of file |