Yes, I haven't been working so much on improving nekoml usage.
You need to copy the neko/src/core directory which is the nekoml
standard library into /usr/lib/neko as well.
The other possibility is to run nekoml -p /path/to/core/directory/
Would it be possible to package the NekoML library in a .ndll file
just like std.ndll?
Putting the files in a sub directory of /usr/lib (i.e. /usr/lib/neko)
doesn't work on my machine but putting them directly into /usr/lib
does.
--
Neko : One VM to run them all
(http://nekovm.org)