_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


javascript-typeahead 0.11.1
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://twitter.github.io/typeahead.js
Licenses: Expat
Synopsis: Javascript library for building typeaheads
Description:

Inspired by twitter.com's autocomplete search functionality, typeahead.js is a flexible JavaScript library that provides a strong foundation for building robust typeaheads. The typeahead.js library consists of 2 components: the suggestion engine, Bloodhound, and the UI view, Typeahead. The suggestion engine is responsible for computing suggestions for a given query. The UI view is responsible for rendering suggestions and handling DOM interactions. Both components can be used separately, but when used together, they can provide a rich typeahead experience.

javascript-datatables-scroller-style-2.4.3 2.4.3
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://datatables.net/extensions/scroller/scrollerStyles
Licenses: Expat
Synopsis: This package contains distribution files required to style Scroller extension for DataTables.
Description:

Scroller is a virtual rendering plug-in for DataTables which allows large datasets to be drawn on screen very quickly. Virtual rendering means is that only the visible portion of the table is drawn, while the scrolling container gives the visual impression that the whole table is visible, allowing excellent browser performance.

javascript-cytoscape-dagre 2.2.2
Propagated dependencies: javascript-cytoscape@3.8.1 javascript-dagre@0.8.4
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://github.com/cytoscape/cytoscape.js-dagre
Licenses: Expat
Synopsis: Dagre layout for DAGs and trees for Cytoscape.js
Description:

The dagre layout organises the graph using a directed acyclic graph (DAG) system, written by Chris Pettitt. It is especially suitable for DAGs and trees.

javascript-parsley 2.9.1
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://parsleyjs.org/
Licenses: Expat
Synopsis: Javascript validation library
Description:

Parsley is a javascript library which allows you to write in English your requirements inside your form HTML tags. It can also automatically detects your forms' modifications and adapts its validation accordingly.

javascript-datatables-scroller-2.4.3 2.4.3
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://datatables.net/extensions/scroller/
Licenses: Expat
Synopsis: This package contains distribution files for the Scroller extension for DataTables. Only the core software for this library is contained in this package - to be correctly styled, a styling package for Scroller must also be included.
Description:

Scroller is a virtual rendering plug-in for DataTables which allows large datasets to be drawn on screen very quickly. Virtual rendering means is that only the visible portion of the table is drawn, while the scrolling container gives the visual impression that the whole table is visible, allowing excellent browser performance.

javascript-dagre 0.8.4
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://github.com/dagrejs/dagre
Licenses: Expat
Synopsis: Directed graph layout for JavaScript
Description:

Dagre is a JavaScript library that makes it easy to lay out directed graphs on the client-side.

javascript-xterm-style 5.3.0
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://xtermjs.org/
Licenses: Expat
Synopsis: Style sheets for xtermjs
Description:

Style sheets for xtermjs

javascript-datatables-plugins 1.10.20
Propagated dependencies: javascript-datatables@1.10.19
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://datatables.net/plug-ins/
Licenses: Expat
Synopsis: This package contains a collection of plug-ins for the jQuery DataTables table enhancer
Description:

These plug-ins are feature enhancing for the DataTables library, adding extra options to core functionality such as additional sort algorithms, API methods and pagination controls. The plug-ins should not be confused with DataTables 'extensions' which are more significant software libraries which add additional features to DataTables.

javascript-underscore-string 2.4.0
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: http://esamattis.github.com/underscore.string/
Licenses: Expat
Synopsis: String manipulation helpers for javascript
Description:

Javascript lacks complete string manipulation operations. This is an attempt to fill that gap. List of build-in methods can be found for example from Dive Into JavaScript. Originally started as an Underscore.js extension but is a full standalone library nowadays.

js-popper 2.0.6
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://popper.js.org/
Licenses: Expat
Synopsis: Tooltip and popover positioning engine
Description:

Given an element, such as a button, and a tooltip element describing it, Popper will automatically put the tooltip in the right place near the button.

javascript-datatables-buttons-3.2.2 3.2.2
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://datatables.net/extensions/buttons/
Licenses: Expat
Synopsis: This package contains distribution files for the Buttons extension for DataTables.
Description:

The Buttons extension for DataTables provides a common set of options, API methods and styling to display buttons on a page that will interact with a DataTable. It also provides plug-ins for file export (HTML5 and Flash), print view and column visibility. Other libraries, such as Editor and Select also provide buttons specific to their use cases.

javascript-lodash 4.17.15
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://lodash.com
Licenses: Expat
Synopsis: JavaScript utility library delivering modularity, performance & extras
Description:

Lodash makes JavaScript easier by taking the hassle out of working with arrays, numbers, objects, strings, etc. Lodash's modular methods are great for:

  1. Iterating arrays, objects, & strings

  2. Manipulating & testing values

  3. Creating composite functions

javascript-datatables-buttons 1.6.2
Propagated dependencies: javascript-datatables@1.10.19
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://datatables.net/extensions/buttons/
Licenses: Expat
Synopsis: This package contains distribution files for the Buttons extension for DataTables.
Description:

The Buttons extension for DataTables provides a common set of options, API methods and styling to display buttons on a page that will interact with a DataTable. It also provides plug-ins for file export (HTML5 and Flash), print view and column visibility. Other libraries, such as Editor and Select also provide buttons specific to their use cases.

javascript-jquery-1.12.4 1.12.4
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://jquery.com/
Licenses: Expat
Synopsis: JQuery web framework
Description:

jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.

javascript-highlight-ui 11.10.0
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://highlightjs.org/
Licenses: Modified BSD
Synopsis: Highlight.js is a syntax highlighter written in JavaScript.
Description:

JavaScript syntax highlighter with language auto-detection and zero dependencies.

javascript-qtip2 3.0.3
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: http://qtip2.com/
Licenses: Expat
Synopsis: Pretty powerful tooltips
Description:

The second generation of the advanced qTip plugin for the ever popular jQuery framework.

julia-infinity 0.2.4
Propagated dependencies: julia-requires@1.3.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://docs.juliahub.com/Infinity/
Licenses: Expat
Synopsis: Representation of infinity in Julia
Description:

This package provides representations for infinity and negative infinity in Julia.

julia-distributions 0.25.80
Propagated dependencies: julia-chainrulescore@1.12.2 julia-densityinterface@0.4.0 julia-fillarrays@0.13.6 julia-pdmats@0.11.1 julia-quadgk@2.5.0 julia-specialfunctions@1.8.7 julia-statsbase@0.33.10 julia-statsfuns@0.9.18
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaStats/Distributions.jl
Licenses: Expat
Synopsis: Probability distributions and associated functions
Description:

Julia package for probability distributions and associated functions. Particularly, Distributions implements:

  1. Moments (e.g mean, variance, skewness, and kurtosis), entropy, and other properties

  2. Probability density/mass functions (pdf) and their logarithm (logpdf)

  3. Moment generating functions and characteristic functions

  4. Sampling from population or from a distribution

  5. Maximum likelihood estimation

julia-registryinstances 0.1.0
Propagated dependencies: julia-lazilyinitializedfields@1.2.1
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/GunnarFarneback/RegistryInstances.jl
Licenses: Expat
Synopsis: Access the information in installed Julia registries
Description:

Julia's package manager stores package metadata in registries, which consist of TOML files in a directory structure.

julia-progressmeter 1.11.0
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/timholy/ProgressMeter.jl
Licenses: Expat
Synopsis: Progress meter for long-running computations
Description:

julia-progressmeter provides a progress meter for long-running computations.

julia-unicodefun 0.4.1
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/SimonDanisch/UnicodeFun.jl
Licenses: Expat
Synopsis: Transform text into unicode symbols
Description:

This package offers a unicode transformation library.

julia-plutosliderserver 0.3.11
Propagated dependencies: julia-abstractplutodingetjes@1.1.4 julia-configurations@0.16.4 julia-fromfile@0.1.5 julia-git@1.2.1 julia-http@0.9.17 julia-json@0.21.3 julia-pluto@0.19.9 julia-terminalloggers@0.1.7
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaPluto/PlutoSliderServer.jl
Licenses: Unlicense
Synopsis: Web server to run parts of a Pluto.jl notebook
Description:

This package provides a web server to run just the @bind parts of a Pluto.jl notebook.

julia-inversefunctions 0.1.8
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaMath/InverseFunctions.jl
Licenses: Expat
Synopsis: Interface for function inversion in Julia
Description:

This package provides an interface to invert functions in Julia.

julia-mimes 0.1.4
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaWeb/MIMEs.jl
Licenses: Expat
Synopsis: MIME information: filetype, encoding, gzip
Description:

A small package to transform between file extensions and MIME types, with bonus features.

Total results: 577