9 lines
247 B
Plaintext
9 lines
247 B
Plaintext
|
|
let s = import "ontoref-project.ncl" in
|
||
|
|
|
||
|
|
s.make_project {
|
||
|
|
slug = "ontoref",
|
||
|
|
root = "/Users/Akasha/Development/ontoref",
|
||
|
|
nickel_import_paths = ["/Users/Akasha/Development/ontoref"],
|
||
|
|
keys = [],
|
||
|
|
}
|