All Javascript files on this website are naturally free software. They progressively enhance the utility of the website if the browser supports the files, but otherwise do not break any functionality if absent.
The table on the package index is augmented by two scripts:
| Script | License | Source |
|---|---|---|
| package-search.js | GPL-3.0 | package-search.js |
| package-sort.js | GPL-3.0 | package-sort.js |
- package-search.js
-
Adds a search bar above the table that allows the user to
interactively narrow the contents of the table. The search query is
interpreted in an
apropos-style, where the words you use can occur in any order. The query doesn't include any meta-characters. Published under GPL-3.0. - package-sort.js
- Adds indicators to certain columns that allow dynamic re-sorting of the table contents. An ascending or descending order can be toggled by repeated clicking on the header. Published under GPL-3.0.