Initial commit, adding work to date.
FossilOrigin-Name: e866fb59b96496de50c85d483ec89bdb8f48fb2d24c43b8bfecdc0a968962114
This commit is contained in:
parent
ef8d5a489e
commit
9ee085d86b
12 changed files with 2486 additions and 0 deletions
17
kuzu.nimble
Normal file
17
kuzu.nimble
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# vim: set et sta sw=4 ts=4 :
|
||||
|
||||
version = "0.1.0"
|
||||
author = "Mahlon E. Smith"
|
||||
description = "Kuzu is an embedded graph database built for query speed and scalability."
|
||||
license = "MIT"
|
||||
srcDir = "src"
|
||||
|
||||
requires "nim ^= 2.0.0"
|
||||
|
||||
# Development dependencies.
|
||||
#requires "futhark ^= 0.15.0"
|
||||
#requires "zip ^= 0.3.1"
|
||||
|
||||
task makewrapper, "Generate the C wrapper using Futhark":
|
||||
exec "nim c -d:futharkWrap --outdir=. src/kuzu.nim"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue