diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ rev: v4.1.0 hooks: - id: trailing-whitespace - exclude: '.eml$' + exclude: ".eml$" - id: check-json - id: check-yaml @@ -26,7 +26,7 @@ yarn.lock| package.json )$ - args: [-L edn] + args: [-L edn, -L crate] stages: [commit] - repo: local diff --git a/static/img/logos/arch.png b/static/img/logos/arch.png new file mode 100644 index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@listers implemented by Software Heritage.' ), "origins": [ + { + "type": "arch", + "info_url": "https://archlinux.org/", + "info": "source packages from the Arch Linux distribution", + "search_pattern": { + "default": "https://archlinux.org/packages/", + }, + }, + { + "type": "aur", + "info_url": "https://aur.archlinux.org/", + "info": "source packages from the Arch Linux User Repository", + "search_pattern": { + "default": "https://aur.archlinux.org/packages/", + }, + }, { "type": "bitbucket", "info_url": "https://bitbucket.org", @@ -51,6 +67,17 @@ "default": "https://bitbucket.org/", }, }, + { + "type": "bower", + "info_url": "https://bower.io/", + "info": ( + "git repositories of packages referenced by Bower, " + "a package manager for the web" + ), + "search_pattern": { + "default": "", + }, + }, { "type": "cgit", "info_url": "https://git.zx2c4.com/cgit/about", @@ -67,6 +94,14 @@ "default": "https://cran.r-project.org/", }, }, + { + "type": "crates", + "info_url": "https://crates.io/", + "info": "source packages from The Rust community's crate registry", + "search_pattern": { + "default": "https://crates.io/crates/", + }, + }, { "type": "debian", "info_url": "https://www.debian.org", @@ -99,6 +134,22 @@ "default": "gitlab", }, }, + { + "type": "gogs", + "info_url": "https://gogs.io/", + "info": "public repositories from multiple Gogs instances", + "search_pattern": { + "default": "gogs", + }, + }, + { + "type": "golang", + "info_url": "https://go.dev/", + "info": "source packages from the official Go package manager", + "search_pattern": { + "default": "https://pkg.go.dev/", + }, + }, { "type": "guix", "info_url": "https://guix.gnu.org", @@ -116,6 +167,14 @@ "default": "gnu", }, }, + { + "type": "hackage", + "info_url": "https://hackage.haskell.org", + "info": "source packages from The Haskell Package Repository", + "search_pattern": { + "default": "https://hackage.haskell.org/package/", + }, + }, { "type": "heptapod", "info_url": "https://heptapod.net/", @@ -188,6 +247,14 @@ "default": "phabricator", }, }, + { + "type": "pubdev", + "info_url": "https://pub.dev", + "info": "source packages from the official repository for Dart and Flutter apps", + "search_pattern": { + "default": "https://pub.dev", + }, + }, { "type": "pypi", "info_url": "https://pypi.org",