12 lines
306 B
Plaintext
12 lines
306 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",
|
|
"/Users/Akasha/Development/ontoref/ontology",
|
|
],
|
|
keys = [],
|
|
}
|