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 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
Ableton Link integration for Tidal, to let Tidal sync with external clocks
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.
Extracts population-based ancestry from simulated tree sequence datasets.
Utilities for comparing tree sequences
A Python library of population genetic simulation models
Utilities for converting tree sequences to and from other formats
Interactive visualization method for ancestral recombination graphs.
Simulate genealogical trees and genomic sequence data using population genetic models
Utilities for converting tree sequences to and from other formats
The tree sequence toolkit.
Quantitative trait simulation of tree sequence data
Webapp to view and visualise the information structure in tskit ARGs
Infer tree sequences from genetic variation data.
Compression utilities for tree sequences.
Manipulate tree sequences produced by SLiM.
Infer node ages from a tree sequence topology.
This package provides a high-level plotting API for the PyData ecosystem built on HoloViews.
Extremely lightweight compatibility layer between dataframe libraries.
The demes Python package provides an API for defining, parsing, and sharing Demes demographic models. Applications can use demes to parse human-readable Demes YAML files into fully-resolved demographic models. In addition, demes provides convenient data structures to simplify manipulation of demographic models.
Statistical genetics toolkit.
xyzservices is a lightweight library providing a repository of available XYZ services offering raster basemap tiles. The repository is provided via Python API and as a compressed JSON file.