mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-07-14 04:00:14 +00:00
The version must be a distinct number for each release candidate so nimble
resolves it independently (nimble versions are numeric — pre-release strings
like 0.2.0-rc.4 are rejected, and equal versions across git refs collide in the
cache). This 0.2.1 candidate carries {.ffiExport.} on top of the 0.2.0 line.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0138fdSv6Xhv2KjhiyYR4SAu
nim-ffi
Allows exposing Nim projects to other languages
Example
examples/timer is now a self-contained Nimble project that imports nim-ffi directly.
Use cd examples/timer && nimble install -y ../.. && nimble build to compile the example.
Description
Languages
Nim
86.6%
Smarty
6.1%
C++
2.9%
CMake
2.4%
C
2%