Nim wrappers for libobjc
Find a file
2022-11-27 16:16:26 -07:00
.github/workflows Initial commit 2022-11-27 14:26:25 -07:00
examples Initial commit 2022-11-27 14:26:25 -07:00
src Add initial barebones headers and wrappers 2022-11-27 16:16:26 -07:00
tests Initial config 2022-11-27 14:29:02 -07:00
.gitignore Initial commit 2022-11-27 14:26:25 -07:00
libobjc.nimble Initial config 2022-11-27 14:29:02 -07:00
LICENSE Initial commit 2022-11-27 14:26:25 -07:00
README.md Initial commit 2022-11-27 14:26:25 -07:00
rename.bash Initial commit 2022-11-27 14:26:25 -07:00

You can use this nim template to jump start your nim library or project.

This template includes:

  • MIT licence
  • src directory and a private common.nim
  • test directory
  • GitHub Actions to run the tests on GitHub