Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

nekovm-2.3.0-10.fc37 RPM for aarch64

From Fedora 37 for aarch64 / n

Name: nekovm Distribution: Fedora Project
Version: 2.3.0 Vendor: Fedora Project
Release: 10.fc37 Build date: Tue Aug 23 10:51:10 2022
Group: Unspecified Build host: buildvm-a64-15.iad2.fedoraproject.org
Size: 1993317 Source RPM: nekovm-2.3.0-10.fc37.src.rpm
Packager: Fedora Project
Url: https://nekovm.org/
Summary: Neko embedded scripting language and virtual machine
Neko is a high-level dynamically typed programming language which can
also be used as an embedded scripting language. It has been designed
to provide a common run-time for several different languages. Neko is
not only very easy to learn and use, but also has the flexibility of
being able to extend the language with C libraries. You can even write
generators from your own language to Neko and then use the Neko
run-time to compile, run, and access existing libraries.

If you need to add a scripting language to your application, Neko
provides one of the best trade-offs available between simplicity,
extensibility and speed.

Neko allows the language designer to focus on design whilst reusing a
fast and well constructed run-time, as well as existing libraries for
accessing file system, network, databases, XML...

Neko has a compiler and virtual machine. The Virtual Machine is both
very lightweight and extremely well optimized so that it can run very
quickly. The VM can be easily embedded into any application and your
libraries are directly accessible using the C foreign function
interface.

The compiler converts a source .neko file into a byte-code .n file that
can be executed with the Virtual Machine. Although the compiler is
written in Neko itself, it is still very fast. You can use the
compiler as standalone command-line executable separated from the VM,
or as a Neko library to perform compile-and-run for interactive
languages.

Provides

Requires

License

LGPLv2+

Changelog

* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-10
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sat Jan 22 2022 Morten Stevens <mstevens@fedoraproject.org> - 2.3.0-9
  - Rebuilt for mbedTLS 2.28.0
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Nov 14 2020 Andy Li <andy@onthewings.net> - 2.3.0-5
  - Rebuilt to dodge build-id conflict (RHBZ#1896901)
* Thu Jul 30 2020 Richard W.M. Jones <rjones@redhat.com> - 2.3.0-4
  - Use updated cmake macros
    https://fedoraproject.org/wiki/Changes/CMake_to_do_out-of-source_builds
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Files

/usr/bin/neko
/usr/bin/nekoc
/usr/bin/nekoml
/usr/bin/nekotools
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/ce10b37c5caa7bb1278423467ce75fc736e3f9
/usr/lib/.build-id/07
/usr/lib/.build-id/07/843e8da4b237e97652febca1223a36207e96ee
/usr/lib/.build-id/14
/usr/lib/.build-id/14/30daf2736fea7f080e6edbcce485cf80fe5c30
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/699487208513266d4ade010f39142154a9a44a
/usr/lib/.build-id/40
/usr/lib/.build-id/40/c5a56236efc3af0d675002ff92e58637881395
/usr/lib/.build-id/53
/usr/lib/.build-id/53/ad29bbed0ed9e700a674a0d75810f5131914da
/usr/lib/.build-id/67
/usr/lib/.build-id/67/6547949094b62f2e9ac93c53857de97d92316a
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/18fd62d74d28a2d9dccc30f9159eb0c9db4d35
/usr/lib/.build-id/84
/usr/lib/.build-id/84/a67e37f7cc1089f64f8bafdfacf7c768ee9176
/usr/lib/.build-id/96
/usr/lib/.build-id/96/28a370e0e4b7cad76d739cd2844159a497ee1c
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/ae82ede1275d2491f723dca99652bdec43cc89
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/eee7345929d95ecc31492e49955b268260fc84
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/3fd748b0b80bbc4fd662be42891dd335ae22ec
/usr/lib/.build-id/ee/c7373aa3c518e3a9b241294c9c4fe4f7ed7f4b
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/70950d522aecae5d62e890353bf23ca533e102
/usr/lib64/libneko.so.2
/usr/lib64/libneko.so.2.3.0
/usr/lib64/neko
/usr/lib64/neko/mod_neko2.ndll
/usr/lib64/neko/mod_tora2.ndll
/usr/lib64/neko/mysql.ndll
/usr/lib64/neko/mysql5.ndll
/usr/lib64/neko/nekoml.std
/usr/lib64/neko/regexp.ndll
/usr/lib64/neko/sqlite.ndll
/usr/lib64/neko/ssl.ndll
/usr/lib64/neko/std.ndll
/usr/lib64/neko/ui.ndll
/usr/lib64/neko/zlib.ndll
/usr/share/doc/nekovm
/usr/share/doc/nekovm/README.md
/usr/share/licenses/nekovm
/usr/share/licenses/nekovm/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 20:43:16 2024