help
Recipe name Version Description Layer
slint-cpp 1.16.0 Slint C++ UI Toolkit meta-slint
slint-cpp 1.16.1 Slint C++ UI Toolkit meta-slint
slint-demos git-X Various Rust-based demos of Slint packaged up in /usr/bin meta-slint
socket-perl 2.032 This module provides a variety of constants, structure manipulators and other functions related to socket-based networking. The values and functions provided are useful when used in conjunction with Perl core functions such as socket(), setsockopt() and bind(). It also provides several other support functions, mostly for dealing with conversions of network addresses between human-readable and native binary forms, and for hostname resolver operations. meta-cpan
spandsp 3.0.0+git A DSP library for telephony meta-multimedia
spirv-tools git SPIR-V Tools meta-amdfalconx86
srt 1.5.4 Secure Reliable Transport (SRT) Protocol meta-multimedia
srt 1.5.4 Secure Reliable Transport (SRT) Protocol meta-voltumna
starman-perl 0.4015 Starman is a PSGI perl web server that has unique features such as: meta-cpan
std-capabilities 0.1.0 This package contains standard capability interfaces, which describe common robot capabilities in terms of ROS concepts such as topics, services, actions, and parameters. meta-ros1-melodic
std-msgs 0.5.12 Standard ROS Messages including common message types representing primitive data types and other basic message constructs, such as multiarrays. For common, generic robot-specific message types, please see <a href="http://www.ros.org/wiki/common_msgs">common_msgs</a>. meta-ros1-melodic
std-msgs 0.5.14-1 Standard ROS Messages including common message types representing primitive data types and other basic message constructs, such as multiarrays. For common, generic robot-specific message types, please see <a href="http://www.ros.org/wiki/common_msgs">common_msgs</a>. meta-ros1-noetic
stereo-msgs 1.12.8-1 stereo_msgs contains messages specific to stereo processing, such as disparity images. meta-ros1-melodic
stereo-msgs 1.13.2-1 stereo_msgs contains messages specific to stereo processing, such as disparity images. meta-ros1-noetic
strace 6.19 System call tracing tool openembedded-core
strace 6.19 System call tracing tool meta-voltumna
swri-profiler-tools 0.2.2-1 Provides tools for viewing data produced by nodes that use the swri_profiler library to output profiling information. meta-ros1-melodic
swri-profiler-tools 0.2.2-1 Provides tools for viewing data produced by nodes that use the swri_profiler library to output profiling information. meta-ros1-noetic
swri-roscpp 3.8.7-1 A package that extends rclcpp with some commonly used functionality to reduce boilerplate code. meta-ros2-rolling
swri-roscpp 2.15.4-1 Enhancements to roscpp functionality to reduce boilerplate code and implement common patterns. meta-ros1-noetic
swri-roscpp 3.8.7-1 A package that extends rclcpp with some commonly used functionality to reduce boilerplate code. meta-ros2-humble
swri-roscpp 3.8.7-1 A package that extends rclcpp with some commonly used functionality to reduce boilerplate code. meta-ros2-jazzy
swri-roscpp 3.8.7-1 A package that extends rclcpp with some commonly used functionality to reduce boilerplate code. meta-ros2-kilted
synopsys-native 7.0.0 Download synopsys-detect-synopsys-native.jar meta-spdxscanner
syntax-highlighting 5.101.0 Syntax highlighting Engine for Structured Text and Code meta-qt5-extra
syntax-highlighting 6.25.0 Syntax Highlighting Engine meta-kf6
syntax-highlighting-native 5.101.0 Syntax highlighting Engine for Structured Text and Code meta-qt5-extra
sys-eeprom 1.0 Temporary product EEPROM utility meta-8dev
syslinux 6.04-pre2 Multi-purpose linux bootloader openembedded-core
systemtap 5.4 Script-directed dynamic tracing and performance analysis tool for Linux openembedded-core
systemtap 5.4 Script-directed dynamic tracing and performance analysis tool for Linux meta-voltumna
systemtap-native 5.4 Script-directed dynamic tracing and performance analysis tool for Linux openembedded-core
systemtap-native 5.4 Script-directed dynamic tracing and performance analysis tool for Linux meta-voltumna
talloc 2.0.1 Hierarchical, reference counted memory pool system with destructors meta-baryon
tclap 1.4.0 Templatized C++ Command Line Parser meta-oe
template-toolkit-perl 3.010 This documentation describes the Template module which is the direct Perl interface into the Template Toolkit. It covers the use of the module and gives a brief summary of configuration options and template directives. Please see Template::Manual for the complete reference manual which goes into much greater depth about the features and use of the Template Toolkit. The Template::Tutorial is also available as an introductory guide to using the Template Toolkit. meta-cpan
test-base-perl 0.89 Testing is usually the ugly part of Perl module authoring. Perl gives you a standard way to run tests with Test::Harness, and basic testing primitives with Test::More. After that you are pretty much on your own to develop a testing framework and philosophy. Test::More encourages you to make your own framework by subclassing Test::Builder, but that is not trivial. meta-cpan
test-cpan-meta-json-perl 0.16 This module was written to ensure that a META.json file, provided with a standard distribution uploaded to CPAN, meets the specifications that are slowly being introduced to module uploads, via the use of package makers and installers such as ExtUtils::MakeMaker, Module::Build and Module::Install. meta-cpan
test-cpan-meta-perl 0.25 This distribution was written to ensure that a META.yml file, provided with a standard distribution uploaded to CPAN, meets the specifications that are slowly being introduced to module uploads, via the use of package makers and installers such as ExtUtils::MakeMaker, Module::Build and Module::Install. meta-cpan
test-differences-perl 0.69 When the code you're testing returns multiple lines, records or data structures and they're just plain wrong, an equivalent to the Unix "diff" utility may be just what's needed. Here's output from an example test script that checks two text documents and then two (trivial) data structures: meta-cpan
test-fatal-perl 0.016 Test::Fatal is an alternative to the popular Test::Exception. It does much less, but should allow greater flexibility in testing exception-throwing code with about the same amount of typing. meta-cpan
test-inter-perl 1.09 This is another framework for writing test scripts. Much of the syntax is loosely inspired by Test::More, and Test::Inter has most of it's functionality, but it is not a drop-in replacement. meta-cpan
test-most-perl 0.37 Test::Most exists to reduce boilerplate and to make your testing life easier. We provide "one stop shopping" for most commonly used testing modules. In fact, we often require the latest versions so that you get bug fixes through Test::Most and don't have to keep upgrading these modules separately. meta-cpan
test-nowarnings-perl 1.06 In general, your tests shouldn't produce warnings. This modules causes any warnings to be captured and stored. It automatically adds an extra test that will run when your script ends to check that there were no warnings. If there were any warnings, the test will give a "not ok" and diagnostics of where, when and what the warning was, including a stack trace of what was going on when the it occurred. meta-cpan
test-number-delta-perl 1.06 At some point or another, most programmers find they need to compare floating-point numbers for equality. The typical idiom is to test if the absolute value of the difference of the numbers is within a desired tolerance, usually called epsilon. This module provides such a function for use with Test::More. Usage is similar to other test functions described in Test::More. Semantically, the \"delta_within\" function replaces this kind of construct: meta-cpan
test-refcount-perl 0.10 The Perl garbage collector uses simple reference counting during the normal execution of a program. This means that cycles or unweakened references in other parts of code can keep an object around for longer than intended. To help avoid this problem, the reference count of a new object from its class constructor ought to be 1. This way, the caller can know the object will be properly DESTROYed when it drops all of its references to it. meta-cpan
testdisk 7.2 TestDisk is a free data recovery software primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally deleting your Partition Table). meta-oe
testdisk 6.14 TestDisk is powerful free data recovery software! meta-kali
testdisk 7.2 TestDisk is a free data recovery software primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally deleting your Partition Table). meta-voltumna
testexport-tarball 1.0 Standalone tarball for test systems with missing software openembedded-core