mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-01-02 14:13:10 +00:00
21 lines
474 B
Plaintext
21 lines
474 B
Plaintext
|
|
# ffi.nimble
|
||
|
|
|
||
|
|
version = "0.1.0"
|
||
|
|
author = "Institute of Free Technology"
|
||
|
|
description = "FFI framework with custom header generation"
|
||
|
|
license = "MIT or Apache License 2.0"
|
||
|
|
|
||
|
|
packageName = "ffi"
|
||
|
|
|
||
|
|
requires "nim >= 2.2.4"
|
||
|
|
"chronos"
|
||
|
|
|
||
|
|
# Source files to include
|
||
|
|
# srcDir = "src"
|
||
|
|
# installFiles = @["src/ffi.nim", "mylib.h"]
|
||
|
|
|
||
|
|
# # 💡 Custom build step before installation
|
||
|
|
# before install:
|
||
|
|
# echo "Generating custom C header..."
|
||
|
|
# exec "nim r tools/gen_header.nim"
|