diff --git a/package-lock.json b/package-lock.json index 0b764c67..0c33d503 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,14 +9,12 @@ "version": "5.0.0", "dependencies": { "@aws-sdk/client-s3": "^3.438.0", - "@emotion/react": "latest", - "@emotion/styled": "latest", - "@mui/icons-material": "latest", - "@mui/material": "latest", "algoliasearch": "^4.20.0", + "class-variance-authority": "^0.7.1", + "clsx": "^2.1.1", "is-what": "^4.1.16", "libpkgx": "^0.15.1", - "mui-markdown": "^1.1.9", + "lucide-react": "^0.577.0", "react": "latest", "react-dom": "latest", "react-helmet": "^6.1.0", @@ -26,15 +24,18 @@ "react-router-dom": "^6.18.0", "react-use": "^17.4.0", "showdown": "^2.1.0", + "tailwind-merge": "^3.5.0", "yaml": "^2.3.3" }, "devDependencies": { + "@tailwindcss/vite": "^4.2.1", "@types/node": "^20.6.2", "@types/react": "latest", "@types/react-dom": "latest", "@types/react-helmet": "^6.1.11", "@types/showdown": "^2.0.3", "@vitejs/plugin-react": "latest", + "tailwindcss": "^4.2.1", "typescript": "latest", "vite": "latest" } @@ -1061,6 +1062,7 @@ "version": "7.26.2", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-validator-identifier": "^7.25.9", @@ -1123,6 +1125,7 @@ "version": "7.26.5", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.5.tgz", "integrity": "sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==", + "dev": true, "license": "MIT", "dependencies": { "@babel/parser": "^7.26.5", @@ -1156,6 +1159,7 @@ "version": "7.25.9", "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", + "dev": true, "license": "MIT", "dependencies": { "@babel/traverse": "^7.25.9", @@ -1197,6 +1201,7 @@ "version": "7.25.9", "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", + "dev": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -1206,6 +1211,7 @@ "version": "7.25.9", "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", + "dev": true, "license": "MIT", "engines": { "node": ">=6.9.0" @@ -1239,6 +1245,7 @@ "version": "7.26.5", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.5.tgz", "integrity": "sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw==", + "dev": true, "license": "MIT", "dependencies": { "@babel/types": "^7.26.5" @@ -1298,6 +1305,7 @@ "version": "7.25.9", "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", + "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.25.9", @@ -1312,6 +1320,7 @@ "version": "7.26.5", "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.5.tgz", "integrity": "sha512-rkOSPOw+AXbgtwUga3U4u8RpoK9FEFWBNAlTpcnkLFjL5CT+oyHNuUUC/xx6XefEJ16r38r8Bc/lfp6rYuHeJQ==", + "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.26.2", @@ -1330,6 +1339,7 @@ "version": "7.26.5", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.5.tgz", "integrity": "sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==", + "dev": true, "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.25.9", @@ -1361,152 +1371,6 @@ "integrity": "sha512-oYWcD7CpERZy/TXMTM9Tgh1HD/POHlbY9WpzmAk+5H8DohcxG415Qws8yLGlim3EaKBT2v3lJv01x4G0BosnaQ==", "license": "MIT" }, - "node_modules/@emotion/babel-plugin": { - "version": "11.13.5", - "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz", - "integrity": "sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==", - "license": "MIT", - "dependencies": { - "@babel/helper-module-imports": "^7.16.7", - "@babel/runtime": "^7.18.3", - "@emotion/hash": "^0.9.2", - "@emotion/memoize": "^0.9.0", - "@emotion/serialize": "^1.3.3", - "babel-plugin-macros": "^3.1.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^4.0.0", - "find-root": "^1.1.0", - "source-map": "^0.5.7", - "stylis": "4.2.0" - } - }, - "node_modules/@emotion/cache": { - "version": "11.14.0", - "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.14.0.tgz", - "integrity": "sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==", - "license": "MIT", - "dependencies": { - "@emotion/memoize": "^0.9.0", - "@emotion/sheet": "^1.4.0", - "@emotion/utils": "^1.4.2", - "@emotion/weak-memoize": "^0.4.0", - "stylis": "4.2.0" - } - }, - "node_modules/@emotion/hash": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz", - "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==", - "license": "MIT" - }, - "node_modules/@emotion/is-prop-valid": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.3.1.tgz", - "integrity": "sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw==", - "license": "MIT", - "dependencies": { - "@emotion/memoize": "^0.9.0" - } - }, - "node_modules/@emotion/memoize": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", - "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==", - "license": "MIT" - }, - "node_modules/@emotion/react": { - "version": "11.14.0", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.14.0.tgz", - "integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.13.5", - "@emotion/cache": "^11.14.0", - "@emotion/serialize": "^1.3.3", - "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0", - "@emotion/utils": "^1.4.2", - "@emotion/weak-memoize": "^0.4.0", - "hoist-non-react-statics": "^3.3.1" - }, - "peerDependencies": { - "react": ">=16.8.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@emotion/serialize": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.3.tgz", - "integrity": "sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==", - "license": "MIT", - "dependencies": { - "@emotion/hash": "^0.9.2", - "@emotion/memoize": "^0.9.0", - "@emotion/unitless": "^0.10.0", - "@emotion/utils": "^1.4.2", - "csstype": "^3.0.2" - } - }, - "node_modules/@emotion/sheet": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz", - "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==", - "license": "MIT" - }, - "node_modules/@emotion/styled": { - "version": "11.14.0", - "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.14.0.tgz", - "integrity": "sha512-XxfOnXFffatap2IyCeJyNov3kiDQWoR08gPUQxvbL7fxKryGBKUZUkG6Hz48DZwVrJSVh9sJboyV1Ds4OW6SgA==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.13.5", - "@emotion/is-prop-valid": "^1.3.0", - "@emotion/serialize": "^1.3.3", - "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0", - "@emotion/utils": "^1.4.2" - }, - "peerDependencies": { - "@emotion/react": "^11.0.0-rc.0", - "react": ">=16.8.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@emotion/unitless": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz", - "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==", - "license": "MIT" - }, - "node_modules/@emotion/use-insertion-effect-with-fallbacks": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz", - "integrity": "sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==", - "license": "MIT", - "peerDependencies": { - "react": ">=16.8.0" - } - }, - "node_modules/@emotion/utils": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.2.tgz", - "integrity": "sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==", - "license": "MIT" - }, - "node_modules/@emotion/weak-memoize": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz", - "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==", - "license": "MIT" - }, "node_modules/@esbuild/aix-ppc64": { "version": "0.24.2", "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.2.tgz", @@ -1945,6 +1809,7 @@ "version": "0.3.8", "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==", + "dev": true, "license": "MIT", "dependencies": { "@jridgewell/set-array": "^1.2.1", @@ -1955,10 +1820,22 @@ "node": ">=6.0.0" } }, + "node_modules/@jridgewell/remapping": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", + "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, "node_modules/@jridgewell/resolve-uri": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true, "license": "MIT", "engines": { "node": ">=6.0.0" @@ -1968,267 +1845,29 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "dev": true, "license": "MIT", "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", - "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.25", "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "dev": true, "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" } }, - "node_modules/@mui/core-downloads-tracker": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-6.4.1.tgz", - "integrity": "sha512-SfDLWMV5b5oXgDf3NTa2hCTPC1d2defhDH2WgFKmAiejC4mSfXYbyi+AFCLzpizauXhgBm8OaZy9BHKnrSpahQ==", - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - } - }, - "node_modules/@mui/icons-material": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.4.1.tgz", - "integrity": "sha512-wsxFcUTQxt4s+7Bg4GgobqRjyaHLmZGNOs+HJpbwrwmLbT6mhIJxhpqsKzzWq9aDY8xIe7HCjhpH7XI5UD6teA==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.26.0" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@mui/material": "^6.4.1", - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/material": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/@mui/material/-/material-6.4.1.tgz", - "integrity": "sha512-MFBfia6UiKxyoLeGkAh8M15bkeDmfnsUTMRJd/vTQue6YQ8AQ6lw9HqDthyYghzDEWIvZO/lQQzLrZE8XwNJLA==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.26.0", - "@mui/core-downloads-tracker": "^6.4.1", - "@mui/system": "^6.4.1", - "@mui/types": "^7.2.21", - "@mui/utils": "^6.4.1", - "@popperjs/core": "^2.11.8", - "@types/react-transition-group": "^4.4.12", - "clsx": "^2.1.1", - "csstype": "^3.1.3", - "prop-types": "^15.8.1", - "react-is": "^19.0.0", - "react-transition-group": "^4.4.5" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@emotion/react": "^11.5.0", - "@emotion/styled": "^11.3.0", - "@mui/material-pigment-css": "^6.4.1", - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@emotion/react": { - "optional": true - }, - "@emotion/styled": { - "optional": true - }, - "@mui/material-pigment-css": { - "optional": true - }, - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/private-theming": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-6.4.1.tgz", - "integrity": "sha512-DcT7mwK89owwgcEuiE7w458te4CIjHbYWW6Kn6PiR6eLtxBsoBYphA968uqsQAOBQDpbYxvkuFLwhgk4bxoN/Q==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.26.0", - "@mui/utils": "^6.4.1", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/styled-engine": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-6.4.0.tgz", - "integrity": "sha512-ek/ZrDujrger12P6o4luQIfRd2IziH7jQod2WMbLqGE03Iy0zUwYmckRTVhRQTLPNccpD8KXGcALJF+uaUQlbg==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.26.0", - "@emotion/cache": "^11.13.5", - "@emotion/serialize": "^1.3.3", - "@emotion/sheet": "^1.4.0", - "csstype": "^3.1.3", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@emotion/react": "^11.4.1", - "@emotion/styled": "^11.3.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@emotion/react": { - "optional": true - }, - "@emotion/styled": { - "optional": true - } - } - }, - "node_modules/@mui/system": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/@mui/system/-/system-6.4.1.tgz", - "integrity": "sha512-rgQzgcsHCTtzF9MZ+sL0tOhf2ZBLazpjrujClcb4Siju5lTrK0xX4PsiropActzCemNfM+mOu+0jezAVnfRK8g==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.26.0", - "@mui/private-theming": "^6.4.1", - "@mui/styled-engine": "^6.4.0", - "@mui/types": "^7.2.21", - "@mui/utils": "^6.4.1", - "clsx": "^2.1.1", - "csstype": "^3.1.3", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@emotion/react": "^11.5.0", - "@emotion/styled": "^11.3.0", - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@emotion/react": { - "optional": true - }, - "@emotion/styled": { - "optional": true - }, - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/types": { - "version": "7.2.21", - "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.21.tgz", - "integrity": "sha512-6HstngiUxNqLU+/DPqlUJDIPbzUBxIVHb1MmXP0eTWDIROiCR2viugXpEif0PPe2mLqqakPzzRClWAnK+8UJww==", - "license": "MIT", - "peerDependencies": { - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/utils": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-6.4.1.tgz", - "integrity": "sha512-iQUDUeYh87SvR4lVojaRaYnQix8BbRV51MxaV6MBmqthecQoxwSbS5e2wnbDJUeFxY2ppV505CiqPLtd0OWkqw==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.26.0", - "@mui/types": "^7.2.21", - "@types/prop-types": "^15.7.14", - "clsx": "^2.1.1", - "prop-types": "^15.8.1", - "react-is": "^19.0.0" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@popperjs/core": { - "version": "2.11.8", - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", - "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" - } - }, "node_modules/@remix-run/router": { "version": "1.21.1", "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.21.1.tgz", @@ -3221,53 +2860,325 @@ "node": ">=18.0.0" } }, - "node_modules/@types/babel__core": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", - "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + "node_modules/@tailwindcss/node": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.1.tgz", + "integrity": "sha512-jlx6sLk4EOwO6hHe1oCGm1Q4AN/s0rSrTTPBGPM0/RQ6Uylwq17FuU8IeJJKEjtc6K6O07zsvP+gDO6MMWo7pg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" + "@jridgewell/remapping": "^2.3.5", + "enhanced-resolve": "^5.19.0", + "jiti": "^2.6.1", + "lightningcss": "1.31.1", + "magic-string": "^0.30.21", + "source-map-js": "^1.2.1", + "tailwindcss": "4.2.1" } }, - "node_modules/@types/babel__generator": { - "version": "7.6.8", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", - "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", + "node_modules/@tailwindcss/oxide": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.1.tgz", + "integrity": "sha512-yv9jeEFWnjKCI6/T3Oq50yQEOqmpmpfzG1hcZsAOaXFQPfzWprWrlHSdGPEF3WQTi8zu8ohC9Mh9J470nT5pUw==", "dev": true, "license": "MIT", - "dependencies": { - "@babel/types": "^7.0.0" - } - }, - "node_modules/@types/babel__template": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", - "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + "engines": { + "node": ">= 20" + }, + "optionalDependencies": { + "@tailwindcss/oxide-android-arm64": "4.2.1", + "@tailwindcss/oxide-darwin-arm64": "4.2.1", + "@tailwindcss/oxide-darwin-x64": "4.2.1", + "@tailwindcss/oxide-freebsd-x64": "4.2.1", + "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.1", + "@tailwindcss/oxide-linux-arm64-gnu": "4.2.1", + "@tailwindcss/oxide-linux-arm64-musl": "4.2.1", + "@tailwindcss/oxide-linux-x64-gnu": "4.2.1", + "@tailwindcss/oxide-linux-x64-musl": "4.2.1", + "@tailwindcss/oxide-wasm32-wasi": "4.2.1", + "@tailwindcss/oxide-win32-arm64-msvc": "4.2.1", + "@tailwindcss/oxide-win32-x64-msvc": "4.2.1" + } + }, + "node_modules/@tailwindcss/oxide-android-arm64": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.1.tgz", + "integrity": "sha512-eZ7G1Zm5EC8OOKaesIKuw77jw++QJ2lL9N+dDpdQiAB/c/B2wDh0QPFHbkBVrXnwNugvrbJFk1gK2SsVjwWReg==", + "cpu": [ + "arm64" + ], "dev": true, "license": "MIT", - "dependencies": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 20" } }, - "node_modules/@types/babel__traverse": { - "version": "7.20.6", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", - "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", + "node_modules/@tailwindcss/oxide-darwin-arm64": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.1.tgz", + "integrity": "sha512-q/LHkOstoJ7pI1J0q6djesLzRvQSIfEto148ppAd+BVQK0JYjQIFSK3JgYZJa+Yzi0DDa52ZsQx2rqytBnf8Hw==", + "cpu": [ + "arm64" + ], "dev": true, "license": "MIT", - "dependencies": { - "@babel/types": "^7.20.7" - } - }, - "node_modules/@types/dom-speech-recognition": { - "version": "0.0.1", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-darwin-x64": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.1.tgz", + "integrity": "sha512-/f/ozlaXGY6QLbpvd/kFTro2l18f7dHKpB+ieXz+Cijl4Mt9AI2rTrpq7V+t04nK+j9XBQHnSMdeQRhbGyt6fw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-freebsd-x64": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.1.tgz", + "integrity": "sha512-5e/AkgYJT/cpbkys/OU2Ei2jdETCLlifwm7ogMC7/hksI2fC3iiq6OcXwjibcIjPung0kRtR3TxEITkqgn0TcA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.1.tgz", + "integrity": "sha512-Uny1EcVTTmerCKt/1ZuKTkb0x8ZaiuYucg2/kImO5A5Y/kBz41/+j0gxUZl+hTF3xkWpDmHX+TaWhOtba2Fyuw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.1.tgz", + "integrity": "sha512-CTrwomI+c7n6aSSQlsPL0roRiNMDQ/YzMD9EjcR+H4f0I1SQ8QqIuPnsVp7QgMkC1Qi8rtkekLkOFjo7OlEFRQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm64-musl": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.1.tgz", + "integrity": "sha512-WZA0CHRL/SP1TRbA5mp9htsppSEkWuQ4KsSUumYQnyl8ZdT39ntwqmz4IUHGN6p4XdSlYfJwM4rRzZLShHsGAQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-linux-x64-gnu": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.1.tgz", + "integrity": "sha512-qMFzxI2YlBOLW5PhblzuSWlWfwLHaneBE0xHzLrBgNtqN6mWfs+qYbhryGSXQjFYB1Dzf5w+LN5qbUTPhW7Y5g==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-linux-x64-musl": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.1.tgz", + "integrity": "sha512-5r1X2FKnCMUPlXTWRYpHdPYUY6a1Ar/t7P24OuiEdEOmms5lyqjDRvVY1yy9Rmioh+AunQ0rWiOTPE8F9A3v5g==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.1.tgz", + "integrity": "sha512-MGFB5cVPvshR85MTJkEvqDUnuNoysrsRxd6vnk1Lf2tbiqNlXpHYZqkqOQalydienEWOHHFyyuTSYRsLfxFJ2Q==", + "bundleDependencies": [ + "@napi-rs/wasm-runtime", + "@emnapi/core", + "@emnapi/runtime", + "@tybys/wasm-util", + "@emnapi/wasi-threads", + "tslib" + ], + "cpu": [ + "wasm32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.8.1", + "@emnapi/runtime": "^1.8.1", + "@emnapi/wasi-threads": "^1.1.0", + "@napi-rs/wasm-runtime": "^1.1.1", + "@tybys/wasm-util": "^0.10.1", + "tslib": "^2.8.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.1.tgz", + "integrity": "sha512-YlUEHRHBGnCMh4Nj4GnqQyBtsshUPdiNroZj8VPkvTZSoHsilRCwXcVKnG9kyi0ZFAS/3u+qKHBdDc81SADTRA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/oxide-win32-x64-msvc": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.1.tgz", + "integrity": "sha512-rbO34G5sMWWyrN/idLeVxAZgAKWrn5LiR3/I90Q9MkA67s6T1oB0xtTe+0heoBvHSpbU9Mk7i6uwJnpo4u21XQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 20" + } + }, + "node_modules/@tailwindcss/vite": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.2.1.tgz", + "integrity": "sha512-TBf2sJjYeb28jD2U/OhwdW0bbOsxkWPwQ7SrqGf9sVcoYwZj7rkXljroBO9wKBut9XnmQLXanuDUeqQK0lGg/w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@tailwindcss/node": "4.2.1", + "@tailwindcss/oxide": "4.2.1", + "tailwindcss": "4.2.1" + }, + "peerDependencies": { + "vite": "^5.2.0 || ^6 || ^7" + } + }, + "node_modules/@types/babel__core": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.6.8", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", + "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.20.6", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", + "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.20.7" + } + }, + "node_modules/@types/dom-speech-recognition": { + "version": "0.0.1", "resolved": "https://registry.npmjs.org/@types/dom-speech-recognition/-/dom-speech-recognition-0.0.1.tgz", "integrity": "sha512-udCxb8DvjcDKfk1WTBzDsxFbLgYxmQGKrE/ricoMqHRNjSlSUCcamVTA5lIQqzY10mY5qCY0QDwBfFEwhfoDPw==", "license": "MIT" @@ -3307,25 +3218,6 @@ "undici-types": "~6.19.2" } }, - "node_modules/@types/parse-json": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", - "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", - "license": "MIT" - }, - "node_modules/@types/prismjs": { - "version": "1.26.5", - "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.5.tgz", - "integrity": "sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ==", - "license": "MIT", - "optional": true - }, - "node_modules/@types/prop-types": { - "version": "15.7.14", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.14.tgz", - "integrity": "sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==", - "license": "MIT" - }, "node_modules/@types/qs": { "version": "6.9.18", "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz", @@ -3336,6 +3228,7 @@ "version": "19.0.7", "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.7.tgz", "integrity": "sha512-MoFsEJKkAtZCrC1r6CM8U22GzhG7u2Wir8ons/aCKH6MBdD1ibV24zOSSkdZVUKqN5i396zG5VKLYZ3yaUZdLA==", + "dev": true, "license": "MIT", "dependencies": { "csstype": "^3.0.2" @@ -3361,15 +3254,6 @@ "@types/react": "*" } }, - "node_modules/@types/react-transition-group": { - "version": "4.4.12", - "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.12.tgz", - "integrity": "sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==", - "license": "MIT", - "peerDependencies": { - "@types/react": "*" - } - }, "node_modules/@types/showdown": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/@types/showdown/-/showdown-2.0.6.tgz", @@ -3444,21 +3328,6 @@ "algoliasearch": ">= 3.1 < 6" } }, - "node_modules/babel-plugin-macros": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", - "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.12.5", - "cosmiconfig": "^7.0.0", - "resolve": "^1.19.0" - }, - "engines": { - "node": ">=10", - "npm": ">=6" - } - }, "node_modules/bowser": { "version": "2.11.0", "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz", @@ -3498,15 +3367,6 @@ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" } }, - "node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, "node_modules/caniuse-lite": { "version": "1.0.30001695", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001695.tgz", @@ -3528,6 +3388,18 @@ ], "license": "CC-BY-4.0" }, + "node_modules/class-variance-authority": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz", + "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==", + "license": "Apache-2.0", + "dependencies": { + "clsx": "^2.1.1" + }, + "funding": { + "url": "https://polar.sh/cva" + } + }, "node_modules/classnames": { "version": "2.5.1", "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", @@ -3552,12 +3424,6 @@ "node": "^12.20.0 || >=14" } }, - "node_modules/convert-source-map": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", - "license": "MIT" - }, "node_modules/copy-to-clipboard": { "version": "3.3.3", "resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz", @@ -3567,31 +3433,6 @@ "toggle-selection": "^1.0.6" } }, - "node_modules/cosmiconfig": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", - "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", - "license": "MIT", - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/cosmiconfig/node_modules/yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "license": "ISC", - "engines": { - "node": ">= 6" - } - }, "node_modules/css-in-js-utils": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/css-in-js-utils/-/css-in-js-utils-3.1.0.tgz", @@ -3633,6 +3474,7 @@ "version": "4.4.0", "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", + "dev": true, "license": "MIT", "dependencies": { "ms": "^2.1.3" @@ -3646,14 +3488,14 @@ } } }, - "node_modules/dom-helpers": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", - "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.8.7", - "csstype": "^3.0.2" + "node_modules/detect-libc": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=8" } }, "node_modules/electron-to-chromium": { @@ -3663,13 +3505,18 @@ "dev": true, "license": "ISC" }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "node_modules/enhanced-resolve": { + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz", + "integrity": "sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ==", + "dev": true, "license": "MIT", "dependencies": { - "is-arrayish": "^0.2.1" + "graceful-fs": "^4.2.4", + "tapable": "^2.3.0" + }, + "engines": { + "node": ">=10.13.0" } }, "node_modules/error-stack-parser": { @@ -3732,18 +3579,6 @@ "node": ">=6" } }, - "node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -3783,12 +3618,6 @@ "integrity": "sha512-bijHueCGd0LqqNK9b5oCMHc0MluJAx0cwqASgbWMvkO01lCYgIhacVRLcaDz3QnyYIRNJRDwMb41VuT6pHJ91Q==", "license": "MIT" }, - "node_modules/find-root": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", - "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==", - "license": "MIT" - }, "node_modules/fsevents": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", @@ -3804,15 +3633,6 @@ "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } }, - "node_modules/function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", @@ -3827,6 +3647,7 @@ "version": "11.12.0", "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, "license": "MIT", "engines": { "node": ">=4" @@ -3838,18 +3659,6 @@ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", "license": "ISC" }, - "node_modules/hasown": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", - "license": "MIT", - "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, "node_modules/hogan.js": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/hogan.js/-/hogan.js-3.0.2.tgz", @@ -3862,21 +3671,6 @@ "hulk": "bin/hulk" } }, - "node_modules/hoist-non-react-statics": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", - "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", - "license": "BSD-3-Clause", - "dependencies": { - "react-is": "^16.7.0" - } - }, - "node_modules/hoist-non-react-statics/node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", - "license": "MIT" - }, "node_modules/htm": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/htm/-/htm-3.1.1.tgz", @@ -3889,22 +3683,6 @@ "integrity": "sha512-WDC/ui2VVRrz3jOVi+XtjqkDjiVjTtFaAGiW37k6b+ohyQ5wYDOGkvCZa8+H0nx3gyvv0+BST9xuOgIyGQ00gw==", "license": "BSD-3-Clause" }, - "node_modules/import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "license": "MIT", - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/inline-style-prefixer": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/inline-style-prefixer/-/inline-style-prefixer-7.0.1.tgz", @@ -3946,27 +3724,6 @@ "algoliasearch": ">= 3.1 < 6" } }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", - "license": "MIT" - }, - "node_modules/is-core-module": { - "version": "2.16.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", - "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", - "license": "MIT", - "dependencies": { - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/is-what": { "version": "4.1.16", "resolved": "https://registry.npmjs.org/is-what/-/is-what-4.1.16.tgz", @@ -3985,6 +3742,16 @@ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "license": "ISC" }, + "node_modules/jiti": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", + "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", + "dev": true, + "license": "MIT", + "bin": { + "jiti": "lib/jiti-cli.mjs" + } + }, "node_modules/js-cookie": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.1.tgz", @@ -4001,6 +3768,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", + "dev": true, "license": "MIT", "bin": { "jsesc": "bin/jsesc" @@ -4009,12 +3777,6 @@ "node": ">=6" } }, - "node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "license": "MIT" - }, "node_modules/json5": { "version": "2.2.3", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", @@ -4050,11 +3812,266 @@ "undici": "^5.21.0" } }, - "node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "license": "MIT" + "node_modules/lightningcss": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.31.1.tgz", + "integrity": "sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==", + "dev": true, + "license": "MPL-2.0", + "dependencies": { + "detect-libc": "^2.0.3" + }, + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "lightningcss-android-arm64": "1.31.1", + "lightningcss-darwin-arm64": "1.31.1", + "lightningcss-darwin-x64": "1.31.1", + "lightningcss-freebsd-x64": "1.31.1", + "lightningcss-linux-arm-gnueabihf": "1.31.1", + "lightningcss-linux-arm64-gnu": "1.31.1", + "lightningcss-linux-arm64-musl": "1.31.1", + "lightningcss-linux-x64-gnu": "1.31.1", + "lightningcss-linux-x64-musl": "1.31.1", + "lightningcss-win32-arm64-msvc": "1.31.1", + "lightningcss-win32-x64-msvc": "1.31.1" + } + }, + "node_modules/lightningcss-android-arm64": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.31.1.tgz", + "integrity": "sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-darwin-arm64": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.31.1.tgz", + "integrity": "sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-darwin-x64": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.31.1.tgz", + "integrity": "sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-freebsd-x64": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.31.1.tgz", + "integrity": "sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm-gnueabihf": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.31.1.tgz", + "integrity": "sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-gnu": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.31.1.tgz", + "integrity": "sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-musl": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.31.1.tgz", + "integrity": "sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-gnu": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.31.1.tgz", + "integrity": "sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-musl": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.31.1.tgz", + "integrity": "sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-arm64-msvc": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.31.1.tgz", + "integrity": "sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-x64-msvc": { + "version": "1.31.1", + "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.31.1.tgz", + "integrity": "sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } }, "node_modules/loose-envify": { "version": "1.4.0", @@ -4078,17 +4095,23 @@ "yallist": "^3.0.2" } }, - "node_modules/markdown-to-jsx": { - "version": "7.7.3", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.7.3.tgz", - "integrity": "sha512-o35IhJDFP6Fv60zPy+hbvZSQMmgvSGdK5j8NRZ7FeZMY+Bgqw+dSg7SC1ZEzC26++CiOUCqkbq96/c3j/FfTEQ==", - "license": "MIT", - "peer": true, - "engines": { - "node": ">= 10" - }, + "node_modules/lucide-react": { + "version": "0.577.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.577.0.tgz", + "integrity": "sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==", + "license": "ISC", "peerDependencies": { - "react": ">= 0.14.0" + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, + "node_modules/magic-string": { + "version": "0.30.21", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", + "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.5" } }, "node_modules/mdn-data": { @@ -4111,25 +4134,9 @@ "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, "license": "MIT" }, - "node_modules/mui-markdown": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/mui-markdown/-/mui-markdown-1.2.5.tgz", - "integrity": "sha512-zgLSXxYgHmUkUZ6mp2aM8C1vcoAsCyQLyvvaiSf8AAutNnAXhA8tlBiiGg8hOvX77VQs1A1dssbOyT/W2ytonA==", - "license": "MIT", - "optionalDependencies": { - "prism-react-renderer": "^2.0.3" - }, - "peerDependencies": { - "@emotion/react": "^11.10.8", - "@emotion/styled": "^11.10.8", - "@mui/material": "^5.12.2 || ^6.0.0", - "markdown-to-jsx": "^7.3.0", - "react": ">= 17.0.2", - "react-dom": ">= 17.0.2" - } - }, "node_modules/nano-css": { "version": "5.6.2", "resolved": "https://registry.npmjs.org/nano-css/-/nano-css-5.6.2.tgz", @@ -4212,55 +4219,11 @@ "integrity": "sha512-KiOAIsdpUTcAXuykya5fnVVT+/5uS0Q1mrkRHcF89tpieSmY33O/tmc54CqwA+bfhbtEfZUNLHaPUiB9X3jt1A==", "license": "MIT" }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "license": "MIT", - "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "license": "MIT" - }, - "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/picocolors": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "dev": true, "license": "ISC" }, "node_modules/postcss": { @@ -4302,20 +4265,6 @@ "url": "https://opencollective.com/preact" } }, - "node_modules/prism-react-renderer": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-2.4.1.tgz", - "integrity": "sha512-ey8Ls/+Di31eqzUxC46h8MksNuGx/n0AAC8uKpwFau4RPDYLuE3EXTp8N8G2vX2N7UC/+IXeNUnlWBGGcAG+Ig==", - "license": "MIT", - "optional": true, - "dependencies": { - "@types/prismjs": "^1.26.0", - "clsx": "^2.0.0" - }, - "peerDependencies": { - "react": ">=16.0.0" - } - }, "node_modules/prop-types": { "version": "15.8.1", "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", @@ -4507,12 +4456,6 @@ "react": ">=16.8.0" } }, - "node_modules/react-is": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.0.0.tgz", - "integrity": "sha512-H91OHcwjZsbq3ClIDHMzBShc1rotbfACdWENsmEf0IFvZ3FgGPtdHMcsv45bQ1hAbgdfiA8SnxTKfDS+x/8m2g==", - "license": "MIT" - }, "node_modules/react-refresh": { "version": "0.14.2", "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz", @@ -4564,22 +4507,6 @@ "react": "^16.3.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/react-transition-group": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", - "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", - "license": "BSD-3-Clause", - "dependencies": { - "@babel/runtime": "^7.5.5", - "dom-helpers": "^5.0.1", - "loose-envify": "^1.4.0", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": ">=16.6.0", - "react-dom": ">=16.6.0" - } - }, "node_modules/react-universal-interface": { "version": "0.6.2", "resolved": "https://registry.npmjs.org/react-universal-interface/-/react-universal-interface-0.6.2.tgz", @@ -4627,35 +4554,6 @@ "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==", "license": "MIT" }, - "node_modules/resolve": { - "version": "1.22.10", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", - "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", - "license": "MIT", - "dependencies": { - "is-core-module": "^2.16.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/retry": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", @@ -4781,15 +4679,6 @@ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", "license": "ISC" }, - "node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/source-map-js": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", @@ -4851,22 +4740,35 @@ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==", "license": "MIT" }, - "node_modules/stylis": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz", - "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==", + "node_modules/tailwind-merge": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.5.0.tgz", + "integrity": "sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/dcastil" + } + }, + "node_modules/tailwindcss": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz", + "integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==", + "dev": true, "license": "MIT" }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "node_modules/tapable": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", + "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", + "dev": true, "license": "MIT", "engines": { - "node": ">= 0.4" + "node": ">=6" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, "node_modules/throttle-debounce": { diff --git a/package.json b/package.json index 6c49685f..655ddb36 100644 --- a/package.json +++ b/package.json @@ -10,14 +10,12 @@ }, "dependencies": { "@aws-sdk/client-s3": "^3.438.0", - "@emotion/react": "latest", - "@emotion/styled": "latest", - "@mui/icons-material": "latest", - "@mui/material": "latest", "algoliasearch": "^4.20.0", + "class-variance-authority": "^0.7.1", + "clsx": "^2.1.1", "is-what": "^4.1.16", "libpkgx": "^0.15.1", - "mui-markdown": "^1.1.9", + "lucide-react": "^0.577.0", "react": "latest", "react-dom": "latest", "react-helmet": "^6.1.0", @@ -27,15 +25,18 @@ "react-router-dom": "^6.18.0", "react-use": "^17.4.0", "showdown": "^2.1.0", + "tailwind-merge": "^3.5.0", "yaml": "^2.3.3" }, "devDependencies": { + "@tailwindcss/vite": "^4.2.1", "@types/node": "^20.6.2", "@types/react": "latest", "@types/react-dom": "latest", "@types/react-helmet": "^6.1.11", "@types/showdown": "^2.0.3", "@vitejs/plugin-react": "latest", + "tailwindcss": "^4.2.1", "typescript": "latest", "vite": "latest" }, diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 00000000..e14e6fcc --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://pkgx.dev/sitemap.xml diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 00000000..a57746ce --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,9807 @@ + + + + https://pkgx.dev/ + 2026-03-10 + weekly + 1.0 + + + https://pkgx.dev/pkgs/ + 2026-03-10 + daily + 0.9 + + + https://pkgx.dev/tea + 2026-03-10 + monthly + 0.7 + + + https://pkgx.dev/coinlist + 2026-03-10 + monthly + 0.6 + + + https://pkgx.dev/privacy-policy + 2026-03-10 + yearly + 0.3 + + + https://pkgx.dev/terms-of-use + 2026-03-10 + yearly + 0.3 + + + https://pkgx.dev/pkgs/kamal-deploy.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/vitor-mariano/regex-tui/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/harlequin.sh/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/noahgorstein/jqp/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/charm.sh/crush/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ipfscluster.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/promptexecution/just-mcp/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/golang.org/tools/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/swaggo/swag/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/casdoor.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ferzkopp.net/SDL2_gfx/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/markuskimius/SDL2_Pango/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libsdl.org/SDL_mixer/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libsdl.org/SDL_ttf/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tuxpaint.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/lsof-org/lsof/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/gromgit/pup/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/termshark.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/NQMVD/needs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/pete911/ipcalc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/chiark.greenend.org.uk/puzzles/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/cargo-binstall/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pkgx.sh/cargox/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tailscale.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/aws.amazon.com/q/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/capnproto.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libimobiledevice.org/libtatsu/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/github/spec-kit/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/kubie/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openai.com/codex/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/pantoniou/libfyaml/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/miniupnp.free.fr/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/emcrisostomo.github.io/fswatch/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/tea-gpg-wallet/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/elixir-lang.org/otp-27/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/Zouuup/landrun/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/getmonero.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/opencode.ai/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/denisidoro/navi/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/apache.org/serf/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/plakar.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/caddy-dns/acmedns/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/Virviil/oci2git/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mergiraf.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/chompbuild.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/mask/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/ColinIanKing/stress-ng/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cfssl.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/macfuse.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/libfuse/libfuse/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/borgbackup.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/savannah.nongnu.org/acl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/awslabs/eks-node-viewer/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rioterm.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/licensee/licensed/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/glauth/glauth/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tinybird.co/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/robotframework.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/velero.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/git-ecosystem/git-credential-manager/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/lucianosrp/rye-uv/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pyinvoke.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/astral.sh/ty/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/MinseokOh/toml-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/Diniboy1123/usque/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/rucola-notes/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/withered-magic/starpls/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/projectdiscovery.io/nuclei/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/bake-rs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/qsv/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/ducker/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/spencerkimball/stargazers/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pkgx.sh/pkgm/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tcsh.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/upx.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/oberhumer.com/ucl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mvdan.cc/gofumpt/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/Cyfrin/safe-tx-hashes-util/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/amp.rs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/ox/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/pik/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/aichat/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/microsoft.com/code-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/browser-use.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/isc.org/bind9/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/kernel.org/libcap/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/scryer.pl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openldap.org/liblmdb/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/liburcu.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/peak/s5cmd/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/elizaOS.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/invisible-island.net/lynx/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/projen.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xscrnsaver/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/dystroy.org/bacon/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pkgx.sh/dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/soldeer.xyz/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/cargo-tarpaulin/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cloudnative-pg.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/flamegraph/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/samply/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/jarun/nnn/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/microsoft.com/markitdown/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/fastfetch-cli/fastfetch/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mosh.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/koekeishiya/skhd/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/0age/create2crunch/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/mas-cli/mas/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ceph.com/cephadm/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mozilla.org/cbindgen/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/fiatjaf/nak/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cocoapods.org/xcodeproj/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rust-lang.org/rust-bindgen/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/Parchive/par2cmdline/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/peripheryapp/periphery/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rubocop.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/developer.1password.com/1password-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/shaka-project/shaka-packager/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/igorshubovych/markdownlint-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/viaduct.ai/ksops/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/modernc.org/goyacc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/blynn/nex/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/wait4x.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/sorah/envchain/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/postgrest.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/seaweedfs.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/ripgrep-all/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/blacktop/lporg/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/MilesCranmer/rip2/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/mycreepy/pakku/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pantsbuild.org/scie-pants/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/abtreece/confd/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/siiptuo/pio/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/canonical/charmcraft/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/juju.is/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/libxfont2/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/libfontenc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/libcvt/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xcb-util/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/idleberg.github.io/krampus/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sqlc.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/dozzle.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/wezfurlong.org/wezterm/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/grafana.com/loki/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tox.wiki/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/earthly.dev/earthly/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/achannarasappa/ticker/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/psycopg.org/psycopg3/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/psycopg.org/psycopg2/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/kafka.apache.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/alembic.sqlalchemy.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/alacritty.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/scala-lang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/lavinmq.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openresty.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/harding.motd.ca/autossh/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/microsoft.com/PowerShell/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/oauth2-proxy.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/curlie.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/GoogleContainerTools/container-structure-test/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/xpra.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mercure.rocks/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/sccache/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/pastel/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/oras.land/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/checkexec/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/lrstanley/vault-unseal/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/dundee/gdu/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/libxres/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/svenwiltink/sparsecat/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/getclipboard.app/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/imessage-exporter/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/xh/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/skim/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/moonrepo.dev/moon/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ko.build/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/s3tools.org/s3cmd/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openbao.org/openbao/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/imageflow.io/imageflow_tool/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/kornel.ski/dssim/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/upa/mscp/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/versity.com/versitygw/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/DMTF/redfishtool/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/matoszz/blowfish/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/greenpau/go-redfish-api-idrac/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/fastfloat/fast_float/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rebar3.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnupg.org/v2.5/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/hjson.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/creativeprojects.github.io/resticprofile/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/newren/git-filter-repo/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/watchexec.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/scaleway.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/modal.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/jenkins-x.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/plocate.sesse.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/apptainer.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/plougher/squashfs-tools/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/seccomp/libseccomp/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sniffnet.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/OutOfBedlam/tine/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/jameswoolfenden/pike/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/authzed.com/spicedb/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/rpg-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/nomadproject.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/akuity.io/kargo/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/etcd.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/hashicorp.com/consul-template/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/hashicorp.com/envconsul/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/consul.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ghostgum.com.au/epstool/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/opencollab/arpack-ng/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mongodb.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/carapace.sh/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rye.astral.sh/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tmate.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/aux4.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/spider_cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sagiegurari.github.io/duckscript/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/comrak/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/names/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/sqlx-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rust-script.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/taplo.tamasfe.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/diffutils/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/wavpack.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/laravel.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/quary.dev/sqruff/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/termusic/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crazymax.dev/diun/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnome.org/gi-docgen/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pwmt.org/zathura/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/appstream/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/hughsie/libxmlb/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/desktop-file-utils/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnome.org/gtk-mac-integration-gtk3/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pwmt.org/girara/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/connectrpc.org/protoc-gen-connect-go/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/go.dev/testscript/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/wthrr/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/hac-client/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/10gic/vanitygen-plusplus/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ctop.sh/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/cpz/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/rmz/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/du-dust/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rucio.cern.ch/rucio-client/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/flipt.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/depot.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/robscott/kube-capacity/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/cirruslabs/cirrus-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/oapi-codegen/oapi-codegen/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/gcc/libstdcxx/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/tabiew/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/cloudbase/garm-provider-openstack/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/cloudbase/garm/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/guile/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libcxx.llvm.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/jnv/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/rust-kanban/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/xplr.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/pier/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/joshuto/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/drill/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/Limeth/ethaddrgen/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/snowplow/factotum/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/passbolt/go-passbolt-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pressly.github.io/goose/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/maaslalani/invoice/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/sigrs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/pushenv/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mvdan.cc/sh/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/amber-lang.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/get-blessed/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/onsi.github.io/ginkgo/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/context-labs/mactop/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/jless.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/md-tui/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/cowsay-org/cowsay/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/khronos.org/SPIRV-Cross/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/buildpacks.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/valkey.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/albion_terminal_rpg/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mun-lang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/hykilpikonna/hyfetch/neowofetch/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/kubecm.cloud/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/hykilpikonna/hyfetch/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cilium.io/cilium/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cilium.io/hubble/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/khronos.org/SPIRV-Tools/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/ankitpokhrel/jira-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/essembeh/gnome-extensions-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/reproducible-containers/diffoci/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/grpc.io/grpc-go/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/google.com/protobuf-go/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/crc-org/vfkit/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/npmjs.com/pake-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/jumppad.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/topgrade/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mpv.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/pqrs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/bashly.dannyb.co/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/dotenv-linter.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tinygo.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ntp.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/awslabs/llrt/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ansible.com/ansible-lint/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/logdy.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/mrtazz/checkmake/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/devpod.sh/cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/f1bonacc1.github.io/process-compose/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/android.com/cmdline-tools/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/polkit/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/clisp.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/brucedom/bruce/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/loq9/go-sponge/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tailwindcss.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/bytebase.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libimobiledevice.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/charm.sh/freeze/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libimobiledevice.org/libimobiledevice-glue/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/caarlos0/org-stats/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/argc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/gitu/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/srgn/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/royreznik/rexi/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/heroku.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/Versent/saml2aws/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/project-copacetic.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/streamlink.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/indexsupply.com/shovel/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/flywaydb.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/istio.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/typescriptlang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/volta.sh/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/syncthing.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/k0sproject/k0sctl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/wilfred.me.uk/difftastic/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/nodejs.org/corepack/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/mono0926/LicensePlist/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/symfony.com/cs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/swagger.io/swagger-codegen/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/fltk.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/microsoft.com/pyright/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/python-pillow.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/ChargePoint/xcparse/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/apple.com/remote_cmds/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/waterlan.home.xs4all.nl/dos2unix/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/libmicrohttpd/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/aws.amazon.com/sam/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/leethomason.github.io/tinyxml2/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/talos.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/databricks.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/agwa.name/git-crypt/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pypa.io/trove-classifiers/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/budimanjojo.github.io/talhelper/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pytest.org/pluggy/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/prettier.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/docker.com/buildx/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/geoff.greer.fm/ag/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gphoto.org/libgphoto2/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/kislyuk.github.io/argcomplete/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/digitalocean.com/doctl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sourceforge.net/xmlstar/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/thoughtworks.github.io/talisman/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cloudflare.com/cloudflared/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/psf/requests/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/brona/iproute2mac/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/zsh-users/zsh-autosuggestions/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/daytona.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pypa.io/setuptools/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnome.org/adwaita-icon-theme/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/argbash.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/vcluster.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/zaach/jsonlint/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openshift.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/nike.com/gimme-aws-creds/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pypa.io/hatch/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ctags.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/cookiecutter/cookiecutter/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/kubecolor/kubecolor/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/kubelinter.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/princjef/gomarkdoc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/granted.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/oracle.com/oci-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/cesnet/libyang/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/localstack.cloud/awscli-local/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/spotify_player/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sentry.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/git.tozt.net/rbw/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/intltool/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/breakfastquay.com/rubberband/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/stub42/pytz/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/veracode.com/gen-ir/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libimobiledevice.org/libusbmuxd/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/werf.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sourceware.org/dm/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/kdave/btrfs-progs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sourceforge.net/e2fsprogs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pagure.io/libaio/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rbenv.org/ruby-build/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/jsonnet.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/litecli.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/snyk.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cyrusimap.org/cyrus-sasl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/jonas.github.io/tig/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/fermyon.com/spin/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/vamp-plugins.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/charm.sh/skate/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tlr.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/microcks.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/abanteai/rawdog/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libtom.net/math/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/astral.sh/uv/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/maturin.rs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/anchore.com/syft/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/pyparsing/pyparsing/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/urllib3/urllib3/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/kjd/idna/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/giampaolo/psutil/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/cpburnz/python-pathspec/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/attrs.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/certifi.io/python-certifi/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/dateutil/dateutil/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mpmath.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/jpsim/SourceKitten/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/xdg-user-dirs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ladspa.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/jaraco/keyring/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libimobiledevice.org/libplist/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openpmix.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/a7ex/xcresultparser/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/wix.com/applesimutils/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pkl-lang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/wails.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/Everduin94/better-commits/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/unsignedapps/swift-create-xcframework/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/dhall-lang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/igor-petruk/scriptisto/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/portaudio.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/practical-scheme.net/gauche/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/Ousret/charset_normalizer/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/bitwarden.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libusb.info/compat/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/coder.com/code-server/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/ios-control/ios-deploy/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/XCTestHTMLReport/XCTestHTMLReport/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/quodlibet/mutagen/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/wordl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/coder.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/felixkratz.github.io/SketchyBar/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/koekeishiya/yabai/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/kishaningithub/tf-import-gen/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/libkml/libkml/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/justwatchcom/sql_exporter/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/aristocratos/btop/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/platformdirs/platformdirs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/railway.app/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/tox-dev/filelock/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/parallel/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/astanin/python-tabulate/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/fury.co/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/nixpacks.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/caddyserver/xcaddy/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/adnanh/webhook/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/skx/marionette/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/yonaskolb/Mint/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/uriparser.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/bittensor.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pypa.io/packaging/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pypa.io/distlib/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cryptography.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/dgraph.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openapi-generator.tech/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sympy.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/networkx.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/skylot/jadx/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/fna-xna.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/changie.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/zarf.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/bats-core/bats-core/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/bc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/ed/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/yannh/kubeconform/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/palletsprojects.com/jinja/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/palletsprojects.com/click/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/fabianlindfors.se/reshape/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/microbrew.org/md5sha1sum/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ohmyposh.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ivarch.com/pv/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ktlint.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/microsoft.com/azure-storage-azcopy/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/lychee.cli.rs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/glfw.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/jenkins.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/dest-unreach.org/socat/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/adamritter/fastgron/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/aquasecurity.github.io/trivy/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/aquasecurity.github.io/tfsec/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/apktool.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sonarqube.org/sonarscanner/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/pressly/sup/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/allure-framework/allure2/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/python-cffi/cffi/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/getsops.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/darthsim/overmind/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/AgentD/squashfs-tools-ng/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/rupa/z/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sftpgo.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/vanna.ai/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/swift.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/canonical/pebble/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/infracost.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/squidfunk/mkdocs-material/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/chainguard-dev/apko/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/VikParuchuri/surya/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pocketbase.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/zyedidia/eget/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/opensearch.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/dotenvx.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/arkade.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/plotutils/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sourceforge.net/potrace/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xft/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/libsigsegv/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/YS-L/csvlens/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/google/shaderc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/facebook.com/watchman/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cnquery.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tailcall.run/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mise.jdx.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/jjjake/internetarchive/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/priver.dev/geni/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/nx.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/gollum/gollum/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/terratag.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/astral.sh/ruff/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/dhruvkb.dev/pls/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/facebook.com/fb303/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/numpy.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/deepwisdom.ai/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/qpdf.sourceforge.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/trippy.cli.rs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/templ.guide/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/google.com/gcloud/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/po4a.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/wireshark.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/facebook.com/fbthrift/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tidbyt.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/appium.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ast-grep.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/checkov.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/expo.dev/eas-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/KarypisLab/GKlib/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/quickwit.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openai.com/whisper/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/romanz/trezor-agent/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/bazelbuild/bazelisk/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/moby/buildkit/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/bazelbuild/buildtools/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/filippo.io/yubikey-agent/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/developers.yubico.com/yubikey-manager/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/microsoft.com/dxc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/angular.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/leo-lang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/gosom/google-maps-scraper/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/videolan.org/libplacebo/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sing-box.app/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/everywall/ladder/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/protobuf-c/protobuf-c/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/terrarium-tf/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/xtls.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/langchain.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gitlab.com/procps-ng/procps/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pkgx.sh/mash/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/pueue/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/hugo.wang/cicada/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/fselect/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/diskonaut/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/ddh/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/eureka/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/bartib/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/tiny/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/printfn.github.io/fend/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/amrdeveloper.github.io/GQL/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gtk.org/gtk4/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/odigos.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/dblab.danvergara.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sshx.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/xo/usql/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gitleaks.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/MaestroError/heif-converter-image/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/cavif/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/people.redhat.com/sgrubb/libcap-ng/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/savannah.nongnu.org/attr/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/zrok.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/huggingface.co/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/poppler-qt5/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libproxy.github.io/libproxy/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/str4d/age-plugin-yubikey/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/chrusty/protoc-gen-jsonschema/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pcsclite.apdu.fr/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/numbat.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/tom-on-the-internet/cemetery-escape/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mupdf.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/mat2cc/redis_tui/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sass-lang.com/sassc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/wkentaro.github.io/gdown/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/fullstory.com/grpcurl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/portfolio_rs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/jedisct1.github.io/minisign/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sass-lang.com/libsass/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/didyoumean/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnome.org/json-glib/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/npryce/adr-tools/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/svenstaro.github.io/genact/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/cosmtrek/air/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/samwho/spacer/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/clog-tool.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/filippo.io/age/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cloudfoundry.org/cf-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libsoup.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/acorn.io/acorn-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/restic.net/restic/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/kaspanet/rusty-kaspa/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/kaspa-miner/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/kaspanet/kaspad/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/musepack.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/musepack.net/libcuefile/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cisco.com/libsrtp/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/xiph.org/libshout/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/sctplab/usrsctp/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/taglib.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/musepack.net/libreplaygain/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rockdaboot.github.io/libpsl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mailpit.axllent.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnupg.org/pinentry/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/linkerd.io/linkerd2/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/localai.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/snaplet.dev/cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnome.org/glib-networking/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sourceforge.net/opencore-amr/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sourceforge.net/faad2/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sourceforge.net/faac/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/wpewebkit.org/wpebackend-fdo/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tilt.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/planetscale.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/wpewebkit.org/libwpe/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/lxml.de/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnome.org/libsecret/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/moretension/duti/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/google.com/woff2/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/apache.org/zookeeper/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/thinkst/opencanary/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/trufflesecurity.com/trufflehog/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/edenhill/kcat/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/git-chglog/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/eb/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/confluentinc/libserdes/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/lloyd.github.io/yajl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/apache.org/avro/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/min.io/mc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/raccoin.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/krew.sigs.k8s.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/wxwidgets.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/awslabs/amazon-ecr-credential-helper/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gtk.org/gtk3/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xauth/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/applewm/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/thinkst/zippy/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/x-motemen/ghq/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/kubebuilder.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openpolicyagent.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/conftest.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/stern/stern/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/kluctl.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/min.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/at-spi2-atk/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/asciinema.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/asciinema.org/agg/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/go.dev/govulncheck/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/axllent/mailpit/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/vitejs.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/fluentci.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/gotestyourself/gotestsum/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/facebook.com/mvfst/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/vercel.com/pkg/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/traefik.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/wasm-pack/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/opentofu.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sdkman.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/julialang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/xeol-io/xeol/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openssh.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/endoflife.date/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/kaggle.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/julialang.org/juliaup/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crystal-lang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crystal-lang.org/shards/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/kpt.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/AlDanial/cloc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/jorgebastida/awslogs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sfcgal.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cgal.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/anchore/grype/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/TomWright/dasel/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/luarocks.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mkdocs.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/qt.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/wasmer.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/go.uber.org/mock/mockgen/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/fluxcd.io/flux2/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/edgedb.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/localstack.cloud/cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/99designs/aws-vault/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/fairwinds.com/pluto/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/kubeshark.co/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/nvm-sh/nvm/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/opendev.org/openstack/python-openstackclient/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/go-acme/lego/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/wagoodman/dive/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/operatorframework.io/operator-sdk/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/skaffold.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/deepmap/oapi-codegen/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sigstore.dev/gitsign/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/google.com/firebase-tools/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/supabase.com/cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/ebiggers/libdeflate/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/libsixel/libsixel/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/jetporch.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/xiph/speexdsp/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/vapoursynth.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gitlab.com/greut/eclint/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/argoproj.github.io/workflows/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/linux-pam.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mujs.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rabbitmq.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ceres-solver.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/people.engr.tamu.edu/davis/suitesparse/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/helmfile/vals/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pinniped.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/thkukuk/libnsl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/google.com/zx/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mongodb.com/shell/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libvips.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/luvit/luv/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/oneapi-src/oneTBB/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/alexellis/k3sup/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/volatiletech/sqlboiler/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gdal.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/opendev.org/git-review/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/duktape.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnome.org/vala/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ebassi.github.io/graphene/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/regclient/regclient/regctl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/regclient/regclient/regbot/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/regclient/regclient/regsync/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/containers/skopeo/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pkgx.sh/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pkgx.sh/brewkit/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/helmfile/helmfile/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/which/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/saerasoft.com/caesium/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/xkbcommon.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/xcb-util-image/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/dbus/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/docbook.org/xsl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/XKeyboardConfig/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cr.yp.to/daemontools/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/docker.com/machine/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/xcb-util-wm/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/xcb-util-renderutil/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/xcb-util-keysyms/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/xcb-util/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xcomposite/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xkbfile/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/debian.org/iso-codes/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/fftw.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mitmproxy.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/certbot.eff.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cython.org/libcython/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/apache.org/arrow/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tcl-lang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/mitsuhiko/when/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/pgen/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/digger.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pluralith.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/git-trim/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/jbang.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/zsh-users/zsh-completions/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/python.org/typing_extensions/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/snyk.io/driftctl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/runatlantis.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/minamijoyo/tfupdate/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/geuz.org/gl2ps/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/tomnomnom/gron/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/benkehoe/aws-whoami-golang/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/eliben/pycparser/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xcursor/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/biomejs.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freeglut.sourceforge.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/gitweb/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/graphqleditor.com/gql/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/alt-art/commit/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/git-absorb/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/eza/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/killport/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/esimov/triangle/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/libSM/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnome.org/PyGObject/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/jesseduffield/horcrux/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cruft.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/opendap.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/vale.sh/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/atlasgo.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/github/git-sizer/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sqlfluff.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/goreleaser.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/kevinmichaelchen/tokesura/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/ZZROTDesign/docker-clean/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/khanacademy.org/genqlient/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gqlgen.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/daixiang0/gci/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/apollographql.com/rover/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/gitopolis/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/sxyazi/yazi/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/orhun.dev/gpg-tui/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/grpc.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/anholt/libepoxy/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/mesa-glu/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mesa3d.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mcmc-jags.sourceforge.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/flutter.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mariadb.com/server/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/aws-cloudformation/cfn-lint/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/facebook.com/wangle/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/encore.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/encore.dev/go/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/open-mpi.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/macvim.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/dart.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/developers.yubico.com/libfido2/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/systemd.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/hadolint/hadolint/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/luajit.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/man-db.gitlab.io/man-db/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ollama.ai/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sourceforge.net/libtirpc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sigstore.dev/cosign/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mergestat.com/mergestat-lite/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/materialize.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/versio/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnupg.org/gpgme/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sourceforge.net/libmng/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/debian.org/bash-completion/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/markupsafe.palletsprojects.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/caarlos0/svu/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ccache.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/benjaminp/six/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/llvm.org/clang-format/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openinterpreter.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/siderolabs/conform/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/upliftci.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/hurl.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/rbenv/rbenv/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/eksctl.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/groonga.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/argoproj.github.io/cd/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/htslib.org/samtools/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cedarpolicy.com/cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/ocrmypdf/OCRmyPDF/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/permit.io/cedar-agent/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/htslib.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/safe-waters/docker-lock/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/reacher.email/check-if-email-exists-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/steampipe.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/spacetimedb.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/squawkhq.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/caddyserver.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/dns.lookup.dog/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/convco.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/fblog/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/docuum/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/toast/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/getzola.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pimalaya.org/himalaya/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/oligot/go-mod-upgrade/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/brxken128.github.io/dexios/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/fsrx/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/jwt-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/chromedriver.chromium.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ots.sniptt.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/bore.pub/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/lucagrulla.com/cw/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/huniq/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/stego/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cocogitto.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/mprocs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/iawia002/lux/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/csview/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/doctave.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/git-town.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/git-gone/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/diskus/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/tv-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/omekasy/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/synfinatic/aws-sso-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/life4/enc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/sclevine/yj/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/fx.wtf/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/krzkaczor/ny/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mozilla.org/nss/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/d2lang.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/click/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/craftql/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/tidy-viewer/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/thoughtbot/complexity/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/git-tidy/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rust-lang.github.io/mdBook/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/git-branchless/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/mxcl/swift-sh/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/dprint.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rome.tools/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/rage/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/getsynth.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/kubernetes-sigs/aws-iam-authenticator/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/golang-migrate/migrate/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/silicon/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/git-grab/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/csie.ntu.edu.tw/cjlin/liblinear/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/sleek/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cask.readthedocs.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/jugit.fz-juelich.de/mlz/libcerf/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tree-sitter.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/facebook.com/edencommon/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/replibyte.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/awslabs/dynein/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/onefetch.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/groff/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/git-cliff.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/temporal.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libpipeline.gitlab.io/libpipeline/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/typos/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/sd/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/tokei/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/rrthomas/psutils/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/terraform.io/cdk/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/assimp.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/rrthomas/libpaper/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/help2man/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/plantuml.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/netlib.org/lapack/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/prefix.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/eyrie.org/eagle/podlators/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/julienXX/terminal-notifier/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/netpbm.sourceforge.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/unidata.ucar.edu/netcdf/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/KhronosGroup/Vulkan-Loader/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gitlab.com/gitlab-org/gitlab-runner/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/wundergraph.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/koyeb.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/groovy-lang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/turso.tech/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/yui.github.io/yuicompressor/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/buf.build/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/terraform-docs.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/gabime/spdlog/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/DaanDeMeyer/reproc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/TartanLlama/expected/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/jbeder/yaml-cpp/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rust-lang.org/rustup/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cairographics.org/pycairo/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/riverbankcomputing.com/pyqt-builder/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/riverbankcomputing.com/sip/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mercurial-scm.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mandoc.bsd.lv/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/notroj.github.io/neon/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sf.net/optipng/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/khronos.org/opencl-headers/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/apache.org/jmeter/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/packer.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/hetzner.com/hcloud/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/scala-sbt.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/hasura.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/oobabooga/text-generation-webui/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/llm.datasette.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/docker.com/cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gradle.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/maven.apache.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/mamba-org/micro/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/kotlinlang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/gopasspw/gopass/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openjdk.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/khronos.org/glslang/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/lm-sensors/lm-sensors/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/vdpau/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/intel.com/libva/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/info-zip.org/zip/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/conda.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xtst/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/symfony.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/vburenin/ifacemaker/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/glaros.dtc.umn.edu/metis/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/dotnet.microsoft.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/vektra.github.io/mockery/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/docker.com/compose/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/adegtyarev/streebog/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tcpdump.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rarlab.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/krzysztofzablocki/Sourcery/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/mac-cain13/R.swift/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/nat/openplayground/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/yonaskolb/XcodeGen/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libraw.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/makotemplates.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rclone.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/kylef/swiftenv/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ghostscript.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/ArionThinker/tea-package-builder/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/nim-lang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/charm.sh/pop/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/adrienverge/yamllint/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/getfoundry.sh/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/toy/blueutil/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/Carthage/Carthage/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/schollz.com/croc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/aws.amazon.com/cdk/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gaia-gis.it/libspatialite/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/fnm/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/wayland.freedesktop.org/protocols/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/elfutils.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/wayland.freedesktop.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/epsilon-project.sourceforge.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/kiliankoe/swift-outdated/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/dri.freedesktop.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/sindresorhus/macos-term-size/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/Genymobile/scrcpy/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gitlab.com/AOMediaCodec/SVT-AV1/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/pciaccess/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/taku910.github.io/mecab-ipadic/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/leonerd.org.uk/libtermkey/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/autoconf-archive/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/nicklockwood/SwiftFormat/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/itstool.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xv/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xshmfence/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xdamage/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/matio.sourceforge.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/OSGeo/libgeotiff/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xinput/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xi/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/findutils/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/postmodern/ruby-install/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xfixes/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xinerama/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/nemtrif/utfcpp/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/alsa-project.org/alsa-lib/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openprinting.github.io/cups/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xxf86vm/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xrandr/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tart.run/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/sivel/speedtest-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/hboehm.info/gc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/paulfitz.github.io/daff/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/msgpack.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/srtalliance.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/ivmai/libatomic_ops/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/taskfile.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/augeas.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/videolan.org/x264/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/hdfgroup.org/HDF5/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openmp.llvm.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/git-lfs.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/XcodesOrg/xcodes/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/jenv.be/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gstreamer.freedesktop.org/orc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tuist.io/xcbeautify/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pngquant.org/lib/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/abiosoft/colima/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/Esri/lerc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/lima-vm.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/libpthread-stubs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/mity/md4c/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/antfu/ni/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/lu-zero/cargo-c/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/maxbrunsfeld/counterfeiter/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/mitchellh/gox/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/strukturag/libheif/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cmocka.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnome.org/gsettings-desktop-schemas/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/AntonOsika/gpt-engineer/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pugixml.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/open-source-parsers/jsoncpp/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/OpenSC/pkcs11-helper/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/neovim/unibilium/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cocoapods.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/so-fancy/diff-so-fancy/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/wimlib.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/jfrog.com/jfrog-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/getcomposer.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/invisible-island.net/dialog/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/videolan.org/x265/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/Cyan4973/xxHash/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/danfis/libccd/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freetds.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/saagarjha/unxip/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/coqui-ai/TTS/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/vaultproject.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/strukturag/libde265/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/dylanaraps/neofetch/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/tfutils/tfenv/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/lunarvim.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/taku910.github.io/mecab/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/opencore-amr.sourceforge.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cython.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/lcdf.org/gifsicle/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/KhronosGroup/Vulkan-Headers/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/charm.sh/mods/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/kind.sigs.k8s.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/zsh-users/zsh-syntax-highlighting/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openvpn.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libsdl.org/SDL_image/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gource.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/glm.g-truc.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/glew.sourceforge.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/nvbn/thefuck/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/thom311/libnl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/aws/aws-sdk-cpp/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/realm/SwiftLint/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/podman.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openblas.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/trashy/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openslide.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/containers/gvisor-tap-vsock/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rtmpdump.mplayerhq.hu/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pwgen.sourceforge.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/phpmyadmin.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/qemu.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/heasarc.gsfc.nasa.gov/cfitsio/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/P-H-C/phc-winner-argon2/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/jhford/screenresolution/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/FredHucht/pstree/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/hunspell.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/redis/hiredis/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/jedsoft.org/slang/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sourceforge.net/net-tools/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/qhull.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/jemalloc.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/arduino.github.io/arduino-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/agpt.co/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/exiftool.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/soxr.sourceforge.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/videolan.org/libbluray/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/code.videolan.org/aribb24/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/xerces.apache.org/xerces-c/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libspng.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/skystrife/cpptoml/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/public.hronopik.de/vid.stab/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/postgresql.org/libpq/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/liblqr.wikidot.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/frei0r.dyne.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pulumi.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cscope.sourceforge.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/nongnu.org/lzip/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/icon-theme/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/proj.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/dloebl/cgif/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnome.org/libgsf/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/terraform-linters/tflint/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/maxmind/libmaxminddb/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ibr.cs.tu-bs.de/libsmi/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/libass/libass/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/chiark.greenend.org.uk/halibut/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/confluentinc/librdkafka/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/postmodern/chruby/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/graphicsmagick.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/chiark.greenend.org.uk/putty/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/spawn.link/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/lftp.yar.ru/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/cppunit/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/theora.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/Mbed-TLS/mbedtls/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/webmproject.org/libvpx/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/zlib.net/minizip/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/git.osgeo.org/gitea/rttopo/librttopo/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/aspell.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/ggerganov/whisper.cpp/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/apache.org/thrift/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/render.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/libsndfile/libsndfile/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/libsndfile/libsamplerate/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/asciidoc-py/asciidoc-py/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rapidjson.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/facebookincubator/fizz/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/google/re2/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/apache.org/httpd/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openldap.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/sekrit-twc/zimg/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/speex.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/xvid.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pyyaml.org/libyaml/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/dkrz.de/libaec/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/open-mpi.org/hwloc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/uchardet/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tectonic-typesetting.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/fly.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cointop.sh/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/SwiftGen/SwiftGen/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/html-tidy.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/adah1972/libunibreak/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/blake2.net/libb2/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/unixodbc.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mozilla.org/nspr/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pagure.io/xmlto/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/leonerd.org.uk/libvterm/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/nodenv/node-build/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/smartmontools.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/flit.pypa.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/source-highlight/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/yadm.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/elixir-lang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/kernel.org/linux-headers/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnuplot.info/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/k3d.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/hatch.pypa.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/elementsproject.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/logological.org/gpp/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libgd.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/php.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libusb.info/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rtomayko.github.io/ronn/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/pypa/build/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mypy-lang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/python-lsp/python-lsp-server/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/httpie.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pdm.fming.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libgit2.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/re2c.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libgeos.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/solana.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/aswinkarthik/csvdiff/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/AUTOMATIC1111/stable-diffusion-webui/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xpm/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/psf/black/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/jupyter.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ipython.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/rtx-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/lighthouse/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/zellij/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xaw/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xmu/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xt/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/sm/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/ice/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/stow/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/gitui/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/curl.se/trurl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/jbig2dec.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/libidn/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/git-delta/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/apache.org/subversion/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/vivid/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libssh2.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/xiph.org/vorbis/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libisl.sourceforge.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/facebook.com/folly/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/c-ares.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libsodium.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/google.com/googletest/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/scons.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/fmt.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/JuliaStrings/utf8proc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/jpeg.org/jpegxl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libsdl.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mysql.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/iroh.computer/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/apache.org/apr-util/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mozilla.org/mozjpeg/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/mop-tracker/mop/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/micro-editor.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/keith/zap/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gomplate.ca/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gitlab.com/gitlab-org/cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/google/gops/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/coredns.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/stripe.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/thekelleys.org.uk/dnsmasq/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/classic.yarnpkg.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/abseil.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/dev.yorhel.nl/ncdu/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnome.org/atk/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mkcert.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/postgresql.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/inetutils/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/surrealdb.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/fuellabs.github.io/sway/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/emacs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/mattrobenolt/jinja2-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/google.com/fullycapable/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/nomic-ai/gpt4all/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/PJK/libcbor/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/nlnetlabs.nl/ldns/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/kerberos.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/thrysoee.dk/editline/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/antimatter15/alpaca.cpp/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/jaseg/lolcat/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pokt.network/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/bloomreach.com/s4cmd/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/s3tools.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openai.com/openai-python/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tldr.sh/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/ggerganov/llama.cpp/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/kubernetes.io/kustomize/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/direnv.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/k9scli.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/terragrunt.gruntwork.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/linux-test-project/lcov/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gaia-gis.it/fossil/freexl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/google.com/sentencepiece/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/typst.app/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/besser82/libxcrypt/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/docbook.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/strace.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/plasmasturm.org/rename/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/bcrypt.sourceforge.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/swig.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/npiv/chatblade/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/xiph.org/flac/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/google.com/highway/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/nano-editor.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/yasm.tortall.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/netflix.com/vmaf/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/elv.sh/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/graphite.sil.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/Z3Prover/z3/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tesseract-ocr.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/asciidoctor.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/google.github.io/snappy/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/apache.org/apr/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sphinx-doc.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xrender/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/doxygen.nl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/fabio42/sasqwatch/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pygments.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/exts/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/xiph.org/ogg/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/libiconv/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openexr.com/imath/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/duckdb.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/sed/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openexr.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/x11/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xtrans/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xcb/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xdmcp/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/xau/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/protocol/xcb/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/protocol/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/x.org/util-macros/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/kubectx.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libexif.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/docutils.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/nektos/act/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/circleci.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libzip.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ziglang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/kubernetes.io/minikube/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/kevinburke/go-bindata/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/AOMediaCodec/libavif/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/slirp/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/xiph/rav1e/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ansible.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/virtualsquare.org/vde/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/lra/mackup/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libssh.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/cpuguy83/go-md2man/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/opus-codec.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/capstone-engine.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/oberhumer.com/lzo/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/pypa/twine/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gitlab.com/procps-ng/watch/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/boyter/scc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/mdcat/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/google.com/glog/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/jasper-software/jasper/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rpm.org/popt/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/google.com/double-conversion/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gflags.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/leptonica.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/poppler.freedesktop.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/poppler.freedesktop.org/poppler-data/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/microsoft.com/azure-cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libarchive.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/littlecms.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/kubernetes.io/kubectl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rsync.samba.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/fastlane.tools/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/eigen.tuxfamily.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/google.com/webp/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mpg123.de/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/grep/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openjpeg.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/simplesystems.org/libtiff/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/helm.sh/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/graphviz.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/aws.amazon.com/cli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gts.sourceforge.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/lame.sourceforge.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/clever/microplane/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/bottom/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pcre.org/v2/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/virtualenv.pypa.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/digip.org/jansson/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/evilmartians/lefthook/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/golangci-lint.run/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/protobuf.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/dduan/tre/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/p7zip-project/p7zip/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/nginx.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gitlab.com/OldManProgrammer/unix-tree/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnome.org/libxslt/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pre-commit.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/terraform.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/mamba-org/mamba/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/muesli/duf/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ordinals.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/keephq.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/create-dmg/create-dmg/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pipenv.pypa.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/exa/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/fukuchi.org/qrencode/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/giflib.sourceforge.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libjpeg-turbo.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/DaveGamble/cJSON/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/vim.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gleam.run/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/erlang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/imagemagick.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/google/brotli/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/libunistring/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/nettle/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/p11-kit/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnutls.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/libtasn1/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/unbound.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/libidn2/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/gdbm/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/nghttp2.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/sanitize/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/yarnpkg.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/hyperfine/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/charm.sh/melt/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/jesseduffield/lazydocker/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/jesseduffield/lazygit/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/charliermarsh/ruff/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/gofireflyio/aiac/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cpanmin.us/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/git-quick-stats.sh/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/util-linux/util-linux/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/libbsd/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/hadrons.org/libmd/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/aria2.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/semverator/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/zsh.sourceforge.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/nishanths/license/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/dua/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pytest.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/chezmoi.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/dagger.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/curl.se/ca-certs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/vlang.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/python-poetry.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/maaslalani.com/slides/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/burntsushi/xsv/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/k6.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/peltoche/lsd/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/binutils/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/gcc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/gawk/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/mpc/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/mpfr/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/texinfo/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/zoxide/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/helix-editor.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tcl.tk/tcl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tcl-lang.org/expect/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/mtoyoda/sl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/xcfile.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/rustls-ffi/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/nmap.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/starship.rs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/junegunn/fzf/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cuelang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/code.videolan.org/rist/librist/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/tmux/tmux/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/prql-lang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/aomedia.googlesource.com/aom/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/code.videolan.org/videolan/dav1d/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/jart/blink/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/r-wos.org/gti/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/redis.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/fishshell.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pypa.github.io/pipx/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/neovim.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/bun.sh/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/bitcoin.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/radicle.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/zeromq.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/soliditylang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/oracle.com/berkeley-db/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/boost.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/facebook.com/zstd/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/lz4.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/beyondgrep.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/nushell.sh/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pnpm.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/mikefarah/yq/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cli.github.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rhash.sourceforge.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rigaux.org/hexedit/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/licensor/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rubygems.org/gist/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/broot/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/bat/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/shellcheck.net/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/fd-find/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/ripgrep/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/catb.org/wumpus/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/yt-dlp.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/youtube-dl.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/patch/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/denilson.sa.nom.br/prettyping/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/zegl/kube-score/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/charm.sh/vhs/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tsl0922.github.io/ttyd/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/json-c/json-c/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libwebsockets.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libevent.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/lua.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/htop.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ffmpeg.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libuv.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/nasm.us/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/crates.io/bpb/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/midnight-commander.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rubygems.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rust-lang.org/cargo/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pip.pypa.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/npmjs.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/coreutils/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/charm.sh/glow/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/charm.sh/gum/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ipfs.tech/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/stedolan.github.io/jq/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/kkos/oniguruma/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnupg.org/libgcrypt/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnupg.org/libassuan/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnupg.org/libgpg-error/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnupg.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnupg.org/npth/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnupg.org/libksba/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/musl.libc.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ruby-lang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pyyaml.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/darwinsys.com/file/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/shared-mime-info/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/just.systems/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/numactl/numactl/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/libtool/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/nixos.org/patchelf/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/wget/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/nodejs.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pandoc.org/crossref/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pandoc.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/haskell.org/cabal/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/haskell.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnome.org/librsvg/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnome.org/pango/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/harfbuzz.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/fribidi/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnome.org/gdk-pixbuf/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/gmp/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gohugo.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/fontconfig/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freetype.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnome.org/gobject-introspection/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cairographics.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/unicode.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/automake/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ijg.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/autoconf/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnome.org/glib/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/mesonbuild.com/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/github.com/westes/flex/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/gperf/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libpng.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/bison/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pcre.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/pixman.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/go.dev/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/tar/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/info-zip.org/unzip/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/invisible-island.net/ncurses/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sqlite.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/readline/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/deno.land/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/rust-lang.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/tukaani.org/xz/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/freedesktop.org/pkg-config/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/bytereef.org/mpdecimal/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sourceware.org/libffi/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/libexpat.github.io/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/llvm.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/git-scm.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/gettext/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnome.org/libxml2/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/python.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/cmake.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/ninja-build.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/curl.se/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/openssl.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/make/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/sourceware.org/bzip2/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/bash/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/perl.org/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/gnu.org/m4/ + 2026-03-10 + weekly + 0.6 + + + https://pkgx.dev/pkgs/zlib.net/ + 2026-03-10 + weekly + 0.6 + + \ No newline at end of file diff --git a/scripts/generate-sitemap.mjs b/scripts/generate-sitemap.mjs new file mode 100644 index 00000000..c7ab4bad --- /dev/null +++ b/scripts/generate-sitemap.mjs @@ -0,0 +1,72 @@ +#!/usr/bin/env node + +/** + * Generates sitemap.xml from the package index. + * Run: node scripts/generate-sitemap.mjs + * Output: public/sitemap.xml + */ + +const BASE_URL = "https://pkgx.dev"; + +async function main() { + // Fetch package index + const rsp = await fetch("https://pkgx.dev/pkgs/index.json"); + if (!rsp.ok) throw new Error(`Failed to fetch index: ${rsp.statusText}`); + const packages = await rsp.json(); + + const today = new Date().toISOString().split("T")[0]; + + // Static pages + const staticPages = [ + { loc: "/", priority: "1.0", changefreq: "weekly" }, + { loc: "/pkgs/", priority: "0.9", changefreq: "daily" }, + { loc: "/tea", priority: "0.7", changefreq: "monthly" }, + { loc: "/coinlist", priority: "0.6", changefreq: "monthly" }, + { loc: "/privacy-policy", priority: "0.3", changefreq: "yearly" }, + { loc: "/terms-of-use", priority: "0.3", changefreq: "yearly" }, + ]; + + let xml = ` + +`; + + // Static pages + for (const page of staticPages) { + xml += ` + ${BASE_URL}${page.loc} + ${today} + ${page.changefreq} + ${page.priority} + +`; + } + + // Package pages + for (const pkg of packages) { + const project = pkg.project; + if (!project) continue; + + xml += ` + ${BASE_URL}/pkgs/${project}/ + ${today} + weekly + 0.6 + +`; + } + + xml += ``; + + // Write to public/sitemap.xml + const fs = await import("node:fs"); + const path = await import("node:path"); + const outPath = path.join(import.meta.dirname, "..", "public", "sitemap.xml"); + fs.writeFileSync(outPath, xml, "utf-8"); + + console.log(`Generated sitemap.xml with ${staticPages.length + packages.length} URLs`); +} + +main().catch((err) => { + console.error("Sitemap generation failed:", err); + process.exit(1); +}); diff --git a/src/assets/app.css b/src/assets/app.css new file mode 100644 index 00000000..7d2e980f --- /dev/null +++ b/src/assets/app.css @@ -0,0 +1,168 @@ +@import "tailwindcss"; + +/* ===== pkgx Design Tokens (CSS Variables) ===== */ +@theme { + --color-primary: #4156E1; + --color-secondary: #F26212; + --color-background: #0D1117; + --color-surface: #0D1117; + --color-text-primary: #EDF2EF; + --color-text-secondary: rgba(237, 242, 239, 0.7); + --color-border: rgba(149, 178, 184, 0.3); + --color-error: #f44336; + --color-success: #22c55e; + --color-pkgx-purple: #4156E1; + --color-pkgx-orange: #F26212; + --color-pkgx-teal: #74FAD1; +} + +/* ===== Base Styles ===== */ + +html, body { + background: var(--color-background); + color: var(--color-text-primary); + font-family: 'Roboto', sans-serif; +} + +::selection { + background: rgba(68, 79, 226, 0.35); +} + +/* ===== Terminal Component ===== */ +[data-terminal]:before { + user-select: none; + content: ''; + position: absolute; + top: 12px; + left: 12px; + display: inline-block; + width: 12px; + height: 12px; + border-radius: 50%; + background: rgb(255, 95, 86); + box-shadow: 20px 0 0 rgb(255, 189, 46), 40px 0 0 rgb(39, 201, 63); +} + +[data-terminal] { + background: radial-gradient(circle, #070C14 0.1%, rgb(13, 17, 23) 100%) no-repeat; + position: relative; + box-shadow: 0 0 150px 10px rgb(65, 86, 225, 0.1); +} + +/* ===== Glow/Halo Effect ===== */ +.halo { + box-shadow: 0 0 150px 10px rgb(65, 86, 225, 0.1); +} + +/* ===== Text Gradient ===== */ +.text-gradient { + background: linear-gradient(to right, #4156E1 0%, #F26412 75%, #EDF2EF 130%); + background-clip: text; + color: transparent; +} + +/* ===== Inline Code ===== */ +code { + border: 0.5px solid rgba(149, 178, 184, 0.3); + background-color: rgba(149, 178, 184, 0.067); + border-radius: 2px; + padding: 0 0.2em; + margin: 0 -0.1em; + display: inline-block; + line-height: 1.3; + color: var(--color-text-primary); +} + +/* ===== Card Styles ===== */ +.card { + border-radius: 0.5rem; + border: 1px solid rgba(149, 178, 184, 0.3); + background-color: #0D1117; + transition: border-color 0.2s ease, box-shadow 0.2s ease; +} + +.card:hover { + border-color: rgba(149, 178, 184, 0.5); +} + +.card-raised { + border-radius: 0.5rem; + border: 1px solid rgba(149, 178, 184, 0.3); + background-color: #0D1117; + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); +} + +.card-outlined { + border-radius: 0.5rem; + border: 1px solid rgba(149, 178, 184, 0.3); + background-color: #0D1117; +} + +/* ===== Custom Scrollbar ===== */ +::-webkit-scrollbar { + width: 8px; + height: 8px; +} + +::-webkit-scrollbar-track { + background: transparent; +} + +::-webkit-scrollbar-thumb { + background: rgba(149, 178, 184, 0.3); + border-radius: 4px; +} + +::-webkit-scrollbar-thumb:hover { + background: rgba(149, 178, 184, 0.5); +} + +/* ===== Font Face ===== */ +@font-face { + font-family: 'shader'; + src: url('https://pkgx.sh/fonts/Shader_W_Lt.woff2') format('woff2'), + url('https://pkgx.sh/fonts/Shader_W_Lt.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +/* ===== Animations ===== */ +@keyframes fadeIn { + from { opacity: 0; transform: translateY(4px); } + to { opacity: 1; transform: translateY(0); } +} + +@keyframes slideUp { + from { opacity: 0; transform: translateY(16px); } + to { opacity: 1; transform: translateY(0); } +} + +.animate-fade-in { + animation: fadeIn 0.3s ease-out; +} + +.animate-slide-up { + animation: slideUp 0.4s ease-out; +} + +/* ===== Link Styles ===== */ +a { + color: inherit; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +/* ===== Utility: List Reset ===== */ +.list-none-reset { + list-style-type: none; + padding-left: 0; + margin-left: 0; +} + +/* ===== Editor List Fix ===== */ +.editors li { + margin-left: -20px; +} diff --git a/src/assets/main.css b/src/assets/main.css deleted file mode 100644 index 63965f84..00000000 --- a/src/assets/main.css +++ /dev/null @@ -1,66 +0,0 @@ -html, body { - background: #0D1117 -} - -::selection { - background: rgba(68, 79, 226, 0.35); -} - -[data-terminal]:before { - user-select: none; - content: ''; - position: absolute; - top: 12px; - left: 12px; - display: inline-block; - width: 12px; - height: 12px; - border-radius: 50%; - /* A little hack to display the window buttons in one pseudo element. */ - background: rgb(255, 95, 86); - -webkit-box-shadow: 20px 0 0 rgb(255, 189, 46), 40px 0 0 rgb(39, 201, 63); - box-shadow: 20px 0 0 rgb(255, 189, 46), 40px 0 0 rgb(39, 201, 63); -} - -[data-terminal] { - background: radial-gradient(circle, #070C14 0.1%, rgb(13, 17, 23) 100%) no-repeat; - position: relative; - box-shadow: 0 0 150px 10px rgb(65, 86, 225, 0.1); -} - -.halo { - box-shadow: 0 0 150px 10px rgb(65, 86, 225, 0.1); -} - -.text-gradient, .text-gradient-white { - background: linear-gradient(to right, #4156E1 0%, #F26412 75%, #EDF2EF 130%); - background-clip: text; - color: transparent; - font-size: 48px; -} - -code { - border: 0.5px solid rgba(149, 178, 184, 0.3); - background-color: rgba(149, 178, 184, 0.067); - border-radius: 2px; - padding: 0 0.2em; - margin: 0 -0.1em; - display: inline-block; - line-height: 1.3 -} - -.MuiPaper-root code { - color: #EDF2EF; -} - -.editors li { - margin-left: -20px; -} - -@font-face { - font-family: 'shader'; - src: url('https://pkgx.sh/fonts/Shader_W_Lt.woff2') format('woff2'), - url('https://pkgx.sh/fonts/Shader_W_Lt.woff') format('woff'); - font-weight: 300; - font-style: normal; -} diff --git a/src/components/Discord.tsx b/src/components/Discord.tsx index ce38d61a..4cf7fc25 100644 --- a/src/components/Discord.tsx +++ b/src/components/Discord.tsx @@ -1,10 +1,13 @@ import discord from "../assets/wordmarks/discord.svg"; -import { IconButton, Box } from "@mui/material"; export default function Discord() { - //FIXME hardcoding the size sucks - - return - - -} \ No newline at end of file + return ( + + Discord + + ); +} diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index ef03c961..9fd0cc8b 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,92 +1,104 @@ -import Grid from '@mui/material/Grid2'; -import { Link, LinkProps, Typography, useTheme, useMediaQuery, Box, Button, Stack } from "@mui/material"; -import ArrowForwardIcon from '@mui/icons-material/ArrowForward'; -import ArrowOutwardIcon from '@mui/icons-material/CallMade'; +import { ArrowRight, ArrowUpRight } from "lucide-react"; +import { useIsMobile } from "../utils/useIsMobile"; import tea from "../assets/wordmarks/tea.svg"; import logo from "../assets/pkgx.svg"; - export default function Footer() { - const year = new Date().getFullYear() - const theme = useTheme(); - const isxs = useMediaQuery(theme.breakpoints.down('md')); + const year = new Date().getFullYear(); + const isxs = useIsMobile(); - const ul_style = { - listStyleType: 'none', - paddingLeft: 0, - marginLeft: 0, - fontSize: 14, - marginTop: 10 - } - const link_props: LinkProps = { - color: 'text.secondary', - underline: 'none', - } - const c = - ©{year} PKGX INC. All Rights Reserved. - ; + const linkClass = "text-[rgba(237,242,239,0.7)] hover:text-[#EDF2EF] no-underline transition-colors text-sm"; - const icon = + const copyright = ( +

+ ©{year} PKGX INC. All Rights Reserved. +

+ ); - return - - - - pkgx is a core contributor to the tea protocol - - - + return ( +
+ {/* Tea Partnership Banner */} +
+ tea +

pkgx is a core contributor to the tea protocol

+ + Learn More + +
- - - - {!isxs && c} - - - - Product - -
    -
  • pkgx
  • -
  • oss.app
  • -
  • mash
  • -
  • docs
  • -
  • pkgs
  • -
-
- - - Company - -
    -
  • Home
  • -
  • Privacy Policy
  • -
  • Terms of Use
  • -
  • Blog
  • -
  • Press Kit
  • -
  • Contact{icon}
  • -
-
- - - Community - -
    -
  • GitHub{icon}
  • -
  • 𝕏{icon}
  • -
  • Discord{icon}
  • -
  • irc:#pkgx{icon}
  • -
-
- {isxs && - {c} - } -
- -} + {/* Footer Grid */} +
+ {/* Logo Column */} +
+ pkgx + {!isxs && copyright} +
+ + {/* Product */} +
+
Product
+ +
+ + {/* Company */} +
+
Company
+ +
+ + {/* Community */} +
+
Community
+ +
-function Li({ children }: { children: React.ReactNode }) { - return
  • {children}
  • + {isxs &&
    {copyright}
    } +
    +
    + ); } diff --git a/src/components/HeroTypography.tsx b/src/components/HeroTypography.tsx index b2bba6a0..eb0219b5 100644 --- a/src/components/HeroTypography.tsx +++ b/src/components/HeroTypography.tsx @@ -1,16 +1,20 @@ -import { Typography, styled } from "@mui/material"; +import { cn } from "../utils/cn"; -const StyledTypography = styled(Typography)(({ theme }) => ({ - textAlign: "center", - fontWeight: 300, - textTransform: 'uppercase', - fontSize: 80, - fontFamily: 'shader, Roboto, sans-serif', - [theme.breakpoints.down("md")]: { - fontSize: 40, - }, -})); - -export default function HeroTypography({ children, ...props }: React.ComponentProps) { - return {children} +export default function HeroTypography({ + children, + className, + ...props +}: React.HTMLAttributes) { + return ( +

    + {children} +

    + ); } diff --git a/src/components/HomebrewBadge.tsx b/src/components/HomebrewBadge.tsx index c76155af..a364aed3 100644 --- a/src/components/HomebrewBadge.tsx +++ b/src/components/HomebrewBadge.tsx @@ -1,57 +1,29 @@ -import { Box, Tooltip, useTheme, useMediaQuery } from "@mui/material"; +import { useIsMobile } from "../utils/useIsMobile"; -/** - * HomebrewBadge — lightweight badge indicating pkgx's Homebrew heritage. - * Uses a styled Box instead of MUI Chip to minimize bundle impact. - * - * Accessibility: focusable, tooltip, role="status", aria-label. - * Responsive: smaller text on mobile. - */ export default function HomebrewBadge() { - const theme = useTheme(); - const isxs = useMediaQuery(theme.breakpoints.down("md")); + const isxs = useIsMobile(); return ( - - - - {isxs ? "By Homebrew's creator" : "From the creator of Homebrew"} - - + + {isxs ? "By Homebrew's creator" : "From the creator of Homebrew"} + ); } diff --git a/src/components/Masthead.tsx b/src/components/Masthead.tsx index 3d94499d..c33c057b 100644 --- a/src/components/Masthead.tsx +++ b/src/components/Masthead.tsx @@ -1,18 +1,27 @@ -import { Stack, Link, Box, useTheme, useMediaQuery } from "@mui/material" -import logo from "../assets/wordmarks/pkgx.svg" -import Search from "./Search" +import { useIsMobile } from "../utils/useIsMobile"; +import logo from "../assets/wordmarks/pkgx.svg"; -export default function Masthead({ children, left }: { children?: React.ReactNode, left?: React.ReactNode }) { - const theme = useTheme(); - const isxs = useMediaQuery(theme.breakpoints.down('md')); +export default function Masthead({ + children, + left, +}: { + children?: React.ReactNode; + left?: React.ReactNode; +}) { + const isxs = useIsMobile(); - return - - - - {left} - - {children} - {/*TODO isxs ? undefined : */} - + return ( +
    + + pkgx + + {left} +
    + {children} +
    + ); } diff --git a/src/components/PackageCard/QualityBadges.tsx b/src/components/PackageCard/QualityBadges.tsx new file mode 100644 index 00000000..4d0eca02 --- /dev/null +++ b/src/components/PackageCard/QualityBadges.tsx @@ -0,0 +1,133 @@ +import { cn } from "../../utils/cn"; + +interface QualityBadgesProps { + github?: string; + stars?: number; + lastUpdate?: string; + hasReadme?: boolean; +} + +type BadgeType = "maintained" | "popular" | "documented" | "secure"; + +interface Badge { + type: BadgeType; + label: string; + color: "green" | "yellow" | "gray"; + title: string; +} + +function computeBadges(props: QualityBadgesProps): Badge[] { + const badges: Badge[] = []; + + // Maintained: last update within 90 days + if (props.lastUpdate) { + const daysSince = Math.floor( + (Date.now() - new Date(props.lastUpdate).getTime()) / (1000 * 60 * 60 * 24) + ); + if (daysSince <= 90) { + badges.push({ + type: "maintained", + label: "Maintained", + color: "green", + title: `Last updated ${daysSince} day${daysSince !== 1 ? "s" : ""} ago`, + }); + } else if (daysSince <= 365) { + badges.push({ + type: "maintained", + label: "Maintained", + color: "yellow", + title: `Last updated ${daysSince} days ago`, + }); + } + } + + // Popular: GitHub stars threshold + if (props.stars !== undefined) { + if (props.stars >= 1000) { + badges.push({ + type: "popular", + label: `★ ${formatStars(props.stars)}`, + color: "green", + title: `${props.stars.toLocaleString()} GitHub stars`, + }); + } else if (props.stars >= 100) { + badges.push({ + type: "popular", + label: `★ ${formatStars(props.stars)}`, + color: "yellow", + title: `${props.stars.toLocaleString()} GitHub stars`, + }); + } + } + + // Documented + if (props.hasReadme) { + badges.push({ + type: "documented", + label: "Documented", + color: "green", + title: "Has README documentation", + }); + } + + // Secure placeholder + badges.push({ + type: "secure", + label: "No known CVEs", + color: "gray", + title: "Security scan integration coming soon", + }); + + return badges; +} + +function formatStars(n: number): string { + if (n >= 1000) return `${(n / 1000).toFixed(1)}k`; + return n.toString(); +} + +const colorMap = { + green: "bg-emerald-500/15 text-emerald-400 border-emerald-500/30", + yellow: "bg-amber-500/15 text-amber-400 border-amber-500/30", + gray: "bg-white/5 text-[rgba(237,242,239,0.5)] border-white/10", +}; + +export default function QualityBadges(props: QualityBadgesProps) { + const badges = computeBadges(props); + + if (badges.length === 0) return null; + + return ( +
    + {badges.map((badge) => ( + + {badge.label} + + ))} +
    + ); +} + +export function MaintenanceStatus({ github }: { github?: string }) { + if (!github) return null; + + return ( +

    + + View on GitHub → + +

    + ); +} diff --git a/src/components/PackageDetail/DependencyGraph.tsx b/src/components/PackageDetail/DependencyGraph.tsx new file mode 100644 index 00000000..ca96ba91 --- /dev/null +++ b/src/components/PackageDetail/DependencyGraph.tsx @@ -0,0 +1,102 @@ +import { Link } from "react-router-dom"; +import { isPlainObject } from "is-what"; +import { cn } from "../../utils/cn"; + +interface DependencyGraphProps { + dependencies: Record>; + companions: Record; + project: string; +} + +function flattenDeps( + deps: Record>, + type: "runtime" | "build" = "runtime" +): Array<{ name: string; version: string; type: "runtime" | "build" }> { + const result: Array<{ name: string; version: string; type: "runtime" | "build" }> = []; + for (const [name, version] of Object.entries(deps)) { + if (isPlainObject(version)) { + for (const [subName, subVersion] of Object.entries(version as Record)) { + result.push({ name: subName, version: subVersion, type }); + } + } else { + result.push({ name, version: version as string, type }); + } + } + return result; +} + +function formatVersion(version: string): string { + if (version === "*") return ""; + if (/^\d/.test(version)) return `@${version}`; + return version; +} + +export default function DependencyGraph({ + dependencies, + companions, + project, +}: DependencyGraphProps) { + const runtimeDeps = flattenDeps(dependencies, "runtime"); + const companionList = Object.entries(companions); + const total = runtimeDeps.length + companionList.length; + + if (total === 0) return null; + + return ( +
    +

    + Dependency Graph +

    + +
    + {/* Root node */} +
    +
    + {project} + + {total} {total === 1 ? "dependency" : "dependencies"} + +
    + + {/* Runtime Dependencies */} + {runtimeDeps.length > 0 && ( +
    + {runtimeDeps.map(({ name, version }) => ( +
    +
    + + + {name} + {formatVersion(version)} + +
    + ))} +
    + )} + + {/* Companions */} + {companionList.length > 0 && ( + <> +

    Companions

    +
    + {companionList.map(([name]) => ( +
    + + + {name} + +
    + ))} +
    + + )} +
    +
    + ); +} diff --git a/src/components/PackageDetail/InstallSnippets.tsx b/src/components/PackageDetail/InstallSnippets.tsx new file mode 100644 index 00000000..86cbd480 --- /dev/null +++ b/src/components/PackageDetail/InstallSnippets.tsx @@ -0,0 +1,100 @@ +import { useState } from "react"; +import { Copy, Check } from "lucide-react"; +import { cn } from "../../utils/cn"; + +interface InstallSnippetsProps { + project: string; + provides?: string[]; +} + +type Tab = "pkgx" | "brew" | "other"; + +function detectOS(): string { + const ua = navigator.userAgent.toLowerCase(); + if (ua.includes("mac")) return "macOS"; + if (ua.includes("win")) return "Windows"; + return "Linux"; +} + +export default function InstallSnippets({ project, provides }: InstallSnippetsProps) { + const [activeTab, setActiveTab] = useState("pkgx"); + const [copied, setCopied] = useState(false); + const os = detectOS(); + + const pkgxCmd = + provides?.length === 1 + ? `sh <(curl https://pkgx.sh) ${provides[0]}` + : `sh <(curl https://pkgx.sh) +${project} -- $SHELL -i`; + + const pkgmCmd = `pkgm install ${project}`; + + const snippets: Record = { + pkgx: { + label: "pkgx", + cmd: pkgxCmd, + note: "Runs without installing. Caches automatically.", + }, + brew: { + label: "pkgm", + cmd: pkgmCmd, + note: "Installs to ~/.local/bin", + }, + other: { + label: os, + cmd: + os === "macOS" + ? `brew install ${project.split("/").pop() || project}` + : `# Check your distro's package manager for ${project}`, + note: os === "macOS" ? "Homebrew (if available)" : "Varies by distribution", + }, + }; + + const handleCopy = () => { + navigator.clipboard.writeText(snippets[activeTab].cmd); + setCopied(true); + setTimeout(() => setCopied(false), 1500); + }; + + return ( +
    +

    + Install +

    +
    + {/* Tabs */} +
    + {(Object.keys(snippets) as Tab[]).map((tab) => ( + + ))} +
    + {/* Code Block */} +
    + + {snippets[activeTab].cmd} + + + {snippets[activeTab].note && ( +

    {snippets[activeTab].note}

    + )} +
    +
    +
    + ); +} diff --git a/src/components/PackageDetail/PackageSEO.tsx b/src/components/PackageDetail/PackageSEO.tsx new file mode 100644 index 00000000..ef189a62 --- /dev/null +++ b/src/components/PackageDetail/PackageSEO.tsx @@ -0,0 +1,64 @@ +import { Helmet } from "react-helmet"; + +interface PackageSEOProps { + project: string; + displayName?: string | null; + description?: string | null; + homepage?: string | null; +} + +export default function PackageSEO({ + project, + displayName, + description, + homepage, +}: PackageSEOProps) { + const title = displayName + ? `${displayName} (${project}) - pkgx Package` + : `${project} - pkgx Package`; + + const desc = description + ? description.slice(0, 160) + : `Install and run ${project} instantly with pkgx. No setup required.`; + + const canonicalUrl = `https://pkgx.dev/pkgs/${project}/`; + const ogImage = `https://pkgx.dev/pkgs/${project}.webp`; + + return ( + + {title} + + + + {/* Open Graph */} + + + + + + + + {/* Twitter Card */} + + + + + + + {/* JSON-LD Structured Data */} + + + ); +} diff --git a/src/components/PackageDetail/VersionHistory.tsx b/src/components/PackageDetail/VersionHistory.tsx new file mode 100644 index 00000000..52836f1e --- /dev/null +++ b/src/components/PackageDetail/VersionHistory.tsx @@ -0,0 +1,100 @@ +import { cn } from "../../utils/cn"; +import { useIsMobile } from "../../utils/useIsMobile"; + +interface VersionHistoryProps { + versions: string[]; + project: string; +} + +function classifyVersion(version: string): "major" | "minor" | "patch" { + const parts = version.split("."); + if (parts.length >= 3 && parts[2] === "0" && parts[1] === "0") return "major"; + if (parts.length >= 2 && parts[parts.length - 1] === "0") return "minor"; + return "patch"; +} + +export default function VersionHistory({ versions, project }: VersionHistoryProps) { + const isxs = useIsMobile(); + const displayVersions = versions.filter(v => v.trim()).slice(0, 20); + + if (displayVersions.length === 0) return null; + + return ( +
    +

    + Version History +

    +
    + {displayVersions.map((version, i) => { + const vtype = classifyVersion(version); + const isMajor = vtype === "major"; + const isMinor = vtype === "minor"; + + return ( +
    + {/* Timeline dot */} +
    + + {/* Version badge */} + + {version} + + + {/* Labels */} + {i === 0 && ( + + latest + + )} + {isMajor && i !== 0 && ( + + major + + )} +
    + ); + })} +
    + {versions.length > 20 && ( +

    + + {versions.length - 20} more versions +

    + )} +

    + Need a version we don't have?{" "} + + Request it here + +

    +
    + ); +} diff --git a/src/components/Search.tsx b/src/components/Search.tsx index 0888d2a3..3e3bb149 100644 --- a/src/components/Search.tsx +++ b/src/components/Search.tsx @@ -1,92 +1,307 @@ -import { Fade, Grow, InputAdornment, List, ListItem, ListItemButton, ListItemText, Paper, Popper, Skeleton, TextField, Typography, useMediaQuery, useTheme } from '@mui/material'; -import { useCallback, useEffect, useRef, useState } from 'react'; -import { useHits, useSearchBox } from 'react-instantsearch'; +import { useCallback, useEffect, useRef, useState } from "react"; +import { useIsMobile } from "../utils/useIsMobile"; +import { cn } from "../utils/cn"; + +const RECENT_SEARCHES_KEY = "pkgx_recent_searches"; +const MAX_RECENT = 5; +const MAX_RESULTS = 15; + +interface PkgEntry { + project: string; + name?: string; + description?: string; + labels?: string[]; +} + +function getRecentSearches(): string[] { + try { + const raw = localStorage.getItem(RECENT_SEARCHES_KEY); + return raw ? JSON.parse(raw) : []; + } catch { + return []; + } +} + +function saveRecentSearch(query: string) { + try { + const existing = getRecentSearches().filter((s) => s !== query); + existing.unshift(query); + localStorage.setItem(RECENT_SEARCHES_KEY, JSON.stringify(existing.slice(0, MAX_RECENT))); + } catch { + // localStorage unavailable + } +} + +let pkgCache: PkgEntry[] | null = null; + +async function loadPkgIndex(): Promise { + if (pkgCache) return pkgCache; + const rsp = await fetch("https://pkgx.dev/pkgs/index.json"); + if (!rsp.ok) throw new Error(rsp.statusText); + pkgCache = (await rsp.json()) as PkgEntry[]; + return pkgCache; +} + +function searchPackages(query: string, packages: PkgEntry[]): PkgEntry[] { + const q = query.toLowerCase().trim(); + if (!q) return []; + + const scored = packages + .map((pkg) => { + const project = pkg.project.toLowerCase(); + const name = (pkg.name || "").toLowerCase(); + const desc = (pkg.description || "").toLowerCase(); + + let score = 0; + if (project === q || name === q) score += 100; + else if (project.startsWith(q) || name.startsWith(q)) score += 50; + else if ( + project.split("/").pop()?.startsWith(q) || + project.split(".").some((seg) => seg.startsWith(q)) + ) + score += 30; + else if (project.includes(q) || name.includes(q)) score += 20; + else if (desc.includes(q)) score += 5; + else return null; + + return { pkg, score }; + }) + .filter(Boolean) as { pkg: PkgEntry; score: number }[]; + + scored.sort((a, b) => b.score - a.score); + return scored.slice(0, MAX_RESULTS).map((s) => s.pkg); +} export default function Search() { - const memoizedSearch = useCallback((query: any, search: (arg0: string) => void) => { - search(query); - }, []); - const { refine } = useSearchBox({ - queryHook: memoizedSearch, - }); const inputRef = useRef(null); + const popperRef = useRef(null); + const [isopen, setopen] = useState(false); + const [query, setQuery] = useState(""); + const [results, setResults] = useState([]); + const [packages, setPackages] = useState([]); + const [selectedIndex, setSelectedIndex] = useState(-1); + const [recentSearches, setRecentSearches] = useState(getRecentSearches()); + + const isxs = useIsMobile(); + const isMac = typeof navigator !== "undefined" && navigator.platform.toUpperCase().indexOf("MAC") >= 0; + const shortcut_txt = isMac ? "⌘K" : "Ctrl+K"; + + // Load package index on mount useEffect(() => { - const searchHandler = (event: KeyboardEvent) => { - if (event.key === "k" && event.metaKey) { - if (document.activeElement != inputRef.current) { - inputRef.current!.focus(); + loadPkgIndex().then(setPackages).catch(() => {}); + }, []); + + // Cmd+K handler + useEffect(() => { + const handler = (event: KeyboardEvent) => { + if (event.key === "k" && (event.metaKey || event.ctrlKey)) { + event.preventDefault(); + if (document.activeElement !== inputRef.current) { + inputRef.current?.focus(); } else { - inputRef.current!.blur(); + inputRef.current?.blur(); } } }; - document.addEventListener("keydown", searchHandler); - return () => { - document.removeEventListener("keydown", searchHandler); + document.addEventListener("keydown", handler); + return () => document.removeEventListener("keydown", handler); + }, []); + + // Click outside to close + useEffect(() => { + const handler = (e: MouseEvent) => { + if ( + popperRef.current && + !popperRef.current.contains(e.target as Node) && + e.target !== inputRef.current + ) { + setopen(false); + } }; + document.addEventListener("mousedown", handler); + return () => document.removeEventListener("mousedown", handler); }, []); - const [isopen, setopen] = useState(false) - const [has_text, set_has_text] = useState(false) - - const theme = useTheme(); - const isxs = useMediaQuery(theme.breakpoints.down('md')); - - const isMac = navigator.platform.toUpperCase().indexOf('MAC') >= 0; - const shortcut_txt = isMac ? '⌘K' : 'Ctrl+K' - - return <> - setopen(true)} - // disabled as prevented clicks on the input in some cases - // onBlur={(e) => setopen(false)} - onChange={e => { - set_has_text(!!e.target.value); - if (!!e.target.value) { - refine(e.target.value); - } - }} - inputRef={inputRef} - InputProps={isxs ? undefined : { - endAdornment: {shortcut_txt}, - }} - /> - {/* - NOTE always open so fade away works - FIXME this occludes content :/ - */} - - - - {has_text && } - - - - -} + // Keyboard navigation + useEffect(() => { + const handler = (event: KeyboardEvent) => { + if (!isopen) return; + const items = query ? results : []; -function SearchResults() { - const { hits } = useHits() + if (event.key === "ArrowDown") { + event.preventDefault(); + setSelectedIndex((i) => Math.min(i + 1, items.length - 1)); + } else if (event.key === "ArrowUp") { + event.preventDefault(); + setSelectedIndex((i) => Math.max(i - 1, -1)); + } else if (event.key === "Enter" && selectedIndex >= 0 && selectedIndex < items.length) { + event.preventDefault(); + const pkg = items[selectedIndex]; + saveRecentSearch(query); + window.location.href = `/pkgs/${pkg.project}/`; + } else if (event.key === "Escape") { + inputRef.current?.blur(); + setopen(false); + } + }; + document.addEventListener("keydown", handler); + return () => document.removeEventListener("keydown", handler); + }, [isopen, query, results, selectedIndex]); - if (hits.length) { - return - {hits.map(fu)} - - } else { - No results - } + const handleSearch = useCallback( + (value: string) => { + setQuery(value); + setSelectedIndex(-1); + if (value.trim()) { + setResults(searchPackages(value, packages)); + } else { + setResults([]); + } + }, + [packages] + ); + + const handleResultClick = (project: string) => { + if (query) saveRecentSearch(query); + setRecentSearches(getRecentSearches()); + }; + + const handleRecentClick = (term: string) => { + setQuery(term); + handleSearch(term); + inputRef.current?.focus(); + }; + + return ( +
    +
    + setopen(true)} + onChange={(e) => handleSearch(e.target.value)} + className={cn( + "bg-transparent border border-[rgba(149,178,184,0.3)] rounded px-3 py-1.5 text-sm", + "text-[#EDF2EF] placeholder:text-[rgba(237,242,239,0.5)]", + "focus:outline-none focus:border-[#4156E1] focus:ring-1 focus:ring-[#4156E1]", + "transition-colors w-48 md:w-56" + )} + /> + {!isxs && ( + + {shortcut_txt} + + )} +
    + + {isopen && ( +
    + {query.trim() ? ( + + ) : recentSearches.length > 0 ? ( + + ) : null} +
    + )} +
    + ); +} - function fu(input: any) { - const {project, displayName, brief} = input - const tertiary = displayName != project ? project : undefined; - return - - - - +function SearchResults({ + results, + selectedIndex, + onClick, +}: { + results: PkgEntry[]; + selectedIndex: number; + onClick: (project: string) => void; +}) { + if (results.length === 0) { + return ( +
    +

    No packages found

    +
    + ); } -} \ No newline at end of file + + return ( + + ); +} + +function RecentSearches({ + searches, + onSelect, +}: { + searches: string[]; + onSelect: (term: string) => void; +}) { + return ( +
    +

    Recent searches

    +
      + {searches.map((term) => ( +
    • + +
    • + ))} +
    +
    + ); +} diff --git a/src/components/Stars.tsx b/src/components/Stars.tsx index 753c1ca8..00f8ac20 100644 --- a/src/components/Stars.tsx +++ b/src/components/Stars.tsx @@ -1,13 +1,8 @@ -import { Stack, IconButton, Box, Tooltip, Typography, useTheme, useMediaQuery } from "@mui/material"; import { useAsync } from "react-use"; import { useState, useEffect, useRef, useCallback } from "react"; +import { useIsMobile } from "../utils/useIsMobile"; import github from "../assets/wordmarks/github.svg"; -/** - * Animated star counter that counts from 0 to the actual value. - * Uses requestAnimationFrame for smooth 60fps animation. - * Respects prefers-reduced-motion: skips animation and shows final value instantly. - */ function useAnimatedCounter(target: number | undefined, durationMs = 1600): string { const [display, setDisplay] = useState(""); const prefersReducedMotion = useRef(false); @@ -28,7 +23,6 @@ function useAnimatedCounter(target: number | undefined, durationMs = 1600): stri return; } - // Respect reduced motion preference if (prefersReducedMotion.current) { setDisplay(formatNumber(target)); return; @@ -36,17 +30,13 @@ function useAnimatedCounter(target: number | undefined, durationMs = 1600): stri let rafId: number; let startTime: number | null = null; - const startValue = 0; const animate = (timestamp: number) => { if (startTime === null) startTime = timestamp; const elapsed = timestamp - startTime; const progress = Math.min(elapsed / durationMs, 1); - - // Ease-out cubic for satisfying deceleration const eased = 1 - Math.pow(1 - progress, 3); - const current = Math.round(startValue + (target - startValue) * eased); - + const current = Math.round(target * eased); setDisplay(formatNumber(current)); if (progress < 1) { @@ -55,23 +45,24 @@ function useAnimatedCounter(target: number | undefined, durationMs = 1600): stri }; rafId = requestAnimationFrame(animate); - - return () => { - if (rafId) cancelAnimationFrame(rafId); - }; + return () => { if (rafId) cancelAnimationFrame(rafId); }; }, [target, durationMs, formatNumber]); return display; } -export default function Stars({ href, hideCountIfMobile }: { href?: string; hideCountIfMobile?: boolean }) { - const theme = useTheme(); - const isxs = useMediaQuery(theme.breakpoints.down("md")); +export default function Stars({ + href, + hideCountIfMobile, +}: { + href?: string; + hideCountIfMobile?: boolean; +}) { + const isxs = useIsMobile(); const { value: stars } = useAsync(async () => { const response = await fetch("/stars.json"); const data = await response.json(); - // Handle both number and string formats const raw = typeof data === "object" && data !== null ? (data.total ?? data.stars ?? data) : data; return typeof raw === "string" ? parseInt(raw.replace(/,/g, ""), 10) : Number(raw); }, []); @@ -80,32 +71,24 @@ export default function Stars({ href, hideCountIfMobile }: { href?: string; hide const shouldHide = hideCountIfMobile && isxs; return ( - - + - - + GitHub + {!shouldHide && ( - - - {animatedStars || "\u00A0"} - - + + {animatedStars || "\u00A0"} + )} - +
    ); } diff --git a/src/components/Terminal.tsx b/src/components/Terminal.tsx index b1e296ae..b44d8d0d 100644 --- a/src/components/Terminal.tsx +++ b/src/components/Terminal.tsx @@ -1,47 +1,62 @@ -import { useMediaQuery, Box, Card, Typography, useTheme } from "@mui/material"; +import { useIsMobile } from "../utils/useIsMobile"; +import { cn } from "../utils/cn"; -export default function Terminal({ children, width, mb, mt }: { children: React.ReactNode, width?: string, mb?: number, mt?: number }) { - const theme = useTheme(); - const isxs = useMediaQuery(theme.breakpoints.down('md')); +export default function Terminal({ + children, + width, + mb, + mt, +}: { + children: React.ReactNode; + width?: string; + mb?: number; + mt?: number; +}) { + const isxs = useIsMobile(); + const hasStoplights = width === undefined; - const stoplights = width === undefined ? true : undefined - const sx = {p: isxs ? 2 : 4} as any - if (stoplights) sx.pt = 6 - - return - - {children} - - + return ( +
    +
    + {children} +
    +
    + ); } export function Dim({ children }: { children: React.ReactNode }) { - return {children} + return {children}; } export function Purple({ children }: { children: React.ReactNode }) { - return {children} + return ( + {children} + ); } -export function Orange({children}: {children: React.ReactNode}) { - return - {children} - +export function Orange({ children }: { children: React.ReactNode }) { + return ( + {children} + ); } export function Prompt() { - return $ + return $; } diff --git a/src/mash.pkgx.sh.tsx b/src/mash.pkgx.sh.tsx index e7ecfe8e..e6108e14 100644 --- a/src/mash.pkgx.sh.tsx +++ b/src/mash.pkgx.sh.tsx @@ -1,63 +1,69 @@ -import { ThemeProvider } from '@mui/material/styles'; -import Grid from '@mui/material/Grid2'; -import { Button, CssBaseline, Stack, Typography, useMediaQuery, useTheme } from '@mui/material'; -import { Route, BrowserRouter as Router, Routes } from 'react-router-dom'; -import * as ReactDOM from 'react-dom/client'; +import { Route, BrowserRouter as Router, Routes } from "react-router-dom"; +import React from "react"; +import * as ReactDOM from "react-dom/client"; +import { useIsMobile } from "./utils/useIsMobile"; import Masthead from "./components/Masthead"; -import Listing from './mash.pkgx.sh/Listing'; -import Script from './mash.pkgx.sh/Script'; +import Listing from "./mash.pkgx.sh/Listing"; +import Script from "./mash.pkgx.sh/Script"; import Footer from "./components/Footer"; -import Stars from './components/Stars'; -import Hero from './mash.pkgx.sh/Hero'; -import theme from './utils/theme'; -import './assets/main.css'; -import React from "react"; -import Discord from './components/Discord'; +import Stars from "./components/Stars"; +import Hero from "./mash.pkgx.sh/Hero"; +import Discord from "./components/Discord"; +import "./assets/app.css"; function Body() { - const theme = useTheme(); - const isxs = useMediaQuery(theme.breakpoints.down('md')); + const isxs = useIsMobile(); return ( - +
    - - +
    +
    - } /> - } /> + } /> + } /> - - +
    +
    - - +
    +
    - - ) +
    + ); } function MyMasthead() { - const theme = useTheme(); - const isxs = useMediaQuery(theme.breakpoints.down('md')); + const isxs = useIsMobile(); - return MASH}> - {!isxs && <> - - - } - - - + return ( + MASH}> + {!isxs && ( + <> + + docs + + + pkgs + + + )} + + + + ); } -ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render( +ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render( - - - - - , + + ); diff --git a/src/mash.pkgx.sh/Hero.tsx b/src/mash.pkgx.sh/Hero.tsx index dd28a441..360367e0 100644 --- a/src/mash.pkgx.sh/Hero.tsx +++ b/src/mash.pkgx.sh/Hero.tsx @@ -1,64 +1,56 @@ -import { Button, Card, CardContent, Link, Stack, Typography, useMediaQuery, useTheme } from '@mui/material'; -import ArrowOutwardIcon from '@mui/icons-material/CallMade'; -import { Orange } from '../components/Terminal'; +import { ArrowUpRight } from "lucide-react"; +import { Orange } from "../components/Terminal"; export default function Hero() { - const theme = useTheme(); - const isxs = useMediaQuery(theme.breakpoints.down('md')); - - return - - - - mash—the package manager for scripts. - - + return ( +
    +
    +

    + mash—the package manager for scripts. +

    +

    Mash up millions of open source packages into monstrously powerful scripts. - - +

    +

    Bash is ancient. Write scripts in any language you want and trivially distribute them to the whole world. - - - We’re a community of thousands of passionate computer users who want to make the most of the fruits of open source software. - - - - - - - Get Started - - - - - - - - Submitting Scripts - - -

  • Fork
  • +

    +

    + We're a community of thousands of passionate computer users who want to make the most of the fruits of open source software. +

    +
    + +
    +

    Get Started

    + + Install Mash + +
    + +
    +

    Submitting Scripts

    +
      +
    1. Fork
    2. Push scripts
    3. Wait an hour
    4. - - +
    +

    No pull request required! We index the fork graph. - - - - - - - Improving This Website - - - Even this site is Open Source! - If you have ideas for improving it, why not give it a go? - github.com/pkgxdev/www - - - - +

    +
    + +
    +

    Improving This Website

    +

    + Even this site is Open Source! If you have ideas for improving it, why not give it a go?{" "} + + github.com/pkgxdev/www + +

    +
    +
    + ); } diff --git a/src/mash.pkgx.sh/Listing.tsx b/src/mash.pkgx.sh/Listing.tsx index 5dcc6da6..897e9258 100644 --- a/src/mash.pkgx.sh/Listing.tsx +++ b/src/mash.pkgx.sh/Listing.tsx @@ -1,29 +1,38 @@ -import { Alert, Skeleton, Stack } from '@mui/material'; -import { ScriptComponent, Script } from './Script' -import { useAsync } from 'react-use'; +import { ScriptComponent, Script } from "./Script"; +import { useAsync } from "react-use"; export default function Landing() { const data = useAsync(async () => { - const rsp = await fetch('https://pkgxdev.github.io/mash/index.json') - const data = await rsp.json() - return (data.scripts as Script[]).filter(({description}) => description) - }) + const rsp = await fetch("https://pkgxdev.github.io/mash/index.json"); + const data = await rsp.json(); + return (data.scripts as Script[]).filter(({ description }) => description); + }); - return - {body()} - + return ( +
    + {body()} +
    + ); function body() { if (data.loading) { - return <> - - - - + return ( + <> +
    +
    +
    + + ); } else if (data.error) { - return {data.error.message} + return ( +
    + {data.error.message} +
    + ); } else { - return data.value!.map(script => ) + return data.value!.map((script) => ( + + )); } } } diff --git a/src/mash.pkgx.sh/Script.tsx b/src/mash.pkgx.sh/Script.tsx index ea310e98..9b382835 100644 --- a/src/mash.pkgx.sh/Script.tsx +++ b/src/mash.pkgx.sh/Script.tsx @@ -1,86 +1,107 @@ -import { Alert, Avatar, Button, Card, CardActionArea, CardContent, Chip, Skeleton, Stack, Typography } from '@mui/material'; -import ArrowOutwardIcon from '@mui/icons-material/CallMade'; -import EastIcon from '@mui/icons-material/East'; -import { useLocation } from 'react-router-dom'; -import Markdown from '../components/Markdown'; -import Terminal from '../components/Terminal'; -import ScriptDetail from './ScriptDetail'; -import { useAsync } from 'react-use'; +import { ArrowUpRight, ArrowRight } from "lucide-react"; +import { useLocation } from "react-router-dom"; +import Markdown from "../components/Markdown"; +import Terminal from "../components/Terminal"; +import ScriptDetail from "./ScriptDetail"; +import { useAsync } from "react-use"; export interface Script { - fullname: string - birthtime: string - description?: string - avatar: string - url: string - cmd: string - README?: string - category?: string + fullname: string; + birthtime: string; + description?: string; + avatar: string; + url: string; + cmd: string; + README?: string; + category?: string; } export default function ScriptRoute() { - const path = useLocation().pathname + const path = useLocation().pathname; const data = useAsync(async () => { - const rsp = await fetch('https://pkgxdev.github.io/mash/index.json') - const data = await rsp.json() - return data.scripts.find((s: any) => `/${s.fullname}` === path) as Script - }) + const rsp = await fetch("https://pkgxdev.github.io/mash/index.json"); + const data = await rsp.json(); + return data.scripts.find((s: any) => `/${s.fullname}` === path) as Script; + }); if (data.loading) { - return + return
    ; } else if (data.error || !data.value) { - return {data.error?.message ?? 'Script not found'} + return ( +
    + {data.error?.message ?? "Script not found"} +
    + ); } else { - return + return ; } } -export function ScriptComponent({fullname, birthtime, description, avatar, url, cmd, category}: Script) { - const username = fullname.split('/')[0] +export function ScriptComponent({ + fullname, + birthtime, + description, + avatar, + url, + cmd, + category, +}: Script) { + const username = fullname.split("/")[0]; - return - - - - {fullname} - {timeAgo(birthtime)} - {category && } - + return ( +
    +
    + {username} + {fullname} + {timeAgo(birthtime)} + {category && ( + + {category} + + )} +
    {description && } {cmd} - - - - - - + +
    + ); } function timeAgo(date: Date | string) { const now = new Date().getTime(); const diffInSeconds = Math.round((now - new Date(date).getTime()) / 1000); - const rtf = new Intl.RelativeTimeFormat(navigator.language, { numeric: 'auto' }); + const rtf = new Intl.RelativeTimeFormat(navigator.language, { numeric: "auto" }); - // Define the time thresholds in seconds for different units const minute = 60; const hour = minute * 60; const day = hour * 24; const week = day * 7; - // Calculate the difference and determine the unit - if (diffInSeconds < minute) { - return rtf.format(-diffInSeconds, 'second'); - } else if (diffInSeconds < hour) { - return rtf.format(-Math.round(diffInSeconds / minute), 'minute'); - } else if (diffInSeconds < day) { - return rtf.format(-Math.round(diffInSeconds / hour), 'hour'); - } else if (diffInSeconds < week) { - return rtf.format(-Math.round(diffInSeconds / day), 'day'); - } else { - // For differences larger than a week, you could continue with months and years - // or decide to show the full date. - return rtf.format(-Math.round(diffInSeconds / week), 'week'); - } + if (diffInSeconds < minute) return rtf.format(-diffInSeconds, "second"); + else if (diffInSeconds < hour) return rtf.format(-Math.round(diffInSeconds / minute), "minute"); + else if (diffInSeconds < day) return rtf.format(-Math.round(diffInSeconds / hour), "hour"); + else if (diffInSeconds < week) return rtf.format(-Math.round(diffInSeconds / day), "day"); + else return rtf.format(-Math.round(diffInSeconds / week), "week"); } diff --git a/src/mash.pkgx.sh/ScriptDetail.tsx b/src/mash.pkgx.sh/ScriptDetail.tsx index dabb9c1e..2bc2731b 100644 --- a/src/mash.pkgx.sh/ScriptDetail.tsx +++ b/src/mash.pkgx.sh/ScriptDetail.tsx @@ -1,52 +1,74 @@ -import { Alert, Avatar, Button, Card, CardContent, Skeleton, Stack, Typography } from '@mui/material'; -import ArrowOutwardIcon from '@mui/icons-material/CallMade'; -import Terminal from '../components/Terminal'; -import Markdown from '../components/Markdown'; -import { useAsync } from 'react-use'; +import { ArrowUpRight } from "lucide-react"; +import Terminal from "../components/Terminal"; +import Markdown from "../components/Markdown"; +import { useAsync } from "react-use"; export interface Script { - fullname: string - birthtime: string - description?: string - avatar: string - url: string - README?: string - cmd: string + fullname: string; + birthtime: string; + description?: string; + avatar: string; + url: string; + README?: string; + cmd: string; } -export default function ScriptComponent({fullname, birthtime, cmd, README: description, avatar, url}: Script) { - const {loading, error, value: content} = useAsync(async () => { - const rsp = await fetch(`https://pkgxdev.github.io/mash/u/${fullname}`) - return await rsp.text() - }) +export default function ScriptComponent({ + fullname, + birthtime, + cmd, + README: description, + avatar, + url, +}: Script) { + const { + loading, + error, + value: content, + } = useAsync(async () => { + const rsp = await fetch(`https://pkgxdev.github.io/mash/u/${fullname}`); + return await rsp.text(); + }); - const username = fullname.split('/')[0] + const username = fullname.split("/")[0]; - return - - - - {fullname} - {timeAgo(birthtime)} - - {description - ? - : {cmd} - } + return ( +
    +
    + {username} + {fullname} + {timeAgo(birthtime)} +
    + {description ? : {cmd}} {excerpt()} - - - - - + +
    + ); function excerpt() { if (loading) { - return + return
    ; } else if (error) { - return {error.message} + return ( +
    + {error.message} +
    + ); } else { - return {content} + return {content}; } } } @@ -54,26 +76,19 @@ export default function ScriptComponent({fullname, birthtime, cmd, README: descr function timeAgo(date: Date | string) { const now = new Date().getTime(); const diffInSeconds = Math.round((now - new Date(date).getTime()) / 1000); - const rtf = new Intl.RelativeTimeFormat(navigator.language, { numeric: 'auto' }); + const rtf = new Intl.RelativeTimeFormat(navigator.language, { numeric: "auto" }); - // Define the time thresholds in seconds for different units const minute = 60; const hour = minute * 60; const day = hour * 24; const week = day * 7; - // Calculate the difference and determine the unit - if (diffInSeconds < minute) { - return rtf.format(-diffInSeconds, 'second'); - } else if (diffInSeconds < hour) { - return rtf.format(-Math.round(diffInSeconds / minute), 'minute'); - } else if (diffInSeconds < day) { - return rtf.format(-Math.round(diffInSeconds / hour), 'hour'); - } else if (diffInSeconds < week) { - return rtf.format(-Math.round(diffInSeconds / day), 'day'); - } else { - // For differences larger than a week, you could continue with months and years - // or decide to show the full date. - return rtf.format(-Math.round(diffInSeconds / week), 'week'); - } + if (diffInSeconds < minute) return rtf.format(-diffInSeconds, "second"); + else if (diffInSeconds < hour) + return rtf.format(-Math.round(diffInSeconds / minute), "minute"); + else if (diffInSeconds < day) + return rtf.format(-Math.round(diffInSeconds / hour), "hour"); + else if (diffInSeconds < week) + return rtf.format(-Math.round(diffInSeconds / day), "day"); + else return rtf.format(-Math.round(diffInSeconds / week), "week"); } diff --git a/src/pkgx.app.tsx b/src/pkgx.app.tsx index 95b11350..35c2cdf9 100644 --- a/src/pkgx.app.tsx +++ b/src/pkgx.app.tsx @@ -1,104 +1,95 @@ -import React from "react"; -import { ThemeProvider } from '@mui/material/styles'; -import Grid from '@mui/material/Grid2'; -import { Box, Button, Card, CardContent, CssBaseline, Dialog, DialogTitle, Stack, Typography, useMediaQuery, useTheme } from '@mui/material'; -import HeroTypography from './components/HeroTypography'; -import * as ReactDOM from 'react-dom/client'; -import gui from "./assets/gui.png"; -import theme from './utils/theme'; -import Masthead from './components/Masthead'; +import React, { useState } from "react"; +import * as ReactDOM from "react-dom/client"; +import { useIsMobile } from "./utils/useIsMobile"; +import HeroTypography from "./components/HeroTypography"; +import Masthead from "./components/Masthead"; import Footer from "./components/Footer"; -import './assets/main.css'; +import gui from "./assets/gui.png"; +import { cn } from "./utils/cn"; +import "./assets/app.css"; -ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render( +ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render( - - - - - , + + ); - function Body() { - const theme = useTheme(); - const isxs = useMediaQuery(theme.breakpoints.down('md')); - - const imgsz = {width: '100%', height: '100%'} + const isxs = useIsMobile(); - return - + return ( +
    + - - - Open Source is a Treasure Trove - - - What jewel will you discover today? - - +
    + Open Source is a Treasure Trove +

    What jewel will you discover today?

    +
    - - - +
    + pkgx app +
    - + - - - - - - One Click Installs - - - Say goodbye to the days of scavenging through cluttered docs. oss.app enables you to query our expansive pkgdb and install your desired version of any package with one click. OpenAI, deno, youtube-dl, and hundreds more… all available to you within seconds. - - - - - - - - - Complementing pkgx - - - We believe command line interfaces and graphical user interfaces are complements and should not necessarily share the same features. - - - Our cli is precise and powerful where our gui is optimized for discovery and batch operations. - - - - - +
    +
    +

    One Click Installs

    +

    + Say goodbye to the days of scavenging through cluttered docs. oss.app enables you to query our expansive pkgdb and install your desired version of any package with one click. +

    +
    +
    +

    + Complementing pkgx +

    +

    + We believe command line interfaces and graphical user interfaces are complements and should not necessarily share the same features. +

    +

    + Our cli is precise and powerful where our gui is optimized for discovery and batch operations. +

    +
    +
    -
    - +
    +
    + ); } function Download() { - const [open, setOpen] = React.useState(false); - const handleOpen = () => setOpen(true); - const handleClose = () => setOpen(false); + const [open, setOpen] = useState(false); return ( - - - - Which Platform? - - - - - - +
    + + + {open && ( +
    setOpen(false)}> +
    e.stopPropagation()}> +

    Which Platform?

    + +
    +
    + )} +
    ); } diff --git a/src/pkgx.dev.tsx b/src/pkgx.dev.tsx index 7b93abcb..fee4b55f 100644 --- a/src/pkgx.dev.tsx +++ b/src/pkgx.dev.tsx @@ -1,70 +1,67 @@ -import { CssBaseline, Button, Stack, useTheme, ThemeProvider, useMediaQuery } from '@mui/material'; -import { Route, BrowserRouter as Router, Routes, useLocation } from 'react-router-dom'; -import PackageShowcase from './pkgx.dev/PackageShowcase'; -import PackageListing from './pkgx.dev/PackageListing'; -import PrivacyPolicy from './pkgx.dev/PrivacyPolicy'; -import { InstantSearch } from 'react-instantsearch'; -import algoliasearch from 'algoliasearch/lite'; -import TermsOfUse from './pkgx.dev/TermsOfUse'; -import * as ReactDOM from 'react-dom/client'; -import Masthead from './components/Masthead'; -import HomeFeed from './pkgx.dev/HomeFeed'; +import { Route, BrowserRouter as Router, Routes, useLocation } from "react-router-dom"; +import PackageShowcase from "./pkgx.dev/PackageShowcase"; +import PackageListing from "./pkgx.dev/PackageListing"; +import PrivacyPolicy from "./pkgx.dev/PrivacyPolicy"; +import TermsOfUse from "./pkgx.dev/TermsOfUse"; +import TeaProtocol from "./pkgx.dev/TeaProtocol"; +import CoinListLandingPage from "./pkgx.dev/CoinListLandingPage"; +import * as ReactDOM from "react-dom/client"; +import Masthead from "./components/Masthead"; +import HomeFeed from "./pkgx.dev/HomeFeed"; import Footer from "./components/Footer"; -import Search from './components/Search'; -import Stars from './components/Stars'; -import theme from './utils/theme'; -import React, { } from "react"; -import './assets/main.css'; -import Discord from './components/Discord'; -import TeaProtocol from './pkgx.dev/TeaProtocol'; -import CoinListLandingPage from './pkgx.dev/CoinListLandingPage'; +import Search from "./components/Search"; +import Stars from "./components/Stars"; +import Discord from "./components/Discord"; +import { useIsMobile } from "./utils/useIsMobile"; +import React from "react"; +import "./assets/app.css"; - -const searchClient = algoliasearch('UUTLHX01W7', '__819a841ca219754c38918b8bcbbbfea7'); - -ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render( +ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render( - - - - - - - } /> - } /> - } /> - } /> - } /> - } /> - } /> - -