Neko VM is a virtual machine for the Neko language. Neko is a
high-level dynamically typed programming language. It can be used as
an embedded scripting language.
Provides
Requires
License
MIT
Changelog
* Mon Jun 22 2026 Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Require mbedtls-devel < 4 since newer versions are not supported
* Wed Jun 18 2025 Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Actually update the tarball to version 2.4.1
* Mon May 12 2025 Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Update to neko 2.4.1
* all:
+ fixed build issues on BSD based systems (gh#HaxeFoundation/neko#296
gh#HaxeFoundation/neko#297 gh#HaxeFoundation/neko#298
gh#HaxeFoundation/neko#299)
+ fixed for c standards with builtin bool
+ fixed thread usage causing global cleanup crashes
(gh#HaxeFoundation/neko#304)
* std:
+ fixed double close when using process_stdin_close
(gh#HaxeFoundation/neko#300)
* ssl:
+ fixed certificate verification failure on windows
(gh#HaxeFoundation/neko#293)
* cmake:
+ updated zlib and mariadb-connector-c for newer cmake compatibility
(gh#HaxeFoundation/neko#309)
+ updated mariadb-connector-c for compatibility with new clang on arm64
(gh#HaxeFoundation/neko#309)
* Tue Jul 23 2024 Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Update to neko 2.4.0
* all:
+ deprecated neko (see README)
+ added arm64 binaries for Linux and macOS, and universal binaries for macOS
* std:
+ fixed put_env when null is passed in (gh#HaxeFoundation/neko#229
gh#HaxeFoundation/haxe#10395)
+ added sys_cpu_arch (gh#HaxeFoundation/neko#275)
+ fixed $int to respect whitespace and signs in hex notation and to ignore
trailing text (gh#HaxeFoundation/neko#258)
* cmake:
+ update all dependencies
+ fixed loading error when installing to /usr/local on Unix
(gh#HaxeFoundation/neko#271)
* regexp:
+ migrated to pcre2, fixing matches with null characters
(gh#HaxeFoundation/neko#249)
+ fixed stack overflow with large strings (gh#HaxeFoundation/neko#262)
+ added regexp_matched_num function (gh#HaxeFoundation/neko#257)
* nekotools:
+ allowed custom 404 handler for server (gh#HaxeFoundation/neko#278)
+ added neko