Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suirad/testlib
Example of importing C header files and static libraries into a Nim program
https://github.com/suirad/testlib
nim nim-lang nim-wrapper
Last synced: 4 days ago
JSON representation
Example of importing C header files and static libraries into a Nim program
- Host: GitHub
- URL: https://github.com/suirad/testlib
- Owner: suirad
- Created: 2019-07-27T04:27:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T18:20:39.000Z (over 5 years ago)
- Last Synced: 2024-11-18T11:34:33.408Z (2 months ago)
- Topics: nim, nim-lang, nim-wrapper
- Language: Nim
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TestLib
This example project is to showcase using nim to load and run code from c .h files and precompiled .a archives----
Depedencies:
* Nim
* Gcc