Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
LLVM is a compiler infrastructure designed for compile-time, link-time, runtime, and idle-time optimization of programs from arbitrary programming languages. It currently supports compilation of C and C++ programs, using front-ends derived from GCC 4.0.1. A new front-end for the C family of languages is in development. The compiler infrastructure includes mirror sets of programming tools as well as libraries with equivalent functionality.
This package provides an implementation of the OpenCL library requirements according to version 1.1 of the OpenCL specification.
This is Apple's fork of LLVM with Swift-specific modifications, required to build Swift.
This package provides the run-time support library developed by the LLVM project for the OpenMP multi-theaded programming extension. This package notably provides libgomp.so, which is has a binary interface compatible with that of libgomp, the GNU Offloading and Multi Processing Library.
LLD is a high-performance linker, built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project.
Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ programming languages. It uses LLVM as its back end. The Clang project includes the Clang front end, the Clang static analyzer, and several code analysis tools.
This package filters code through clang-format to fix its formatting. clang-format is a tool that formats C/C++/Obj-C code according to a set of style options, see https://clang.llvm.org/docs/ClangFormatStyleOptions.html.
This is Apple's fork of LLVM with Swift-specific modifications, required to build Swift.
LLVM is a compiler infrastructure designed for compile-time, link-time, runtime, and idle-time optimization of programs from arbitrary programming languages. It currently supports compilation of C and C++ programs, using front-ends derived from GCC 4.0.1. A new front-end for the C family of languages is in development. The compiler infrastructure includes mirror sets of programming tools as well as libraries with equivalent functionality.
LLVM is a compiler infrastructure designed for compile-time, link-time, runtime, and idle-time optimization of programs from arbitrary programming languages. It currently supports compilation of C and C++ programs, using front-ends derived from GCC 4.0.1. A new front-end for the C family of languages is in development. The compiler infrastructure includes mirror sets of programming tools as well as libraries with equivalent functionality.
LLD is a high-performance linker, built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project.
LLVM is a compiler infrastructure designed for compile-time, link-time, runtime, and idle-time optimization of programs from arbitrary programming languages. It currently supports compilation of C and C++ programs, using front-ends derived from GCC 4.0.1. A new front-end for the C family of languages is in development. The compiler infrastructure includes mirror sets of programming tools as well as libraries with equivalent functionality.
LLD is a high-performance linker, built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project.
The log4cxx packages provides a C++ logging framework patterned after Apache log4j which uses the Apache Portable Runtime for most platform-specific code.
Spdlog is a very fast header-only/compiled C++ logging library.
Spdlog is a very fast header-only/compiled C++ logging library.
Rsyslog offers high-performance, great security features and a modular design. While it started as a regular syslogd, rsyslog has evolved into a kind of swiss army knife of logging, being able to accept inputs from a wide variety of sources, transform them, and output the results to diverse destinations.
Google glog is a library that implements application-level logging. This library provides logging APIs based on C++-style streams and various helper macros. You can log a message by simply streaming things to log at a particular severity level. It allows logging to be controlled from the command line.
Spdlog is a very fast header-only/compiled C++ logging library.
This package provides a bare-bones logging library for C++, with only a printf-like syntax and five logging levels.
Log4cpp is library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. It is modeled after the Log4j Java library, staying as close to their API as is reasonable.
Plog is a C++ logging library that is designed to be simple, small and flexible. It is created as an alternative to existing large libraries and provides some unique features such as CSV log format and wide string support.
MultiTail can monitor, color, filter, and merge log files and command output in multiple windows in a terminal.
QLogo is an interpreter for the Logo language written in C++ using Qt and OpenGL. Specifically, it mimics, as reasonably as possible, the UCBLogo interpreter.