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.
Lwt provides typed, composable cooperative threads. These make it easy to run normally-blocking I/O operations concurrently in a single process. Also, in many cases, Lwt threads can interact without the need for locks or other synchronization primitives.
GSL-OCaml is an interface to the GNU scientific library (GSL) for the OCaml language.
This package provides the Khronos OpenCL ICDs
OpenFYBA is the source code release of the FYBA library.
None
ParseDate
R package for eQTl/pQTL mediation analysis.
Package providing a fast match() replacement for cases that require repeated look-ups. It is slightly faster that R's built-in match() function on first match against a table, but extremely fast on any subsequent lookup as it keeps the hash table in memory.
.
None.
Implements an efficient multi-locus mixed-model approach for genome-wide association studies in structured populations.
.
cl-qc is a Common Lisp library for linting the following in delimited text files:
Whitespace
Floating-point number well-formedness
GeneChip Platform ID checks for Affymetrix, Illumina, and others
cl-qc is a Common Lisp library for linting the following in delimited text files:
Whitespace
Floating-point number well-formedness
GeneChip Platform ID checks for Affymetrix, Illumina, and others
CSV library written in pure ANSI C that can read and write CSV data.
cl-qc is a Common Lisp library for linting the following in delimited text files:
Whitespace
Floating-point number well-formedness
GeneChip Platform ID checks for Affymetrix, Illumina, and others
GeneNetwork qc is a quality control application for the data files that eventually are used to add to the data in the GeneNetwork project.
This is an implementation of the strftime procedure for JavaScript. It works in (at least) node.js and browsers. It supports localization and timezones. Most standard specifiers from C are supported as well as some other extensions from Ruby.
R functions implementing a standard Unit Testing framework, with additional code inspection and report generation tools.
es5-shim.js patches a JavaScript context to contain all ECMAScript 5 methods that can be faithfully emulated with a legacy JavaScript engine. es5-sham.js patches other ES5 methods as closely as possible. Many of these shams are intended only to allow code to be written to ES5 without causing run-time errors in older engines. In many cases, this means that these shams cause many ES5 methods to silently fail.
This package provides mappings from Entrez gene identifiers to various annotations for the genome of the rat.
Makes it incredibly easy to build interactive web applications with R. Automatic "reactive" binding between inputs and outputs and extensive prebuilt widgets make it possible to build beautiful, responsive, and powerful applications with minimal effort.
CVA6 is a 6-stage, single issue, in-order CPU which implements the 64-bit RISC-V instruction set. It fully implements I, M, A and C extensions as specified in Volume I: User-Level ISA V 2.3 as well as the draft privilege extension 1.10. It implements three privilege levels M, S, U to fully support a Unix-like operating system. Furthermore it is compliant to the draft external debug spec 0.13.
It has configurable size, separate TLBs, a hardware PTW and branch-prediction (branch target buffer and branch history table). The primary design goal was on reducing critical path length.
This package contains a C++11 multiple-producer-multiple-consumer lockless queues header library based on circular buffer with std::atomic.