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

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-cytoscape-panzoom 2.5.3
Propagated dependencies: javascript-cytoscape@3.8.1 web-jquery@3.4.1
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://github.com/cytoscape/cytoscape.js-panzoom/
Licenses: Expat
Build system: trivial
Synopsis: Panzoom extension for Cytoscape.js
Description:

This extension creates a widget that lets the user pan and zoom about a Cytoscape.js graph. This complements the built-in gesture support for panning and zooming in Cytoscape.js by giving less savvy users a more traditional UI -- similar to controls on map webapps.

javascript-datatables-2.2.2 2.2.2
Propagated dependencies: javascript-jquery-1.12.4@1.12.4
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://www.datatables.net/
Licenses: Expat
Build system: trivial
Synopsis: Tables plug-in for jQuery
Description:

DataTables is a table enhancing plug-in for the jQuery Javascript library, adding sorting, paging and filtering abilities to plain HTML tables with minimal effort.

javascript-nouislider 8.0.2
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://refreshless.com/nouislider/
Licenses: Expat
Build system: trivial
Synopsis: Javascript range slider
Description:

Nouislider is a lightweight JavaScript range slider with full touch support.

javascript-datatables-2.2.2 2.2.2
Propagated dependencies: javascript-jquery-1.12.4@1.12.4
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://www.datatables.net/
Licenses: Expat
Build system: trivial
Synopsis: Tables plug-in for jQuery
Description:

DataTables is a table enhancing plug-in for the jQuery Javascript library, adding sorting, paging and filtering abilities to plain HTML tables with minimal effort.

javascript-filesaver 2.0.2
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://github.com/eligrey/FileSaver.js
Licenses: Expat
Build system: trivial
Synopsis: HTML5 saveAs() FileSaver implementation
Description:

FileSaver.js is the solution to saving files on the client-side, and is perfect for web apps that generates files on the client.

js-colorbox 1.4.36
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: http://www.jacklmoore.com/colorbox/
Licenses: Expat
Build system: minify
Synopsis: Lightweight customizable lightbox plugin for jQuery
Description:

Colorbox is a lightweight customizable lightbox plugin for jQuery.

javascript-lodash 4.17.15
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://lodash.com
Licenses: Expat
Build system: trivial
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-d3js-7 7.9.0
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://d3js.org/
Licenses: Modified BSD
Build system: trivial
Synopsis: JavaScript library for visualizing data
Description:

D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS. D3's emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.

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
Build system: trivial
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-twitter-post-fetcher 18.0.2-1.8f9e667
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: http://jasonmayes.com/projects/twitterApi/
Licenses: Expat
Build system: trivial
Synopsis: Twitter post fetching
Description:

Allows you to get your tweets displaying on your website using JavaScript, without using new Twitter 1.1 API.

javascript-xterm-addon-fit 0.5.0
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://xtermjs.org/
Licenses: Expat
Build system: minify
Synopsis: xterm terminal addon
Description:

An addon for xterm.js that enables fitting the terminal's dimensions to a containing element

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
Build system: trivial
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-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
Build system: trivial
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
Build system: trivial
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.

js-parsley 2.9.1
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://parsleyjs.org/
Licenses: Expat
Build system: minify
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-xterm 5.3.0
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://xtermjs.org/
Licenses: Expat
Build system: minify
Synopsis: Javascript library that allows apps to bring fully-featured terminals in browsers.
Description:

Xterm.js is a front-end component written in TypeScript that lets applications bring fully-featured terminals to their users in the browser. It's used by popular projects such as VS Code, Hyper and Theia.

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
Build system: trivial
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-colorbox 1.4.36
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: http://www.jacklmoore.com/colorbox/
Licenses: Expat
Build system: trivial
Synopsis: Lightweight customizable lightbox plugin for jQuery
Description:

Colorbox is a lightweight customizable lightbox plugin for jQuery.

javascript-ckeditor 4.13.0
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://ckeditor.com/
Licenses: GPL 2+ LGPL 2.1+ MPL 1.1
Build system: trivial
Synopsis: Smart WYSIWYG HTML editor
Description:

CKEditor is a proven, enterprise-grade WYSIWYG HTML editor with wide browser compatibility, including legacy browsers.

  1. Paste from Word and Excel, spell check, accessibility checker, tables.

  2. Autocomplete, mentions, widgets, code snippets, emoji plugins.

  3. Full control over content: HTML filtering, view source mode.

  4. Great accessibility: WCAG 2.0 AA and Section 508 compliant.

  5. Long-term support (LTS) until 2023.

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

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

javascript-datatables-select 3.0.0
Propagated dependencies: javascript-datatables-2.2.2@2.2.2
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://datatables.net/extensions/select/
Licenses: Expat
Build system: trivial
Synopsis: Select adds item selection capabilities to a DataTable.
Description:

Select adds item selection capabilities to a DataTable. Items can be rows, columns or cells, which can be selected independently, or together. Item selection can be particularly useful in interactive tables where users can perform some action on the table, such as editing rows or marking items to perform an action on.

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

Style sheets for xtermjs

javascript-jscolor 2.0.5
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: http://jscolor.com
Licenses: GPL 3
Build system: trivial
Synopsis: Javascript web color picker
Description:

jscolor is a web color picker component that aims to be super easy both for developers to install and for the end users to use.

javascript-uikit 3.7.4
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://getuikit.com/
Licenses: Modified BSD
Build system: trivial
Synopsis: UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.
Description:

UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.

Total results: 573