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.
This package provides a SuperCollider client for Common Lisp.
Ableton Link integration for Tidal, to let Tidal sync with external clocks
Convert Float and Decimal values to/from raw octets.
Tidal is a domain specific language for live coding patterns.
SuperCollider implementation of the Dirt sampler, originally designed for the TidalCycles environment. SuperDirt is a general purpose framework for playing samples and synths, controllable over the Open Sound Control protocol, and locally from the SuperCollider language.
Haskell library implementing the Open Sound Control protocol
This package provides a tiny (1 module, <500 lines) property-based (and unit) testing library with minimal dependencies. . Instead of reinventing the wheel (<https://xkcd.com/927>), we use a RSpec/HSpec-like DSL and run tests with QuickCheck. . For many use-cases, microspec is a drop-in replacement for hspec. . > import Test.Microspec > > main :: IO () > main = microspec $ do > describe "replicate" $ do > it "doubles with 2" $ > replicate 2 x === "xx" > it "creates a list of the right size" $ > \(Positive n) -> length (replicate n x') === n > > describe "reverse" $ do > it "reverse . reverse === id" $ \l -> > reverse (reverse l) === (l :: [Int]) > > describe "tail" $ > it "length is -1" $ \(NonEmpty l) -> > length (tail l :: [Int]) === length l - 1 > > describe "solve the halting problem" $ > pending
GNU Hello prints the message "Hello, world!" and then exits. It serves as an example of standard GNU coding practices. As such, it supports command-line arguments, multiple languages, and so on.
Ancestral recombination graph sampling method.
POLEGON stands for Prior-Oblivious Length Estimation in Genealogies with Oriented Network. POLEGON works with inferred Ancestral Recombination Graph (ARG) to re-calibrate the branch length, without the usage of any prior.
Interactive visualization method for ancestral recombination graphs.
Utilities for comparing tree sequences
Model-free inference of tree sequences from unphased genotypes.
The tree sequence toolkit.
Espalier is a Python package for working with discordant phylogenetic trees using maximum agreement forests.
Quantitative trait simulation of tree sequence data
Threads-arg is a threading-based method to reconstruct the ancestral recombination graph (ARG) from large datasets of sequenced, imputed, or genotyped genomes and to perform ARG-based genotype imputation.
This package provides a tool to infer node locations and states from tree sequences.
Manipulate tree sequences produced by SLiM.
Infer tree sequences from genetic variation data.
Linear mixed models from ancestral recombination graphs.
Infer ARGs for SARS-Cov2 in tskit format.
Webapp to view and visualise the information structure in tskit ARGs