This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Neko package


On 30/04/2017 15:30, Andy Li wrote:
Hi,

Following up my quest of packaging Haxe. After creating a Cygwin
package for mbed TLS, here is another one: Neko, which is a VM kind of
comparable to Lua. Neko is maintained by the Haxe Foundation. More
info of Neko can be found at http://nekovm.org/.

The cygport file I created can be found at:
https://github.com/andyli/neko-cygwin

Please review and let me know if it is up to standard or not.

Best regards,
Andy


Hi Andy,

there is a double
>>> neko requires: cygwin libneko2 libneko2 neko-std-ndlls

As libneko2 dependency is already catch by cyport you don't need to
explicitly declare it.

We usually prefer to have at least a minimal manual, like debian
https://packages.debian.org/sid/amd64/neko/filelist

/usr/share/man/man1/neko.1.gz
/usr/share/man/man1/nekoc.1.gz
/usr/share/man/man1/nekoml.1.gz
/usr/share/man/man1/nekotools.1.gz

specially as the programs are not following standard expectation

$ ./neko --help
Uncaught exception - load.c(181) : Module not found : --help

From this point of view, it seems a lack of Neko in general.

Except that, it is GTG for me

Any reason to not build debuginfo and skipping strip ?

Regards
Marco


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]