No description
Find a file
Christopher Dunn 6766462c5d drop debug code
2020-10-08 17:51:19 -05:00
apps Start apps/aligner.nim (lots to do) 2020-10-08 17:21:44 -05:00
edlib drop debug code 2020-10-08 17:51:19 -05:00
tests Test 2020-10-08 17:20:27 -05:00
.gitignore Generated edlib.nim 2020-10-08 17:08:44 -05:00
edlib.nimble 1.2.6 2020-10-08 17:32:34 -05:00
LICENSE Initial commit 2020-10-08 16:58:42 -05:00
makefile Start apps/aligner.nim (lots to do) 2020-10-08 17:21:44 -05:00
README.md drop debug code 2020-10-08 17:51:19 -05:00

nim-edlib

Nim wrapper for edlib (Martin Šošić)

Requirements

  • nim compiler
    • c compiler (e.g. clang or gcc)
  • pkg-config
  • "edlib" installed
    • We use pkg-config --cflags edlib

Versions

  • edlib-1.2.6 is the first version we ran c2nim on.

References