Mon, 29 Apr 2024 09:42:37 UTC | login

Information for build nekovm-2.2.0-11.fc31

ID129919
Package Namenekovm
Version2.2.0
Release11.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/nekovm.git#e39847c5ca79adce34735efc1475cfe810169fc1
SummaryNeko embedded scripting language and virtual machine
DescriptionNeko 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 21 Sep 2019 10:26:21 UTC
CompletedSat, 21 Sep 2019 11:36:41 UTC
Taskbuild (f31-candidate, /rpms/nekovm.git:e39847c5ca79adce34735efc1475cfe810169fc1)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/nekovm.git#e39847c5ca79adce34735efc1475cfe810169fc1'}}
Tags
f31
f32
f33
RPMs
src
nekovm-2.2.0-11.fc31.src.rpm (info) (download)
riscv64
nekovm-2.2.0-11.fc31.riscv64.rpm (info) (download)
nekovm-devel-2.2.0-11.fc31.riscv64.rpm (info) (download)
nekovm-debuginfo-2.2.0-11.fc31.riscv64.rpm (info) (download)
nekovm-debugsource-2.2.0-11.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Jan 17 2019 Andy Li <andy@onthewings.net> - 2.2.0-9 - Rebuilt for mbed TLS 2.16.0. * Thu Sep 27 2018 Morten Stevens <mstevens@fedoraproject.org> - 2.2.0-8 - Rebuilt for mbed TLS 2.13.0 * Thu Sep 27 2018 Morten Stevens <mstevens@fedoraproject.org> - 2.2.0-7 - Rebuilt for mbed TLS 2.13.0 * Fri Jul 13 2018 Andy Li <andy@onthewings.net> - 2.2.0-6 - Add BuildRequires on gcc. - Rebuilt for mbed TLS 2.11.0. * Thu Jul 05 2018 Richard W.M. Jones <rjones@redhat.com> - 2.2.0-5 - Remove ldconfig https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/SU3LJVDZ7LUSJGZR5MS72BMRAFP3PQQL/ * Mon May 21 2018 Robert Scheck <robert@fedoraproject.org> - 2.2.0-4 - Rebuilt for mbed TLS 2.9.0 (libmbedcrypto.so.2) * Mon Feb 19 2018 Robert Scheck <robert@fedoraproject.org> - 2.2.0-3 - Rebuilt for mbed TLS 2.7.0 * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Dec 20 2017 Andy Li <andy@onthewings.net> - 2.2.0-1 - New upstream version 2.2.0. - Remove patches applied in upstream. * Thu Oct 12 2017 Andy Li <andy@onthewings.net> - 2.1.0-9 - Add nekotools test. - Use Ninja to build. - Add upstream patch of avoiding recompile nekoc/nekoml. * Mon Sep 25 2017 Andy Li <andy@onthewings.net> - 2.1.0-8 - Use mariadb-connector-c-devel instead of mariadb-devel.