Package: cobra Source: golang-github-spf13-cobra Version: 1.10.1-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 11 Depends: cobra-cli Homepage: https://github.com/spf13/cobra Priority: optional Section: oldlibs Filename: pool/main/g/golang-github-spf13-cobra/cobra_1.10.1-1~bpo13+1_all.deb Size: 4568 SHA256: a2948ba513eef95040e1abbb9dfa77a61bd418bb2043e4207f67a70cfb140e27 SHA1: 0dcecbe32482b90fec47af59e973c65f54a50eef MD5sum: 3889fab2863e8651fb890d8209dd6996 Description: transitional package This is a transitional package. It can safely be removed. Package: elinks-data Source: elinks Version: 0.19.0-1~2.gbpce0e82~bpo13+1 Architecture: all Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Installed-Size: 1855 Breaks: elinks (<< 0.11.3-1), elinks-lite (<< 0.12~pre6-3) Replaces: elinks (<< 0.11.3-1), elinks-lite (<< 0.12~pre6-3) Multi-Arch: foreign Homepage: https://github.com/rkd77/elinks/ Priority: optional Section: web Filename: pool/main/e/elinks/elinks-data_0.19.0-1~2.gbpce0e82~bpo13+1_all.deb Size: 403160 SHA256: 7b20b9699d46ac800c1344797177ba433a07955112fdb5873a3d5f28928fc9ae SHA1: ec3f6ec7a54a19709dae2eb9bee2602206540b16 MD5sum: 5c89df7b714786aadb63f18269834c5e Description: advanced text-mode WWW browser - data files ELinks is a feature-rich program for browsing the web in text mode. It is like enhanced Lynx and Links. The most noteworthy features of ELinks are: . * Lots of protocols (local files, finger, HTTP(S), FTP, IPv4/6 etc.) * Internationalized domain names * Persistent cookies, HTTP authentication and proxy authentication * Tabbed browsing, good looking menus and dialogs, and key-binding manager * History browsing and typeahead searches * Forms history and completion, and history in commonly used input dialogs * CSS support and support for browser scripting (Perl, Lua, Guile etc.) * Tables and frames rendering, and configurable color support * Compressed and background (non-blocking) downloads, and download resuming . This package contains the data files that are necessary to use ELinks. Package: elinks-doc Source: elinks Version: 0.19.0-1~2.gbpce0e82~bpo13+1 Architecture: all Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Installed-Size: 912 Suggests: elinks Breaks: elinks (<< 0.11.3-1), elinks-lite (<< 0.11.3-1) Replaces: elinks (<< 0.11.3-1), elinks-lite (<< 0.11.3-1) Multi-Arch: foreign Homepage: https://github.com/rkd77/elinks/ Priority: optional Section: doc Filename: pool/main/e/elinks/elinks-doc_0.19.0-1~2.gbpce0e82~bpo13+1_all.deb Size: 433928 SHA256: e45b448c0ac7fbed3bcf75bbe584213480438d88132a74632d19d0a641e1e6b8 SHA1: 144ee4fbd824f4722aa411c93aaa5a31e33dc104 MD5sum: f120973a0359b2b44441f10f97316674 Description: advanced text-mode WWW browser - documentation ELinks is a feature-rich program for browsing the web in text mode. It is like enhanced Lynx and Links. The most noteworthy features of ELinks are: . * Lots of protocols (local files, finger, HTTP(S), FTP, IPv4/6 etc.) * Internationalized domain names * Persistent cookies, HTTP authentication and proxy authentication * Tabbed browsing, good looking menus and dialogs, and key-binding manager * History browsing and typeahead searches * Forms history and completion, and history in commonly used input dialogs * CSS support and support for browser scripting (Perl, Lua, Guile etc.) * Tables and frames rendering, and configurable color support * Compressed and background (non-blocking) downloads, and download resuming . This package contains the documentation and manuals for ELinks. Package: gccgo-go Source: golang-defaults Version: 2:1.26~1~bpo13+1 Architecture: arm64 Maintainer: Debian Go Compiler Team Installed-Size: 60 Depends: g++-14, gccgo-14 Conflicts: golang-go Multi-Arch: same Homepage: https://go.dev Priority: optional Section: golang Filename: pool/main/g/golang-defaults/gccgo-go_1.26~1~bpo13+1_arm64.deb Size: 39992 SHA256: ffe806f4d9f26c1f7f1ee64e40d082dd0074757fbc34a2f6e74fca2255a05fd4 SHA1: dd5086011f436d3b60562831f0745739dd67d855 MD5sum: e8398a87c17acf4dd9b762613e8ab363 Description: Go programming language -- gccgo The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . Installing this package will install the gccgo implementation as /usr/bin/go. It conflicts with golang-go. Package: go-internal Source: golang-github-rogpeppe-go-internal Version: 1.14.1-1~bpo13+1 Architecture: arm64 Maintainer: Debian Go Packaging Team Installed-Size: 17032 Depends: libc6 (>= 2.34) Static-Built-Using: golang-1.24 (= 1.24.4-1), golang-golang-x-mod (= 0.19.0-1), golang-golang-x-tools (= 1:0.25.0+ds-1) Homepage: https://github.com/rogpeppe/go-internal Priority: optional Section: golang Filename: pool/main/g/golang-github-rogpeppe-go-internal/go-internal_1.14.1-1~bpo13+1_arm64.deb Size: 3614380 SHA256: 01eeea5533adba293a5442c0c5d1e7e3fffa6d65fa9e8f74dadfdf1863eaa413 SHA1: 866fa9f01c28f2b2614192a5f6938bb69d65690e MD5sum: 828ec11ee23c9129ac7bc88f87adfc89 Description: Selected Go-internal packages factored out from the standard library (binaries) The go-internal repository factors out an opinionated selection of internal packages and functionality from the Go standard library. Currently this consists mostly of packages and testing code from within the Go tool implementation. . Included are the following: . * dirhash: calculate hashes over directory trees the same way that the Go tool does. * goproxytest: a GOPROXY implementation designed for test use. * gotooltest: Use the Go tool inside test scripts (see testscript below). * imports: list of known architectures and OSs, and support for reading import statements. * modfile: read and write go.mod files while preserving formatting and comments. * module: module paths and versions. * par: do work in parallel. * semver: semantic version parsing. * testenv: information on the current testing environment. * testscript: script-based testing based on txtar files. * txtar: simple text-based file archives for testing. . This package contains the compiled binaries, namely testscript, txtar-addmod, txtar-c and txtar-goproxy. Package: go-md2man Source: go-md2man-v2 Version: 2.0.7-1~bpo13+1 Architecture: arm64 Maintainer: Debian Go Packaging Team Installed-Size: 2175 Conflicts: go-md2man-v2 Static-Built-Using: golang-1.24 (= 1.24.4-1), golang-blackfriday-v2 (= 2.1.0-1) Multi-Arch: foreign Homepage: https://github.com/cpuguy83/go-md2man Priority: optional Section: doc Filename: pool/main/g/go-md2man-v2/go-md2man_2.0.7-1~bpo13+1_arm64.deb Size: 666820 SHA256: a2e9351c39425d64e05a736269940298cdadbf23a8b229760abe27b45f1032ba SHA1: 052d0192cabd9e165a616a39cc0444449bf880cc MD5sum: e5470e16feb0d6dd0c6e702f7f0a3f90 Description: utility to create manpages from markdown Turns Markdown into manpages, which is really handy for people that don't want to learn how to make manpages from stuff like DocBook. . This package contains the conversion binary for go-md2man version 2. Package: golang Source: golang-defaults Version: 2:1.26~1~bpo13+1 Architecture: arm64 Maintainer: Debian Go Compiler Team Installed-Size: 12 Depends: golang-1.26, golang-doc (>= 2:1.26~1~bpo13+1), golang-go (>= 2:1.26~1~bpo13+1), golang-src (>= 2:1.26~1~bpo13+1) Multi-Arch: same Homepage: https://go.dev Priority: optional Section: golang Filename: pool/main/g/golang-defaults/golang_1.26~1~bpo13+1_arm64.deb Size: 5384 SHA256: 84c0d0b9149bb0009137e30b5f26d3c892ac1a0db60ba4827fc3d2c3f3598fc5 SHA1: e6a0480ad01819e34a515e216705182790ec711a MD5sum: 9ba7bb4ba9764bd6beaa061bc2a6669a Description: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. Package: golang-1.24 Version: 1.24.13-2~bpo13+1 Architecture: all Maintainer: Debian Go Compiler Team Installed-Size: 35 Depends: golang-1.24-doc (>= 1.24.13-2~bpo13+1), golang-1.24-go (>= 1.24.13-2~bpo13+1), golang-1.24-src (>= 1.24.13-2~bpo13+1) Homepage: https://go.dev/ Priority: optional Section: golang Filename: pool/main/g/golang-1.24/golang-1.24_1.24.13-2~bpo13+1_all.deb Size: 17940 SHA256: aed8bd783bd303f41a32f9f5b7c04e9ffe7882bf7ca8ac7a59a815594762f8fc SHA1: 7447f347c1146a0d113c2981fbbdc9f25f62e69d MD5sum: 00caa96568d1028e9fcbce9709ade482 Description: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.24/bin/ to PATH, or invoke /usr/lib/go-1.24/bin/go directly. Package: golang-1.24-doc Source: golang-1.24 Version: 1.24.13-2~bpo13+1 Architecture: all Maintainer: Debian Go Compiler Team Installed-Size: 640 Multi-Arch: foreign Homepage: https://go.dev/ Priority: optional Section: doc Filename: pool/main/g/golang-1.24/golang-1.24-doc_1.24.13-2~bpo13+1_all.deb Size: 113756 SHA256: 6996fbb01746b7705b48e3519fa12bb0d53223e7efcf51f6a6c501670b9c887e SHA1: 8781529239703afe2edceffb05cc7dd16456c308 MD5sum: 0482e7419852440dbb5ca9efd13dddb4 Description: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the documentation for the Go programming language. Package: golang-1.24-go Source: golang-1.24 Version: 1.24.13-2~bpo13+1 Architecture: arm64 Maintainer: Debian Go Compiler Team Installed-Size: 113291 Depends: binutils-gold, golang-1.24-src (>= 1.24.13-2~bpo13+1) Recommends: g++, gcc, libc6-dev, pkgconf Suggests: bzr | brz, ca-certificates, git, mercurial, subversion Breaks: dh-golang (<< 1.43~) Homepage: https://go.dev/ Priority: optional Section: golang Filename: pool/main/g/golang-1.24/golang-1.24-go_1.24.13-2~bpo13+1_arm64.deb Size: 24681916 SHA256: 6be07df290bb41b51d09768a08041563c48d2b44592bf7900708c242590b92dd SHA1: e58b55bfc7e591f6192b5607bb253ccedd2af7b5 MD5sum: c98151947cea5533020622ca1423072e Description: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides an assembler, compiler, linker, and compiled libraries for the Go programming language. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.24/bin/ to PATH, or invoke /usr/lib/go-1.24/bin/go directly. Package: golang-1.24-src Source: golang-1.24 Version: 1.24.13-2~bpo13+1 Architecture: all Maintainer: Debian Go Compiler Team Installed-Size: 135280 Multi-Arch: foreign Homepage: https://go.dev/ Priority: optional Section: golang Filename: pool/main/g/golang-1.24/golang-1.24-src_1.24.13-2~bpo13+1_all.deb Size: 21190900 SHA256: 16ec2311076465ac3e05dbf7c43927b9a371c40260a3856d1611d15506fbcfbb SHA1: a7bfe29d83aceaea86df85b7d5a7870930fdbaf3 MD5sum: d31264bec6adbb1c1e03b3261fd22702 Description: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the Go programming language source files needed for compilation. Package: golang-1.26 Version: 1.26.2-1~bpo13+1 Architecture: all Maintainer: Debian Go Compiler Team Installed-Size: 35 Depends: golang-1.26-doc (>= 1.26.2-1~bpo13+1), golang-1.26-go (>= 1.26.2-1~bpo13+1), golang-1.26-src (>= 1.26.2-1~bpo13+1) Homepage: https://go.dev/ Priority: optional Section: golang Filename: pool/main/g/golang-1.26/golang-1.26_1.26.2-1~bpo13+1_all.deb Size: 18324 SHA256: cc0d91a79ac51fa6497bba18f6df0dc6a5882011978425c0ce02ece4f7a206e0 SHA1: 6335939494f3fe925d2e2306eb55e3daea718203 MD5sum: 3a77e709fc82a4f83eb90891546192d7 Description: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.26/bin/ to PATH, or invoke /usr/lib/go-1.26/bin/go directly. Package: golang-1.26-doc Source: golang-1.26 Version: 1.26.2-1~bpo13+1 Architecture: all Maintainer: Debian Go Compiler Team Installed-Size: 432 Multi-Arch: foreign Homepage: https://go.dev/ Priority: optional Section: doc Filename: pool/main/g/golang-1.26/golang-1.26-doc_1.26.2-1~bpo13+1_all.deb Size: 111148 SHA256: 96e03df7239f376994c327c37c4a00c8280a456dc744eaec535935c11bf5e780 SHA1: f1a01ab100c1e8268e85d27a0a30691f89f73036 MD5sum: 3fb8a36ca613150bce62a6d5430e7688 Description: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the documentation for the Go programming language. Package: golang-1.26-go Source: golang-1.26 Version: 1.26.2-1~bpo13+1 Architecture: arm64 Maintainer: Debian Go Compiler Team Installed-Size: 74328 Depends: binutils-gold, golang-1.26-src (>= 1.26.2-1~bpo13+1) Recommends: g++, gcc, libc6-dev, pkgconf Suggests: bzr | brz, ca-certificates, git, mercurial, subversion Homepage: https://go.dev/ Priority: optional Section: golang Filename: pool/main/g/golang-1.26/golang-1.26-go_1.26.2-1~bpo13+1_arm64.deb Size: 16893380 SHA256: 9817be9f6ac06019be972860db796529dc724f95cd3476cfa97890213798db20 SHA1: 7c4288f3dcfd74674d803ef6d61f28dd924a8adf MD5sum: f52d6e8582d9ddbe50ee4cc406817316 Description: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides an assembler, compiler, linker, and compiled libraries for the Go programming language. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.26/bin/ to PATH, or invoke /usr/lib/go-1.26/bin/go directly. Package: golang-1.26-src Source: golang-1.26 Version: 1.26.2-1~bpo13+1 Architecture: all Maintainer: Debian Go Compiler Team Installed-Size: 150923 Multi-Arch: foreign Homepage: https://go.dev/ Priority: optional Section: golang Filename: pool/main/g/golang-1.26/golang-1.26-src_1.26.2-1~bpo13+1_all.deb Size: 23458368 SHA256: 707441d68352977ba4d5bb3a1777f0931427f5310a52fe25b6a7f850a4008378 SHA1: 342f760a7f98f0a18cb9df1828080aee12e555c5 MD5sum: 094f632751d69c2b90a04824a634d293 Description: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the Go programming language source files needed for compilation. Package: golang-any Source: golang-defaults Version: 2:1.26~1~bpo13+1 Architecture: arm64 Maintainer: Debian Go Compiler Team Installed-Size: 12 Depends: golang-go (>= 2:1.26~1~bpo13+1) Multi-Arch: same Homepage: https://go.dev Priority: optional Section: golang Filename: pool/main/g/golang-defaults/golang-any_1.26~1~bpo13+1_arm64.deb Size: 5512 SHA256: 8b654cf99b8f8cf98ee2b404d1714d9a43741beb9ff96e5ab4eb4d74a62af3f3 SHA1: 9716f3d772dbbc9d29486d2b9e120e9f7c744489 MD5sum: d99c3db356f9032346df0120a9873100 Description: Go programming language -- gccgo on "non-Go" platforms The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This is a dependency package that depends on the default Go toolchain and compiled standard library or gccgo on architectures that do not have a native toolchain ("gc compiler") port. Because the gccgo and Go releases are not on the same schedule, it is not guaranteed that the version of the Go language provided by the version of gccgo that this package depends upon will match the version of this package. Package: golang-chroma-v2 Source: golang-github-alecthomas-chroma-v2 Version: 2.23.1-1~bpo13+1 Architecture: arm64 Maintainer: Debian Go Packaging Team Installed-Size: 19770 Depends: libc6 (>= 2.34) Static-Built-Using: golang-1.24 (= 1.24.4-1), golang-github-alecthomas-kong (= 0.9.0-1), golang-github-alecthomas-kong-hcl (= 1.0.1-1), golang-github-dlclark-regexp2 (= 1.11.0+ds1-1), golang-github-felixge-httpsnoop (= 1.0.3-3), golang-github-gorilla-csrf (= 1.7.2+ds1-2), golang-github-gorilla-handlers (= 1.5.2-1), golang-github-gorilla-mux (= 1.8.1-1), golang-github-gorilla-securecookie (= 1.1.2-1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-mattn-go-colorable (= 0.1.13-1), golang-github-mattn-go-isatty (= 0.0.20-1), golang-github-pkg-errors (= 0.9.1-3), golang-golang-x-sys (= 0.22.0-1) Homepage: https://github.com/alecthomas/chroma Priority: optional Section: golang Filename: pool/main/g/golang-github-alecthomas-chroma-v2/golang-chroma-v2_2.23.1-1~bpo13+1_arm64.deb Size: 4694504 SHA256: 388c7132c7ff80de96d8bae1321538974799ed1361c2e3a07e98ae762877737d SHA1: b730ddfb920f16e1d1024c4506abce92eddff849 MD5sum: f155366134bdee7c2be2c07a6b71222a Description: general purpose syntax highlighter in pure Go (binaries) Chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI-coloured text, etc. . Chroma is based heavily on Pygments (http://pygments.org/), and includes translators for Pygments lexers and styles. . This package contains the compiled chroma-v2 and chromad-v2 binaries. Package: golang-doc Source: golang-defaults Version: 2:1.26~1~bpo13+1 Architecture: all Maintainer: Debian Go Compiler Team Installed-Size: 12 Depends: golang-1.26-doc, golang-go (>= 2:1.26~1~bpo13+1) Multi-Arch: foreign Homepage: https://go.dev Priority: optional Section: doc Filename: pool/main/g/golang-defaults/golang-doc_1.26~1~bpo13+1_all.deb Size: 5448 SHA256: 2c0306790fcf96230bae439794152ba225481c8640a36386121abbf09bcf466a SHA1: 5993fc816c3e558edd528bf4af1ca65e018c0db4 MD5sum: 2abe4d56be9db79ef9371ebc59e35e93 Description: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This is a dependency package that depends on the default Go documentation. You can view the formatted documentation by installing the golang-golang-x-tools package, running "godoc --http=:6060", and then visiting http://localhost:6060/doc/install.html. Package: golang-github-alecthomas-chroma-v2-dev Source: golang-github-alecthomas-chroma-v2 Version: 2.23.1-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 9939 Depends: golang-github-alecthomas-assert-dev (>= 2.7.0), golang-github-alecthomas-kong-dev (>= 0.9.0), golang-github-alecthomas-kong-hcl-dev (>= 1.0.1), golang-github-alecthomas-repr-dev (>= 0.4.0), golang-github-danwakefield-fnmatch-dev, golang-github-dlclark-regexp2-dev (>= 1.11.0), golang-github-gorilla-csrf-dev (>= 1.7.2), golang-github-gorilla-handlers-dev (>= 1.5.2), golang-github-gorilla-mux-dev (>= 1.8.1), golang-github-mattn-go-colorable-dev (>= 0.1.13), golang-github-mattn-go-isatty-dev (>= 0.0.20) Multi-Arch: foreign Homepage: https://github.com/alecthomas/chroma Priority: optional Section: golang Filename: pool/main/g/golang-github-alecthomas-chroma-v2/golang-github-alecthomas-chroma-v2-dev_2.23.1-1~bpo13+1_all.deb Size: 989748 SHA256: ca3e95e0b5dbf3bc377d1e352c3ed19381519825018eb92261340bc93ff71ed5 SHA1: 7237bfca042209d7bb2a9afa98fa57b88aa59056 MD5sum: d2da76ed96bb9c484d738e0829563e50 Description: general purpose syntax highlighter in pure Go (libraries) Chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI-coloured text, etc. . Chroma is based heavily on Pygments (http://pygments.org/), and includes translators for Pygments lexers and styles. . This package contains Chroma's source code and helper libraries. Package: golang-github-bep-goportabletext-dev Source: golang-github-bep-goportabletext Version: 0.1.0-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 63 Depends: golang-github-mitchellh-mapstructure-dev Multi-Arch: foreign Homepage: https://github.com/bep/goportabletext Priority: optional Section: golang Filename: pool/main/g/golang-github-bep-goportabletext/golang-github-bep-goportabletext-dev_0.1.0-1~bpo13+1_all.deb Size: 11856 SHA256: b53a0dbfd24de2463134f11a927f6708aac4157a308729e9aa8b553e7802e5e9 SHA1: d63489282686a99e5b33076acbe59daaf107a5b3 MD5sum: ec481b0090bf62d0dc6f6a9df3a217fd Description: converts Portable Text to Markdown Converts Portable Text (https://www.portabletext.org/) to Markdown. . Types supported . * block and span * image. Note that the image handling is currently very simple; we link to the asset.url using asset.altText as the image alt text and asset. title as the title. * code (see the code-input (https://www.sanity.io/plugins/code-input) plugin). Code will be rendered as fenced code blocks with any filename provided passed on as a markdown attribute. Package: golang-github-bep-helpers-dev Source: golang-github-bep-helpers Version: 0.8.0-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 64 Multi-Arch: foreign Homepage: https://github.com/bep/helpers Priority: optional Section: golang Filename: pool/main/g/golang-github-bep-helpers/golang-github-bep-helpers-dev_0.8.0-1~bpo13+1_all.deb Size: 12500 SHA256: fdd55fb5ed273eaad05c708b41608a4a0387d1370a2808d1dc40be94f105cbde SHA1: 2c48de3d6a76dddcc4bd0b74fc5620b12bf10714 MD5sum: bc8d3c5da715b7a0d681e6565b80193f Description: Go utils package with a less burdened name by @bep Some helper packages with some helper code that Bjørn Erik Pedersen (@bep) has had a tendency to copy from project to project over the years, prompting him to consider some reuse and create this Go package. Package: golang-github-bep-imagemeta-dev Source: golang-github-bep-imagemeta Version: 0.17.2+dfsg-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 215 Depends: golang-github-rwcarlsen-goexif-dev (>= 0.0~git20190401.9e8deec), golang-golang-x-text-dev (>= 0.16.0) Multi-Arch: foreign Homepage: https://github.com/bep/imagemeta Priority: optional Section: golang Filename: pool/main/g/golang-github-bep-imagemeta/golang-github-bep-imagemeta-dev_0.17.2+dfsg-1~bpo13+1_all.deb Size: 46436 SHA256: 8279ff520b6e17a559ec810cee5a1e47221a4aaab203662b457ebf4e173a9a53 SHA1: 518c4a5873e01fcb1ca2f5b925238a06c9837b56 MD5sum: 08a6dba97ce3f415307c342b765f1ee0 Description: Go library for reading EXIF, IPTC and XMP image metadata github.com/bep/imagedata is a Go library for reading EXIF, IPTC and XMP image metadata from JPEG, TIFF, PNG, and WebP files. . This is about READING image metadata. Writing is not supported, and never will. . The output of this library is tested against exiftool -n -json. This means, for example, that: . * We use f-numbers and not APEX for aperture values. * We use seconds and not APEX for shutter speed values. * EXIF field definitions are fetched from this table: https://exiftool.org/TagNames/EXIF.html * IPTC field definitions are fetched from this table: https://exiftool.org/TagNames/IPTC.html * The XMP handling is currently very simple, you can supply your own XMP handler (see the HandleXMP option) if you need more. . There are some subtle differences in output: . * Exiftool prints rationale number arrays as space formatted strings with a format/precision that seems unnecessary hard to replicate, so we use strconv.FormatFloat(f, 'f', -1, 64) for these. Package: golang-github-bep-lazycache-dev Source: golang-github-bep-lazycache Version: 0.8.0-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 32 Depends: golang-github-frankban-quicktest-dev (>= 1.14.2), golang-github-hashicorp-golang-lru-v2-dev (>= 2.0.7) Multi-Arch: foreign Homepage: https://github.com/bep/lazycache Priority: optional Section: golang Filename: pool/main/g/golang-github-bep-lazycache/golang-github-bep-lazycache-dev_0.8.0-1~bpo13+1_all.deb Size: 8144 SHA256: beec0d1c5540b8bcb7c41c51843c93b86830b004b88b9bf4ed6ac26406af38fe SHA1: 52c1511df1f4faf716eb45e8f76dc0a2f81fa2c5 MD5sum: 5c29a512d7b721a5c6267521ca71b4e9 Description: Thread-safe in-memory LRU cache with non-blocking cache priming on cache misses Lazycache is a simple thread-safe in-memory LRU cache. Under the hood it leverages the great simpleru package in golang-lru, with its exellent performance. One big difference between golang-lru and this library is the GetOrCreate method, which provides: . * Non-blocking cache priming on cache misses. * A guarantee that the prime function is only called once for a given key. * The cache's RWMutex is not locked during the execution of the prime function, which should make it easier to reason about potential deadlocks. . Other notable features: . * The API is generic * The cache can be resized while running. * When the number of entries overflows the defined cache size, the least recently used item gets discarded (LRU). Package: golang-github-bep-textandbinarywriter-dev Source: golang-github-bep-textandbinarywriter Version: 0.1.0-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 28 Multi-Arch: foreign Homepage: https://github.com/bep/textandbinarywriter Priority: optional Section: golang Filename: pool/main/g/golang-github-bep-textandbinarywriter/golang-github-bep-textandbinarywriter-dev_0.1.0-1~bpo13+1_all.deb Size: 5720 SHA256: 1776167a56a0561d70ae4106ebd2a0ccfa36e7bed007673327f22919c6c0c6df SHA1: a24a799968dfe1600c15b601b408163df8032b51 MD5sum: 999d3c49f2ffdf4061db6a549376fb87 Description: text and binary io.Writer in Go (library) This is a helper package for Hugo, the static site generator. Package: golang-github-bits-and-blooms-bitset-dev Source: golang-github-bits-and-blooms-bitset Version: 1.24.2-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 650 Multi-Arch: foreign Homepage: https://github.com/bits-and-blooms/bitset Priority: optional Section: golang Filename: pool/main/g/golang-github-bits-and-blooms-bitset/golang-github-bits-and-blooms-bitset-dev_1.24.2-1~bpo13+1_all.deb Size: 47144 SHA256: 18f9dc93cead72d7bc84b0f0bc99a6706b8f634af73c9c12d2ea96c25e931f96 SHA1: 556653e1dd24bff033b87f838519b00c5ba787e7 MD5sum: a8a1b26aadb9df653b776816fc57cfde Description: implementation of bitsets This package implements bitsets, a mapping between non-negative integers and boolean values. It should be more efficient than map[uint] bool. . It provides methods for setting, clearing, flipping, and testing individual integers. . But it also provides set intersection, union, difference, complement, and symmetric operations, as well as tests to check whether any, all, or no bits are set, and querying a bitset's current length and number of positive bits. . BitSets are expanded to the size of the largest set bit; the memory allocation is approximately Max bits, where Max is the largest set bit. BitSets are never shrunk. On creation, a hint can be given for the number of bits that will be used. . Many of the methods, including Set, Clear, and Flip, return a BitSet pointer, which allows for chaining. Package: golang-github-cpuguy83-go-md2man-v2-dev Source: go-md2man-v2 Version: 2.0.7-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 50 Depends: golang-github-russross-blackfriday-v2-dev (>= 2.1.0) Multi-Arch: foreign Homepage: https://github.com/cpuguy83/go-md2man Priority: optional Section: golang Filename: pool/main/g/go-md2man-v2/golang-github-cpuguy83-go-md2man-v2-dev_2.0.7-1~bpo13+1_all.deb Size: 12148 SHA256: 96536fd046c47d3ff8564d8a89de42659e24325d5a740f53b45ddea06fc5fc80 SHA1: f8628f7454ecbfbe4c2f2bc2e0a378ec0dc7e236 MD5sum: 64a2b2b0b6a865f6ce0bde7a0fd05f37 Description: utility to create manpages from markdown (source) Turns Markdown into manpages, which is really handy for people that don't want to learn how to make manpages from stuff like DocBook. . This package contains the source for go-md2man version 2. Package: golang-github-goccy-go-yaml-dev Source: golang-github-goccy-go-yaml Version: 1.18.0-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 2031 Multi-Arch: foreign Homepage: https://github.com/goccy/go-yaml Priority: optional Section: golang Filename: pool/main/g/golang-github-goccy-go-yaml/golang-github-goccy-go-yaml-dev_1.18.0-1~bpo13+1_all.deb Size: 161100 SHA256: 2aadf915250f448c15a1d863dd252adb642e23fcff5767b64311bf99d5b5ae64 SHA1: 126e8a002baa1d9a521edd1b07a996bb5361b3f4 MD5sum: 48e46eef691d7f98d6a4543a55a21208 Description: yet another golang library for YAML support YAML library for the Go language. This adds some features compared to the golang standard YAML library. * Pretty format for error notifications * Supports Scanner or Lexer or Parser as public API * Supports Anchor and Alias to Marshaler * Allow referencing elements declared in another file via anchors * Extract value or AST by YAMLPath (like a JSONPath) Package: golang-github-gohugoio-gift-dev Source: golang-github-gohugoio-gift Version: 0.2.0-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 1267 Multi-Arch: foreign Homepage: https://github.com/gohugoio/gift Priority: optional Section: golang Filename: pool/main/g/golang-github-gohugoio-gift/golang-github-gohugoio-gift-dev_0.2.0-1~bpo13+1_all.deb Size: 1096012 SHA256: 41fee6b22d2fd6a652bc861b603e33c5fca7f08499bd2b3f5fb62d12deeac272 SHA1: ceebd3cd465144d1b9e65c4bcdf692d35831ef7d MD5sum: 42af9539422519d6621bd8cf228aa3e0 Description: Go Image Filtering Toolkit (library) Package gift provides a set of useful image processing filters. Package: golang-github-gohugoio-hashstructure-dev Source: golang-github-gohugoio-hashstructure Version: 0.6.0-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 51 Depends: golang-github-cespare-xxhash-dev Multi-Arch: foreign Homepage: https://github.com/gohugoio/hashstructure Priority: optional Section: golang Filename: pool/main/g/golang-github-gohugoio-hashstructure/golang-github-gohugoio-hashstructure-dev_0.6.0-1~bpo13+1_all.deb Size: 10444 SHA256: deead9f5e9ce7391b689c2fcc8cda2068a86a4c6a35d58a5754e575d24ea44bc SHA1: c8f93e2ab9c0933963c454a3725146646b31e2ea MD5sum: 97ccd37c61ced4397b21584c430c489d Description: Get hash values for arbitrary values in Go hashstructure is a Go library for creating a unique hash value for arbitrary values in Go. . This can be used to key values in a hash (for use in a map, set, etc.) that are complex. The most common use case is comparing two values without sending data across the network, caching values locally (de-dup), and so on. Package: golang-github-gohugoio-httpcache-dev Source: golang-github-gohugoio-httpcache Version: 0.8.0-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 74 Multi-Arch: foreign Homepage: https://github.com/gohugoio/httpcache Priority: optional Section: golang Filename: pool/main/g/golang-github-gohugoio-httpcache/golang-github-gohugoio-httpcache-dev_0.8.0-1~bpo13+1_all.deb Size: 13460 SHA256: 2cb52cd25f7a99cfbf84981255d62fa74b1a6aa13a07b0746e035cddbe1ea18f SHA1: fbef22a2b12dbc942259dbdb16ad25e658297a1a MD5sum: eab9878229d379e574f941bb8ea5e298 Description: transport for http.Client that will cache responses A Transport for http.Client that will cache responses according to the HTTP RFC. Package: golang-github-gohugoio-hugo-goldmark-extensions-dev Source: golang-github-gohugoio-hugo-goldmark-extensions Version: 0.0~git20260325.cd83bcc-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 77 Depends: golang-github-yuin-goldmark-dev Multi-Arch: foreign Homepage: https://github.com/gohugoio/hugo-goldmark-extensions Priority: optional Section: golang Filename: pool/main/g/golang-github-gohugoio-hugo-goldmark-extensions/golang-github-gohugoio-hugo-goldmark-extensions-dev_0.0~git20260325.cd83bcc-1~bpo13+1_all.deb Size: 12720 SHA256: 880a74705d043bc2b5dffbb53c2eb6bb9ad6fa6c87d7d0d610194451be341405 SHA1: 1ef4b6278fb6734c1e83271c09137f5391dbd9cc MD5sum: 173e7edb7ffb88471f3e963ce44d7c79 Description: collection of Goldmark extensions (library) This repository houses a collection of Goldmark extensions created by the Hugo community, focusing on expanding Hugo's markdown functionality. Package: golang-github-johanneskaufmann-html-to-markdown-dev Source: golang-github-johanneskaufmann-html-to-markdown Version: 2.4.0-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 454 Depends: golang-github-johanneskaufmann-dom-dev (>= 0.2.0), golang-github-sebdah-goldie-dev, golang-github-yuin-goldmark-dev, golang-golang-x-net-dev Multi-Arch: foreign Homepage: https://github.com/JohannesKaufmann/html-to-markdown Priority: optional Section: golang Filename: pool/main/g/golang-github-johanneskaufmann-html-to-markdown/golang-github-johanneskaufmann-html-to-markdown-dev_2.4.0-1~bpo13+1_all.deb Size: 72812 SHA256: 5ffff5d29a2af77ae5f585552190677edd745913e2aab63b1f0660fc0be79ee6 SHA1: 8359ed47e64613ec885a4c34f16a46094598ff8a MD5sum: 73fbbbbc7a647ff90c50d651e9f91759 Description: Convert HTML to Markdown (library) Convert HTML into Markdown with Go. It uses an HTML Parser to avoid the use of regexp as much as possible. That should prevent some weird cases and allows it to be used for cases where the input is totally unknown. It even works with entire websites and can be extended through rules. Package: golang-github-olekukonko-errors-dev Source: golang-github-olekukonko-errors Version: 1.1.0-2~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 299 Multi-Arch: foreign Homepage: https://github.com/olekukonko/errors Priority: optional Section: golang Filename: pool/main/g/golang-github-olekukonko-errors/golang-github-olekukonko-errors-dev_1.1.0-2~bpo13+1_all.deb Size: 61692 SHA256: 933084c9d3fe04ac3173140c7d5c98630183f915aca911b47e8b8259fc48f26c SHA1: bf96ac18035d1f4410fec3c9dddf813a1f8d61b4 MD5sum: 44ab89adda03200a1014238590f39215 Description: Enhanced error handling library A production-grade error handling library for Go, offering zero-cost abstractions, stack traces, multi-error support, retries, and advanced monitoring through two complementary packages: errors (core) and errmgr (management). Package: golang-github-olekukonko-ll-dev Source: golang-github-olekukonko-ll Version: 0.0.9-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 257 Multi-Arch: foreign Homepage: https://github.com/olekukonko/ll Priority: optional Section: golang Filename: pool/main/g/golang-github-olekukonko-ll/golang-github-olekukonko-ll-dev_0.0.9-1~bpo13+1_all.deb Size: 43664 SHA256: 458880ec24b9e02e6d55d3543009567e23175848a4f6b2ef568a6e2339503ebe SHA1: 3dceb4e49a85457f134c4d1863dc3203d2c3f1b4 MD5sum: 56d5a3621158ecf65c090c7358721384 Description: Modern structured logging library for Go ll is a high-performance, production-ready logging library for Go, designed to provide hierarchical namespaces, structured logging, middleware pipelines, conditional logging, and support for multiple output formats, including text, JSON, colorized logs, and compatibility with Go’s slog. It’s ideal for applications requiring fine-grained log control, extensibility, and scalability. Package: golang-github-olekukonko-tablewriter-dev Source: golang-github-olekukonko-tablewriter Version: 1.0.9-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 817 Depends: golang-github-fatih-color-dev, golang-github-mattn-go-runewidth-dev, golang-github-olekukonko-errors-dev, golang-github-olekukonko-ll-dev, golang-github-olekukonko-ts-dev, golang-github-rivo-uniseg-dev Breaks: golang-etcd-server-dev (<= 3.5.16-4), golang-github-bougou-go-ipmi-dev (<= 0.7.7-1), golang-github-checkpoint-restore-checkpointctl-dev (<= 1.3.0+ds1-2), golang-github-jaytaylor-html2text-dev (<= 0.0~git20211013.90c08c5-2), golang-github-kotakanbe-go-cve-dictionary-dev (<= 0.3.1-5), golang-github-lxc-incus-dev (<= 6.0.4-3), golang-github-rubenv-sql-migrate-dev (<= 0.0~git20191213.0633851-3), golang-github-yggdrasil-network-yggdrasil-go-dev (<= 0.5.12-2), golang-gitlab-gitlab-org-gitaly-dev (<= 16.11.6+ds1-4), hugo (<= 0.131.0-1), minio-client (<= 0.0~20250403-3), tea-cli (<= 0.9.2-1), vuls (<= 0.6.1-5) Multi-Arch: foreign Homepage: https://github.com/olekukonko/tablewriter Priority: optional Section: golang Filename: pool/main/g/golang-github-olekukonko-tablewriter/golang-github-olekukonko-tablewriter-dev_1.0.9-1~bpo13+1_all.deb Size: 138584 SHA256: a018acbc1abf69d6890f09b53125dc5a3851a7137bdc87959bbb2ef651722c7a SHA1: 3f590f7b2cff553f3358880138d9eb9e7aa4b60d MD5sum: e10d2f17f9b13cc1605255dd16ad3796 Description: generate ASCII tables in Golang Library to generate ASCII tables using Go. Features automatic padding, multiple lines, alignment, custom separators, and much more. Package: golang-github-rogpeppe-go-internal-dev Source: golang-github-rogpeppe-go-internal Version: 1.14.1-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 675 Depends: golang-golang-x-mod-dev (>= 0.9.0), golang-golang-x-sys-dev (>= 0.0~git20220722.8c9f86f), golang-golang-x-tools-dev (>= 1:0.1.12) Multi-Arch: foreign Homepage: https://github.com/rogpeppe/go-internal Priority: optional Section: golang Filename: pool/main/g/golang-github-rogpeppe-go-internal/golang-github-rogpeppe-go-internal-dev_1.14.1-1~bpo13+1_all.deb Size: 102832 SHA256: ecdeb0abf556523ab444f294c8b14cb50f6cb4c5066e8efa04c51922a5e3b47d SHA1: b1d58226b42f4853de36e5f3dcdb52bb0d865246 MD5sum: dace697aeedc9485b1b49aeb4a43e175 Description: Selected Go-internal packages factored out from the standard library The go-internal repository factors out an opinionated selection of internal packages and functionality from the Go standard library. Currently this consists mostly of packages and testing code from within the Go tool implementation. . Included are the following: . * dirhash: calculate hashes over directory trees the same way that the Go tool does. * goproxytest: a GOPROXY implementation designed for test use. * gotooltest: Use the Go tool inside test scripts (see testscript below). * imports: list of known architectures and OSs, and support for reading import statements. * modfile: read and write go.mod files while preserving formatting and comments. * module: module paths and versions. * par: do work in parallel. * semver: semantic version parsing. * testenv: information on the current testing environment. * testscript: script-based testing based on txtar files. * txtar: simple text-based file archives for testing. . This package contains the development library files. Package: golang-github-spf13-cobra-dev Source: golang-github-spf13-cobra Version: 1.10.1-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 535 Depends: golang-github-cpuguy83-go-md2man-v2-dev (>= 2.0.7), golang-github-spf13-pflag-dev (>= 1.0.10), golang-github-spf13-viper-dev (>= 1.10.0), golang-gopkg-yaml.v3-dev (>= 3.0.1) Multi-Arch: foreign Homepage: https://github.com/spf13/cobra Priority: optional Section: golang Filename: pool/main/g/golang-github-spf13-cobra/golang-github-spf13-cobra-dev_1.10.1-1~bpo13+1_all.deb Size: 80324 SHA256: 53487264c75eb04a5c8747c441745f5fe56d79529dadd5a5b550827219b90343 SHA1: a73a5ad62c8e5fcf04eb7848bee5daacd619c2d2 MD5sum: c4f3cec365bc01606dfbeddbec370329 Description: Go library for creating powerful modern Go CLI applications Cobra is a Go library providing a simple interface to create powerful modern CLI interfaces similar to git & go tools. . Cobra has an exceptionally clean interface and simple design without needless constructors or initialization methods. . This package contains the Cobra library for Go. Package: golang-github-spf13-pflag-dev Source: golang-github-spf13-pflag Version: 1.0.10-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 394 Multi-Arch: foreign Homepage: https://github.com/spf13/pflag Priority: optional Section: golang Filename: pool/main/g/golang-github-spf13-pflag/golang-github-spf13-pflag-dev_1.0.10-1~bpo13+1_all.deb Size: 48992 SHA256: a0eeefb6f72847949d350b101bb67af41b51c296c509dd888a9399ec6958a1d2 SHA1: 94aedc16becdcc1704fb39a47d5e589c302cc517 MD5sum: c7020677142b6210420e1fb4bdee13ba Description: Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags . pflag is compatible with the GNU extensions to the POSIX recommendations for command-line options (http://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html). . Forked from github.com/ogier/pflag. Package: golang-github-tdewolff-minify-dev Source: golang-github-tdewolff-minify Version: 2.24.11-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 711 Depends: golang-github-djherbis-atime-dev (>= 1.1.0), golang-github-fsnotify-fsnotify-dev (>= 1.7.0), golang-github-matryer-try-dev, golang-github-tdewolff-argp-dev (>= 0.0~git20240307.960de61), golang-github-tdewolff-parse-dev (>= 2.8.11) Multi-Arch: foreign Homepage: https://github.com/tdewolff/minify Priority: optional Section: golang Filename: pool/main/g/golang-github-tdewolff-minify/golang-github-tdewolff-minify-dev_2.24.11-1~bpo13+1_all.deb Size: 141108 SHA256: 788aee51baf3b2cfad707026f0ece4236a2ea1f6d6f01c812519de1929baa11c SHA1: ac0e96a44a0fae192e6e6e3dc8b4830cb737bc23 MD5sum: f79ae0c9843fd5d046d7e0a69c28b01d Description: Go minifiers for web formats github.com/tdewolff/minify is a minifier package written in Go. It provides HTML5, CSS3, JS, JSON, SVG and XML minifiers and an interface to implement any other minifier. . Minification is the process of removing bytes from a file (such as whitespace) without changing its output and therefore shrinking its size and speeding up transmission over the Internet and possibly parsing. The implemented minifiers are high performance and streaming, which implies O(n). . The core functionality associates mimetypes with minification functions, allowing embedded resources (like CSS or JS within HTML files) to be minified as well. Users can add new implementations that are triggered based on a mimetype (or pattern), or redirect to an external command (like ClosureCompiler, UglifyCSS, ...) Package: golang-github-tdewolff-parse-dev Source: golang-github-tdewolff-parse Version: 2.8.11-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 542 Multi-Arch: foreign Homepage: https://github.com/tdewolff/parse Priority: optional Section: golang Filename: pool/main/g/golang-github-tdewolff-parse/golang-github-tdewolff-parse-dev_2.8.11-1~bpo13+1_all.deb Size: 88236 SHA256: 5c118afd3e78cdeac0d935d356f0aa87956c88439be1828b7e7bb12b525c2095 SHA1: 00ead0d2dce9ab84901f6662c82133c41f5ca22f MD5sum: 73894c81de4b2a8c3731dde3186502c1 Description: Go parsers for web formats This package contains several lexers and parsers written in Go. All subpackages are built to be streaming, high performance and to be in accordance with the official (latest) specifications. . The lexers are implemented using buffer.Lexer in https://github.com/tdewolff/parse/buffer and the parsers work on top of the lexers. Some subpackages have hashes defined (using Hasher https://github.com/tdewolff/hasher) that speed up common byte-slice comparisons. Package: golang-github-tdewolff-test-dev Source: golang-github-tdewolff-test Version: 1.0.11-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 25 Multi-Arch: foreign Homepage: https://github.com/tdewolff/test Priority: optional Section: golang Filename: pool/main/g/golang-github-tdewolff-test/golang-github-tdewolff-test-dev_1.0.11-1~bpo13+1_all.deb Size: 5624 SHA256: 195f515aa30a787a76ceafc04f228bd0deb876c35a9078f2fea31557ba74b98a SHA1: ea25fd2161bd38bcd0f8621f52f08bf744bdc66a MD5sum: bdf34de368cc8e7ed4f042f9439e9a65 Description: Go test helper functions github.com/tdewolff/test is a helper package written in Go. It implements a few functions that are useful for io testing, such as readers and writers that fail after N consecutive reads/writes. Package: golang-github-tetratelabs-wazero-dev Source: golang-github-tetratelabs-wazero Version: 1.11.0-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 48658 Depends: golang-golang-x-sys-dev Multi-Arch: foreign Homepage: https://github.com/tetratelabs/wazero Priority: optional Section: golang Filename: pool/main/g/golang-github-tetratelabs-wazero/golang-github-tetratelabs-wazero-dev_1.11.0-1~bpo13+1_all.deb Size: 2738732 SHA256: d973f1adb0ee4b6e5d9a270cae22cd569d9abc312dc060957b5dc8db9c5daca0 SHA1: f72891e5e52b4491ed21543b33deae76226dc381 MD5sum: 36809abe2f444c747ce6a66b86275007 Description: zero dependency WebAssembly runtime for Go (library) WebAssembly is a way to safely run code compiled in other languages. Runtimes execute WebAssembly Modules (Wasm), which are most often binaries with a .wasm extension. . wazero is a WebAssembly Core Specification 1.0 (https://www.w3.org/TR/2019/REC-wasm-core-1-20191205/) and 2.0 (https://www.w3.org/TR/2022/WD-wasm-core-2-20220419/) compliant runtime written in Go. It has *zero dependencies*, and doesn't rely on CGO. This means you can run applications in other languages and still keep cross compilation. . This package contains the wazero Go library. Package: golang-github-yuin-goldmark-dev Source: golang-github-yuin-goldmark Version: 1.8.2-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 755 Multi-Arch: foreign Homepage: https://github.com/yuin/goldmark Priority: optional Section: golang Filename: pool/main/g/golang-github-yuin-goldmark/golang-github-yuin-goldmark-dev_1.8.2-1~bpo13+1_all.deb Size: 115080 SHA256: b2966188221c12b60f48f81ae2fde00f53fe98bbece80a151d58bda25dcedb15 SHA1: c62ca82074c61e3b1e445a4aacaf95376a3bb4f7 MD5sum: 03634d22031627b1472d3b6a0544a1c3 Description: CommonMark compliant and extensible Markdown parser written in Go goldmark is a Markdown parser written in Go. It is easy to extend, standard compliant, and well structured. It is compliant with CommonMark 0.30, and supports extensions from GitHub Flavored Markdown and PHP Markdown Extra. . Features: . * Standard compliant. goldmark gets full compliance with the latest CommonMark spec. * Extensible. Do you want to add a @username mention syntax to Markdown? You can easily do it in goldmark. You can add your AST nodes, parsers for block level elements, parsers for inline level elements, transformers for paragraphs, transformers for whole AST structure, and renderers. * Performance. goldmark performs pretty much equally to cmark, the CommonMark reference implementation written in C. * Robust. goldmark is tested with go-fuzz, a fuzz testing tool. * Builtin extensions. goldmark ships with common extensions like tables, strikethrough, task lists, and definition lists. * Depends only on standard libraries. Package: golang-go Source: golang-defaults Version: 2:1.26~1~bpo13+1 Architecture: arm64 Maintainer: Debian Go Compiler Team Installed-Size: 63 Depends: golang-1.26-go, golang-src (>= 2:1.26~1~bpo13+1) Suggests: git Conflicts: gccgo-go Breaks: gccgo-5 (<< 5.3.1-12~), gccgo-6 (<< 6-20160319-1~), golang-go-darwin-386, golang-go-darwin-amd64, golang-go-freebsd-386, golang-go-freebsd-amd64, golang-go-freebsd-arm, golang-go-linux-386, golang-go-linux-amd64, golang-go-linux-arm, golang-go-netbsd-386, golang-go-netbsd-amd64, golang-go-windows-386, golang-go-windows-amd64 Replaces: golang-go-darwin-386, golang-go-darwin-amd64, golang-go-freebsd-386, golang-go-freebsd-amd64, golang-go-freebsd-arm, golang-go-linux-386, golang-go-linux-amd64, golang-go-linux-arm, golang-go-netbsd-386, golang-go-netbsd-amd64, golang-go-windows-386, golang-go-windows-amd64 Multi-Arch: same Homepage: https://go.dev Priority: optional Section: golang Filename: pool/main/g/golang-defaults/golang-go_1.26~1~bpo13+1_arm64.deb Size: 40520 SHA256: 293aaf862643b5457fe2c8a9ac8dc1e4a3406082df97bb92989dbeed9066e010 SHA1: 4fb3d9d502ab10ad4e75f2a22fa44c87253f7692 MD5sum: d6c9bc267067b9b228e0cd5958f53d4a Description: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This is a dependency package that depends on the default Go toolchain and compiled standard library. It is only built on architectures that have a native toolchain ("gc compiler"). Packages that want to build with whichever of gc or gccgo is available should depend on golang-any. Package: golang-golang-x-image-dev Source: golang-golang-x-image Version: 0.35.0-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 15684 Depends: golang-golang-x-text-dev (>= 0.16.0) Multi-Arch: foreign Homepage: https://golang.org/x/image/ Priority: optional Section: golang Filename: pool/main/g/golang-golang-x-image/golang-golang-x-image-dev_0.35.0-1~bpo13+1_all.deb Size: 3009356 SHA256: da0f35f47943db1b8c7a271873bf7fc5453e6de4f323d5c8d9cf2cd9d5afab0a SHA1: 67227e97174a1e1b7451c6212970925a1d573e92 MD5sum: 3af13aceee0905209dc694da1c1d2760 Description: supplementary Go image libraries This repository holds supplementary Go image libraries. Package: golang-golang-x-mod-dev Source: golang-golang-x-mod Version: 0.28.0-0.1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 589 Multi-Arch: foreign Homepage: https://github.com/golang/mod Priority: optional Section: golang Filename: pool/main/g/golang-golang-x-mod/golang-golang-x-mod-dev_0.28.0-0.1~bpo13+1_all.deb Size: 106960 SHA256: cbadd297d8408111bb18fcc73d073157a469e81fb865681353b6a528ae6d6e89 SHA1: 28897222ae04b1773d9cc843c55c794608dfdaee MD5sum: 04c64b3c36d022f71dabc81ead965dae Description: Go module mechanics libraries This repository holds packages for writing tools that work directly with Go module mechanics. That is, it is for direct manipulation of Go modules themselves. . It is NOT about supporting general development tools that need to do things like load packages in module mode. That use case, where modules are incidental rather than the focus, should remain in x/tools, specifically x/tools/go/packages. . The specific case of loading packages should still be done by invoking the go command, which remains the single point of truth for package loading algorithms. Package: golang-golang-x-sync-dev Source: golang-golang-x-sync Version: 0.19.0-1~bpo13+1 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 81 Multi-Arch: foreign Homepage: https://golang.org/x/sync Priority: optional Section: golang Filename: pool/main/g/golang-golang-x-sync/golang-golang-x-sync-dev_0.19.0-1~bpo13+1_all.deb Size: 19208 SHA256: 4f168dc99f1cde24ead2af6b0711afe13ed4678a7dac825c5694255e4e25c2d1 SHA1: 150b423c1e96cabab62956889ca5489c98c87e01 MD5sum: 94ab8df7a3e58d69a4bfd1943c26574b Description: Supplemental Go synchronization libraries This package provides supplemental Go libraries (golang.org/x/sync) that were not included in the main distribution. It provides Go concurrency primitives in addition to the ones provided by the language ro the "sync" and "sync/atomic" packages. . Provides: - singleflight: provides a duplicate function call suppression mechanism - errgroup: provides synchronization, error propagation, and Context cancellation for groups of goroutines working on subtasks - semaphore: provides a weighted semaphore implementation - syncmap: provides a concurrent map implementation Package: golang-src Source: golang-defaults Version: 2:1.26~1~bpo13+1 Architecture: all Maintainer: Debian Go Compiler Team Installed-Size: 13 Depends: golang-1.26-src Multi-Arch: foreign Homepage: https://go.dev Priority: optional Section: golang Filename: pool/main/g/golang-defaults/golang-src_1.26~1~bpo13+1_all.deb Size: 5436 SHA256: a90e26c72e027e36fdc0956860f21cd7b73ff6028666c95e0182dd1ad05471c8 SHA1: daefd6a115a08081f776837ec2005b61dadfed58 MD5sum: 04ce195313c521d6e958740325a0558e Description: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This is a dependency package that depends on the default Go standard library source code, which is needed for the go build process. Package: haproxy Version: 3.2.16-1~bpo13+1 Architecture: arm64 Maintainer: Debian HAProxy Maintainers Installed-Size: 6469 Pre-Depends: init-system-helpers (>= 1.54~) Depends: libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libjemalloc2 (>= 2.1.1), liblua5.4-0 (>= 5.4.6), libopentracing-c-wrapper0t64 (>= 1.1.0), libpcre2-8-0 (>= 10.22), libssl3t64 (>= 3.5.1), adduser, lsb-base (>= 3.0-6) Suggests: vim-haproxy, haproxy-doc Homepage: http://www.haproxy.org/ Priority: optional Section: net Filename: pool/main/h/haproxy/haproxy_3.2.16-1~bpo13+1_arm64.deb Size: 2746612 SHA256: 4c09adafe5a7475d4c42b0f20e114d18ac2fa77b3638fc802a4b51520aa16915 SHA1: 31bea1c2c4a356553a1a082fc5f84f5e056f590e MD5sum: 413c58aa289623dfd55fb1bb4f33def5 Description: fast and reliable load balancing reverse proxy HAProxy is a TCP/HTTP reverse proxy which is particularly suited for high availability environments. It features connection persistence through HTTP cookies, load balancing, header addition, modification, deletion both ways. It has request blocking capabilities and provides interface to display server status. Package: haproxy-doc Source: haproxy Version: 3.2.16-1~bpo13+1 Architecture: all Maintainer: Debian HAProxy Maintainers Installed-Size: 5242 Depends: libjs-bootstrap (<< 4), libjs-jquery, libjs-sphinxdoc (>= 8.1) Homepage: http://www.haproxy.org/ Priority: optional Section: doc Filename: pool/main/h/haproxy/haproxy-doc_3.2.16-1~bpo13+1_all.deb Size: 1096288 SHA256: e185c0e3b2750cb85d4cf04a5facac9f506f1028cc0853152c71fe43d0c6d82f SHA1: 8d98ee6820a16f1419fd2004b4d6e2155ae8ab58 MD5sum: 79ad085d91bcc88527472f29db481f22 Description: fast and reliable load balancing reverse proxy (HTML documentation) HAProxy is a TCP/HTTP reverse proxy which is particularly suited for high availability environments. It features connection persistence through HTTP cookies, load balancing, header addition, modification, deletion both ways. It has request blocking capabilities and provides interface to display server status. . This package contains the HTML documentation for haproxy. Package: hugo Version: 0.160.1-1~bpo13+1 Architecture: arm64 Maintainer: Debian Go Packaging Team Installed-Size: 47510 Depends: libsass1 (>= 3.6.5), libwebp7, libc6 (>= 2.34) Recommends: git, golang-any Suggests: asciidoctor, npm, pandoc, python3-docutils Static-Built-Using: go-md2man-v2 (= 2.0.7-1~bpo13+1), golang-1.26 (= 1.26.1-1~bpo13+1), golang-blackfriday-v2 (= 2.1.0-1), golang-fsnotify (= 1.8.0-3), golang-github-alecthomas-chroma-v2 (= 2.23.1-1~bpo13+1), golang-github-aymerick-douceur (= 0.2.0-3), golang-github-bep-clocks (= 0.5.0-2), golang-github-bep-debounce (= 1.2.0+really1.2.0-2), golang-github-bep-gitmap (= 1.6.0-1), golang-github-bep-goat (= 0.5.0-2), golang-github-bep-godartsass-v2 (= 2.5.0-0.1), golang-github-bep-golibsass (= 1.1.1-1), golang-github-bep-goportabletext (= 0.1.0-1~bpo13+1), golang-github-bep-helpers (= 0.6.0-1~bpo13+1), golang-github-bep-imagemeta (= 0.17.0+dfsg-1~bpo13+1), golang-github-bep-lazycache (= 0.8.0-1~bpo13+1), golang-github-bep-logg (= 0.4.0-1), golang-github-bep-mclib (= 1.20400.20402-2), golang-github-bep-overlayfs (= 0.9.2-2), golang-github-bep-simplecobra (= 0.4.0-1), golang-github-bep-textandbinarywriter (= 0.1.0-1~bpo13+1), golang-github-bep-tmc (= 0.5.1-3), golang-github-bits-and-blooms-bitset (= 1.24.2-1~bpo13+1), golang-github-burntsushi-locker (= 0.0~git20171006.a6e239e-3), golang-github-cespare-xxhash (= 2.3.0-1), golang-github-clbanning-mxj (= 2.7.0-1), golang-github-dlclark-regexp2 (= 1.11.0+ds1-1), golang-github-evanw-esbuild (= 0.25.5-1), golang-github-fatih-color (= 1.17.0-1), golang-github-frankban-quicktest (= 1.14.6-1), golang-github-getkin-kin-openapi (= 0.124.0-1), golang-github-go-openapi-jsonpointer (= 1:0.21.1-2), golang-github-go-openapi-swag (= 1:0.23.1-1), golang-github-gobuffalo-flect (= 1.0.2-1), golang-github-gobwas-glob (= 0.2.3+git20181002.e7a84e9-1), golang-github-goccy-go-yaml (= 1.18.0-1~bpo13+1), golang-github-gohugoio-gift (= 0.2.0-1~bpo13+1), golang-github-gohugoio-hashstructure (= 0.6.0-1~bpo13+1), golang-github-gohugoio-httpcache (= 0.8.0-1~bpo13+1), golang-github-gohugoio-hugo-goldmark-extensions (= 0.0~git20260325.cd83bcc-1~bpo13+1), golang-github-google-go-cmp (= 0.6.0-1), golang-github-gorilla-css (= 1.0.1-1), golang-github-gorilla-websocket (= 1.5.3-1), golang-github-hairyhenderson-go-codeowners (= 0.5.0-1), golang-github-hashicorp-golang-lru-v2 (= 2.0.7-2), golang-github-invopop-yaml (= 0.2.0-2), golang-github-jdkato-prose (= 1.2.1-1), golang-github-johanneskaufmann-dom (= 0.2.0-1), golang-github-johanneskaufmann-html-to-markdown (= 2.4.0-1~bpo13+1), golang-github-josharian-intern (= 1.0.0-3), golang-github-kyokomi-emoji (= 2.2.13-1), golang-github-mailru-easyjson (= 0.7.7-1), golang-github-makeworld-the-better-one-dither (= 2.4.0-2), golang-github-marekm4-color-extractor (= 1.2.1-1), golang-github-mattn-go-colorable (= 0.1.13-1), golang-github-mattn-go-isatty (= 0.0.20-1), golang-github-mattn-go-runewidth (= 0.0.16-1), golang-github-microcosm-cc-bluemonday (= 1.0.26-1), golang-github-mitchellh-mapstructure (= 1.5.0+git20231216.8508981-1), golang-github-mohae-deepcopy (= 0.0~git20170929.c48cc78-4), golang-github-muesli-smartcrop (= 0.3.0+dfsg1-2), golang-github-niklasfasching-go-org (= 1.7.0-1), golang-github-olekukonko-errors (= 1.1.0-2~bpo13+1), golang-github-olekukonko-ll (= 0.0.9-1~bpo13+1), golang-github-olekukonko-tablewriter (= 1.0.9-1~bpo13+1), golang-github-pbnjay-memory (= 0.0~git20210728.7b4eea6-2), golang-github-pelletier-go-toml.v2 (= 2.2.1-1), golang-github-perimeterx-marshmallow (= 1.1.5-1), golang-github-pkg-browser (= 0.0~git20240102.5ac0b6a-1), golang-github-pkg-errors (= 0.9.1-3), golang-github-rivo-uniseg (= 0.4.7-1), golang-github-rogpeppe-go-internal (= 1.14.1-1~bpo13+1), golang-github-spf13-afero (= 1.11.0-1), golang-github-spf13-cast (= 1.6.0-2), golang-github-spf13-cobra (= 1.10.1-1~bpo13+1), golang-github-spf13-fsync (= 0.10.1-2), golang-github-spf13-pflag (= 1.0.10-1~bpo13+1), golang-github-tdewolff-minify (= 2.24.11-1~bpo13+1), golang-github-tdewolff-parse (= 2.8.11-1~bpo13+1), golang-github-tetratelabs-wazero (= 1.11.0-1~bpo13+1), golang-github-yuin-goldmark (= 1.8.2-1~bpo13+1), golang-github-yuin-goldmark-emoji (= 1.0.4-0.1), golang-go.crypto (= 1:0.25.0-1), golang-golang-x-image (= 0.35.0-1~bpo13+1), golang-golang-x-mod (= 0.19.0-1), golang-golang-x-net (= 1:0.27.0-2), golang-golang-x-sync (= 0.8.0-0.1), golang-golang-x-sys (= 0.22.0-1), golang-golang-x-text (= 0.22.0-1), golang-golang-x-tools (= 1:0.25.0+ds-1), golang-google-protobuf (= 1.36.5-1), golang-gopkg-yaml.v3 (= 3.0.1-3), golang-pretty (= 0.3.1-1), golang-rsc-qr (= 0.0~git20161121.48b2ede-1.1), golang-sslmate-src-go-pkcs12 (= 0.5.0-1), golang-text (= 0.2.0-2), golang-uber-automaxprocs (= 1.5.3-1) Homepage: https://gohugo.io/ Priority: optional Section: web Filename: pool/main/h/hugo/hugo_0.160.1-1~bpo13+1_arm64.deb Size: 11312164 SHA256: 8412bb0fd3b82fcb075fde7848e18679ca6fd13b5895030d246e7cd5c4c071f4 SHA1: d6bd6790b1977fbe62af16fda569ce1ddc15b4f0 MD5sum: 2cfd7daa0095c37fa97e73e513eda8f3 Description: Fast and flexible Static Site Generator written in Go Hugo is a static site generator written in Go. It is optimized for speed, ease of use, and configurability. Hugo takes a directory with content and templates, and renders them into a full HTML website. . Hugo relies on Markdown files with front matter for meta data. And you can run Hugo from any directory. This works well for shared hosts and other systems where you don’t have a privileged account. . Hugo renders a typical website of moderate size in a fraction of a second. A good rule of thumb is that each piece of content renders in around 1 millisecond. . Hugo is meant to work well for any kind of website including blogs, tumblelogs and docs. . Complete documentation is available at https://gohugo.io/ Package: lemon Source: sqlite3 Version: 3.50.4-0.1~bpo13+1 Architecture: arm64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 482 Depends: libc6 (>= 2.34) Multi-Arch: foreign Homepage: https://www.sqlite.org/ Priority: optional Section: devel Filename: pool/main/s/sqlite3/lemon_3.50.4-0.1~bpo13+1_arm64.deb Size: 307976 SHA256: 129803af3449ed45c18c80b4102b49211ba4fce15aafea3dd50b38ed83e2c128 SHA1: f1a302da698408a73957c3bb16cf2aaed6e44d21 MD5sum: 337a91a460960782ecc5df395aaca909 Description: LALR(1) Parser Generator for C or C++ Lemon is an LALR(1) parser generator for C or C++. It does the same job as bison and yacc. But lemon is not another bison or yacc clone. It uses a different grammar syntax which is designed to reduce the number of coding errors. Lemon also uses a more sophisticated parsing engine that is faster than yacc and bison and which is both reentrant and thread-safe. Furthermore, Lemon implements features that can be used to eliminate resource leaks, making is suitable for use in long-running programs such as graphical user interfaces or embedded controllers. Package: libapache2-mod-php Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 19 Depends: libapache2-mod-php8.4 Priority: optional Section: php Filename: pool/main/p/php-defaults/libapache2-mod-php_8.4+99+exp1~bpo13+1_all.deb Size: 4404 SHA256: 471745194e263c8118c8c86b43f0e0dbb81e1512e8e3e51771234e548f0399c8 SHA1: ac38ddbb9694349ec154eb51302c077d6ba96ee4 MD5sum: 548d5ee48648f17bdd1104961e7c08a7 Description: server-side, HTML-embedded scripting language (Apache 2 module) (default) This package provides the PHP module for the Apache 2 webserver. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on latest stable PHP version (currently 8.4). Package: libapache2-mod-php8.3 Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 5612 Depends: media-types | mime-support, php8.3-cli, php8.3-common (= 8.3.30-0.1~bpo13+1), php8.3-opcache, tzdata, ucf, apache2-api-20120211, apache2-bin (>= 2.4.16), libargon2-1 (>= 0~20171227), libc6 (>= 2.38), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.18), libssl3t64 (>= 3.0.0), libxml2 (>= 2.8.0), zlib1g (>= 1:1.1.4) Recommends: apache2 Suggests: php-pear Provides: libapache2-mod-php, php-json, php8.3-json, phpapi-20230831 Homepage: http://www.php.net/ Priority: optional Section: httpd Filename: pool/main/p/php8.3/libapache2-mod-php8.3_8.3.30-0.1~bpo13+1_arm64.deb Size: 1556732 SHA256: 9b4ee7eb3e0d8f20ebb448f00f920facb81e171dba5f094bf3b8aeea1c5fe7b5 SHA1: d4f30f8419e2a35c721e61d97d62aad9c5b16848 MD5sum: 87b48360789c2d5b12d9db02d5032939 Description: server-side, HTML-embedded scripting language (Apache 2 module) This package provides the PHP module for the Apache 2 webserver (as found in the apache2-mpm-prefork package). Please note that this package ONLY works with Apache's prefork MPM, as it is not compiled thread-safe. . The following extensions are built in: Core date filter hash json libxml openssl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: libapache2-mod-php8.4 Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 5804 Depends: media-types | mime-support, php8.4-cli, php8.4-common (= 8.4.20-0+deb13u1), php8.4-opcache, tzdata, ucf, apache2-api-20120211, apache2-bin (>= 2.4.16), libargon2-1 (>= 0~20171227), libc6 (>= 2.38), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.18), libssl3t64 (>= 3.0.0), libxml2 (>= 2.9.4), zlib1g (>= 1:1.1.4) Recommends: apache2 Suggests: php-pear Provides: libapache2-mod-php, php-json, php8.4-json, phpapi-20240924 Homepage: http://www.php.net/ Priority: optional Section: httpd Filename: pool/main/p/php8.4/libapache2-mod-php8.4_8.4.20-0+deb13u1_arm64.deb Size: 1611852 SHA256: 0d2807211eda6f516297d935e0c7bfe41607285b71ec8325441f2a9afa88b3e7 SHA1: f77d95a8337b9418b280805ceb9c553fcbb1b2e6 MD5sum: d4b1f739089f08e988e9eacd525750ef Description: server-side, HTML-embedded scripting language (Apache 2 module) This package provides the PHP module for the Apache 2 webserver (as found in the apache2-mpm-prefork package). Please note that this package ONLY works with Apache's prefork MPM, as it is not compiled thread-safe. . The following extensions are built in: Core date filter hash json libxml openssl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: libapache2-mod-php8.5 Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 9890 Depends: media-types | mime-support, php8.5-cli, php8.5-common (= 8.5.5-0.1~bpo13+1), tzdata, ucf, apache2-api-20120211, apache2-bin (>= 2.4.16), libargon2-1 (>= 0~20171227), libc6 (>= 2.38), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.18), libssl3t64 (>= 3.0.0), libxml2 (>= 2.9.4), zlib1g (>= 1:1.1.4) Recommends: apache2 Suggests: php-pear Provides: libapache2-mod-php, php-json, php8.5-json, phpapi-20250925 Homepage: http://www.php.net/ Priority: optional Section: httpd Filename: pool/main/p/php8.5/libapache2-mod-php8.5_8.5.5-0.1~bpo13+1_arm64.deb Size: 2465808 SHA256: 0e1118545e535e1b3f67527e2890271bfdc3c785fb1e87395d9b5b8aeb611a9b SHA1: 450c2afc157f19ff348cf87507391de80a8a84b3 MD5sum: f8f70e7364a84356760d557d1ea370a9 Description: server-side, HTML-embedded scripting language (Apache 2 module) This package provides the PHP module for the Apache 2 webserver (as found in the apache2-mpm-prefork package). Please note that this package ONLY works with Apache's prefork MPM, as it is not compiled thread-safe. . The following extensions are built in: Core date filter hash json lexbor libxml openssl pcre random Reflection session sodium SPL standard uri Zend OPcache zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: libc-client2007e Source: uw-imap Version: 8:2007f~dfsg-7.1 Architecture: arm64 Maintainer: Magnus Holmgren Installed-Size: 1356 Depends: libpam-modules, mlock, libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.6.dfsg.2), libpam0g (>= 0.99.7.1), libssl3t64 (>= 3.0.0) Suggests: uw-mailutils Homepage: http://www.washington.edu/imap/ Priority: optional Section: libs Filename: pool/main/u/uw-imap/libc-client2007e_2007f~dfsg-7.1_arm64.deb Size: 548576 SHA256: e1b9486ee3f876043b7434cea6aa75493eaf84845432f17c320e1e7c2117c6b3 SHA1: 4de3f2080209e2250329e50b9d406b8e1e304408 MD5sum: 1ec092ffb90348b604e8da49eb1413fd Description: c-client library for mail protocols - library files IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . The UW (University of Washington) IMAP toolkit provides the c-client mail-handling library supporting various network transport methods, file system storage formats, and authentication and authorization methods. . This package contains the shared c-client library. Package: libc-client2007e-dev Source: uw-imap Version: 8:2007f~dfsg-7.1 Architecture: arm64 Maintainer: Magnus Holmgren Installed-Size: 1879 Depends: krb5-multidev, libpam0g-dev, libssl-dev, libc-client2007e (= 8:2007f~dfsg-7.1) Conflicts: libc-client-dev Replaces: libc-client-dev Provides: libc-client-dev Homepage: http://www.washington.edu/imap/ Priority: optional Section: libdevel Filename: pool/main/u/uw-imap/libc-client2007e-dev_2007f~dfsg-7.1_arm64.deb Size: 494000 SHA256: 21269f53040d0970116a7d34fb236a503d7eba8990a1250a2123de29c37c3717 SHA1: 018a6d42aab459ca3ae14264439bc58a3c17f01f MD5sum: e2b94affd644a201757ec9aec8245b81 Description: c-client library for mail protocols - development files IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . The UW (University of Washington) IMAP toolkit provides the c-client mail-handling library supporting various network transport methods, file system storage formats, and authentication and authorization methods. . This package contains the static c-client library and development headers. Package: libcss-dev Source: libcss Version: 0.9.2-1~bpo13+1 Architecture: arm64 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Installed-Size: 92 Depends: libcss0 (= 0.9.2-1~bpo13+1), libparserutils-dev, libwapcaplet-dev Multi-Arch: same Homepage: https://www.netsurf-browser.org/projects/libcss/ Priority: optional Section: libdevel Filename: pool/main/libc/libcss/libcss-dev_0.9.2-1~bpo13+1_arm64.deb Size: 15884 SHA256: bcd408593a58e581fd6671e49f45e341c6abcf083ef72562310f6950ab0e32a9 SHA1: 0221ceec4ca09d860f6468bf2fb53e46de8cb324 MD5sum: 43c14e092d80fc696c9ab9b7e8ea264d Description: CSS parser and selection engine - development files LibCSS is a CSS parser and selection engine. It aims to parse the forward compatible CSS grammar. . This package contains the shared libraries. Package: libcss-doc Source: libcss Version: 0.9.2-1~bpo13+1 Architecture: all Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Installed-Size: 20654 Multi-Arch: foreign Homepage: https://www.netsurf-browser.org/projects/libcss/ Priority: optional Section: doc Filename: pool/main/libc/libcss/libcss-doc_0.9.2-1~bpo13+1_all.deb Size: 913048 SHA256: 7ea509776108cc71f5e91b8743946a9cf4da0d382ff54b6444caeb46b603250e SHA1: 28985379cbca4b1fb64d01974c1018dcadc53731 MD5sum: c624505a0bde3fc0b51265fd4e3f482d Description: CSS parser and selection engine - documentation files LibCSS is a CSS parser and selection engine. It aims to parse the forward compatible CSS grammar. . This package contains the HTML documentation. Package: libcss0 Source: libcss Version: 0.9.2-1~bpo13+1 Architecture: arm64 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Installed-Size: 640 Depends: libc6 (>= 2.17), libparserutils0 (>= 0.2.5), libwapcaplet0 (>= 0.4.3) Multi-Arch: same Homepage: https://www.netsurf-browser.org/projects/libcss/ Priority: optional Section: libs Filename: pool/main/libc/libcss/libcss0_0.9.2-1~bpo13+1_arm64.deb Size: 137404 SHA256: 82e278d79f3230beea1987c92a0364c0bcdd419a263e32b41253fff13a851d44 SHA1: 46aa3966521d6b24d2fe91e791c6ebe310caf43e MD5sum: 446a80e8179bae5de5648c9d60c8bcda Description: CSS parser and selection engine - shared library LibCSS is a CSS parser and selection engine. It aims to parse the forward compatible CSS grammar. . This package contains the header files. Package: libdom-dev Source: libdom Version: 0.4.2-1~bpo13+1 Architecture: arm64 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Installed-Size: 298 Depends: libdom0 (= 0.4.2-1~bpo13+1), libparserutils-dev, libwapcaplet-dev, libhubbub-dev Multi-Arch: same Homepage: https://www.netsurf-browser.org/projects/libdom/ Priority: optional Section: libdevel Filename: pool/main/libd/libdom/libdom-dev_0.4.2-1~bpo13+1_arm64.deb Size: 30324 SHA256: 55b14dcafb064221a3c413a223d4265271280da4de16c7fab501c94347dc82f1 SHA1: 080e45ec3d8e0037584222f9d8ed1175be872684 MD5sum: dfeb7577ddc1ab3d7e8a85a51ecc27ec Description: implementation of the W3C DOM - development files LibDOM is an implementation of the W3C DOM API in C . This package contains the shared libraries. Package: libdom-doc Source: libdom Version: 0.4.2-1~bpo13+1 Architecture: all Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Installed-Size: 20431 Multi-Arch: foreign Homepage: https://www.netsurf-browser.org/projects/libdom/ Priority: optional Section: doc Filename: pool/main/libd/libdom/libdom-doc_0.4.2-1~bpo13+1_all.deb Size: 835384 SHA256: fcfbbebbfa9b5000830b96031bce39f13493ed6143d4ccb57f9ff92f9fee219f SHA1: 94c17964e75480fcd61ed057d2db4e6cc0782dd7 MD5sum: 60358986c0b884e368de1d0c53d0bb7a Description: implementation of the W3C DOM - documentation files LibDOM is an implementation of the W3C DOM API in C . This package contains the HTML documentation. Package: libdom0 Source: libdom Version: 0.4.2-1~bpo13+1 Architecture: arm64 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Installed-Size: 472 Depends: libc6 (>= 2.17), libexpat1 (>= 2.0.1), libhubbub0 (>= 0.3.8), libparserutils0 (>= 0.2.5), libwapcaplet0 (>= 0.4.3) Multi-Arch: same Homepage: https://www.netsurf-browser.org/projects/libdom/ Priority: optional Section: libs Filename: pool/main/libd/libdom/libdom0_0.4.2-1~bpo13+1_arm64.deb Size: 91944 SHA256: b61a4e6aabbf50c07db4b4258364133ac8ec32d0b4542c2d6802242c9c7ad333 SHA1: 79a071643a5eae26239793f8ab72f19e316b204d MD5sum: 98b9453401eda000bbc03e23fdb93c20 Description: implementation of the W3C DOM - shared library LibDOM is an implementation of the W3C DOM API in C . This package contains the header files. Package: libhubbub-dev Source: libhubbub Version: 0.3.8-1~bpo13+1 Architecture: arm64 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Installed-Size: 36 Depends: libhubbub0 (= 0.3.8-1~bpo13+1), libparserutils-dev Multi-Arch: same Homepage: https://www.netsurf-browser.org/projects/libhubbub/ Priority: optional Section: libdevel Filename: pool/main/libh/libhubbub/libhubbub-dev_0.3.8-1~bpo13+1_arm64.deb Size: 6644 SHA256: 0ec3186d44600f692ce8460d2fd93c39307db08101e6944ebefdad4593efec1e SHA1: 726281e0a154293942de9520f962a9d7c573d404 MD5sum: 7f961e5e54c48effebb0d4f28c8a3855 Description: HTML parser - development files Hubbub is a flexible HTML parser. It aims to comply with the HTML5 specification. . This package contains the shared libraries. Package: libhubbub-doc Source: libhubbub Version: 0.3.8-1~bpo13+1 Architecture: all Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Installed-Size: 3883 Multi-Arch: foreign Homepage: https://www.netsurf-browser.org/projects/libhubbub/ Priority: optional Section: doc Filename: pool/main/libh/libhubbub/libhubbub-doc_0.3.8-1~bpo13+1_all.deb Size: 265872 SHA256: 763664197084114098f81be7863941088634d9e0e4636e5f64f974fbb579ac22 SHA1: be602ebdf4c8cbaaee2ae4dd37baa888f2df6cb2 MD5sum: d2052c427809fc8fc57033be1785d47d Description: HTML parser - documentation files Hubbub is a flexible HTML parser. It aims to comply with the HTML5 specification. . This package contains the HTML documentation. Package: libhubbub0 Source: libhubbub Version: 0.3.8-1~bpo13+1 Architecture: arm64 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Installed-Size: 405 Depends: libc6 (>= 2.17), libparserutils0 (>= 0.2.5) Multi-Arch: same Homepage: https://www.netsurf-browser.org/projects/libhubbub/ Priority: optional Section: libs Filename: pool/main/libh/libhubbub/libhubbub0_0.3.8-1~bpo13+1_arm64.deb Size: 76276 SHA256: cbd9dfdcb55f00dc896daa0f1d5854d694aa8a87cb863ea948dc25e9b2062e2f SHA1: 1c2ab47d995877389262c27e8e80c7a83faa661e MD5sum: 5d97049e70924be732f84278e5ea8fab Description: HTML parser - shared library Hubbub is a flexible HTML parser. It aims to comply with the HTML5 specification. . This package contains the header files. Package: libnginx-mod-http-auth-pam Source: libnginx-mod-http-auth-pam (1:1.5.5-4~bpo13+1) Version: 1:1.5.5-4~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 88 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.17), libpam0g (>= 0.99.7.1) Recommends: nginx Multi-Arch: foreign Homepage: https://github.com/sto/ngx_http_auth_pam_module Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-auth-pam/libnginx-mod-http-auth-pam_1.5.5-4~bpo13+1+b3_arm64.deb Size: 8920 SHA256: 80de9fda383d3c3c5698547dbff64a76dbcb7450b3726ca381e98ebb4a5ca7f7 SHA1: efd65eb5cd5cc71504973f3ff886a0b163e2927d MD5sum: 4ac1225f8f4f714f847cf500f67085c5 Description: PAM authentication module for Nginx The nginx_http_auth_pam module enables authentication using PAM. . The module uses PAM as a backend for simple http authentication. It also allows setting the pam service name to allow more fine grained control. Package: libnginx-mod-http-auth-spnego Source: libnginx-mod-http-auth-spnego (1.1.3-2~bpo13+1) Version: 1.1.3-2~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 93 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.6.dfsg.2) Recommends: nginx Multi-Arch: foreign Homepage: https://github.com/stnoonan/spnego-http-auth-nginx-module Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-auth-spnego/libnginx-mod-http-auth-spnego_1.1.3-2~bpo13+1+b3_arm64.deb Size: 22756 SHA256: 408b4e71e13a02947bea650e86d4e8a5d5af664ac1fcdba85f0da16dfb7fc77b SHA1: e47ea9abc97c55d39565f5ab3df248f96c6c99fd MD5sum: e802569ef4de2e67ae6a1adb7b7862c5 Description: SPNEGO authentication module for Nginx This module enables authentication using the Simple and Protected GSSAPI Negotiation Mechanism (SPNEGO, RFC4559). . Currently, the only supported mechanism is Kerberos, including unconstrained and constrained (S4U2Proxy) delegations. Package: libnginx-mod-http-brotli-filter Source: libnginx-mod-http-brotli (1.0.0~rc-8~bpo13+1) Version: 1.0.0~rc-8~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 87 Depends: nginx-abi-1.30.0-1, libbrotli1 (>= 0.6.0), libc6 (>= 2.17) Multi-Arch: foreign Homepage: https://github.com/google/ngx_brotli Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-brotli/libnginx-mod-http-brotli-filter_1.0.0~rc-8~bpo13+1+b3_arm64.deb Size: 9432 SHA256: 3ea9751ad40c4e1eb81e5a5bc80a469fd6a472709ce453d8f3495d98d9962b99 SHA1: d22825baccfa05a03c76599b070d0023991a124f MD5sum: bdbb8f101ae483716e639d0519976074 Description: Brotli lossless compression support for Nginx - filter Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. . ngx_brotli filter module - used to compress responses on-the-fly Package: libnginx-mod-http-brotli-static Source: libnginx-mod-http-brotli (1.0.0~rc-8~bpo13+1) Version: 1.0.0~rc-8~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 87 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.17) Multi-Arch: foreign Homepage: https://github.com/google/ngx_brotli Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-brotli/libnginx-mod-http-brotli-static_1.0.0~rc-8~bpo13+1+b3_arm64.deb Size: 7660 SHA256: 2f47dd39ef7a9d55488cc26ff6194029ec619001cd4df6da93b841f5a3bc1167 SHA1: d08262572c7805a955c1e4a189d1748f31f5aa2c MD5sum: 7514bac59c39edafb361185ba2bc8616 Description: Brotli lossless compression support for Nginx - static Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. . ngx_brotli static module - used to serve pre-compressed files Package: libnginx-mod-http-cache-purge Source: libnginx-mod-http-cache-purge (1:2.5.6-1~bpo13+1) Version: 1:2.5.6-1~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 89 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.17) Recommends: nginx Multi-Arch: foreign Homepage: https://github.com/FRiCKLE/ngx_cache_purge Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-cache-purge/libnginx-mod-http-cache-purge_2.5.6-1~bpo13+1+b3_arm64.deb Size: 13776 SHA256: 272dda2e960b2d23d4e679dce44519f90989daa0d95db2d195e0c092491abcc9 SHA1: 76f1481809a74b70a59f3da0222f318bbd525363 MD5sum: 20e159c408bc473479190b9af982dc0e Description: Purge content from Nginx caches Cache Purge module adds purging capabilities to Nginx. It allows purging content from caches used by all of Nginx proxy modules, like FastCGI, Proxy, SCGI and uWSGI. Package: libnginx-mod-http-dav-ext Source: libnginx-mod-http-dav-ext (1:3.0.0-7~bpo13+1) Version: 1:3.0.0-7~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 88 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.33), libxml2 (>= 2.7.4) Recommends: nginx Multi-Arch: foreign Homepage: https://github.com/arut/nginx-dav-ext-module Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-dav-ext/libnginx-mod-http-dav-ext_3.0.0-7~bpo13+1+b3_arm64.deb Size: 14840 SHA256: 5df6b7ee9014e83e0b5c3835998637aa11b2406fc38e70fb9b9b85f9858c9f0f SHA1: bc50b77048f6273c89711130fc4337c583fd4876 MD5sum: e3f7375990681777be8d74bd9b324fbf Description: WebDAV missing commands support for Nginx WebDAV Ext module complements the Nginx WebDAV module to provide a full WebDAV support. . WebDAV Ext provides the missing PROPFIND & OPTIONS methods. Package: libnginx-mod-http-echo Source: libnginx-mod-http-echo (1:0.64-1~bpo13+1) Version: 1:0.64-1~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 89 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.17) Recommends: nginx Multi-Arch: foreign Homepage: https://github.com/agentzh/echo-nginx-module Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-echo/libnginx-mod-http-echo_0.64-1~bpo13+1+b3_arm64.deb Size: 19036 SHA256: 27d844891c639a000b5b70ad3de773fb7a28aec95e5b9055745590cc9d3fb4f8 SHA1: 5146213bb7e424061e140f043ed656b7b65263bc MD5sum: daa5c3f3ae54ab8cf8567d0b3bd1a42e Description: Bring echo and more shell style goodies to Nginx Echo module wraps lots of Nginx internal APIs for streaming input and output, parallel/sequential subrequests, timers and sleeping, as well as various meta data accessing. . Basically it provides various utilities that help testing and debugging of other modules by trivially emulating different kinds of faked subrequest locations. . People will also find it useful in real-world applications that need to: . 1. Serve static contents directly from memory. 2. Wrap the upstream response with custom header and footer (kinda like the addition module but with contents read directly from the config file and Nginx variables). 3. Merge contents of various "Nginx locations" (i.e., subrequests) together in a single main request (using echo_location and its friends). Package: libnginx-mod-http-fancyindex Source: libnginx-mod-http-fancyindex (1:0.6.0-1~bpo13+1) Version: 1:0.6.0-1~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 93 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.33) Suggests: nginx Multi-Arch: foreign Homepage: https://github.com/aperezdc/ngx-fancyindex Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-fancyindex/libnginx-mod-http-fancyindex_0.6.0-1~bpo13+1+b3_arm64.deb Size: 17088 SHA256: 9889078b7aa96017b7adb8be6c5e4b53daac726ef17af6bfe003c5baa6743901 SHA1: d4869d20f22ef29d1404a1041557a3c2a1306a61 MD5sum: dcd3ca9dbb460a406f57d98a55324209 Description: Fancy indexes module for the Nginx The Fancy Index module makes possible the generation of file listings, like the built-in autoindex module does, but adding a touch of style by introducing ways to customize the result. Package: libnginx-mod-http-geoip Source: nginx Version: 1.30.0-2~bpo13+1 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 170 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.17), libgeoip1t64 (>= 1.6.12) Recommends: nginx Homepage: https://nginx.org Priority: optional Section: httpd Filename: pool/main/n/nginx/libnginx-mod-http-geoip_1.30.0-2~bpo13+1_arm64.deb Size: 92560 SHA256: ddcca19d8fdc1b6f8fef8b81cff0d10baebb88f43e2b750705d1db47a45cdfd9 SHA1: 913071f40c918a8d10b8ed939f0c97e0b8230a05 MD5sum: b7b6e8472ea226919a87c04114df407f Description: GeoIP HTTP module for Nginx The ngx_http_geoip module creates variables with values depending on the client IP address, using the precompiled MaxMind databases. . Those variables include country, region, city, latitude, longitude, postal code, etc. Package: libnginx-mod-http-geoip2 Source: libnginx-mod-http-geoip2 (1:3.4-7~bpo13+1) Version: 1:3.4-7~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 86 Depends: libnginx-mod-stream (<< 1.30.0.1~), libnginx-mod-stream (>= 1.30.0), nginx-abi-1.30.0-1, libc6 (>= 2.33), libmaxminddb0 (>= 1.0.2) Recommends: nginx Multi-Arch: foreign Homepage: https://github.com/leev/ngx_http_geoip2_module Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-geoip2/libnginx-mod-http-geoip2_3.4-7~bpo13+1+b3_arm64.deb Size: 9448 SHA256: 93d501a93c4e9e4e72c44848fc42af72ab13493cae3c8f5d1c0b8ee49010d754 SHA1: a56339da33abe1da1ca4b9caeaeba5c330bfde12 MD5sum: 37ae76b185ae6f5edfbd5e85d4fbe2ba Description: GeoIP2 HTTP module for Nginx The ngx_http_geoip2 module creates variables with values depending on the client IP address, using the precompiled MaxMind GeoIP2 databases. . Those variables include country, region, city, latitude, longitude, postal code, etc. Package: libnginx-mod-http-headers-more-filter Source: libnginx-mod-http-headers-more-filter (1:0.39-2~bpo13+1) Version: 1:0.39-2~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 88 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.17) Recommends: nginx Multi-Arch: foreign Homepage: https://github.com/openresty/headers-more-nginx-module Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-headers-more-filter/libnginx-mod-http-headers-more-filter_0.39-2~bpo13+1+b3_arm64.deb Size: 13276 SHA256: e88cc6aec3284bcc9d4a5155416029676c6f6574c0a1a940f47808a2ebf3abac SHA1: 7b093a270122a57bd52e054255cb8c0337f69cfe MD5sum: d4849935faed920c5b54de93adce8d7f Description: Set and clear input and output headers for Nginx The Headers More module allows you to add, set, or clear any output or input header that you specify. . This is an enhanced version of the standard headers module because it provides more utilities like resetting or clearing "builtin headers" like Content-Type, Content-Length, and Server. Package: libnginx-mod-http-image-filter Source: nginx Version: 1.30.0-2~bpo13+1 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 169 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.17), libgd3 (>= 2.1.0~alpha~) Recommends: nginx Homepage: https://nginx.org Priority: optional Section: httpd Filename: pool/main/n/nginx/libnginx-mod-http-image-filter_1.30.0-2~bpo13+1_arm64.deb Size: 95824 SHA256: 7b58a6b917dd9285321359a9325cb24dddeedac398e86fa8fb8ddd3d34599506 SHA1: 17f14b83def6b4311377fa376a14d4936c86dabd MD5sum: 07f96d083da11fb41495d94f086e29ef Description: HTTP image filter module for Nginx The ngx_http_image_filter module is a filter that transforms images in JPEG, GIF, and PNG formats. . The module supports filters such as rotate, resize, crop, quality, sharpening, interlacing and more. Package: libnginx-mod-http-js Source: libnginx-mod-js Version: 0.9.6-1~bpo13+1 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 1407 Depends: libnginx-mod-stream (<< 1.30.0.1~), libnginx-mod-stream (>= 1.30.0), nginx-abi-1.30.0-1, libc6 (>= 2.38), libqjs0 (>= 0.13.0), libxml2 (>= 2.7.4) Recommends: nginx Homepage: https://nginx.org/en/docs/njs/ Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-js/libnginx-mod-http-js_0.9.6-1~bpo13+1_arm64.deb Size: 419620 SHA256: f4d8e99b17f3af9d13832bb21dfe5bf608c5d990595982dd88bba91f25900aeb SHA1: 57f30da1348bf1a1332869b122f62b7b74f6c636 MD5sum: ab27fcc6a1d113c7e0021801da79e6c3 Description: JavaScript HTTP module for Nginx This module extends Nginx with configuration directives that allows one to run a subset of ECMAScript 5.1 (and later extensions) language. It features integration with - response body filter - location content handler - http, server, location variables Package: libnginx-mod-http-lua Source: libnginx-mod-http-lua (1:0.10.29-2~bpo13+1) Version: 1:0.10.29-2~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 546 Depends: lua-resty-core (>= 0.1.32), libnginx-mod-http-ndk, nginx-abi-1.30.0-1, libc6 (>= 2.33), libluajit-5.1-2 (>= 2.1.0) | libluajit-5.1-2 (>= 2.1.0+openresty) Recommends: nginx Multi-Arch: foreign Homepage: https://github.com/openresty/lua-nginx-module Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-lua/libnginx-mod-http-lua_0.10.29-2~bpo13+1+b3_arm64.deb Size: 156000 SHA256: 9ced7d58a2d3cdd9ff64084534cb9d0b96849bcd870a3227845c41d15873865d SHA1: e06e3d7c305c4558c367c73c5b0d238501e77f07 MD5sum: ed4c64c47ea59027c30109d7f6005827 Description: Lua module for Nginx Embed Lua runtime into nginx. . This module embeds Lua, via LuaJIT 2-5.1, into Nginx and by leveraging Nginx's subrequests, allows the integration of the powerful Lua threads (Lua coroutines) into the Nginx event model. Package: libnginx-mod-http-memc Source: libnginx-mod-http-memc (0.20-3~bpo13+1) Version: 0.20-3~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 88 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.17) Recommends: nginx Multi-Arch: foreign Homepage: https://github.com/openresty/memc-nginx-module Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-memc/libnginx-mod-http-memc_0.20-3~bpo13+1+b3_arm64.deb Size: 17428 SHA256: 0851dc98fa42a4c1e6334ef3d65c1c6e326838fb9bd08dcef5425cc909d5a152 SHA1: 16b3267e78c59c392bf3e5a43c8dce81c11d60fd MD5sum: 67e85866c8cff6dde5f93e9c384daafa Description: Extended memcached commands module for Nginx This module supports almost the whole memcached ascii protocol, and provides many more commands than the embedded memcached module in Nginx. The libnginx-mod-http-srcache-filter module can be configured to use that module to cache responses. Package: libnginx-mod-http-modsecurity Source: libnginx-mod-http-modsecurity (1.0.3-2~bpo13+1) Version: 1.0.3-2~bpo13+1+b3 Architecture: arm64 Maintainer: Ervin Hegedus Installed-Size: 235 Depends: libmodsecurity-dev, libnginx-mod-http-ndk, nginx-abi-1.30.0-1, libc6 (>= 2.17), libmodsecurity3t64 (>= 3.0.14) Recommends: nginx, modsecurity-crs Homepage: https://github.com/SpiderLabs/ModSecurity-nginx Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-modsecurity/libnginx-mod-http-modsecurity_1.0.3-2~bpo13+1+b3_arm64.deb Size: 26116 SHA256: d840509f00e42561add819487254b80f25fc61cb7d1bb50db19a69d9f8632550 SHA1: 5bec69566912df55af50d628087883b78c816591 MD5sum: 41473e72df18495b1fafd57f563c7621 Description: WAF module for Nginx The ModSecurity-nginx connector is the connection point between nginx and libmodsecurity (ModSecurity v3). Said another way, this project provides a communication channel between nginx and libmodsecurity. This connector is required to use LibModSecurity with nginx. Package: libnginx-mod-http-ndk Source: libnginx-mod-http-ndk (1:0.3.4-4~bpo13+1) Version: 1:0.3.4-4~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 91 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.17) Recommends: nginx Multi-Arch: foreign Homepage: https://github.com/simpl/ngx_devel_kit Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-ndk/libnginx-mod-http-ndk_0.3.4-4~bpo13+1+b3_arm64.deb Size: 10312 SHA256: 623fe5969b0bd20034e177eed01f356160ce12dd3cc886e4cb12beb74c42af99 SHA1: 76967100fe32774140ee9a4fc7f01e6f15d42c52 MD5sum: 2a9b9e7b07ad0f213c360ec58686fafc Description: Nginx Development Kit module The NDK is an Nginx module that is designed to extend the core functionality of the excellent Nginx webserver in a way that can be used as a basis of other Nginx modules. . It has functions and macros to deal with generic tasks that don't currently have generic code as part of the core distribution. The NDK itself adds few features that are seen from a user's point of view - it's just designed to help reduce the code that Nginx module developers need to write. Package: libnginx-mod-http-ndk-dev Source: libnginx-mod-http-ndk Version: 1:0.3.4-4~bpo13+1 Architecture: all Maintainer: Debian Nginx Maintainers Installed-Size: 475 Depends: libnginx-mod-http-ndk (<< 1:0.3.4-4~bpo13+1.1~), libnginx-mod-http-ndk (>= 1:0.3.4-4~bpo13+1) Multi-Arch: foreign Homepage: https://github.com/simpl/ngx_devel_kit Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-ndk/libnginx-mod-http-ndk-dev_0.3.4-4~bpo13+1_all.deb Size: 32700 SHA256: 50ae582b82e9d6c0f2ac40ddd2deb7252c62f166ce19a3b1388d2db5824a4a34 SHA1: 7fa9e0f59f6fa2398097cfbd3f9eaa192026e6cd MD5sum: 83a80eef27e1abf423ca9e55170b5ce3 Description: Nginx Development Kit module - development files The NDK is an Nginx module that is designed to extend the core functionality of the excellent Nginx webserver in a way that can be used as a basis of other Nginx modules. . This package provides development headers and necessary config scripts for the Nginx development kit module, useful to develop and link third party additions to the Debian nginx web/proxy server packages using Nginx development kit module. . Development files. Package: libnginx-mod-http-perl Source: nginx Version: 1.30.0-2~bpo13+1 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 245 Depends: nginx-abi-1.30.0-1, perl (>= 5.40.1-6), perlapi-5.40.1, libc6 (>= 2.34), libperl5.40 (>= 5.40.0) Recommends: nginx Homepage: https://nginx.org Priority: optional Section: httpd Filename: pool/main/n/nginx/libnginx-mod-http-perl_1.30.0-2~bpo13+1_arm64.deb Size: 103812 SHA256: 10915cf09511f5cdcb96ba79c8c327411d1fd35121702b2df974818e66614239 SHA1: 141ef9d3182904720a63c39e102f4a81a69b9c5d MD5sum: 9a9df8283335c4a30b115e168ea1deb6 Description: Perl module for Nginx Embed Perl runtime into nginx. . The ngx_http_perl module is used to implement location and variable handlers in Perl and insert Perl calls into SSI. . Note that this module is marked experimental. Package: libnginx-mod-http-push-stream Version: 0.6.0+dfsg-4+b3~bpo13+1 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 188 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.33) Recommends: nginx Multi-Arch: foreign Homepage: https://github.com/wandenberg/nginx-push-stream-module Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-push-stream/libnginx-mod-http-push-stream_0.6.0+dfsg-4+b3~bpo13+1_arm64.deb Size: 62852 SHA256: f3731c34ca386cfad7927bcd2be0d5db6a974f7967d609a4ece3f3b48f88ba40 SHA1: c65b9531bede4ee36ce28f3c4e0f7e5f7ac3cfd6 MD5sum: 561423b9ae8dcb6d101c4af3f49d3571 Description: HTTP push stream module for Nginx This module lets Nginx handles HTTP push streams like Event Source, WebSocket, Long Polling, JSONP, M-JPEG, and more. Package: libnginx-mod-http-set-misc Source: libnginx-mod-http-set-misc (0.33-7~bpo13+1) Version: 0.33-7~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 89 Depends: libnginx-mod-http-ndk, nginx-abi-1.30.0-1, libc6 (>= 2.17) Recommends: nginx Multi-Arch: foreign Homepage: https://github.com/openresty/set-misc-nginx-module Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-set-misc/libnginx-mod-http-set-misc_0.33-7~bpo13+1+b3_arm64.deb Size: 13132 SHA256: 5b2bdb7fd775bc8aef427eb71efbe5d9da414f22aa22ef863f7e53cd3958c401 SHA1: 49ba5b85c2006bbcf5bbd338ac407b5714913487 MD5sum: 9c9c35888b96cb53c5357f81858f8acb Description: Extended rewrite directives module for Nginx This module provides more directives that can be used in the Nginx rewrite phase, like the 'set' directive. - URI escaping and unescaping - JSON quoting - digests encoding and decoding - random number generator Package: libnginx-mod-http-srcache-filter Source: libnginx-mod-http-srcache-filter (0.33-5~bpo13+1) Version: 0.33-5~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 91 Depends: libnginx-mod-http-ndk, nginx-abi-1.30.0-1, libc6 (>= 2.17) Recommends: nginx Multi-Arch: foreign Homepage: https://github.com/openresty/srcache-nginx-module Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-srcache-filter/libnginx-mod-http-srcache-filter_0.33-5~bpo13+1+b3_arm64.deb Size: 19380 SHA256: 31b38b1d920aac713e1ec667dd61010760fb6a985bcbd46d5ec7db367fe84484 SHA1: 757281179395f0833d979383553f9ffd9358a456 MD5sum: d89e4a7f830d3defeee6dcbc9b5b464d Description: Transparent caching layer for Nginx This module provides a transparent caching layer for arbitrary nginx locations. The caching behavior is mostly compatible with RFC 2616. It allows full configuration through its nginx directives. Package: libnginx-mod-http-subs-filter Source: libnginx-mod-http-subs-filter (1:0.6.4-8~bpo13+1) Version: 1:0.6.4-8~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 90 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.17) Recommends: nginx Multi-Arch: foreign Homepage: https://github.com/yaoweibin/ngx_http_substitutions_filter_module Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-subs-filter/libnginx-mod-http-subs-filter_0.6.4-8~bpo13+1+b3_arm64.deb Size: 11464 SHA256: 404438eafe0ccac1fab164f7cb4b2260d7eba0a279e3859d055dd4775223fbf6 SHA1: d395056133d57c67c320e3623779e633fd303425 MD5sum: 8700e0553c3aff081b0a40d5d5ba0984 Description: Substitution filter module for Nginx Substitution Nginx module can do both regular expression and fixed string substitutions on response bodies. The module is quite different from Nginx's native Substitution module. It scans the output chains buffer and matches string line by line, just like Apache's mod_substitute. Package: libnginx-mod-http-uploadprogress Source: libnginx-mod-http-uploadprogress (1:0.9.4-3~bpo13+1) Version: 1:0.9.4-3~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 90 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.17) Recommends: nginx Multi-Arch: foreign Homepage: https://github.com/masterzen/nginx-upload-progress-module Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-uploadprogress/libnginx-mod-http-uploadprogress_0.9.4-3~bpo13+1+b3_arm64.deb Size: 15680 SHA256: e976a9f6f509fbf20a0eac95a8956cf59379f7d564c05b0ce7b3d17270b0556a SHA1: 32665019dd5bc3d4740364361985551dbc5b20b5 MD5sum: 4fec0d4ae39ed0122bd413389e901af6 Description: Upload progress system for Nginx Upload progress module is an implementation of an upload progress system, that monitors RFC1867 POST uploads as they are transmitted to upstream servers. . It works by tracking the uploads proxied by Nginx to upstream servers without analysing the uploaded content and offers a web API to report upload progress in Javscript, Json or any other format. Package: libnginx-mod-http-upstream-fair Source: libnginx-mod-http-upstream-fair (1:0.0~git20120408.a18b409-7~bpo13+1) Version: 1:0.0~git20120408.a18b409-7~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 86 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.17) Recommends: nginx Multi-Arch: foreign Homepage: https://github.com/gnosek/nginx-upstream-fair Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-upstream-fair/libnginx-mod-http-upstream-fair_0.0~git20120408.a18b409-7~bpo13+1+b3_arm64.deb Size: 10976 SHA256: eaf1a741ca4a836f80182d36ba164e897276858cf3a79699fec99ff0aacc6bba SHA1: b8e1f2fd42d839a60a1058b6a03becb2a9e2ef6f MD5sum: 6d027b2162bf20ab52dbba7658e8f7d2 Description: Nginx Upstream Fair Proxy Load Balancer The Nginx fair proxy balancer enhances the standard round-robin load balancer provided with Nginx so that it tracks busy backend servers and adjusts balancing accordingly. Package: libnginx-mod-http-xslt-filter Source: nginx Version: 1.30.0-2~bpo13+1 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 169 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.17), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25) Recommends: nginx Homepage: https://nginx.org Priority: optional Section: httpd Filename: pool/main/n/nginx/libnginx-mod-http-xslt-filter_1.30.0-2~bpo13+1_arm64.deb Size: 94544 SHA256: c8ad0ff278f32363bcf80dcd6a4887d1ba9606ee869c505f8274c151b0137e76 SHA1: b4038afd53d58172c873f97bf45010519d8c5f0a MD5sum: f2c4ed8ec219a31f6c7c2f71a897801e Description: XSLT Transformation module for Nginx The ngx_http_xslt_filter module is a filter that transforms XML responses using one or more XSLT stylesheets. . The transformation can be adjusted by setting the relevant configuration parameters. Package: libnginx-mod-mail Source: nginx Version: 1.30.0-2~bpo13+1 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 240 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.17) Recommends: nginx Homepage: https://nginx.org Priority: optional Section: httpd Filename: pool/main/n/nginx/libnginx-mod-mail_1.30.0-2~bpo13+1_arm64.deb Size: 124360 SHA256: 9ea131e1627c9b468e6b4247127f9e73e5c753038d7e482e899b6dc98df0604d SHA1: 656d361799c072380d96d08a51e759f0bff4718b MD5sum: 126b3f44482cf8ebb2210415f3243fd4 Description: Mail module for Nginx The nginx_mail module adds mail proxy support to nginx. . The module supports proxying all the standard mail protocols such as IMAP, POP3 & SMTP. Package: libnginx-mod-nchan Source: libnginx-mod-nchan (1:1.3.8+dfsg-1~bpo13+1) Version: 1:1.3.8+dfsg-1~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 821 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.38) Recommends: nginx Multi-Arch: foreign Homepage: https://github.com/slact/nchan Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-nchan/libnginx-mod-nchan_1.3.8+dfsg-1~bpo13+1+b3_arm64.deb Size: 241780 SHA256: 1fe01a8963c818aff9b268bddcae2faa561cc9e9df235927fb5812f2cf929f72 SHA1: 01b6fee3e1ceb3db735441745c7cd9e09df17225 MD5sum: fc6919c98ca1ab190f6856012a9c85e8 Description: Fast, flexible pub/sub server for Nginx Nchan is a scalable, flexible pub/sub server for the modern web, It can be configured as a standalone server, or as a shim between your application and tens, thousands, or millions of live subscribers. It can buffer messages in memory, on-disk, or via Redis. All connections are handled asynchronously and distributed among any number of worker processes. It can also scale to many nginx server instances with Redis. . Full documentation available at https://nchan.slact.net Package: libnginx-mod-rtmp Source: libnginx-mod-rtmp (1:1.2.2+dfsg-7~bpo13+1) Version: 1:1.2.2+dfsg-7~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 365 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.38) Recommends: nginx Multi-Arch: foreign Homepage: https://github.com/arut/nginx-rtmp-module Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-rtmp/libnginx-mod-rtmp_1.2.2+dfsg-7~bpo13+1+b3_arm64.deb Size: 109324 SHA256: 0f52cd0d6743419ce66c2ed03d027463a9f784a5c7e1da378f1f0562e1862339 SHA1: ba6cc6fa227e1dd1ae2ad8c82eab45519d029f1f MD5sum: e5d8f6e111d088c16da7f0d3838d6308 Description: RTMP support for Nginx The nginx RTMP module is a fully-featured streaming solution implemented in nginx. . It provides the following features: - Live streaming with RTMP, HLS and MPEG-DASH; - RTMP Video on Demand from local or HTTP sources; - Stream relay support via a push or pull model; - Integrated stream recording; - and more. Package: libnginx-mod-stream Source: nginx Version: 1.30.0-2~bpo13+1 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 313 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.33) Recommends: nginx Homepage: https://nginx.org Priority: optional Section: httpd Filename: pool/main/n/nginx/libnginx-mod-stream_1.30.0-2~bpo13+1_arm64.deb Size: 157468 SHA256: 656b2fc36b4febc870e4c1635550272b3f85600c98bb891e5aff85c41b5187f3 SHA1: 3020b0e084f129cb87c5b410d9b36922bbc6ccc7 MD5sum: 4c742012cac5931200f51810f825c366 Description: Stream module for Nginx The nginx_stream module adds stream proxy support to nginx. . Stream module supports loadbalancing & proxying to TCP servers. The module also supports ACLs/connection limiting and configuring multiple operational parameters. Package: libnginx-mod-stream-geoip Source: nginx Version: 1.30.0-2~bpo13+1 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 170 Depends: nginx-abi-1.30.0-1, libc6 (>= 2.17), libgeoip1t64 (>= 1.6.12), libnginx-mod-stream (= 1.30.0-2~bpo13+1) Recommends: nginx Homepage: https://nginx.org Priority: optional Section: httpd Filename: pool/main/n/nginx/libnginx-mod-stream-geoip_1.30.0-2~bpo13+1_arm64.deb Size: 91716 SHA256: 12df5b85e6fc0f76b6ef970ed5473ef733a286a412aa31a78cae0e4fede1d5de SHA1: 52732a61d4046287b60b9b43b9df1295f7a3e744 MD5sum: aad2f0c33916157d23a453536f1a8494 Description: GeoIP Stream module for Nginx The ngx_stream_geoip module creates variables with values depending on the client IP address, using the precompiled MaxMind databases. . Those variables include country, region, city, latitude, longitude, postal code, etc. Package: libnginx-mod-stream-geoip2 Source: libnginx-mod-http-geoip2 (1:3.4-7~bpo13+1) Version: 1:3.4-7~bpo13+1+b3 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 86 Depends: libnginx-mod-stream (<< 1.30.0.1~), libnginx-mod-stream (>= 1.30.0), nginx-abi-1.30.0-1, libc6 (>= 2.33), libmaxminddb0 (>= 1.0.2) Recommends: nginx Multi-Arch: foreign Homepage: https://github.com/leev/ngx_http_geoip2_module Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-http-geoip2/libnginx-mod-stream-geoip2_3.4-7~bpo13+1+b3_arm64.deb Size: 9004 SHA256: a1d3d4566c9269b4619534c3bca138916bb747a4e166aa509cb68b573372bbcb SHA1: 3ace50924c9dfffe9b60737b34fb8c25f3ca3cfc MD5sum: 8bbf9069180e9d909c179f5ac2f1bb9f Description: GeoIP2 Stream module for Nginx The ngx_stream_geoip2 module creates variables with values depending on the client IP address, using the precompiled MaxMind GeoIP2 databases. . Those variables include country, region, city, latitude, longitude, postal code, etc. Package: libnginx-mod-stream-js Source: libnginx-mod-js Version: 0.9.6-1~bpo13+1 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 1404 Depends: libnginx-mod-stream (<< 1.30.0.1~), libnginx-mod-stream (>= 1.30.0), nginx-abi-1.30.0-1, libc6 (>= 2.38), libqjs0 (>= 0.13.0), libxml2 (>= 2.7.4) Recommends: nginx Homepage: https://nginx.org/en/docs/njs/ Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-js/libnginx-mod-stream-js_0.9.6-1~bpo13+1_arm64.deb Size: 407568 SHA256: b3858b7f4c8c3001ee8ebe83c5f96613a77cfcdeba521b6cfd3cf656ca8ee423 SHA1: 097e0bf6e10aaea9ea4772d80ef94849182dde39 MD5sum: 72d7e25b5318bbf8c2e45cd005b971bb Description: JavaScript Stream module for Nginx This module extends Nginx with configuration directives that allows one to run a subset of ECMAScript 5.1 (and later extensions) language. It features integration with - the access phase - the content phase - stream, server variables Package: libparserutils-dev Source: libparserutils Version: 0.2.5-1~bpo13+1 Architecture: arm64 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Installed-Size: 43 Depends: libparserutils0 (= 0.2.5-1~bpo13+1) Multi-Arch: same Homepage: https://www.netsurf-browser.org/projects/libparserutils/ Priority: optional Section: libdevel Filename: pool/main/libp/libparserutils/libparserutils-dev_0.2.5-1~bpo13+1_arm64.deb Size: 6964 SHA256: 292974262d4d930c830e46385054fbc9dca71cf3c3415a10e54a1a0854f31e43 SHA1: bb993ad9fd5189cea10398c85a310d0054b68e6a MD5sum: 5ff0d5af19b4136b7c194981e8656450 Description: utility library for parser building - development files LibParserUtils provides various pieces of functionality that are useful when writing parsers. These are: . * A number of character set converters * Mapping of character set names to/from MIB enum values * UTF-8 and UTF-16 (host endian) support functions * Various simple data structures (resizeable buffer, stack, vector) * A UTF-8 input stream . This package contains the shared libraries. Package: libparserutils-doc Source: libparserutils Version: 0.2.5-1~bpo13+1 Architecture: all Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Installed-Size: 3109 Multi-Arch: foreign Homepage: https://www.netsurf-browser.org/projects/libparserutils/ Priority: optional Section: doc Filename: pool/main/libp/libparserutils/libparserutils-doc_0.2.5-1~bpo13+1_all.deb Size: 193344 SHA256: decd203e7811e7101b7a45502463f1ee1d57cde49a044c45399596276e8a0f9d SHA1: 7f2cd5e68b7ce6adfbf9610ff2275ec08537326e MD5sum: 954150a7942542444de4f247d7ad33bf Description: utility library for parser building - documentation files LibParserUtils provides various pieces of functionality that are useful when writing parsers. These are: . * A number of character set converters * Mapping of character set names to/from MIB enum values * UTF-8 and UTF-16 (host endian) support functions * Various simple data structures (resizeable buffer, stack, vector) * A UTF-8 input stream . This package contains the HTML documentation. Package: libparserutils0 Source: libparserutils Version: 0.2.5-1~bpo13+1 Architecture: arm64 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Installed-Size: 183 Depends: libc6 (>= 2.17) Multi-Arch: same Homepage: https://www.netsurf-browser.org/projects/libparserutils/ Priority: optional Section: libs Filename: pool/main/libp/libparserutils/libparserutils0_0.2.5-1~bpo13+1_arm64.deb Size: 28220 SHA256: eeb0ff7bf43766494c41f1b8d79e7c0870aa03e10829e82f2ac2f0d66c8b6a6c SHA1: 5d52d9f424531cbac999f8c28cf5d55b6883483b MD5sum: badaf2f026afffc51b20117ed0b5a387 Description: utility library for parser building - shared library LibParserUtils provides various pieces of functionality that are useful when writing parsers. These are: . * A number of character set converters * Mapping of character set names to/from MIB enum values * UTF-8 and UTF-16 (host endian) support functions * Various simple data structures (resizeable buffer, stack, vector) * A UTF-8 input stream . This package contains the header files. Package: libphp-embed Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: libphp8.4-embed Priority: optional Section: php Filename: pool/main/p/php-defaults/libphp-embed_8.4+99+exp1~bpo13+1_all.deb Size: 4316 SHA256: 3604752a11b2b9db0b15dca3bb9b039375a6fff6aa918917a3708c217bbc8114 SHA1: 634e6e0df01694d5f52ff11e450468edb9f7436e MD5sum: 7f8e044db066a98c1b42ae6aaa6b12e3 Description: HTML-embedded scripting language (Embedded SAPI library) (default) This package provides the library /usr/lib/libphp.so which can be used by application developers to embed PHP scripting functionality. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on latest stable PHP version (currently 8.4). Package: libphp8.3-embed Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 5602 Depends: media-types | mime-support, php8.3-cli, php8.3-common (= 8.3.30-0.1~bpo13+1), php8.3-opcache, tzdata, ucf, libargon2-1 (>= 0~20171227), libc6 (>= 2.38), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.18), libssl3t64 (>= 3.0.0), libxml2 (>= 2.8.0), zlib1g (>= 1:1.1.4) Suggests: php-pear Provides: libphp-embed, php-json, php8.3-json, phpapi-20230831 Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/libphp8.3-embed_8.3.30-0.1~bpo13+1_arm64.deb Size: 1557052 SHA256: c7db0abe5e53eb91933f956a2fe4630cd4c6cd2b5064743b53baa8eb54e1ced9 SHA1: a0c346ce5f5a49b10d958067cf5692e139c03325 MD5sum: 71a15dd62715be9ef6051de6b088b8ef Description: HTML-embedded scripting language (Embedded SAPI library) This package provides the library /usr/lib/libphp8.3.so which can be used by application developers to embed PHP scripting functionality. . The following extensions are built in: Core date filter hash json libxml openssl pcntl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . WARNING: The embed SAPI is experimental and there's no guarantee that the API/ABI will be kept compatible even between minor releases. You have been warned. Package: libphp8.4-embed Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 5794 Depends: media-types | mime-support, php8.4-cli, php8.4-common (= 8.4.20-0+deb13u1), php8.4-opcache, tzdata, ucf, libargon2-1 (>= 0~20171227), libc6 (>= 2.38), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.18), libssl3t64 (>= 3.0.0), libxml2 (>= 2.9.4), zlib1g (>= 1:1.1.4) Suggests: php-pear Provides: libphp-embed, php-json, php8.4-json, phpapi-20240924 Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/libphp8.4-embed_8.4.20-0+deb13u1_arm64.deb Size: 1613404 SHA256: 132151f36b88eb7d7f6615e52b4e8ad1b6c80b1b4b63fb178826b596bd485b6c SHA1: ce45d058d3802bed99a22baddfa09666bc81d31a MD5sum: f28c20595fe586e4b24d3b5948e905f2 Description: HTML-embedded scripting language (Embedded SAPI library) This package provides the library /usr/lib/libphp8.4.so which can be used by application developers to embed PHP scripting functionality. . The following extensions are built in: Core date filter hash json libxml openssl pcntl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . WARNING: The embed SAPI is experimental and there's no guarantee that the API/ABI will be kept compatible even between minor releases. You have been warned. Package: libphp8.5-embed Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 9880 Depends: media-types | mime-support, php8.5-cli, php8.5-common (= 8.5.5-0.1~bpo13+1), tzdata, ucf, libargon2-1 (>= 0~20171227), libc6 (>= 2.38), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.18), libssl3t64 (>= 3.0.0), libxml2 (>= 2.9.4), zlib1g (>= 1:1.1.4) Suggests: php-pear Provides: libphp-embed, php-json, php8.5-json, phpapi-20250925 Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/libphp8.5-embed_8.5.5-0.1~bpo13+1_arm64.deb Size: 2473244 SHA256: 88383080c4b1776a20e8e2c62c977dc15d329f24ef8f1dbbaf68e283c596d733 SHA1: cb9485f85f2efeb02642af06f758933e795e37e3 MD5sum: 626baf21053f439710201be378d4f277 Description: HTML-embedded scripting language (Embedded SAPI library) This package provides the library /usr/lib/libphp8.5.so which can be used by application developers to embed PHP scripting functionality. . The following extensions are built in: Core date filter hash json lexbor libxml openssl pcntl pcre random Reflection session sodium SPL standard uri Zend OPcache zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . WARNING: The embed SAPI is experimental and there's no guarantee that the API/ABI will be kept compatible even between minor releases. You have been warned. Package: libqjs-dev Source: quickjs-ng Version: 0.14.0-2~bpo13+1 Architecture: arm64 Maintainer: Debian Javascript Maintainers Installed-Size: 1630 Depends: libqjs0 (= 0.14.0-2~bpo13+1) Provides: libquickjs-ng-dev Multi-Arch: same Homepage: https://quickjs-ng.github.io/quickjs/ Priority: optional Section: libdevel Filename: pool/main/q/quickjs-ng/libqjs-dev_0.14.0-2~bpo13+1_arm64.deb Size: 468852 SHA256: 60cc5d1ff41ce79662742709785e024fe651a81d189e77000c624e5655498d75 SHA1: 0c48f93ef47afd5997bf8c461dd5897493e2892c MD5sum: 8f5f6e2fe94f0734541d94ddff805cd8 Description: small and embeddable Javascript engine library - development files QuickJS-NG is a small and embeddable Javascript engine, aiming to support the latest ECMAScript specification. It is a community-driven fork of the original QuickJS project. . This package provides the development files and static library. Package: libqjs0 Source: quickjs-ng Version: 0.14.0-2~bpo13+1 Architecture: arm64 Maintainer: Debian Javascript Maintainers Installed-Size: 1114 Depends: libc6 (>= 2.38) Multi-Arch: same Homepage: https://quickjs-ng.github.io/quickjs/ Priority: optional Section: libs Filename: pool/main/q/quickjs-ng/libqjs0_0.14.0-2~bpo13+1_arm64.deb Size: 407588 SHA256: 6e75fd1b4f2366c272cdbbbd0aacdeac469657d18eab1d5da70ed6a8817c5cef SHA1: 7c1e409887d557ed51f70c5931f3152b2c1e5dc9 MD5sum: 031f82bd8a24a8421ea9092148bd59c7 Description: small and embeddable Javascript engine library QuickJS-NG is a small and embeddable Javascript engine, aiming to support the latest ECMAScript specification. It is a community-driven fork of the original QuickJS project. . This package provides the shared library. Package: libsqlite3-0 Source: sqlite3 Version: 3.50.4-0.1~bpo13+1 Architecture: arm64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1816 Depends: libc6 (>= 2.38) Breaks: crowdsec (<< 1.4), python-migrate (<< 0.11.0-4~), python3-migrate (<< 0.11.0-4~) Multi-Arch: same Homepage: https://www.sqlite.org/ Priority: optional Section: libs Filename: pool/main/s/sqlite3/libsqlite3-0_3.50.4-0.1~bpo13+1_arm64.deb Size: 863008 SHA256: ae57aa7c02c09a1e305c064f6219d01ded0a4b50fcb0a27289aecbb6864598a6 SHA1: b8bde5a54dd641b2c624981e5b812bad16ab50de MD5sum: d2cda96e2623ffa4e43fe79586ee7d68 Description: SQLite 3 shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: libsqlite3-dev Source: sqlite3 Version: 3.50.4-0.1~bpo13+1 Architecture: arm64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 3438 Depends: libsqlite3-0 (= 3.50.4-0.1~bpo13+1), libc-dev Suggests: sqlite3-doc Multi-Arch: same Homepage: https://www.sqlite.org/ Priority: optional Section: libdevel Filename: pool/main/s/sqlite3/libsqlite3-dev_3.50.4-0.1~bpo13+1_arm64.deb Size: 1074892 SHA256: efe7454be83e035711d95e33ab380df8376fb649f148c6e01d1c59dccf463248 SHA1: 4e9f4e2719fdb7de1d66bf3b0eca2b2cfc1a9ab9 MD5sum: 96727d91e07f3e9e23bfeb17dde71651 Description: SQLite 3 development files SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the development files (headers, static libraries) Package: libwapcaplet-dev Source: libwapcaplet Version: 0.4.3-1~bpo13+1 Architecture: arm64 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Installed-Size: 27 Depends: libwapcaplet0 (= 0.4.3-1~bpo13+1) Multi-Arch: same Homepage: https://www.netsurf-browser.org/projects/libwapcaplet/ Priority: optional Section: libdevel Filename: pool/main/libw/libwapcaplet/libwapcaplet-dev_0.4.3-1~bpo13+1_arm64.deb Size: 5836 SHA256: 0c3f94433472508bcaa6322dca1f39b98f3f5f4aa54fbbd30a7367201c860c4b SHA1: f5af62757a6eb58ce30b9ebf519bdbc4cc21451f MD5sum: 994ef734e37926e008d5005ca1543852 Description: string internment library - development files LibWapcaplet provides a reference counted string internment system designed to store small strings and allow rapid comparison of them in terms of equality. It supports a caseless comparison where it will automatically intern a lowercased variant of the string and use that for comparison if needed. . This package contains the shared libraries. Package: libwapcaplet-doc Source: libwapcaplet Version: 0.4.3-1~bpo13+1 Architecture: all Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Installed-Size: 891 Multi-Arch: foreign Homepage: https://www.netsurf-browser.org/projects/libwapcaplet/ Priority: optional Section: doc Filename: pool/main/libw/libwapcaplet/libwapcaplet-doc_0.4.3-1~bpo13+1_all.deb Size: 114908 SHA256: c43e8db2a14e10dc06dcd1bf1d1a966b17d3ade79bd1dc66520bbd455a3aa843 SHA1: a2a85d48f24e0ea5c2476242ed8026fc907bb745 MD5sum: 16641fde636de03d0b044ae71608e1a5 Description: string internment library - documentation files LibWapcaplet provides a reference counted string internment system designed to store small strings and allow rapid comparison of them in terms of equality. It supports a caseless comparison where it will automatically intern a lowercased variant of the string and use that for comparison if needed. . This package contains the HTML documentation. Package: libwapcaplet0 Source: libwapcaplet Version: 0.4.3-1~bpo13+1 Architecture: arm64 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Installed-Size: 81 Depends: libc6 (>= 2.17) Multi-Arch: same Homepage: https://www.netsurf-browser.org/projects/libwapcaplet/ Priority: optional Section: libs Filename: pool/main/libw/libwapcaplet/libwapcaplet0_0.4.3-1~bpo13+1_arm64.deb Size: 5408 SHA256: 82d6596851cb24c77fe6c84c05966487d0c6100ddea7f50d7762a851e1f1efe2 SHA1: 29037c293797737147e6f418b34fd45240678106 MD5sum: 77e621d6311dd860cb2936578fd95204 Description: string internment library - shared library LibWapcaplet provides a reference counted string internment system designed to store small strings and allow rapid comparison of them in terms of equality. It supports a caseless comparison where it will automatically intern a lowercased variant of the string and use that for comparison if needed. . This package contains the header files. Package: lua-resty-core Version: 0.1.32-1~bpo13+1 Architecture: all Maintainer: Debian Lua Team Installed-Size: 263 Depends: libluajit-5.1-2, libnginx-mod-http-lua (<< 1:0.10.29.1~), libnginx-mod-http-lua (>= 1:0.10.29), lua-resty-lrucache (>= 0.13-11) Provides: lua5.1-resty-core Homepage: https://github.com/openresty/lua-resty-core Priority: optional Section: net Filename: pool/main/l/lua-resty-core/lua-resty-core_0.1.32-1~bpo13+1_all.deb Size: 36280 SHA256: b5f971019938f9dd22c40e99adc0c6324ff6084ea40735844d48e0a611b84686 SHA1: c372ba17373e1e411dba70909443438ba37999f0 MD5sum: 472cfbfb1cf7b314ac75e8e70f636b72 Description: New FFI-based Lua API for NGINX Lua module This pure Lua library reimplements part of the ngx_lua module's Nginx API for Lua with LuaJIT FFI and installs the new FFI-based Lua API into the ngx.* and ndk.* namespaces used by the ngx_lua module. In addition, this Lua library implements any significant new Lua APIs of the ngx_lua module as proper Lua modules, like ngx.semaphore and ngx.balancer. The FFI-based Lua API can work with LuaJIT's JIT compiler. ngx_lua's default API is based on the standard Lua C API, which will never be JIT compiled and the user Lua code is always interpreted (slowly). Package: luma.core-doc Source: luma.core Version: 2.5.3-1~bpo13+1 Architecture: all Maintainer: Debian Electronics Team Installed-Size: 2346 Depends: libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 8.1), sphinx-rtd-theme-common (>= 3.0.2+dfsg) Multi-Arch: foreign Homepage: https://github.com/rm-hull/luma.core Priority: optional Section: doc Filename: pool/main/l/luma.core/luma.core-doc_2.5.3-1~bpo13+1_all.deb Size: 125460 SHA256: 4f9cc5def1fc9dd41f33cb08707717af0858c651c9d4b1cad89ba6204227ba0a SHA1: c434f78d493db9158cef29812418720e0f2766fc MD5sum: 7960809a9b435d6422b8055856f04a86 Description: doc for component library providing a Pillow-compatible drawing canvas other functionality to support drawing primitives and text-rendering capabilities for small displays on the Raspberry Pi and other single board computers: * scrolling/panning capability, * terminal-style printing, * state management, * color/greyscale (where supported), * dithering to monochrome, * sprite animation, * flexible framebuffering (depending on device capabilities) Package contains documentation Package: luma.emulator-doc Source: luma.emulator Version: 1.7.0-1~bpo13+1 Architecture: all Maintainer: Debian Electronics Team Installed-Size: 353 Depends: libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 8.1), sphinx-rtd-theme-common (>= 3.0.2+dfsg) Homepage: https://github.com/rm-hull/luma.emulator Priority: optional Section: python Filename: pool/main/l/luma.emulator/luma.emulator-doc_1.7.0-1~bpo13+1_all.deb Size: 33380 SHA256: 2cf34b5e3a03a31f10c42456b1471f8b4171baab7408759eb5ad265480668fdc SHA1: b2ba674a885e052aad312485eb30eb146552d4d3 MD5sum: fdfb26f6390a3295937c864f9ad002f3 Description: doc for library provides a series of pseudo-display devices for luma.core Library provides a series of pseudo-display devices which allow the luma.core components to be used without running a physical device. These include: Real-time (pixel) emulator, based on pygame LED matrix and 7-segment renderers PNG screen capture Animated GIF animator Real-time ASCII-art & block emulators Package: luma.lcd-doc Source: luma.lcd Version: 2.13.0-1~bpo13+1 Architecture: all Maintainer: Debian Electronics Team Installed-Size: 3713 Depends: libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 8.1), sphinx-rtd-theme-common (>= 3.0.2+dfsg) Multi-Arch: foreign Homepage: https://github.com/rm-hull/luma.lcd Priority: optional Section: python Filename: pool/main/l/luma.lcd/luma.lcd-doc_2.13.0-1~bpo13+1_all.deb Size: 2822896 SHA256: a26b0e1036b32b4c9fc4be50dea524817878f5499296dc4353952dde58b66325 SHA1: 42c410914584971aed62255a46b55593107db967 MD5sum: 1014e815e01b4f279f4507ff23c4682b Description: doc for library interfacing small LCD displays Library provides a Python 3 interface to small LCD displays connected to Raspberry Pi and other Linux-based single-board computers (SBC). It currently supports devices using the HD44780, PCD8544, ST7735, HT1621, and UC1701X controllers. It provides a Pillow-compatible drawing canvas, and other functionality to support: scrolling/panning capability, terminal-style printing, state management, color/greyscale (where supported), dithering to monochrome Package: luma.led-matrix-doc Source: luma.led-matrix Version: 1.9.0-1~bpo13+1 Architecture: all Maintainer: Debian Electronics Team Installed-Size: 7277 Depends: libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 8.1), sphinx-rtd-theme-common (>= 3.0.2+dfsg) Multi-Arch: foreign Homepage: https://github.com/rm-hull/luma.led_matrix Priority: optional Section: python Filename: pool/main/l/luma.led-matrix/luma.led-matrix-doc_1.9.0-1~bpo13+1_all.deb Size: 6903132 SHA256: fd1381186582939c24b24f765b6cf9cb4383242d6eef46cf4e620b22c53989f1 SHA1: 5f868ce94d92fd3505711d0a9f2a2588ed3aa1f3 MD5sum: 729bb554394cea05861c09dbd1ef5dc4 Description: doc for library interfacing LED matrix displays Library interfacing LED matrix displays with the MAX7219 driver (using SPI), WS2812 (NeoPixels, inc Pimoroni Unicorn pHat/Hat and Unicorn Hat HD) and APA102 (DotStar) on the Raspberry Pi and other Linux-based single board computers - it providesxi a Pillow-compatible drawing canvas, and other functionality to support: multiple cascaded devices LED matrix, seven-segment and NeoPixel variants scrolling/panning capability, terminal-style printing, state management, dithering to monochrome, pygame emulator Package contains documentation Package: luma.oled-doc Source: luma.oled Version: 3.15.0-1~bpo13+1 Architecture: all Maintainer: Debian Electronics Team Installed-Size: 2316 Depends: libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 8.1), sphinx-rtd-theme-common (>= 3.0.2+dfsg) Multi-Arch: foreign Homepage: https://github.com/rm-hull/luma.oled Priority: optional Section: doc Filename: pool/main/l/luma.oled/luma.oled-doc_3.15.0-1~bpo13+1_all.deb Size: 1390916 SHA256: f61ef7578b66d36a0604e205e1890c4211dc23eec5dc5bc289eb553b80229c44 SHA1: c1ca3689acc6fc3353b9b4bc4f4502007568bee9 MD5sum: fb7ff68bea704e6348106a79c4fa2b56 Description: doc for library interfacing OLED matrix displays Library interfacing OLED matrix displays with the SSD1306, SSD1309, SSD1322, SSD1325, SSD1327, SSD1331, SSD1351, SH1106 or WS0010 driver using I2C/SPI/Parallel on the Raspberry Pi and other linux-based single-board computers - it provides a Pillow-compatible drawing canvas, and other functionality to support: scrolling/panning capability, terminal-style printing, state management, color/greyscale (where supported), dithering to monochrome Package: minify Source: golang-github-tdewolff-minify Version: 2.24.11-1~bpo13+1 Architecture: arm64 Maintainer: Debian Go Packaging Team Installed-Size: 4783 Depends: libc6 (>= 2.34) Static-Built-Using: golang-1.24 (= 1.24.4-1), golang-filippo-edwards25519 (= 1.0.0~rc1+git20210721-0.1), golang-fsnotify (= 1.8.0-3), golang-github-djherbis-atime (= 1.1.0-2), golang-github-go-sql-driver-mysql (= 1.9.0-1), golang-github-jmoiron-sqlx (= 1.3.5-1), golang-github-pelletier-go-toml (= 1.9.5-1), golang-github-tdewolff-argp (= 0.0~git20240625.87b04d5-1), golang-github-tdewolff-parse (= 2.8.11-1~bpo13+1), golang-golang-x-sys (= 0.22.0-1) Homepage: https://github.com/tdewolff/minify Priority: optional Section: golang Filename: pool/main/g/golang-github-tdewolff-minify/minify_2.24.11-1~bpo13+1_arm64.deb Size: 1507444 SHA256: 7d0b04b4c6ee694057e5d9cb214aaaacb7f8cc7a924050b2bad7d5707b007957 SHA1: 25618ed3339d75f89ac0abcb77b945e1c120810c MD5sum: dbd7b8ce87b8e01f86ecd4ce79837e3e Description: CLI implementation of the Go minify library package /usr/bin/minify is a CLI implementation of the github.com/tdewolff/minify Go library package. . It provides HTML5, CSS3, JS, JSON, SVG and XML minifiers. . Minification is the process of removing bytes from a file (such as whitespace) without changing its output and therefore shrinking its size and speeding up transmission over the Internet and possibly parsing. The implemented minifiers are high performance and streaming, which implies O(n). Package: mlock Source: uw-imap Version: 8:2007f~dfsg-7.1 Architecture: arm64 Maintainer: Magnus Holmgren Installed-Size: 85 Depends: libc6 (>= 2.34) Homepage: http://www.washington.edu/imap/ Priority: optional Section: mail Filename: pool/main/u/uw-imap/mlock_2007f~dfsg-7.1_arm64.deb Size: 8048 SHA256: 23914acb5e4cc69a1f69535066830df402cb572ae49725dc6a2f35916da24cc0 SHA1: 3a1278580a21a419aeeaf59bd8c99e87265a2b22 MD5sum: fea25b0588a53fc941408a667a3cd5a9 Description: mailbox locking program IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . The UW (University of Washington) IMAP toolkit provides the c-client mail-handling library supporting various network transport methods, file system storage formats, and authentication and authorization methods. . This package contains a program to lock mailbox files to avoid corruption. Package: netsurf-buildsystem Version: 1.10-1~bpo13+1 Architecture: all Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Installed-Size: 78 Homepage: https://www.netsurf-browser.org/ Priority: optional Section: libdevel Filename: pool/main/n/netsurf-buildsystem/netsurf-buildsystem_1.10-1~bpo13+1_all.deb Size: 17084 SHA256: 7088922f4015e7cb1ba88e7182f38b5d7a8de97097f616338f6d61cc44c3449a SHA1: f8b20b9e1e22738cea1f3fd66821256cf77f2c8e MD5sum: 6539b59c2a0dc1e229dc64ff5442adba Description: NetSurf shared build system This package consists of makefiles and scripts shared by NetSurf projects. Package: nginx Version: 1.30.0-2~bpo13+1 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 1673 Depends: libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpcre2-8-0 (>= 10.22), libssl3t64 (>= 3.5.0), zlib1g (>= 1:1.1.4), nginx-common (= 1.30.0-2~bpo13+1) Breaks: nginx-core (<< 1.22.1-6~), nginx-extras (<< 1.22.1-6~), nginx-light (<< 1.22.1-6~) Replaces: nginx-core (<< 1.22.1-6~), nginx-extras (<< 1.22.1-6~), nginx-light (<< 1.22.1-6~) Provides: httpd, httpd-cgi, nginx-abi-1.30.0-1 Homepage: https://nginx.org Priority: optional Section: httpd Filename: pool/main/n/nginx/nginx_1.30.0-2~bpo13+1_arm64.deb Size: 598460 SHA256: cc6d90840a98b576cdcdfeb777655272aedff43b4f21e806e5d872a170f3f0ae SHA1: d2373976e4d6f4f356fab6d6be57e7f2e2e06233 MD5sum: a9a1c85bea3710d1c0e597f7a27c9f67 Description: small, powerful, scalable web/proxy server Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. Package: nginx-common Source: nginx Version: 1.30.0-2~bpo13+1 Architecture: all Maintainer: Debian Nginx Maintainers Installed-Size: 302 Depends: debconf (>= 0.5) | debconf-2.0 Suggests: fcgiwrap, nginx-doc, ssl-cert Breaks: nginx (<< 1.22.1-8) Replaces: nginx (<< 1.22.1-8) Multi-Arch: foreign Homepage: https://nginx.org Priority: optional Section: httpd Filename: pool/main/n/nginx/nginx-common_1.30.0-2~bpo13+1_all.deb Size: 113476 SHA256: 80a3ddf8507a9b51176e8143d5568f066a457b8a0d6a185016886d86a08e5651 SHA1: 479419a44b44c805625466416e046eeb20fb3ef2 MD5sum: 1f4ad3869d1b6ded42a7b39538906cb3 Description: small, powerful, scalable web/proxy server - common files Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package contains base configuration files used by all versions of nginx. Package: nginx-core Source: nginx Version: 1.30.0-2~bpo13+1 Architecture: all Maintainer: Debian Nginx Maintainers Installed-Size: 94 Depends: libnginx-mod-http-geoip2, libnginx-mod-http-image-filter (>= 1.30.0-2~bpo13+1), libnginx-mod-http-image-filter (<< 1.30.0-2~bpo13+1.1~), libnginx-mod-http-xslt-filter (>= 1.30.0-2~bpo13+1), libnginx-mod-http-xslt-filter (<< 1.30.0-2~bpo13+1.1~), libnginx-mod-mail (>= 1.30.0-2~bpo13+1), libnginx-mod-mail (<< 1.30.0-2~bpo13+1.1~), libnginx-mod-stream (>= 1.30.0-2~bpo13+1), libnginx-mod-stream (<< 1.30.0-2~bpo13+1.1~), libnginx-mod-stream-geoip2, nginx (>= 1.30.0-2~bpo13+1), nginx (<< 1.30.0-2~bpo13+1.1~) Breaks: nginx-full (<< 1.18.0-1) Replaces: nginx-full (<< 1.18.0-1) Homepage: https://nginx.org Priority: optional Section: httpd Filename: pool/main/n/nginx/nginx-core_1.30.0-2~bpo13+1_all.deb Size: 87756 SHA256: 5c52a7c63d5ed1649429ac33c20c0109ba54aa7e483ff2af03fa5dfb02bcaa25 SHA1: ed95a881a4c0473f925b3f9fe123bb6904e3897e MD5sum: e6f70e68cda7c8e8e3cab51520d1757b Description: nginx web/proxy server (standard version) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This metapackage provides a version of nginx identical to that of nginx-full, but without any third-party modules, and only modules in the original nginx code base. . STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy, Referer, Rewrite, SCGI, Split Clients, UWSGI. . OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, GeoIP, Gunzip, Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, Real IP, Slice, SSI, SSL, SSL Preread, Stub Status, Substitution, Thread Pool, Upstream, User ID, XSLT. . OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP. . OPTIONAL STREAM MODULES: Stream Core, GeoIP Package: nginx-dev Source: nginx Version: 1.30.0-2~bpo13+1 Architecture: all Maintainer: Debian Nginx Maintainers Installed-Size: 945 Depends: debhelper-compat (= 13), libexpat-dev, libgd-dev, libgeoip-dev, libpcre2-dev, libperl-dev, libssl-dev, libxslt1-dev, po-debconf, zlib1g-dev, nginx-abi-1.30.0-1, nginx (<< 1.30.0-2~bpo13+1.1~), nginx (>= 1.30.0-2~bpo13+1) Provides: dh-sequence-nginx Multi-Arch: foreign Homepage: https://nginx.org Priority: optional Section: httpd Filename: pool/main/n/nginx/nginx-dev_1.30.0-2~bpo13+1_all.deb Size: 202944 SHA256: a0bae7495b2196041725f380d55f0c65d538823a3d1f1a634a4059259afa00c6 SHA1: 449f9fe25b50cce88abc1ddae24390f4089d8844 MD5sum: 31cb374823ef0576046518030397d58b Description: nginx web/proxy server - development headers Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides development headers and necessary config scripts for the nginx web/proxy server, useful to develop and link third party additions to the Debian nginx web/proxy server packages. Package: nginx-doc Source: nginx Version: 1.30.0-2~bpo13+1 Architecture: all Maintainer: Debian Nginx Maintainers Installed-Size: 133 Multi-Arch: foreign Homepage: https://nginx.org Priority: optional Section: doc Filename: pool/main/n/nginx/nginx-doc_1.30.0-2~bpo13+1_all.deb Size: 101104 SHA256: ae16a56922cdd5f6da160a9c1b33961116490e2557bb7fbafcc75c02b7f1e697 SHA1: 94229580c63fc7ead39c759e8bd1238f6b16ff53 MD5sum: b1c09649fab37c2e0a404332e8f1da3c Description: small, powerful, scalable web/proxy server - documentation Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides extra documentation to help unleash the power of Nginx. Package: nginx-extras Source: nginx Version: 1.30.0-2~bpo13+1 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 94 Depends: nginx (= 1.30.0-2~bpo13+1), libnginx-mod-http-geoip (= 1.30.0-2~bpo13+1), libnginx-mod-http-image-filter (= 1.30.0-2~bpo13+1), libnginx-mod-http-perl (= 1.30.0-2~bpo13+1), libnginx-mod-http-xslt-filter (= 1.30.0-2~bpo13+1), libnginx-mod-mail (= 1.30.0-2~bpo13+1), libnginx-mod-stream (= 1.30.0-2~bpo13+1), libnginx-mod-stream-geoip (= 1.30.0-2~bpo13+1), libnginx-mod-http-auth-pam, libnginx-mod-http-cache-purge, libnginx-mod-http-dav-ext, libnginx-mod-http-echo, libnginx-mod-http-fancyindex, libnginx-mod-http-geoip2, libnginx-mod-http-headers-more-filter, libnginx-mod-http-subs-filter, libnginx-mod-http-uploadprogress, libnginx-mod-http-upstream-fair, libnginx-mod-nchan, libnginx-mod-stream-geoip2 Homepage: https://nginx.org Priority: optional Section: httpd Filename: pool/main/n/nginx/nginx-extras_1.30.0-2~bpo13+1_arm64.deb Size: 87908 SHA256: 7a1b5c50b733bb1f5164801aa1dcae3581f00ba5b9d34fd549bede6cb02d5b2a SHA1: a1c5511984e5377d81b5c89b9db4e2a693a27a8e MD5sum: 5706b065b55e5dc5aaf21b83eeb7aa58 Description: nginx web/proxy server (extended version) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This metapackage provides a version of nginx with the standard modules, plus extra features and modules such as the Perl module, which allows the addition of Perl in configuration files. . STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy, Referer, Rewrite, SCGI, Split Clients, UWSGI. . OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, FLV, GeoIP, Gunzip, Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, MP4, Embedded Perl, Random Index, Real IP, Slice, Secure Link, SSI, SSL, SSL Preread, Stub Status, Substitution, Thread Pool, Upstream, User ID, XSLT. . OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP. . OPTIONAL STREAM MODULES: Stream, GeoIP, GeoIP2 . THIRD PARTY MODULES: Auth PAM, Cache Purge, DAV Ext, Echo, Fancy Index, GeoIP2, Headers More, Embedded Lua, HTTP Substitutions, Nchan, Upload Progress, Upstream Fair Queue. Package: nginx-full Source: nginx Version: 1.30.0-2~bpo13+1 Architecture: all Maintainer: Debian Nginx Maintainers Installed-Size: 94 Depends: libnginx-mod-http-auth-pam, libnginx-mod-http-dav-ext, libnginx-mod-http-echo, libnginx-mod-http-geoip2, libnginx-mod-http-subs-filter, libnginx-mod-http-upstream-fair, libnginx-mod-stream-geoip2, nginx (>= 1.30.0-2~bpo13+1), nginx (<< 1.30.0-2~bpo13+1.1~) Homepage: https://nginx.org Priority: optional Section: httpd Filename: pool/main/n/nginx/nginx-full_1.30.0-2~bpo13+1_all.deb Size: 87784 SHA256: d01618ff1764709c35b41b0fad4dd5e1cb1ff8718037aff0d6bd8de4f2494917 SHA1: c3b05414d497c143314b668c8c3e72ea5669b338 MD5sum: 4ded48ce601a3f377557b6cb308ac303 Description: nginx web/proxy server (standard version with 3rd parties) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This metapackage provides a version of nginx with the complete set of standard modules included (but omitting some of those included in nginx-extras). . STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy, Referer, Rewrite, SCGI, Split Clients, UWSGI. . OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, GeoIP, Gunzip, Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, Real IP, Slice, SSI, SSL, Stream, SSL Preread, Stub Status, Substitution, Thread Pool, Upstream, User ID, XSLT. . OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP. . OPTIONAL STREAM MODULES: Stream Core, GeoIP, GeoIP2 . THIRD PARTY MODULES: Auth PAM, DAV Ext, Echo, GeoIP2, HTTP Substitutions Upstream Fair Queue. Package: nginx-light Source: nginx Version: 1.30.0-2~bpo13+1 Architecture: all Maintainer: Debian Nginx Maintainers Installed-Size: 94 Depends: libnginx-mod-http-echo, nginx (>= 1.30.0-2~bpo13+1), nginx (<< 1.30.0-2~bpo13+1.1~) Homepage: https://nginx.org Priority: optional Section: httpd Filename: pool/main/n/nginx/nginx-light_1.30.0-2~bpo13+1_all.deb Size: 87524 SHA256: 50a4481373ab54b69bca26d525f190353508870aeb8c605e060f1de40aeb8e26 SHA1: e61ab7ece95d96b5c5138e6a82be20d55cea6c25 MD5sum: 2a3c6b6ab405f5938d078378df2615e6 Description: nginx web/proxy server (basic version) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This metapackage provides a very light version of nginx with only the minimal set of features and modules. . STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Empty GIF, FastCGI, Map, Proxy, Rewrite, SCGI, uWSGI. . OPTIONAL HTTP MODULES: Auth Request, Charset, Gzip, Gzip Precompression, Headers, HTTP/2, Index, Log, Real IP, Slice, SSI, SSL, Stub Status, Thread Pool, WebDAV, Upstream. . THIRD PARTY MODULES: Echo. Package: njs Source: libnginx-mod-js Version: 0.9.6-1~bpo13+1 Architecture: arm64 Maintainer: Debian Nginx Maintainers Installed-Size: 1192 Depends: libnginx-mod-stream (>= 1.30.0), libnginx-mod-stream (<< 1.30.0.1~), libc6 (>= 2.38), libedit2 (>= 3.1-20130611-0), libpcre2-8-0 (>= 10.32), libqjs0 (>= 0.13.0), libssl3t64 (>= 3.0.0) Homepage: https://nginx.org/en/docs/njs/ Priority: optional Section: httpd Filename: pool/main/libn/libnginx-mod-js/njs_0.9.6-1~bpo13+1_arm64.deb Size: 346284 SHA256: bf41fd4e63108a7e2accc056b09a5233941b893def954cd22ab4cea7e6699145 SHA1: f46ee9c849069ae2f3300aa46a89cee152729b86 MD5sum: 304a01de0f00ac49382389381e6c8d82 Description: JavaScript for Nginx command-line utility Run and debug scripts written for libnginx-mod-stream-js and libnginx-mod-http-js Nginx modules. This command is independent of Nginx and does not run inside it, in consequence, HTTP and Stream objects are not available. Package: php Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php8.4 Priority: optional Section: php Filename: pool/main/p/php-defaults/php_8.4+99+exp1~bpo13+1_all.deb Size: 4220 SHA256: 432cc6acb7b937c116e980d949ae5aa2b1d6f46f9a7c06d0014f3f4e29e25cc9 SHA1: b5e71a6ca2695bec3fb399bb41acc02435cfbab0 MD5sum: 80c49490552d713d516698a84cb6902d Description: server-side, HTML-embedded scripting language (default) PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on latest stable PHP version (currently 8.4). Package: php-all-dev Source: php-defaults (99+exp1~bpo13+1) Version: 2:99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php8.3-dev, php8.3-json, php8.3-mbstring, php8.3-xml, php8.4-dev, php8.4-json, php8.4-mbstring, php8.4-xml, php8.5-dev, php8.5-json, php8.5-mbstring, php8.5-xml Priority: optional Section: php Filename: pool/main/p/php-defaults/php-all-dev_99+exp1~bpo13+1_all.deb Size: 4156 SHA256: f807e05a93a6e3ca5efb5d7424c29e8e9a17a88cbde1f1dfc9da7bb9b4fadff3 SHA1: 4cbab7e66db890dca02ed43085c2a593ce299011 MD5sum: 9566d25e9b2cbfe36718007fdda14ed6 Description: package depending on all supported PHP development packages This package is a dependency package used as a build dependency for other packages to avoid hardcoded dependencies on specific PHP development packages. Package: php-apcu Version: 5.1.27-1+0~20250908.45+debian13~1.gbpc79238 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 13 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-apcu Suggests: php-gd Conflicts: php-xcache, php-yac Homepage: https://pecl.php.net/package/APCu Priority: optional Section: php Filename: pool/main/p/php-apcu/php-apcu_5.1.27-1+0~20250908.45+debian13~1.gbpc79238_all.deb Size: 5092 SHA256: dc5be6a313b72f253a8e41e56f5ff6448b5d741b2304f04764c1c5b16daf2baf SHA1: 22b01c169a201bbf836d2661ffab13e8db2c5170 MD5sum: cfce79eb60692d8ad90b133586301e89 Description: APC User Cache for PHP The APCu is userland caching: APC (Alternative PHP Cache) stripped of opcode caching after the deployment of Zend OpCache in PHP 5.5 as the primary solution to opcode caching in future versions of PHP. . The APCu is a fast solution for userland caching (and dumping) of PHP variables locally, it is not distributed like MemcacheD, but they can be used together for optimal caching. . This is empty package that depends on default PHP version. Package: php-apcu-all-dev Source: php-apcu Version: 5.1.27-1+0~20250908.45+debian13~1.gbpc79238 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 12 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-apcu (>= 5.1.27-1+0~20250908.45+debian13~1.gbpc79238~), php8.4-apcu (>= 5.1.27-1+0~20250908.45+debian13~1.gbpc79238~), php8.3-apcu (>= 5.1.27-1+0~20250908.45+debian13~1.gbpc79238~), php-all-dev Suggests: php-gd Conflicts: php-xcache, php-yac Homepage: https://pecl.php.net/package/APCu Priority: optional Section: php Filename: pool/main/p/php-apcu/php-apcu-all-dev_5.1.27-1+0~20250908.45+debian13~1.gbpc79238_all.deb Size: 4752 SHA256: 7dfc343c9602ecba60fa1487b2d2d20282ae8f36a02f99b4639b1a236339c487 SHA1: 36be58214c7dd9f4c01726a85f67a4650006b565 MD5sum: 5e3e12e84c971fdd52a20c0dfc0f60d9 Description: APC User Cache for PHP The APCu is userland caching: APC (Alternative PHP Cache) stripped of opcode caching after the deployment of Zend OpCache in PHP 5.5 as the primary solution to opcode caching in future versions of PHP. . The APCu is a fast solution for userland caching (and dumping) of PHP variables locally, it is not distributed like MemcacheD, but they can be used together for optimal caching. . This is empty package that depends on all PHP versions. Package: php-bcmath Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-bcmath Priority: optional Section: php Filename: pool/main/p/php-defaults/php-bcmath_8.4+99+exp1~bpo13+1_all.deb Size: 4256 SHA256: c01dca324a6a78fc7c7d7a68da4b14cfad21f0e2de8e478857416c4f11108799 SHA1: d0f2aaf3e4a5b57341bc0e17eb6d76691142e04f MD5sum: 0efb6d66314244aec17bd40aa7a9c4c5 Description: Bcmath module for PHP [default] This package provides a Bcmath module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-bz2 Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-bz2 Priority: optional Section: php Filename: pool/main/p/php-defaults/php-bz2_8.4+99+exp1~bpo13+1_all.deb Size: 4240 SHA256: ad9acc61eb1ed4fbaa43a9328b220cde53c56e484909dc9a6386f21764172131 SHA1: 82d37fd964b904b580a6d985b1c18858fcc2a2e7 MD5sum: 58b2a0e383c69ec3f212dafd8ebdac66 Description: bzip2 module for PHP [default] This package provides a bzip2 module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-cgi Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 21 Depends: php8.4-cgi Priority: optional Section: php Filename: pool/main/p/php-defaults/php-cgi_8.4+99+exp1~bpo13+1_all.deb Size: 4760 SHA256: 1b1e502e03a0a9c829197f4442a5874365e35c973e53047ebbccb1f5c89b3a40 SHA1: a0990a8753acac8c5594491b9253b94007383b5d MD5sum: 1caf12277cbb2a838aba617ecdd1392e Description: server-side, HTML-embedded scripting language (CGI binary) (default) This package provides the /usr/lib/cgi-bin/php CGI interpreter built for use in Apache 2 with mod_actions, or any other CGI httpd that supports a similar mechanism. Note that MOST users probably want the php-fpm package that provide FastCGI support. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on latest stable PHP version (currently 8.4). Package: php-cli Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 22 Depends: php8.4-cli Priority: optional Section: php Filename: pool/main/p/php-defaults/php-cli_8.4+99+exp1~bpo13+1_all.deb Size: 4704 SHA256: f83c14a333ceda9deb24b2b1c01fe3bd44bb171898784b2088d02be935917a65 SHA1: 4ceb3fec4bc177870beb0f79f2e3789c4c0d7e4e MD5sum: 78f20f6072b98a773cbd1b7616919afc Description: command-line interpreter for the PHP scripting language (default) This package provides the /usr/bin/php command interpreter, useful for testing PHP scripts from a shell or performing general shell scripting tasks. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on latest stable PHP version (currently 8.4). Package: php-common Source: php-defaults (99+exp1~bpo13+1) Version: 2:99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 70 Depends: psmisc (>= 22.15-1~) Recommends: cron | cron-daemon | anacron | systemd-sysv Breaks: php-amqp (<< 2.1.2-5~), php-apcu (<< 5.1.24-1~), php-ast (<< 1.1.2-3~), php-ds (<< 1.5.0-5~), php-excimer (<< 1.2.3-1~), php-gearman (<< 2.1.2-4~), php-gmagick (<< 2.0.6~rc1++-5~), php-gnupg (<< 1.5.1-6~), php-igbinary (<< 3.2.16-4~), php-imagick (<< 3.7.0-12~), php-imap (<< 3:1.0.3-1), php-libvirt-php (<< 0.5.8-7~), php-mailparse (<< 3.1.8-1~), php-maxminddb (<< 1.12.0-1~), php-mcrypt (<< 3:1.0.7-5~), php-memcache (<< 8.2-5~), php-memcached (<< 3.3.0-3~), php-mongodb (<< 1.20.1-1~), php-msgpack (<< 1:3.0.0-1~), php-oauth (<< 2.0.9-1~), php-pcov (<< 1.0.11-9~), php-pecl-http (<< 4.2.6-3~), php-pq (<< 2.2.3-5~), php-ps (<< 1.4.4++-4~), php-pspell (<< 3:1.0.1-3~), php-psr (<< 1.2.0-9~), php-raphf (<< 2.0.1++-4~), php-redis (<< 6.1.0-3~), php-rrd (<< 2.0.3++-5~), php-smbclient (<< 1.1.2-3~), php-solr (<< 2.7.0-4~), php-ssh2 (<< 1.4.1-4~), php-stomp (<< 2.0.3-5~), php-uopz (<< 7.1.1++-4~), php-uploadprogress (<< 2.0.2++-4~), php-uuid (<< 1.2.1-2~), php-xdebug (<< 3.4.0-2~), php-xmlrpc (<< 3:1.0.0~rc3-10~), php-yac (<< 2.3.1++-4~), php-yaml (<< 2.2.4-1~), php-zmq (<< 1.1.3-30~), php-zstd (<< 0.14.0-1~), php5.6-common, php7.0-common, php7.1-common, php7.2-common, php7.3-common, php7.4-common, php8.0-common, php8.1-common, php8.2-common Multi-Arch: foreign Priority: optional Section: php Filename: pool/main/p/php-defaults/php-common_99+exp1~bpo13+1_all.deb Size: 13576 SHA256: cc92030d2e244521734b4c8e0fbbf5cd8a88c2730cba8a675f96d3c4d72c89b9 SHA1: e7133bf92512b8ce338766b12d499ca433df6504 MD5sum: 035d900449b3b426f5f3b3199138c992 Description: Common files for PHP packages This package contains common utilities shared among all packaged PHP versions. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php-curl Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-curl Priority: optional Section: php Filename: pool/main/p/php-defaults/php-curl_8.4+99+exp1~bpo13+1_all.deb Size: 4252 SHA256: cafb7fef9a891bce0ab20f612a256d7f4384eb05f818e21c9dae3d0fd23ed7d8 SHA1: 78339afa896ec3c210310a3ddbbf3018df7dc729 MD5sum: 87bf56deaf06d7232a76d01cf003ba52 Description: CURL module for PHP [default] This package provides a CURL module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-decimal Version: 1.5.0-4+0~20250803.24+debian13~1.gbpc10e99 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 9 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-decimal Homepage: http://pecl.php.net/package/decimal Priority: optional Section: php Filename: pool/main/p/php-decimal/php-decimal_1.5.0-4+0~20250803.24+debian13~1.gbpc10e99_all.deb Size: 2580 SHA256: cef60bbd8df662973992f0e69e7148ef1add029e46cc498cd50dee2826aeadee SHA1: ba0149091197016932efebed20ce3a88b9c49955 MD5sum: ca9ad3764aa2af6c7c2b45ad59115041 Description: Arbitrary precision floating-point decimal for PHP Adds support for correctly-rounded arbitrary precision decimal floating-point arithmetic in PHP. . This is empty package that depends on default PHP version. Package: php-decimal-all-dev Source: php-decimal Version: 1.5.0-4+0~20250803.24+debian13~1.gbpc10e99 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 9 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-decimal (>= 1.5.0-4+0~20250803.24+debian13~1.gbpc10e99~), php8.4-decimal (>= 1.5.0-4+0~20250803.24+debian13~1.gbpc10e99~), php8.3-decimal (>= 1.5.0-4+0~20250803.24+debian13~1.gbpc10e99~), php-all-dev Homepage: http://pecl.php.net/package/decimal Priority: optional Section: php Filename: pool/main/p/php-decimal/php-decimal-all-dev_1.5.0-4+0~20250803.24+debian13~1.gbpc10e99_all.deb Size: 2612 SHA256: f4eff52fd35a13223f166e531436a6943d7495c19ad244793149a892724c957f SHA1: 3db591896196b448ec926d93170741f0eadeae53 MD5sum: b5f368a70c4ff057d9e565f800e2efcd Description: Arbitrary precision floating-point decimal for PHP Adds support for correctly-rounded arbitrary precision decimal floating-point arithmetic in PHP. . This is empty package that depends on all PHP versions. Package: php-dev Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 20 Depends: php8.4-dev Priority: optional Section: php Filename: pool/main/p/php-defaults/php-dev_8.4+99+exp1~bpo13+1_all.deb Size: 4640 SHA256: 85d53127b2f33b6c30abcbe16aebeb08b8318447acacbd1eabe3e1bba53b7f98 SHA1: 07a0aa59cf459b430b92bf09df74d574585395ea MD5sum: 0c572e9e735fb264b6a21635895b2a98 Description: Files for PHP module development (default) Headers and other PHP needed for compiling additional modules. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on latest stable PHP version (currently 8.4). Package: php-dio Version: 0.3.0-1+0~20250508.4+debian13~1.gbpaf3eed Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 11 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-dio Homepage: https://pecl.php.net/package/dio Priority: optional Section: php Filename: pool/main/p/php-dio/php-dio_0.3.0-1+0~20250508.4+debian13~1.gbpaf3eed_all.deb Size: 3224 SHA256: f0023f130900298dcad413437730a2c1b683eef22d6baab1fd4b0cc7084b8f3f SHA1: 97cb132d198c87ea7c48f8c6b64d7048ddc0f135 MD5sum: 204d736dfc479903fe4ccc71f0d17af9 Description: Direct I/O functions for PHP PHP supports the direct io functions as described in the Posix Standard (Section 6) for performing I/O functions at a lower level than the C-Language stream I/O functions (fopen(), fread(),..). . DIO provides functions and stream wrappers which provide raw and serial low level IO support. The use of the DIO functions should be considered only when direct control of a device is needed. In all other cases, the standard filesystem functions are more than adequate. . This is empty package that depends on default PHP version. Package: php-dio-all-dev Source: php-dio Version: 0.3.0-1+0~20250508.4+debian13~1.gbpaf3eed Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 11 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-dio (>= 0.3.0-1+0~20250508.4+debian13~1.gbpaf3eed~), php8.4-dio (>= 0.3.0-1+0~20250508.4+debian13~1.gbpaf3eed~), php8.3-dio (>= 0.3.0-1+0~20250508.4+debian13~1.gbpaf3eed~), php-all-dev Homepage: https://pecl.php.net/package/dio Priority: optional Section: php Filename: pool/main/p/php-dio/php-dio-all-dev_0.3.0-1+0~20250508.4+debian13~1.gbpaf3eed_all.deb Size: 3260 SHA256: 88aa577add7a290ccd1aeb9eebd967cdd03eba775424867fa546ea0a47d7954b SHA1: a9bb4c4fd95f973756d8e322553856b7c1421c2b MD5sum: 7fc253a4fe9e5b94ec3dbeb75ef71af9 Description: Direct I/O functions for PHP PHP supports the direct io functions as described in the Posix Standard (Section 6) for performing I/O functions at a lower level than the C-Language stream I/O functions (fopen(), fread(),..). . DIO provides functions and stream wrappers which provide raw and serial low level IO support. The use of the DIO functions should be considered only when direct control of a device is needed. In all other cases, the standard filesystem functions are more than adequate. . This is empty package that depends on all PHP versions. Package: php-ds Version: 1.6.0-1+0~20250509.35+debian13~1.gbp2b66c0 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 10 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-ds Homepage: http://pecl.php.net/package/ds Priority: optional Section: php Filename: pool/main/p/php-ds/php-ds_1.6.0-1+0~20250509.35+debian13~1.gbp2b66c0_all.deb Size: 3228 SHA256: 51bb6396a6ca6f84fb286cd00bbda07af40de608379e215a4bb652a1bad18a36 SHA1: 1638365a9c7082b87b43de2e8a815b6fa7c325f7 MD5sum: 8b2caacb0d2be32b9a910d3a99b6055a Description: PHP extension providing efficient data structures for PHP 7 An PHP extension providing specialized data structures as efficient alternatives to the PHP array. . This is empty package that depends on default PHP version. Package: php-ds-all-dev Source: php-ds Version: 1.6.0-1+0~20250509.35+debian13~1.gbp2b66c0 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 10 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-ds (>= 1.6.0-1+0~20250509.35+debian13~1.gbp2b66c0~), php8.4-ds (>= 1.6.0-1+0~20250509.35+debian13~1.gbp2b66c0~), php8.3-ds (>= 1.6.0-1+0~20250509.35+debian13~1.gbp2b66c0~), php-all-dev Homepage: http://pecl.php.net/package/ds Priority: optional Section: php Filename: pool/main/p/php-ds/php-ds-all-dev_1.6.0-1+0~20250509.35+debian13~1.gbp2b66c0_all.deb Size: 3260 SHA256: dd950379d238ed2c07bc651a9ac8963ea629ed0e80fe7740700130beff862b9a SHA1: e39b17370ac2638212484a20c487fd3be0c2d118 MD5sum: b4b75571fe9c0849917d3a7d0f8cb9f8 Description: PHP extension providing efficient data structures for PHP 7 An PHP extension providing specialized data structures as efficient alternatives to the PHP array. . This is empty package that depends on all PHP versions. Package: php-enchant Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-enchant Priority: optional Section: php Filename: pool/main/p/php-defaults/php-enchant_8.4+99+exp1~bpo13+1_all.deb Size: 4256 SHA256: 988f2e0e4b6063d6c6183d2e90ebd4605423c2fa8d780607533184fd7f0a9841 SHA1: bcfef95f1fe5806549580714a122e433d5bc267f MD5sum: ddea48f45ebefb3a91c1b54fd420837e Description: Enchant module for PHP [default] This package provides a Enchant module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-excimer Version: 1.2.5-1+0~20250610.13+debian13~1.gbpd46ed5 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 9 Pre-Depends: php-common (>= 2:69~) Depends: ucf, php8.5-excimer Homepage: https://pecl.php.net/package/excimer Priority: optional Section: php Filename: pool/main/p/php-excimer/php-excimer_1.2.5-1+0~20250610.13+debian13~1.gbpd46ed5_all.deb Size: 2984 SHA256: 8b5edc4341de37181dcec71899f6bdefc0293b6c8b587eb276fd583ee4a17abe SHA1: 34f51c887ba44765033c12d9ab6a9196820e55e9 MD5sum: 82685b9b5dce377f049cfed8cb41f8b2 Description: Interrupting timer and low-overhead sampling profiler for PHP Calls a user-defined callback when a one-shot or periodic timer expires. Also a sampling profiler backend, which aggregates backtraces collected by a periodic timer. . This is empty package that depends on default PHP version. Package: php-excimer-all-dev Source: php-excimer Version: 1.2.5-1+0~20250610.13+debian13~1.gbpd46ed5 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 9 Pre-Depends: php-common (>= 2:69~) Depends: ucf, php8.5-excimer (>= 1.2.5-1+0~20250610.13+debian13~1.gbpd46ed5~), php8.4-excimer (>= 1.2.5-1+0~20250610.13+debian13~1.gbpd46ed5~), php8.3-excimer (>= 1.2.5-1+0~20250610.13+debian13~1.gbpd46ed5~), php-all-dev Homepage: https://pecl.php.net/package/excimer Priority: optional Section: php Filename: pool/main/p/php-excimer/php-excimer-all-dev_1.2.5-1+0~20250610.13+debian13~1.gbpd46ed5_all.deb Size: 3020 SHA256: 33fad05471704849f98047ea2e970428ef1ab3d47565bd8b7ae4bddbe1858412 SHA1: d115bd7ea0bb59445cb2e0d000d1dcdcedc19a39 MD5sum: 0f756154df8af884a38fdb9e8bcce01f Description: Interrupting timer and low-overhead sampling profiler for PHP Calls a user-defined callback when a one-shot or periodic timer expires. Also a sampling profiler backend, which aggregates backtraces collected by a periodic timer. . This is empty package that depends on all PHP versions. Package: php-fpm Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php8.4-fpm Priority: optional Section: php Filename: pool/main/p/php-defaults/php-fpm_8.4+99+exp1~bpo13+1_all.deb Size: 4312 SHA256: 4606d4c6b456117b623e628f0af7631cc4dadf317ce37b98ff8ba60a3267eb2c SHA1: d42abd6bc3d83e664f755057b60024e8aa226503 MD5sum: b11518c9079711e62dd3846c4a319c03 Description: server-side, HTML-embedded scripting language (FPM-CGI binary) (default) This package provides the Fast Process Manager interpreter that runs as a daemon and receives Fast/CGI requests. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on latest stable PHP version (currently 8.4). Package: php-gd Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-gd Priority: optional Section: php Filename: pool/main/p/php-defaults/php-gd_8.4+99+exp1~bpo13+1_all.deb Size: 4248 SHA256: 3735374141e068251dca307371aea1817f700be62a40e29b7d4d50eb66cdd306 SHA1: ae057b3f74527f65cb19b1b620c0d2453a3b107d MD5sum: 7c5207b70ea5d411b9659d6684ce3888 Description: GD module for PHP [default] This package provides a GD module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-gmp Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-gmp Priority: optional Section: php Filename: pool/main/p/php-defaults/php-gmp_8.4+99+exp1~bpo13+1_all.deb Size: 4244 SHA256: 62c63c305b791d529514963509a16209b1379b6c3fabef60969d1713ac47f1e6 SHA1: 07dde8ae0dc8262bacba2847f3b03d523b52558e MD5sum: 90a4d82ec37390d73547db680d143b23 Description: GMP module for PHP [default] This package provides a GMP module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-igbinary Version: 3.2.16-4+exp2~bpo13+1 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 14 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-igbinary Homepage: http://pecl.php.net/package/igbinary Priority: optional Section: php Filename: pool/main/p/php-igbinary/php-igbinary_3.2.16-4+exp2~bpo13+1_all.deb Size: 4668 SHA256: 51bf16f7ade069892c45aab8fe425fdf2802c04c60e51f77f0aa35c4e498ad71 SHA1: bb2230ac5ccc303591d6b43e355b7ba9fea92c73 MD5sum: c0e20bb895d016db4f1b5aca4151e54a Description: igbinary PHP serializer Igbinary is a drop in replacement for the standard PHP serializer. Instead of time and space consuming textual representation, igbinary stores PHP data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data. . This is empty package that depends on default PHP version. Package: php-igbinary-all-dev Source: php-igbinary Version: 3.2.16-4+exp2~bpo13+1 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 14 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-igbinary (>= 3.2.16-4+exp2~bpo13+1~), php8.4-igbinary (>= 3.2.16-4+exp2~bpo13+1~), php8.3-igbinary (>= 3.2.16-4+exp2~bpo13+1~), php-all-dev Homepage: http://pecl.php.net/package/igbinary Priority: optional Section: php Filename: pool/main/p/php-igbinary/php-igbinary-all-dev_3.2.16-4+exp2~bpo13+1_all.deb Size: 4704 SHA256: 52fcbaa4c9405f0eca5437747559b5200601c884bdbff2eba3653ff8e35e3e7d SHA1: 8ad366ad1d370fb895d4fe0bf52ae4c0fd2fe823 MD5sum: 18f2c0167fbff8c3ca4ac5a066aa11cd Description: igbinary PHP serializer Igbinary is a drop in replacement for the standard PHP serializer. Instead of time and space consuming textual representation, igbinary stores PHP data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data. . This is empty package that depends on all PHP versions. Package: php-inotify Version: 3.0.0++-3+0~20250508.13+debian13~1.gbpe97c53 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 11 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-inotify Homepage: http://pecl.php.net/package/inotify Priority: optional Section: php Filename: pool/main/p/php-inotify/php-inotify_3.0.0++-3+0~20250508.13+debian13~1.gbpe97c53_all.deb Size: 3256 SHA256: e748ec2225fe9de75f6f10b369e43666c59856d34071913ebbd8651d2e0999a1 SHA1: cb4cdec93b71ed4227ab0466680dd616e4b58bd9 MD5sum: b5e9d725cdec6e50633860545284e094 Description: Inotify bindings for PHP An PHP extension providing Inotify bindings. . This is empty package that depends on default PHP version. Package: php-inotify-all-dev Source: php-inotify Version: 3.0.0++-3+0~20250508.13+debian13~1.gbpe97c53 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 11 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-inotify (>= 3.0.0++-3+0~20250508.13+debian13~1.gbpe97c53~), php8.4-inotify (>= 3.0.0++-3+0~20250508.13+debian13~1.gbpe97c53~), php8.3-inotify (>= 3.0.0++-3+0~20250508.13+debian13~1.gbpe97c53~), php-all-dev Homepage: http://pecl.php.net/package/inotify Priority: optional Section: php Filename: pool/main/p/php-inotify/php-inotify-all-dev_3.0.0++-3+0~20250508.13+debian13~1.gbpe97c53_all.deb Size: 3288 SHA256: 6388dac37c864da0d9944cd7ef305d7394acc58c60ff4d18a301722d3fbcb5e3 SHA1: 3169901e9efa220608a75c2827467ea87725091f MD5sum: 5542f535ba5bd75b5940abc0357e3b76 Description: Inotify bindings for PHP An PHP extension providing Inotify bindings. . This is empty package that depends on all PHP versions. Package: php-interbase Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-interbase Priority: optional Section: php Filename: pool/main/p/php-defaults/php-interbase_8.4+99+exp1~bpo13+1_all.deb Size: 4252 SHA256: 1cd091c781cbd578d2920599d95ff4496464c3020f089564d6d31cd4890c229e SHA1: ed8321b94dfb41c615cf96c7ccbc10375e2183e1 MD5sum: 44f0139a5bcd67188487d43de693658a Description: Interbase module for PHP [default] This package provides a Interbase module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-intl Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-intl Priority: optional Section: php Filename: pool/main/p/php-defaults/php-intl_8.4+99+exp1~bpo13+1_all.deb Size: 4252 SHA256: 449b620d56e005519c6c97bc333e82b3e45d45beb595f0212fcc6b882be9a3a0 SHA1: 498c738c8e7fd9a77bc31b9249c910606b91c527 MD5sum: 05296c11f7bb3e2308be6d8144466dbd Description: Internationalisation module for PHP [default] This package provides a Internationalisation module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-json Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-json Priority: optional Section: php Filename: pool/main/p/php-defaults/php-json_8.4+99+exp1~bpo13+1_all.deb Size: 4248 SHA256: 4b51fddfd81378f86721ba265b1ce2bd0004582b4834b50d6665162f8c54573d SHA1: b06ed0c9d5c8dcf4e9e50ce1199068f69cb8d6a9 MD5sum: 8078d04399155426881ee375849bf77f Description: JSON module for PHP [default] This package provides a JSON module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-ldap Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-ldap Priority: optional Section: php Filename: pool/main/p/php-defaults/php-ldap_8.4+99+exp1~bpo13+1_all.deb Size: 4248 SHA256: d4091d608fd3b99c778cf8b183ee503782e97445d9b3dd4d3f41bb6f52efc498 SHA1: f67272c84d581377da7ae180ef1f4e729425304a MD5sum: dec18612108639514b5b43bb0d742cb9 Description: LDAP module for PHP [default] This package provides a LDAP module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-litespeed Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php8.4-litespeed Priority: optional Section: php Filename: pool/main/p/php-defaults/php-litespeed_8.4+99+exp1~bpo13+1_all.deb Size: 4328 SHA256: 62ead8e9df6470fc482839db09f4d018de9df6a992fdbbd34aae0f46cad41728 SHA1: 8cc99d01e9a94d6cdce502098643570756d40294 MD5sum: 3dd937d28f9ff4be41a12d342024ca3c Description: server-side, HTML-embedded scripting language (LiteSpeed binary) (default) This package provides the LiteSpeed SAPI module that provides a dedicated interface for PHP integration with OpenLiteSpeed or LiteSpeed Web Server. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on latest stable PHP version (currently 8.4). Package: php-maxminddb Version: 1.12.1-1+0~20250509.17+debian13~1.gbpcdb6d6 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 10 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-maxminddb Homepage: http://pecl.php.net/package/maxminddb Priority: optional Section: php Filename: pool/main/p/php-maxminddb/php-maxminddb_1.12.1-1+0~20250509.17+debian13~1.gbpcdb6d6_all.deb Size: 3104 SHA256: 978d6448d7ee6aee5d291aae94a0f71989b4e92cb812e610ace30382ae6dd784 SHA1: 00570b25898803fc8fe2954b645eca2626faa62b MD5sum: 3026d38aab4cf725b389647a90a0128b Description: Reader for the MaxMind DB file format for PHP This is the PHP extension for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6). . This is empty package that depends on default PHP version. Package: php-maxminddb-all-dev Source: php-maxminddb Version: 1.12.1-1+0~20250509.17+debian13~1.gbpcdb6d6 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 10 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-maxminddb (>= 1.12.1-1+0~20250509.17+debian13~1.gbpcdb6d6~), php8.4-maxminddb (>= 1.12.1-1+0~20250509.17+debian13~1.gbpcdb6d6~), php8.3-maxminddb (>= 1.12.1-1+0~20250509.17+debian13~1.gbpcdb6d6~), php-all-dev Homepage: http://pecl.php.net/package/maxminddb Priority: optional Section: php Filename: pool/main/p/php-maxminddb/php-maxminddb-all-dev_1.12.1-1+0~20250509.17+debian13~1.gbpcdb6d6_all.deb Size: 3140 SHA256: 8c3f49d599fd98865ef551c09ef8ae78095f5852d0c5f6b3eeab7b6ebe26e4d6 SHA1: 42561068daec333b04e9bc525b090e47c2516b20 MD5sum: a40f8a86d4759b50865e5d11069a0275 Description: Reader for the MaxMind DB file format for PHP This is the PHP extension for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6). . This is empty package that depends on all PHP versions. Package: php-mbstring Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-mbstring Priority: optional Section: php Filename: pool/main/p/php-defaults/php-mbstring_8.4+99+exp1~bpo13+1_all.deb Size: 4256 SHA256: 2bb95a8afa3b60499147780c3132c3dd79c9776e7855bfae1b004c918f4ee68d SHA1: 5ddecb3a446374ea1d872af66a12bf846c7902e6 MD5sum: 9eaaeead28f1bf77cdcb0cb029df57a7 Description: MBSTRING module for PHP [default] This package provides a MBSTRING module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-mcrypt Version: 3:1.0.7-5+0~20250508.21+debian13~1.gbpc2a3ea Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 12 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-mcrypt Homepage: https://pecl.php.net/package/mcrypt Priority: optional Section: php Filename: pool/main/p/php-mcrypt/php-mcrypt_1.0.7-5+0~20250508.21+debian13~1.gbpc2a3ea_all.deb Size: 3948 SHA256: 7e05861552cf9837d32c261e8f0b2dc926a63a3fbe7d1a2ca126b0038fa5c0a0 SHA1: 1cf6178db103cb6d0cd5164cdd3649b22df9d6da MD5sum: ff708e27ca300ea70156d625676aea7a Description: PHP bindings for the libmcrypt library These functions provides bindings for the unmaintained libmcrypt library. . The extension is unbundled from php-src as of PHP 7.2.0, because the underlying libmcrypt has obviously been abandoned. It is recommended to reevaluate using this extension. . This is empty package that depends on default PHP version. Package: php-mcrypt-all-dev Source: php-mcrypt Version: 3:1.0.7-5+0~20250508.21+debian13~1.gbpc2a3ea Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 12 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-mcrypt (>= 3:1.0.7-5+0~20250508.21+debian13~1.gbpc2a3ea~), php8.4-mcrypt (>= 3:1.0.7-5+0~20250508.21+debian13~1.gbpc2a3ea~), php8.3-mcrypt (>= 3:1.0.7-5+0~20250508.21+debian13~1.gbpc2a3ea~), php-all-dev Homepage: https://pecl.php.net/package/mcrypt Priority: optional Section: php Filename: pool/main/p/php-mcrypt/php-mcrypt-all-dev_1.0.7-5+0~20250508.21+debian13~1.gbpc2a3ea_all.deb Size: 3984 SHA256: eccc0af98d8a3219d9f4de5d52c8bcd7e5e48f89f52e2d18c420a0cd87fbb38c SHA1: a11be5df426fac65de8aa529b64052d6ca56403a MD5sum: d0b62dd121ffaa53992d3f6f91f3e844 Description: PHP bindings for the libmcrypt library These functions provides bindings for the unmaintained libmcrypt library. . The extension is unbundled from php-src as of PHP 7.2.0, because the underlying libmcrypt has obviously been abandoned. It is recommended to reevaluate using this extension. . This is empty package that depends on all PHP versions. Package: php-msgpack Version: 1:3.0.0-1+0~20250819.48+debian13~1.gbp0b61ab Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 11 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-msgpack Homepage: http://pecl.php.net/package/msgpack Priority: optional Section: php Filename: pool/main/p/php-msgpack/php-msgpack_3.0.0-1+0~20250819.48+debian13~1.gbp0b61ab_all.deb Size: 3948 SHA256: 488288467fd7fd075e6d87db3b91476e9947b3289a8e06eea3e9f397df7e44f7 SHA1: 0cf47c00490b26938c8fc908b562fe46ecd02794 MD5sum: 7bd879e92a9eb937008e96a8b384d83e Description: PHP extension for interfacing with MessagePack This extension provide API for communicating with MessagePack serialization. . This is empty package that depends on default PHP version. Package: php-msgpack-all-dev Source: php-msgpack Version: 1:3.0.0-1+0~20250819.48+debian13~1.gbp0b61ab Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 11 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-msgpack (>= 1:3.0.0-1+0~20250819.48+debian13~1.gbp0b61ab~), php8.4-msgpack (>= 1:3.0.0-1+0~20250819.48+debian13~1.gbp0b61ab~), php8.3-msgpack (>= 1:3.0.0-1+0~20250819.48+debian13~1.gbp0b61ab~), php-all-dev Homepage: http://pecl.php.net/package/msgpack Priority: optional Section: php Filename: pool/main/p/php-msgpack/php-msgpack-all-dev_3.0.0-1+0~20250819.48+debian13~1.gbp0b61ab_all.deb Size: 3984 SHA256: bd273dd6d89442f8409adfa32542ea212bcd0f6960fbdd3cd0bd13e1adf9ad0b SHA1: 97e6a0e10663dfbd3e3b26de13c3923efa208b94 MD5sum: 952a1fc8b5a22abcc164fc853f37203a Description: PHP extension for interfacing with MessagePack This extension provide API for communicating with MessagePack serialization. . This is empty package that depends on all PHP versions. Package: php-mysql Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-mysql Priority: optional Section: php Filename: pool/main/p/php-defaults/php-mysql_8.4+99+exp1~bpo13+1_all.deb Size: 4248 SHA256: 1d2c736bf2afb8817894f0eb81e6224e249ebc336b0ffadbe4e9316542d6fbcd SHA1: 8c5c77f3402a2d160ab5ee1f495a0d84e7a3f497 MD5sum: 17817826207db36cbe4d317e4dae9f98 Description: MySQL module for PHP [default] This package provides a MySQL module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-odbc Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-odbc Priority: optional Section: php Filename: pool/main/p/php-defaults/php-odbc_8.4+99+exp1~bpo13+1_all.deb Size: 4248 SHA256: 03333ea51d7c2a915059790eccdc8a0d901478db8901ca55124102507acfa345 SHA1: ea4939199d5fa092293ffadad4609c99c61fc80a MD5sum: 7267e7bce06bb490d9c9bad35c0b50dc Description: ODBC module for PHP [default] This package provides a ODBC module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-opentelemetry Version: 1.2.0-1+0~20250803.14+debian13~1.gbp03e668 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 12 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-opentelemetry Homepage: http://pecl.php.net/package/opentelemetry Priority: optional Section: php Filename: pool/main/p/php-opentelemetry/php-opentelemetry_1.2.0-1+0~20250803.14+debian13~1.gbp03e668_all.deb Size: 3696 SHA256: f3a23be67246f9f4f5b0fee12d4dcbe9e2644f3e2ba6215c87990b46a69a2848 SHA1: 1da571a68382e5a62863bf4900a2309279db768d MD5sum: 6b4c38cc2781264887f9afb0fee7c204 Description: OpenTelemetry auto-instrumentation support extension for PHP This is a PHP extension for OpenTelemetry, to enable auto-instrumentation. . The extension allows: - creating pre and post hook functions to arbitrary PHP functions and methods, which allows those methods to be wrapped with telemetry - adding attributes to functions and methods to enable observers at runtime . This is empty package that depends on default PHP version. Package: php-opentelemetry-all-dev Source: php-opentelemetry Version: 1.2.0-1+0~20250803.14+debian13~1.gbp03e668 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 12 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-opentelemetry (>= 1.2.0-1+0~20250803.14+debian13~1.gbp03e668~), php8.4-opentelemetry (>= 1.2.0-1+0~20250803.14+debian13~1.gbp03e668~), php8.3-opentelemetry (>= 1.2.0-1+0~20250803.14+debian13~1.gbp03e668~), php-all-dev Homepage: http://pecl.php.net/package/opentelemetry Priority: optional Section: php Filename: pool/main/p/php-opentelemetry/php-opentelemetry-all-dev_1.2.0-1+0~20250803.14+debian13~1.gbp03e668_all.deb Size: 3732 SHA256: 5afe84009abc5b594d864696de2e6dafb14f74e8a64cbd6490c47daef64d9edf SHA1: d2760b19cbc1aeff738cd950f63dd375d71bbe2f MD5sum: 4df0ff128b3f3b3ba86916872111106d Description: OpenTelemetry auto-instrumentation support extension for PHP This is a PHP extension for OpenTelemetry, to enable auto-instrumentation. . The extension allows: - creating pre and post hook functions to arbitrary PHP functions and methods, which allows those methods to be wrapped with telemetry - adding attributes to functions and methods to enable observers at runtime . This is empty package that depends on all PHP versions. Package: php-pcov Version: 1.0.12-1+0~20250508.32+debian13~1.gbp7c20b3 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 16 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-pcov Homepage: http://pecl.php.net/package/pcov Priority: optional Section: php Filename: pool/main/p/php-pcov/php-pcov_1.0.12-1+0~20250508.32+debian13~1.gbp7c20b3_all.deb Size: 7272 SHA256: 4029a5630338acde22cf656b409980c23c9b82ff174d3cbf13bec548b36b9ac6 SHA1: 8a52f90483e22a73cb27d96545a52937115583d7 MD5sum: 1ce0afff2984b5719a92e87dc57e4b8e Description: Code coverage driver A self contained php-code-coverage compatible driver for PHP7. . This is empty package that depends on default PHP version. Package: php-pcov-all-dev Source: php-pcov Version: 1.0.12-1+0~20250508.32+debian13~1.gbp7c20b3 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 13 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-pcov (>= 1.0.12-1+0~20250508.32+debian13~1.gbp7c20b3~), php8.4-pcov (>= 1.0.12-1+0~20250508.32+debian13~1.gbp7c20b3~), php8.3-pcov (>= 1.0.12-1+0~20250508.32+debian13~1.gbp7c20b3~), php-all-dev Homepage: http://pecl.php.net/package/pcov Priority: optional Section: php Filename: pool/main/p/php-pcov/php-pcov-all-dev_1.0.12-1+0~20250508.32+debian13~1.gbp7c20b3_all.deb Size: 4588 SHA256: 0501574693752e7365049281320847a103f23f233968ba8810df88e2c247bf9c SHA1: 357ba3f46bd21e36b5593640549ebb4b7c494460 MD5sum: 09dc180a6d8bbc19794bc03c6c678f0d Description: Code coverage driver A self contained php-code-coverage compatible driver for PHP7. . This is empty package that depends on all PHP versions. Package: php-pear Version: 1:1.10.16+submodules+notgz-2+0~20250419.41+debian13~1.gbpc1b130 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 2087 Depends: php-xml Provides: php-archive-tar, php-console-getopt, php-structures-graph, php-xml-util Homepage: https://pear.php.net/package/PEAR Priority: optional Section: php Filename: pool/main/p/php-pear/php-pear_1.10.16+submodules+notgz-2+0~20250419.41+debian13~1.gbpc1b130_all.deb Size: 289656 SHA256: d1e3b80c82e199d535aba636a7c90d1f9942ff4b2e75849caa4fb4a2b086020a SHA1: c005dcc923d112f5b6369e1c9e9ae3d52a50ebfc MD5sum: eab1e9c841e169432b7d058d736c4d64 Description: PEAR Base System The PEAR package contains: * the PEAR installer, for creating, distributing and installing packages * the PEAR_Exception PHP5 error handling mechanism * the PEAR_ErrorStack advanced error handling mechanism * the PEAR_Error error handling mechanism * the OS_Guess class for retrieving info about the OS where PHP is running on * the System class for quick handling of common operations with files and directories * the PEAR base class Features in a nutshell: * full support for channels * pre-download dependency validation * new package.xml 2.0 format allows tremendous flexibility while maintaining BC * support for optional dependency groups and limited support for sub-packaging * robust dependency support * full dependency validation on uninstall * remote install for hosts with only ftp access - no more problems with restricted host installation * full support for mirroring * support for bundling several packages into a single tarball * support for static dependencies on a url-based package * support for custom file roles and installation tasks Package: php-pgsql Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-pgsql Priority: optional Section: php Filename: pool/main/p/php-defaults/php-pgsql_8.4+99+exp1~bpo13+1_all.deb Size: 4248 SHA256: 4fa97954710ad00df3031c65287ce747cb2e2df189d12076aa180f6cf61e03e9 SHA1: d6fa21ba1b04866f5dd00212c79874f419432c80 MD5sum: f78f9394ab4e957e6b2bed0335bbb178 Description: PostgreSQL module for PHP [default] This package provides a PostgreSQL module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-phalcon5 Version: 5.8.0-5+0~20250508.6+debian13~1.gbpc1e2a8 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 10 Depends: php-phalcon (>= 5.8.0-4~) Homepage: https://phalconphp.com/ Priority: optional Section: php Filename: pool/main/p/php-phalcon5/php-phalcon5_5.8.0-5+0~20250508.6+debian13~1.gbpc1e2a8_all.deb Size: 3364 SHA256: 1037cbec5ae2c9a366ce003a97d9d1750b547ec00efafc787e0e622f64ce6907 SHA1: 1d170b2fee4dcf2f8577e8d34284ad4e5d4d497c MD5sum: bec82deb678eceeefa11055abef525d2 Description: full-stack PHP framework delivered as a C-extension (dummy) Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it’s needed, without expensive file stats and file reads that traditional PHP frameworks employ. . This is dummy dependency package and can be safely removed. Package: php-phpdbg Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 18 Depends: php8.4-phpdbg Priority: optional Section: php Filename: pool/main/p/php-defaults/php-phpdbg_8.4+99+exp1~bpo13+1_all.deb Size: 4628 SHA256: 1e2b64bba910fe98f4278cf7a513ca821b3d06182ad71170ff06a2402d79b53c SHA1: 8f7a06acb0812b3545c5b25bf5953d6197804d70 MD5sum: 6bd355f2d2c36f1d1a5baa9f4d658b89 Description: server-side, HTML-embedded scripting language (PHPDBG binary) (default) This package provides the /usr/bin/phpdbg command interpreter, useful for stepthrough debugging of PHP code. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on latest stable PHP version (currently 8.4). Package: php-protobuf Version: 4.31.1-1+0~20250610.27+debian13~1.gbp58d8de Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 11 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-protobuf Homepage: http://pecl.php.net/package/protobuf Priority: optional Section: php Filename: pool/main/p/php-protobuf/php-protobuf_4.31.1-1+0~20250610.27+debian13~1.gbp58d8de_all.deb Size: 3500 SHA256: d6f3e7ac61b8e710fd17f1b09d53c940c13ecd6cb300cd3bce83b3ccf5bd3f9d SHA1: ec360b6a34b849619d8bbc3a07bdb753de9432dd MD5sum: a43175e7d2fc93f25271f86fa6a0c21f Description: Protocol buffers bindings for PHP Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data. . This is empty package that depends on default PHP version. Package: php-protobuf-all-dev Source: php-protobuf Version: 4.31.1-1+0~20250610.27+debian13~1.gbp58d8de Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 11 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-protobuf (>= 4.31.1-1+0~20250610.27+debian13~1.gbp58d8de~), php8.4-protobuf (>= 4.31.1-1+0~20250610.27+debian13~1.gbp58d8de~), php8.3-protobuf (>= 4.31.1-1+0~20250610.27+debian13~1.gbp58d8de~), php-all-dev Homepage: http://pecl.php.net/package/protobuf Priority: optional Section: php Filename: pool/main/p/php-protobuf/php-protobuf-all-dev_4.31.1-1+0~20250610.27+debian13~1.gbp58d8de_all.deb Size: 3524 SHA256: 270fbd3d73881b018e91eb7c9466e0bb6600087791983f033c1674556b46a186 SHA1: e3dc1669a705aee6b74872a6c431b6f85e7e1002 MD5sum: 1ff2c20bcbc16096e11b5c689fb9e834 Description: Protocol buffers bindings for PHP Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data. . This is empty package that depends on all PHP versions. Package: php-ps Version: 1.4.4++-4+0~20250508.21+debian13~1.gbpee4361 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 10 Depends: php-gd, php8.5-ps Priority: optional Section: php Filename: pool/main/p/php-ps/php-ps_1.4.4++-4+0~20250508.21+debian13~1.gbpee4361_all.deb Size: 3016 SHA256: 0f58dbebb68cad47c2b141b57688a006045e1d05020ddeb77e69b745e77d8835 SHA1: c633993049effafe863c8ab55935b86310fe7885 MD5sum: a6ba3dcdaa4816afeeb947a6e03434ef Description: ps module for PHP ps is an extension similar to the pdf extension but for creating PostScript files. Its api is modelled after the pdf extension. It has some advanced features like taking kerning into account and support for hyphenation. PostScript files can converted to pdf files with ghostscript retaining hyperlinks and bookmarks. . This is empty package that depends on default PHP version. Package: php-ps-all-dev Source: php-ps Version: 1.4.4++-4+0~20250508.21+debian13~1.gbpee4361 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 9 Depends: php-gd, php8.5-ps (>= 1.4.4++-4+0~20250508.21+debian13~1.gbpee4361~), php8.4-ps (>= 1.4.4++-4+0~20250508.21+debian13~1.gbpee4361~), php8.3-ps (>= 1.4.4++-4+0~20250508.21+debian13~1.gbpee4361~), php-all-dev Priority: optional Section: php Filename: pool/main/p/php-ps/php-ps-all-dev_1.4.4++-4+0~20250508.21+debian13~1.gbpee4361_all.deb Size: 2908 SHA256: aacc24826680b64a76683bec02c3c64492eb0e9c59379ec8923f650d254f9540 SHA1: 4236364523a6516b2e57d666bfdeb96204ad3f93 MD5sum: 57e77cea4e5c2a92c40b917e3f3126d5 Description: ps module for PHP ps is an extension similar to the pdf extension but for creating PostScript files. Its api is modelled after the pdf extension. It has some advanced features like taking kerning into account and support for hyphenation. PostScript files can converted to pdf files with ghostscript retaining hyperlinks and bookmarks. . This is empty package that depends on all PHP versions. Package: php-psr Version: 1.2.0-9+0~20250508.24+debian13~1.gbpc1adb9 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 11 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-psr Homepage: http://pecl.php.net/package/psr Priority: optional Section: php Filename: pool/main/p/php-psr/php-psr_1.2.0-9+0~20250508.24+debian13~1.gbpc1adb9_all.deb Size: 3812 SHA256: 985f4366f018c6dd09df1363da9323199a4fa9fbde4ec96c253ca19270b0796e SHA1: 654a4018b8eec3afd8c7c003dc355409746cf846 MD5sum: 93ab15acb334eb62c34024ccf507fbd2 Description: PSR interfaces for PHP This PHP extension provides the interfaces from the PSR standards as established by the PHP-FIG group. . See http://www.php-fig.org/psr/ for more information on PSR standards. . This is empty package that depends on default PHP version. Package: php-psr-all-dev Source: php-psr Version: 1.2.0-9+0~20250508.24+debian13~1.gbpc1adb9 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 11 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-psr (>= 1.2.0-9+0~20250508.24+debian13~1.gbpc1adb9~), php8.4-psr (>= 1.2.0-9+0~20250508.24+debian13~1.gbpc1adb9~), php8.3-psr (>= 1.2.0-9+0~20250508.24+debian13~1.gbpc1adb9~), php-all-dev Homepage: http://pecl.php.net/package/psr Priority: optional Section: php Filename: pool/main/p/php-psr/php-psr-all-dev_1.2.0-9+0~20250508.24+debian13~1.gbpc1adb9_all.deb Size: 3848 SHA256: e9f02e67789ef6eee7dd1c5e4bf94c673d24a8d1e5d7d83d35875b511105c5d6 SHA1: f4352079d636bf5e53c100fe735ea4055e6e2881 MD5sum: b378018185e89fe1c443424e501c637c Description: PSR interfaces for PHP This PHP extension provides the interfaces from the PSR standards as established by the PHP-FIG group. . See http://www.php-fig.org/psr/ for more information on PSR standards. . This is empty package that depends on all PHP versions. Package: php-raphf Version: 2.0.1++-4+0~20250408.32+debian13~1.gbpb6d464 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 11 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-raphf Homepage: http://pecl.php.net/package/raphf Priority: optional Section: php Filename: pool/main/p/php-raphf/php-raphf_2.0.1++-4+0~20250408.32+debian13~1.gbpb6d464_all.deb Size: 3668 SHA256: c1e836730203f59797202bebed69bbfb0d36b07ee39ec992b814aac8fe46940c SHA1: 02834800af1ad4e0eef1f3120ad00612c2734757 MD5sum: dbeb84443fb2ae575afa2b921d51460a Description: raphf module for PHP A reusable split-off of pecl_http persistent handle and resource factory API. . This is empty package that depends on default PHP version. Package: php-raphf-all-dev Source: php-raphf Version: 2.0.1++-4+0~20250408.32+debian13~1.gbpb6d464 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 11 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-raphf (>= 2.0.1++-4+0~20250408.32+debian13~1.gbpb6d464~), php8.4-raphf (>= 2.0.1++-4+0~20250408.32+debian13~1.gbpb6d464~), php8.3-raphf (>= 2.0.1++-4+0~20250408.32+debian13~1.gbpb6d464~), php-all-dev Homepage: http://pecl.php.net/package/raphf Priority: optional Section: php Filename: pool/main/p/php-raphf/php-raphf-all-dev_2.0.1++-4+0~20250408.32+debian13~1.gbpb6d464_all.deb Size: 3712 SHA256: 93dbf329c8bd3210e903bdfe1f5744c924d3e9b1655487139f0eaa9847064251 SHA1: ec53d17f41028742fd5de793303a3bb06a2b7953 MD5sum: 5fd1c28514f92f9c5b0e9665db4263d6 Description: raphf module for PHP A reusable split-off of pecl_http persistent handle and resource factory API. . This is empty package that depends on all PHP versions. Package: php-rdkafka Version: 6.0.5-1+0~20250508.8+debian13~1.gbp4bd3a7 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 9 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-rdkafka Homepage: http://pecl.php.net/package/rdkafka Priority: optional Section: php Filename: pool/main/p/php-rdkafka/php-rdkafka_6.0.5-1+0~20250508.8+debian13~1.gbp4bd3a7_all.deb Size: 2468 SHA256: df54d5cef28bb07e9852154b2938286a82420683aa59467ed511df2250cab5dd SHA1: 43d1cf487432526c9ca4787765cf2daf6aae17ed MD5sum: d0cbf215e1e604ba02da5058c04e2e77 Description: Kafka client for PHP based on librdkafka PHP-rdkafka is a stable, production-ready, long term support, and fast Kafka client for PHP based on librdkafka. . The goal of the extension is to be a low-level un-opinionated librdkafka binding focused on production and long term support. . The high level and low level consumers, producer, and metadata APIs are supported. . This is empty package that depends on default PHP version. Package: php-rdkafka-all-dev Source: php-rdkafka Version: 6.0.5-1+0~20250508.8+debian13~1.gbp4bd3a7 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 9 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-rdkafka (>= 6.0.5-1+0~20250508.8+debian13~1.gbp4bd3a7~), php8.4-rdkafka (>= 6.0.5-1+0~20250508.8+debian13~1.gbp4bd3a7~), php8.3-rdkafka (>= 6.0.5-1+0~20250508.8+debian13~1.gbp4bd3a7~), php-all-dev Homepage: http://pecl.php.net/package/rdkafka Priority: optional Section: php Filename: pool/main/p/php-rdkafka/php-rdkafka-all-dev_6.0.5-1+0~20250508.8+debian13~1.gbp4bd3a7_all.deb Size: 2496 SHA256: 25acd9a0a9b31d08c0d9481d1bc2f5ec7d60cb706988098e2a88e4cd01c55be1 SHA1: 9ba224946ab345f1b134a8f0dd92b8b66de07680 MD5sum: 3e6b65a8339f2745749d90dd2a175a71 Description: Kafka client for PHP based on librdkafka PHP-rdkafka is a stable, production-ready, long term support, and fast Kafka client for PHP based on librdkafka. . The goal of the extension is to be a low-level un-opinionated librdkafka binding focused on production and long term support. . The high level and low level consumers, producer, and metadata APIs are supported. . This is empty package that depends on all PHP versions. Package: php-readline Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-readline Priority: optional Section: php Filename: pool/main/p/php-defaults/php-readline_8.4+99+exp1~bpo13+1_all.deb Size: 4252 SHA256: 7d6d8230839018de904e2c6f0bb859dfd6ba73b66d4f3c67a8897ff01b597e22 SHA1: eaf491e0934637ee8378626263b98824c884cc8f MD5sum: 59ed474b94abb07b84e1ee21977bed4a Description: readline module for PHP [default] This package provides a readline module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-redis Version: 6.3.0-2~bpo13+1 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 13 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-redis, php-igbinary Suggests: redis-server Homepage: https://pecl.php.net/package/redis Priority: optional Section: php Filename: pool/main/p/php-redis/php-redis_6.3.0-2~bpo13+1_all.deb Size: 5280 SHA256: b3b33167d9c85dde224e262f26aeb23d8e99b77bc6aeb0add055559584d17eae SHA1: 60ba0791396982a38e03847832d60765a9dc51f6 MD5sum: 68fe6087c8efc454f6cb3e50df97050f Description: PHP extension for interfacing with Redis This extension allows php applications to communicate with the Redis persistent key-value store. The php-redis module provides an easy object oriented interface. . This is empty package that depends on default PHP version. Package: php-redis-all-dev Source: php-redis Version: 6.3.0-2~bpo13+1 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 13 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-redis (>= 6.3.0-2~bpo13+1~), php8.4-redis (>= 6.3.0-2~bpo13+1~), php8.3-redis (>= 6.3.0-2~bpo13+1~), php-all-dev, php-igbinary-all-dev Suggests: redis-server Homepage: https://pecl.php.net/package/redis Priority: optional Section: php Filename: pool/main/p/php-redis/php-redis-all-dev_6.3.0-2~bpo13+1_all.deb Size: 5304 SHA256: dbd210b1a142bda99d8481cae8e45e9a70cf917f81792bc76091d4f14fcf5593 SHA1: 90f3b7a81e60e6f517bf3c10c964b858be1dbe88 MD5sum: d09e4a9386cdf66ace592419286368e5 Description: PHP extension for interfacing with Redis This extension allows php applications to communicate with the Redis persistent key-value store. The php-redis module provides an easy object oriented interface. . This is empty package that depends on all PHP versions. Package: php-smbclient Version: 1.1.2-3+0~20250508.31+debian13~1.gbp8bc992 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 11 Pre-Depends: php-common (>= 2:69~) Depends: ucf, php8.5-smbclient Provides: php-libsmbclient Homepage: http://pecl.php.net/smbclient Priority: optional Section: php Filename: pool/main/p/php-smbclient/php-smbclient_1.1.2-3+0~20250508.31+debian13~1.gbp8bc992_all.deb Size: 3592 SHA256: 81b892251a6327838d18723dc9671f846ac4ae968cea8849e18681c8b838e932 SHA1: 9e517419bac8838c193f82f2411e9b889aa988c0 MD5sum: f720c5ae6f2c545b1c89a5ecfc1f0b3f Description: PHP wrapper for libsmbclient smbclient is a PHP extension that uses Samba's libsmbclient library to provide Samba related functions and 'smb' streams to PHP programs. . This is empty package that depends on default PHP version. Package: php-smbclient-all-dev Source: php-smbclient Version: 1.1.2-3+0~20250508.31+debian13~1.gbp8bc992 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 11 Pre-Depends: php-common (>= 2:69~) Depends: ucf, php8.5-smbclient (>= 1.1.2-3+0~20250508.31+debian13~1.gbp8bc992~), php8.4-smbclient (>= 1.1.2-3+0~20250508.31+debian13~1.gbp8bc992~), php8.3-smbclient (>= 1.1.2-3+0~20250508.31+debian13~1.gbp8bc992~), php-all-dev Provides: php-libsmbclient Homepage: http://pecl.php.net/smbclient Priority: optional Section: php Filename: pool/main/p/php-smbclient/php-smbclient-all-dev_1.1.2-3+0~20250508.31+debian13~1.gbp8bc992_all.deb Size: 3624 SHA256: 83de513330fbc010caad7230a1373e1684e64bc08494634be91c3091769f4938 SHA1: f7c4c4ec1c408193aeb2b53b7d7402575af27396 MD5sum: a1c6ed44fbc6fe1cbf08d521f3da7169 Description: PHP wrapper for libsmbclient smbclient is a PHP extension that uses Samba's libsmbclient library to provide Samba related functions and 'smb' streams to PHP programs. . This is empty package that depends on all PHP versions. Package: php-snmp Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-snmp Priority: optional Section: php Filename: pool/main/p/php-defaults/php-snmp_8.4+99+exp1~bpo13+1_all.deb Size: 4248 SHA256: cea8918567bc8b52ac7c9412fb4614b1d60f2d4c6ee95dfb60631756650c7e82 SHA1: ad350dbc1cffa6542a9ee9d42040ce36905157bb MD5sum: 2b71db4cf919f298d4c544eb2548e0f7 Description: SNMP module for PHP [default] This package provides a SNMP module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-soap Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-soap Priority: optional Section: php Filename: pool/main/p/php-defaults/php-soap_8.4+99+exp1~bpo13+1_all.deb Size: 4248 SHA256: d2ec983806bbca90b54d8acf22d927b39bf8a4a3fd7d513297c384f4d1a7ece1 SHA1: 60985de1179795f54a34438ec4c5152aa2b3a97a MD5sum: f3c6645fff2da16e5e29c233cb69ede3 Description: SOAP module for PHP [default] This package provides a SOAP module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-sqlite3 Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-sqlite3 Priority: optional Section: php Filename: pool/main/p/php-defaults/php-sqlite3_8.4+99+exp1~bpo13+1_all.deb Size: 4260 SHA256: fb5786e4a0831b91bd8378a21bbb79332435a1585134addb5ab1fde17da71e98 SHA1: 4ca485c3d04b6643c6eeb2f8fe103841f214ba26 MD5sum: 6df6d21e5d8e9f02f2c8569f30e0fcd0 Description: SQLite3 module for PHP [default] This package provides a SQLite3 module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-ssh2 Version: 1.4.1-4+0~20250508.35+debian13~1.gbpe1c6bc Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 12 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-ssh2 Breaks: libssh2-php (<< 0.12-2) Replaces: libssh2-php (<< 0.12-2) Homepage: http://pecl.php.net/package/ssh2 Priority: extra Section: php Filename: pool/main/p/php-ssh2/php-ssh2_1.4.1-4+0~20250508.35+debian13~1.gbpe1c6bc_all.deb Size: 4152 SHA256: 03a63e30f0f5ecb7f895d6f5c840b5b0bd150e3d518a508aa58709bc423b55ad SHA1: d6425b6489171daa04632580846894b6555d208a MD5sum: abd0331b59b93b928836064763293127 Description: Bindings for the libssh2 library Provides PHP bindings to the functions of libssh2 which implements the SSH2 protocol. . WARNING: The PHP 7.0 is an unreleased git snapshot of current ssh2 that implements support for PHP 7.0. USE WITH CAUTION! . This is empty package that depends on default PHP version. Package: php-ssh2-all-dev Source: php-ssh2 Version: 1.4.1-4+0~20250508.35+debian13~1.gbpe1c6bc Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 12 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-ssh2 (>= 1.4.1-4+0~20250508.35+debian13~1.gbpe1c6bc~), php8.4-ssh2 (>= 1.4.1-4+0~20250508.35+debian13~1.gbpe1c6bc~), php8.3-ssh2 (>= 1.4.1-4+0~20250508.35+debian13~1.gbpe1c6bc~), php-all-dev Breaks: libssh2-php (<< 0.12-2) Replaces: libssh2-php (<< 0.12-2) Homepage: http://pecl.php.net/package/ssh2 Priority: extra Section: php Filename: pool/main/p/php-ssh2/php-ssh2-all-dev_1.4.1-4+0~20250508.35+debian13~1.gbpe1c6bc_all.deb Size: 4188 SHA256: 1a53b49f5234f22139669b5ccac8f37731d3f3a4ad4c2bf6e87d67fd9a49f574 SHA1: ec92c0b3bc66b40501e719e8ce3f3105b0b6d3b2 MD5sum: 8add4fb926baa4be02263da5f1a1f04e Description: Bindings for the libssh2 library Provides PHP bindings to the functions of libssh2 which implements the SSH2 protocol. . WARNING: The PHP 7.0 is an unreleased git snapshot of current ssh2 that implements support for PHP 7.0. USE WITH CAUTION! . This is empty package that depends on all PHP versions. Package: php-sybase Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-sybase Priority: optional Section: php Filename: pool/main/p/php-defaults/php-sybase_8.4+99+exp1~bpo13+1_all.deb Size: 4244 SHA256: c7544ba6bfe7da4d7b085089de651d5dd3de4e4a4c559600758ee01717007278 SHA1: 003d693ae2a0e2e446b39f5e4920497afdfa7a74 MD5sum: 16ca416bdea33db234c5f0bf8a7b6086 Description: Sybase module for PHP [default] This package provides a Sybase module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-tidy Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-tidy Priority: optional Section: php Filename: pool/main/p/php-defaults/php-tidy_8.4+99+exp1~bpo13+1_all.deb Size: 4244 SHA256: 9ba4d9fd7275b7632837ffa739736d45abd5cac16cbce51f55bb57b25120e1b2 SHA1: 64345e536c6db4bb4eb48e9aa2a4c154af015b78 MD5sum: e3efd3dd4ad3b9123b26309bc6460087 Description: tidy module for PHP [default] This package provides a tidy module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-uploadprogress Version: 2.0.2++-4+0~20250508.32+debian13~1.gbp3cc97b Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 20 Pre-Depends: php-common (>= 2:69~) Depends: ucf, php8.5-uploadprogress Recommends: libapache2-mod-php Homepage: https://pecl.php.net/package/uploadprogress Priority: optional Section: php Filename: pool/main/p/php-uploadprogress/php-uploadprogress_2.0.2++-4+0~20250508.32+debian13~1.gbp3cc97b_all.deb Size: 5880 SHA256: 7547a9128dc403ac849ab35d1a88342a3c5bbae9b32ab2a865b9357bf574032d SHA1: 49d7e6e685064a27c829ab35384708414e6fe722 MD5sum: 2722d4bad52c06941d24f78e624bfab6 Description: file upload progress tracking extension for PHP An PHP extension to track progress of a file upload. . This is empty package that depends on default PHP version. Package: php-uploadprogress-all-dev Source: php-uploadprogress Version: 2.0.2++-4+0~20250508.32+debian13~1.gbp3cc97b Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 13 Pre-Depends: php-common (>= 2:69~) Depends: ucf, php8.5-uploadprogress (>= 2.0.2++-4+0~20250508.32+debian13~1.gbp3cc97b~), php8.4-uploadprogress (>= 2.0.2++-4+0~20250508.32+debian13~1.gbp3cc97b~), php8.3-uploadprogress (>= 2.0.2++-4+0~20250508.32+debian13~1.gbp3cc97b~), php-all-dev Recommends: libapache2-mod-php Homepage: https://pecl.php.net/package/uploadprogress Priority: optional Section: php Filename: pool/main/p/php-uploadprogress/php-uploadprogress-all-dev_2.0.2++-4+0~20250508.32+debian13~1.gbp3cc97b_all.deb Size: 4480 SHA256: 24181aaff3361f9e3bdf55fe2561370f1b3981006155c302bd1daa2efa796f0d SHA1: 50eedca8b6ab54268b3e89a3c043bdcfc17dc3ee MD5sum: c40153b7852c6906355247a65e97e56e Description: file upload progress tracking extension for PHP An PHP extension to track progress of a file upload. . This is empty package that depends on all PHP versions. Package: php-uuid Version: 1.3.0-1+0~20250610.31+debian13~1.gbpa74e02 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 11 Pre-Depends: php-common (>= 2:69~) Depends: ucf, php8.5-uuid Homepage: https://pecl.php.net/package/uuid Priority: optional Section: php Filename: pool/main/p/php-uuid/php-uuid_1.3.0-1+0~20250610.31+debian13~1.gbpa74e02_all.deb Size: 3404 SHA256: c03a06f2d072c22f715f406acc1c61ddfa8a823cc567e1d807cb2b8cf1f35c00 SHA1: c9249803a1d7d4d1f56780ec4950ceceee2b0bb5 MD5sum: 960cd95cf9dcd5079964bc2766d5d1d7 Description: PHP UUID extension A thin wrapper around libuuid from the ext2utils project . This is empty package that depends on default PHP version. Package: php-uuid-all-dev Source: php-uuid Version: 1.3.0-1+0~20250610.31+debian13~1.gbpa74e02 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 11 Pre-Depends: php-common (>= 2:69~) Depends: ucf, php8.5-uuid (>= 1.3.0-1+0~20250610.31+debian13~1.gbpa74e02~), php8.4-uuid (>= 1.3.0-1+0~20250610.31+debian13~1.gbpa74e02~), php8.3-uuid (>= 1.3.0-1+0~20250610.31+debian13~1.gbpa74e02~), php-all-dev Homepage: https://pecl.php.net/package/uuid Priority: optional Section: php Filename: pool/main/p/php-uuid/php-uuid-all-dev_1.3.0-1+0~20250610.31+debian13~1.gbpa74e02_all.deb Size: 3456 SHA256: 281d843aafa3bb654427dc538cf5630b1413ca00553b7a7057fcecae3f657b2a SHA1: 67eb35e77c9dc5d2810b3186940f486c841cc16f MD5sum: debaa7b7c17a8171db6b6885b43e1bea Description: PHP UUID extension A thin wrapper around libuuid from the ext2utils project . This is empty package that depends on all PHP versions. Package: php-vips Version: 1.0.13-3+0~20250419.12+debian13~1.gbp888dba Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 9 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-vips Homepage: http://pecl.php.net/package/vips Priority: optional Section: php Filename: pool/main/p/php-vips/php-vips_1.0.13-3+0~20250419.12+debian13~1.gbp888dba_all.deb Size: 2420 SHA256: ec90fc4acd2a30c43ff15fb98f4840233449d97c4dd02fc429565a467e02eaab SHA1: 882cfa1f6fbce7fd9f50b151057e52d51bd518ac MD5sum: 4cbaf689228a4c134d10effc814f7aba Description: PHP extension for interfacing with libvips This extension uses libvips to provide image processing facilities. . This is empty package that depends on default PHP version. Package: php-vips-all-dev Source: php-vips Version: 1.0.13-3+0~20250419.12+debian13~1.gbp888dba Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 9 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-vips (>= 1.0.13-3+0~20250419.12+debian13~1.gbp888dba~), php8.4-vips (>= 1.0.13-3+0~20250419.12+debian13~1.gbp888dba~), php8.3-vips (>= 1.0.13-3+0~20250419.12+debian13~1.gbp888dba~), php-all-dev Homepage: http://pecl.php.net/package/vips Priority: optional Section: php Filename: pool/main/p/php-vips/php-vips-all-dev_1.0.13-3+0~20250419.12+debian13~1.gbp888dba_all.deb Size: 2452 SHA256: 56cf7a8b6152cf568345b4837610d18c91f638714a263e85ec82bdfbb89ffa58 SHA1: 21913b4fbb573b1a4b9174d17ea012c09e21813c MD5sum: df623d33d5108746dbd1e72c1430eacc Description: PHP extension for interfacing with libvips This extension uses libvips to provide image processing facilities. . This is empty package that depends on all PHP versions. Package: php-xhprof Version: 2.3.10-1+0~20250508.28+debian13~1.gbp0de66b Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 1120 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-xhprof Homepage: https://pecl.php.net/package/xhprof Priority: optional Section: php Filename: pool/main/p/php-xhprof/php-xhprof_2.3.10-1+0~20250508.28+debian13~1.gbp0de66b_all.deb Size: 803820 SHA256: e2b66a7e57d976e82c80bef65ceb57e72d11cf846b737742eeade5e7d9858f9b SHA1: 57fa11db4b5a7829faab93a91928705caeed849a MD5sum: b75178d380f4cb83ac2c51ef1209d428 Description: Hierarchical Profiler for PHP 5.x XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based navigational interface. The raw data collection component is implemented in C (as a PHP extension). The reporting/UI layer is all in PHP. It is capable of reporting function-level inclusive and exclusive wall times, memory usage, CPU times and number of calls for each function. Additionally, it supports ability to compare two runs (hierarchical DIFF reports), or aggregate results from multiple runs. . This is empty package that depends on default PHP version. Package: php-xhprof-all-dev Source: php-xhprof Version: 2.3.10-1+0~20250508.28+debian13~1.gbp0de66b Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 12 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-xhprof (>= 2.3.10-1+0~20250508.28+debian13~1.gbp0de66b~), php8.4-xhprof (>= 2.3.10-1+0~20250508.28+debian13~1.gbp0de66b~), php8.3-xhprof (>= 2.3.10-1+0~20250508.28+debian13~1.gbp0de66b~), php-all-dev Homepage: https://pecl.php.net/package/xhprof Priority: optional Section: php Filename: pool/main/p/php-xhprof/php-xhprof-all-dev_2.3.10-1+0~20250508.28+debian13~1.gbp0de66b_all.deb Size: 4144 SHA256: 29c2d9deb151df7f2f98ba64d39b38fd5f490ca3ab198b94eadd36aad2836e17 SHA1: cfa3eb845813fd6c8bd57c47b6c09b88447ea2f3 MD5sum: 5a38cac8a606616e3ee1e338032e8d67 Description: Hierarchical Profiler for PHP 5.x XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based navigational interface. The raw data collection component is implemented in C (as a PHP extension). The reporting/UI layer is all in PHP. It is capable of reporting function-level inclusive and exclusive wall times, memory usage, CPU times and number of calls for each function. Additionally, it supports ability to compare two runs (hierarchical DIFF reports), or aggregate results from multiple runs. . This is empty package that depends on all PHP versions. Package: php-xlswriter Version: 1.5.8-1+0~20250422.2+debian13~1.gbpc5ebbc Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 9 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-xlswriter Homepage: https://pecl.php.net/package/xlswriter Priority: optional Section: php Filename: pool/main/p/php-xlswriter/php-xlswriter_1.5.8-1+0~20250422.2+debian13~1.gbpc5ebbc_all.deb Size: 2328 SHA256: 2319928814e0907473a66eb3a4b60ffb57288b0af7b5238f189a83917b19e438 SHA1: e88205eed359c2639fda2bfc4282100cf6f1cd57 MD5sum: 53f7dd3378eed1d8feef7d7e560f4086 Description: Efficient and fast xlsx file extension for PHP xlswriter is a PHP C Extension that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file. . This is empty package that depends on default PHP version. Package: php-xlswriter-all-dev Source: php-xlswriter Version: 1.5.8-1+0~20250422.2+debian13~1.gbpc5ebbc Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 9 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-xlswriter (>= 1.5.8-1+0~20250422.2+debian13~1.gbpc5ebbc~), php8.4-xlswriter (>= 1.5.8-1+0~20250422.2+debian13~1.gbpc5ebbc~), php8.3-xlswriter (>= 1.5.8-1+0~20250422.2+debian13~1.gbpc5ebbc~), php-all-dev Homepage: https://pecl.php.net/package/xlswriter Priority: optional Section: php Filename: pool/main/p/php-xlswriter/php-xlswriter-all-dev_1.5.8-1+0~20250422.2+debian13~1.gbpc5ebbc_all.deb Size: 2360 SHA256: ff32e13a34ea937951f174f557fec5e36bd95fd63f4595e24dd44a0d864d0951 SHA1: 0ba180453700cb69f349abd6077258fc0d938a09 MD5sum: 3e4eaee61b0aae01ef2fe779316f0bad Description: Efficient and fast xlsx file extension for PHP xlswriter is a PHP C Extension that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file. . This is empty package that depends on all PHP versions. Package: php-xml Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-xml Priority: optional Section: php Filename: pool/main/p/php-defaults/php-xml_8.4+99+exp1~bpo13+1_all.deb Size: 4264 SHA256: 332068a183b80c5d6bccd32407be645e8d2363871699f4bf85876617db664b87 SHA1: 02931a3324720e811bca41112f2ef1a1fcec0d1b MD5sum: 60c5a4d3400f5456e26c0458413fdd70 Description: DOM, SimpleXML, WDDX, XML, and XSL module for PHP [default] This package provides a DOM, SimpleXML, WDDX, XML, and XSL module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-xmlrpc Version: 3:1.0.0~rc3-10+0~20250508.16+debian13~1.gbpa4057d Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 12 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-xmlrpc Homepage: https://pecl.php.net/package/xmlrpc Priority: optional Section: php Filename: pool/main/p/php-xmlrpc/php-xmlrpc_1.0.0~rc3-10+0~20250508.16+debian13~1.gbpa4057d_all.deb Size: 4000 SHA256: a23a8a06764f74e0f54d546a98c3d267cccd82a7e8f97bcb840aa1cf39fa50bf SHA1: bda99dffc619195c4691814a5f3b6f061b3f6bda MD5sum: caab0fb1f400e6af604d5960d165b0bd Description: XML-RPC servers and clients functions for PHP These functions can be used to write XML-RPC servers and clients. You can find more information about XML-RPC at http://www.xmlrpc.com/, and more documentation on this extension and its functions at http://xmlrpc-epi.sourceforge.net/. . The extension is unbundled from php-src as of PHP 8.0.0, because the underlying libxmlrpc has obviously been abandoned. It is recommended to reevaluate using this extension. . This is empty package that depends on default PHP version. Package: php-xmlrpc-all-dev Source: php-xmlrpc Version: 3:1.0.0~rc3-10+0~20250508.16+debian13~1.gbpa4057d Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 12 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-xmlrpc (>= 3:1.0.0~rc3-10+0~20250508.16+debian13~1.gbpa4057d~), php8.4-xmlrpc (>= 3:1.0.0~rc3-10+0~20250508.16+debian13~1.gbpa4057d~), php8.3-xmlrpc (>= 3:1.0.0~rc3-10+0~20250508.16+debian13~1.gbpa4057d~), php-all-dev Homepage: https://pecl.php.net/package/xmlrpc Priority: optional Section: php Filename: pool/main/p/php-xmlrpc/php-xmlrpc-all-dev_1.0.0~rc3-10+0~20250508.16+debian13~1.gbpa4057d_all.deb Size: 4040 SHA256: 5305484be78e820f95f71af6fe04459c94a4e4694c5a4ce4bc93532adb937389 SHA1: db0e795dbe37532f122235b36e2a0d0b21a2847f MD5sum: 896dbb693d593407ee5584db4a3d9533 Description: XML-RPC servers and clients functions for PHP These functions can be used to write XML-RPC servers and clients. You can find more information about XML-RPC at http://www.xmlrpc.com/, and more documentation on this extension and its functions at http://xmlrpc-epi.sourceforge.net/. . The extension is unbundled from php-src as of PHP 8.0.0, because the underlying libxmlrpc has obviously been abandoned. It is recommended to reevaluate using this extension. . This is empty package that depends on all PHP versions. Package: php-yac Version: 2.3.1++-4+0~20250508.34+debian13~1.gbp43cba8 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 13 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-yac Conflicts: php-apcu, php-xcache Homepage: http://pecl.php.net/package/yac Priority: optional Section: php Filename: pool/main/p/php-yac/php-yac_2.3.1++-4+0~20250508.34+debian13~1.gbp43cba8_all.deb Size: 4712 SHA256: 8949461a7604f2be030760bc9713cc7386b50ef33162cd270f4b196c4e9b741c SHA1: 7dcde97ecd2b2117f3471842499b300d632e6260 MD5sum: 45fcf7141839130b0c3035eac74a9b47 Description: YAC (Yet Another Cache) for PHP The Yet Another Cache (YAC) is a shared memory user data cache for PHP, which provides framework for caching user variables locally. This framework completes the missing parts of the Zend OpCache. . This is empty package that depends on default PHP version. Package: php-yac-all-dev Source: php-yac Version: 2.3.1++-4+0~20250508.34+debian13~1.gbp43cba8 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 13 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-yac (>= 2.3.1++-4+0~20250508.34+debian13~1.gbp43cba8~), php8.4-yac (>= 2.3.1++-4+0~20250508.34+debian13~1.gbp43cba8~), php8.3-yac (>= 2.3.1++-4+0~20250508.34+debian13~1.gbp43cba8~), php-all-dev Conflicts: php-apcu, php-xcache Homepage: http://pecl.php.net/package/yac Priority: optional Section: php Filename: pool/main/p/php-yac/php-yac-all-dev_2.3.1++-4+0~20250508.34+debian13~1.gbp43cba8_all.deb Size: 4752 SHA256: ecbeabf8887890bf260c60b0aa164503306de640b6da81950fb435b134009e03 SHA1: 55216291634b1027940f6d8bd272f5ea816be3a6 MD5sum: 984e082786e1125b7cf42f9fb2c0c9c4 Description: YAC (Yet Another Cache) for PHP The Yet Another Cache (YAC) is a shared memory user data cache for PHP, which provides framework for caching user variables locally. This framework completes the missing parts of the Zend OpCache. . This is empty package that depends on all PHP versions. Package: php-yaml Version: 2.2.5-1+0~20250803.40+debian13~1.gbp0932dd Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 10 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-yaml Homepage: http://pecl.php.net/package/Yaml Priority: optional Section: php Filename: pool/main/p/php-yaml/php-yaml_2.2.5-1+0~20250803.40+debian13~1.gbp0932dd_all.deb Size: 3500 SHA256: 504a41eb6e68430ae916a3b8c89a4acc1c65a4072b0b80601fd1d841ed51a4df SHA1: d25d3003bafd6af9354b4fe25d69fd6744731852 MD5sum: 6fe7aa92f1a4e02fe5964e0a9e487e2a Description: YAML-1.1 parser and emitter for PHP PHP extension adding support for YAML 1.1 (YAML Ain't Markup Language) serialization using the LibYAML library. . This is empty package that depends on default PHP version. Package: php-yaml-all-dev Source: php-yaml Version: 2.2.5-1+0~20250803.40+debian13~1.gbp0932dd Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 10 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-yaml (>= 2.2.5-1+0~20250803.40+debian13~1.gbp0932dd~), php8.4-yaml (>= 2.2.5-1+0~20250803.40+debian13~1.gbp0932dd~), php8.3-yaml (>= 2.2.5-1+0~20250803.40+debian13~1.gbp0932dd~), php-all-dev Homepage: http://pecl.php.net/package/Yaml Priority: optional Section: php Filename: pool/main/p/php-yaml/php-yaml-all-dev_2.2.5-1+0~20250803.40+debian13~1.gbp0932dd_all.deb Size: 3536 SHA256: 10060c854912eefa36d5c01bf2d6a7101ea2645ae1070be8ad896fa4df1af143 SHA1: 185e2b7ae50701632a1bf59cbb8a2a349ef8d9e0 MD5sum: ba331b1208e5fa47164b0d3acbc2225c Description: YAML-1.1 parser and emitter for PHP PHP extension adding support for YAML 1.1 (YAML Ain't Markup Language) serialization using the LibYAML library. . This is empty package that depends on all PHP versions. Package: php-zip Source: php-defaults (99+exp1~bpo13+1) Version: 2:8.4+99+exp1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 11 Depends: php-common, php8.4-zip Priority: optional Section: php Filename: pool/main/p/php-defaults/php-zip_8.4+99+exp1~bpo13+1_all.deb Size: 4240 SHA256: 017f3f916daeb73243bc49fa98c0f3f9e947a5bfa9b76fd707ff4ba7e5cbb625 SHA1: d6e623df15d8a23070625f9dab26762281a8bfa5 MD5sum: 7b2a375d2b897588364a98b689a3dbd6 Description: Zip module for PHP [default] This package provides a Zip module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php8.0-phalcon5 Source: php-phalcon5 Version: 5.8.0-5+0~20250508.6+debian13~1.gbpc1e2a8 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 10 Depends: php8.0-phalcon (>= 5.8.0-4~) Homepage: https://phalconphp.com/ Priority: optional Section: php Filename: pool/main/p/php-phalcon5/php8.0-phalcon5_5.8.0-5+0~20250508.6+debian13~1.gbpc1e2a8_all.deb Size: 3380 SHA256: 0ad6d7f575b95c80f88b6bc1d95d9f6c4e017516887a96ed745442248f305a51 SHA1: dbe5baf2cb10365a83a2a76d40b5ac8df16596ad MD5sum: 86456624d2a799a65dc40deb22fb403c Description: full-stack PHP framework delivered as a C-extension (dummy) Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it’s needed, without expensive file stats and file reads that traditional PHP frameworks employ. . This is dummy dependency package and can be safely removed. Package: php8.1-phalcon5 Source: php-phalcon5 Version: 5.8.0-5+0~20250508.6+debian13~1.gbpc1e2a8 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 10 Depends: php8.1-phalcon (>= 5.8.0-4~) Homepage: https://phalconphp.com/ Priority: optional Section: php Filename: pool/main/p/php-phalcon5/php8.1-phalcon5_5.8.0-5+0~20250508.6+debian13~1.gbpc1e2a8_all.deb Size: 3380 SHA256: 7ad6301336b37aef2af1c0f3cf695c88edb3c031704f5a110f1afe1494228953 SHA1: 3eb5da505efa0b48a4dab0b9cbaf25d9f5d919ed MD5sum: 1bc174e470e9cd8f917220ba285e83a6 Description: full-stack PHP framework delivered as a C-extension (dummy) Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it’s needed, without expensive file stats and file reads that traditional PHP frameworks employ. . This is dummy dependency package and can be safely removed. Package: php8.2-phalcon5 Source: php-phalcon5 Version: 5.8.0-5+0~20250508.6+debian13~1.gbpc1e2a8 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 10 Depends: php8.2-phalcon (>= 5.8.0-4~) Homepage: https://phalconphp.com/ Priority: optional Section: php Filename: pool/main/p/php-phalcon5/php8.2-phalcon5_5.8.0-5+0~20250508.6+debian13~1.gbpc1e2a8_all.deb Size: 3380 SHA256: c91ca78f5bcc0ac57df1575fb78fd2fb6b343221cc58739f6fa3706de652b23e SHA1: 198c02e78cbc34925d2c82b1f0bd8c5ecb8adb58 MD5sum: c7f0784ad47588f2d40659ff52b83f2f Description: full-stack PHP framework delivered as a C-extension (dummy) Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it’s needed, without expensive file stats and file reads that traditional PHP frameworks employ. . This is dummy dependency package and can be safely removed. Package: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 83 Depends: libapache2-mod-php8.3 | php8.3-fpm | php8.3-cgi, php8.3-common Provides: php Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3_8.3.30-0.1~bpo13+1_all.deb Size: 49512 SHA256: 348cee64b633fbf3c78ddb39d3030f01ed317cdec5651eb74251c337ff0d4b3a SHA1: 42920c73ef0338e190800a3192e2d4d18f2231fd MD5sum: 805552fcd96cdba8612e747e382ae271 Description: server-side, HTML-embedded scripting language (metapackage) This package is a metapackage that, when installed, guarantees that you have at least one of the four server-side versions of the PHP interpreter installed. Removing this package won't remove PHP from your system, however it may remove other packages that depend on this one. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-apcu Source: php-apcu Version: 5.1.27-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP PECL Maintainers Installed-Size: 218 Pre-Depends: php-common (>= 2:69~) Depends: php8.3-common, phpapi-20230831, libc6 (>= 2.38) Suggests: php-gd Conflicts: php-xcache, php-yac Breaks: php-apcu (<< 5.1.27~) Replaces: php-apcu (<< 5.1.27~) Provides: php-apcu Homepage: https://pecl.php.net/package/APCu Priority: optional Section: php Filename: pool/main/p/php-apcu/php8.3-apcu_5.1.27-0.1~bpo13+1_arm64.deb Size: 42616 SHA256: 4b991a5696a65918e3be11f18025e031672b0f76b0c106f53a21e22950940faf SHA1: 1355a7c08f160e90c832b69f502367403a1c37f1 MD5sum: 956836c503e87fc0854cfef99ccf8bb1 Description: APC User Cache for PHP The APCu is userland caching: APC (Alternative PHP Cache) stripped of opcode caching after the deployment of Zend OpCache in PHP 5.5 as the primary solution to opcode caching in future versions of PHP. . The APCu is a fast solution for userland caching (and dumping) of PHP variables locally, it is not distributed like MemcacheD, but they can be used together for optimal caching. Package: php8.3-bcmath Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.17) Provides: php-bcmath Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-bcmath_8.3.30-0.1~bpo13+1_arm64.deb Size: 14864 SHA256: 1d18eecfcb5de2de1eeb761ea235e1d5d0d0b201e1d7435d1dba3804fbabeb80 SHA1: 2b9d0b7ebac5576d464263154412087f067d3092 MD5sum: 28f8406db1ce44dcb6389378ba2c8a24 Description: Bcmath module for PHP This package provides the Bcmath module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-bz2 Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libbz2-1.0, libc6 (>= 2.17) Provides: php-bz2 Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-bz2_8.3.30-0.1~bpo13+1_arm64.deb Size: 10556 SHA256: 2d0704925d5f617b89cff28acacfa4a0fe7f6368fa323322516f4166037c56bc SHA1: 72d18073eb6e094a67bb566c1d1df65b853639d4 MD5sum: 36ac3f0f014c30c668597ca73d01ecbd Description: bzip2 module for PHP This package provides the bzip2 module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-cgi Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 11191 Depends: media-types | mime-support, php8.3-cli, php8.3-common (= 8.3.30-0.1~bpo13+1), php8.3-opcache, tzdata, ucf, libargon2-1 (>= 0~20171227), libc6 (>= 2.38), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.18), libssl3t64 (>= 3.0.0), libxml2 (>= 2.8.0), zlib1g (>= 1:1.1.4) Suggests: php-pear Provides: php-cgi, php-json, php8.3-json, phpapi-20230831 Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-cgi_8.3.30-0.1~bpo13+1_arm64.deb Size: 1576476 SHA256: 8e25a287d618e2753dfb4c83f6e7e50f42a4ac25c0675cf1f72999a048b3b1fb SHA1: 29dc0a5edfba37c5a331ca630bf77399159543b0 MD5sum: c2421085fb41830492c529b90e16e4b4 Description: server-side, HTML-embedded scripting language (CGI binary) This package provides the /usr/lib/cgi-bin/php CGI interpreter built for use in Apache 2 with mod_actions, or any other CGI httpd that supports a similar mechanism. Note that MOST users probably want the php8.3-fpm package. . The following extensions are built in: Core date filter hash json libxml openssl pcntl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-cli Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 5759 Depends: libedit2 (>= 2.11-20080614-4), media-types | mime-support, php8.3-common (= 8.3.30-0.1~bpo13+1), php8.3-opcache, php8.3-readline, tzdata, ucf, libargon2-1 (>= 0~20171227), libc6 (>= 2.38), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.18), libssl3t64 (>= 3.0.0), libxml2 (>= 2.8.0), zlib1g (>= 1:1.1.4) Suggests: php-pear Provides: php-cli, php-json, php8.3-json, phpapi-20230831 Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-cli_8.3.30-0.1~bpo13+1_arm64.deb Size: 1616560 SHA256: ddfade7b66422352123fa533e822047e757969ec1b3063f70826f3fa308a76b2 SHA1: 5bce2964cd12c3a1184820fa0f13d5225b879ffe MD5sum: 21c071814b0891fef61d410644aecec1 Description: command-line interpreter for the PHP scripting language This package provides the /usr/bin/php8.3 command interpreter, useful for testing PHP scripts from a shell or performing general shell scripting tasks. . The following extensions are built in: Core date filter hash json libxml openssl pcntl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-common Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 10017 Depends: php-common (>= 1:81~), ucf, libc6 (>= 2.38), libffi8 (>= 3.4), libssl3t64 (>= 3.0.0) Breaks: gforge-common (<< 6), php7.0-curl (<< 7.0.33-1~), php7.2-sodium (<< 7.2.12~) Provides: php-calendar, php-ctype, php-exif, php-ffi, php-fileinfo, php-ftp, php-iconv, php-pdo, php-phar, php-posix, php-shmop, php-sockets, php-sysvmsg, php-sysvsem, php-sysvshm, php-tokenizer, php8.3-calendar, php8.3-ctype, php8.3-exif, php8.3-ffi, php8.3-fileinfo, php8.3-ftp, php8.3-gettext, php8.3-iconv, php8.3-pdo, php8.3-phar, php8.3-posix, php8.3-shmop, php8.3-sockets, php8.3-sysvmsg, php8.3-sysvsem, php8.3-sysvshm, php8.3-tokenizer Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-common_8.3.30-0.1~bpo13+1_arm64.deb Size: 709640 SHA256: e29b4ec43fa53997500d0f7e0ce2029e8e600b8aafe3a8cb8f402ea6e585ed2e SHA1: 87a260744aeed638fd684ef1320d1e124f42b8c2 MD5sum: d9d7b80c01f112725b998ea0bd385803 Description: documentation, examples and common module for PHP This package provides the documentation, examples and common module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-curl Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 160 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.17), libcurl4t64 (>= 7.63.0) Breaks: php7.0-curl (<< 7.0.33-1~) Provides: php-curl Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-curl_8.3.30-0.1~bpo13+1_arm64.deb Size: 35572 SHA256: a72d9b96634bd61c22b9703d0a811cfc81aa7c9cdbb85fe835c54295bd49f6de SHA1: bf89800dd9ebffd7b451e945b0fe65548d30b457 MD5sum: 9318ffcaf9ec02084fbe8c68275b67e7 Description: CURL module for PHP This package provides the CURL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-dba Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.38), libdb5.3t64, liblmdb0 (>= 0.9.7), libqdbm14t64 (>= 1.8.74) Provides: php-dba Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-dba_8.3.30-0.1~bpo13+1_arm64.deb Size: 22712 SHA256: 7b65b08358db64e62f065c0230dccfc2c7b6ae0a8c8b5d697a3f123f2cafdaa6 SHA1: 94ba444a4c62fe41715292a2a6eca93dbf4c0263 MD5sum: 3e4691e8491fc20fd4a6f40e32f1c2e9 Description: DBA module for PHP This package provides the DBA module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-dev Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 5525 Depends: autoconf (>= 2.63), automake (>= 1.11), libpcre2-dev (>= 10.30), libssl-dev, php8.3-cli (>= 8.3.30-0.1~bpo13+1), php8.3-common (= 8.3.30-0.1~bpo13+1), pkg-config, shtool, libtool (>= 2.4.6-0.1~) Recommends: pkg-php-tools Suggests: dh-php Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-dev_8.3.30-0.1~bpo13+1_arm64.deb Size: 521900 SHA256: aa1eaab9b2d028734c0deae5f22ab05b85574d5863cbb5b470eeca5fdedc7ca7 SHA1: 084a0180a6273b17c0fdb8f2d04ef5b00f578654 MD5sum: e5eab876b707b38f99502ed8ab4d0649 Description: Files for PHP8.3 module development This package provides the files from the PHP8.3 source needed for compiling additional modules. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-enchant Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.17), libenchant-2-2 (>= 2.2.3) Provides: php-enchant Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-enchant_8.3.30-0.1~bpo13+1_arm64.deb Size: 9120 SHA256: c2afadc9a5bbd2292c37b5b56c71af24c0bbc5246e2eed555ccddc79136912b7 SHA1: 047b00ebe8af71b83d777a9a0833084819a9b43c MD5sum: 136cb01bf05bf752a8c504c96a8ca775 Description: Enchant module for PHP This package provides the Enchant module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-fpm Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 5813 Depends: media-types | mime-support, php8.3-cli, php8.3-common (= 8.3.30-0.1~bpo13+1), php8.3-opcache, procps, systemd | systemd-tmpfiles, tzdata, ucf, libacl1 (>= 2.2.23), libapparmor1 (>= 2.7.0~beta1+bzr1772), libargon2-1 (>= 0~20171227), libc6 (>= 2.38), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.18), libssl3t64 (>= 3.0.0), libsystemd0, libxml2 (>= 2.8.0), zlib1g (>= 1:1.1.4) Suggests: php-pear Provides: php-fpm, php-json, php8.3-json, phpapi-20230831 Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-fpm_8.3.30-0.1~bpo13+1_arm64.deb Size: 1628492 SHA256: df46185276c88d3acb7b417fd8b23ae90e76247653a7da0b7cfe6ce4a5b4c434 SHA1: 9df3ef8d3c4e29a30692620709054e66eaa0719a MD5sum: 9c17059711aced2c68409d4e82418ce9 Description: server-side, HTML-embedded scripting language (FPM-CGI binary) This package provides the Fast Process Manager interpreter that runs as a daemon and receives Fast/CGI requests. Note that MOST Apache users probably want the libapache2-mod-php8.3 package. . The following extensions are built in: Core date filter hash json libxml openssl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-gd Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 160 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.17), libgd3 (>= 2.3.3) Provides: php-gd Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-gd_8.3.30-0.1~bpo13+1_arm64.deb Size: 27460 SHA256: 5aa10079b235c50b28deb57d6fe8623b887b63d03314939b9f0538aa47416795 SHA1: 4c3990152ccdeb75a79355e614ef8e4b11e7690d MD5sum: 59c6de51232c8a3ed414bd47b723c9a5 Description: GD module for PHP This package provides the GD module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-gmp Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 160 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg) Provides: php-gmp Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-gmp_8.3.30-0.1~bpo13+1_arm64.deb Size: 21208 SHA256: 059cccdec1cbd7b9401317b9706ed75b2c4848107b075549d96599fb86415ea8 SHA1: 0dab07895a3ad01cdf1f822c37f5afef41db6bf8 MD5sum: 92837c477f719b042d0cf9ff30335d13 Description: GMP module for PHP This package provides the GMP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-igbinary Source: php-igbinary Version: 3.2.16-4+exp2~bpo13+1 Architecture: arm64 Maintainer: Debian PHP PECL Maintainers Installed-Size: 174 Pre-Depends: php-common (>= 2:69~) Depends: php8.3-common, phpapi-20230831, libc6 (>= 2.17) Breaks: php-igbinary (<< 3.2.16~) Replaces: php-igbinary (<< 3.2.16~) Provides: php-igbinary Homepage: http://pecl.php.net/package/igbinary Priority: optional Section: php Filename: pool/main/p/php-igbinary/php8.3-igbinary_3.2.16-4+exp2~bpo13+1_arm64.deb Size: 32376 SHA256: 762344c0f4ec9868078efc9e6c9b4fdd5253d5efb5be0e77540dbd242c25226d SHA1: 67e1db9f704022d1751b90f303f697f1e154cb34 MD5sum: 2f4bc913f0c7ad860a533b2406988f45 Description: igbinary PHP serializer Igbinary is a drop in replacement for the standard PHP serializer. Instead of time and space consuming textual representation, igbinary stores PHP data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data. Package: php8.3-interbase Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.38), libfbclient2 (>= 2.5.0.25784~ReleaseCandidate1.ds2) Provides: php-pdo-firebird, php8.3-pdo-firebird Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-interbase_8.3.30-0.1~bpo13+1_arm64.deb Size: 14792 SHA256: f0f5d2488488e8bb101d048e296b77b981870af863e12d6dad38d4c8818ec857 SHA1: fe66ebef7d4eb9a6ee349d9be99250b5fd1858b7 MD5sum: f0a99ffee8e27b174df6afb01b672786 Description: Interbase module for PHP This package provides the Interbase module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-intl Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 608 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libicu76 (>= 76.1-1~), libstdc++6 (>= 5) Provides: php-intl Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-intl_8.3.30-0.1~bpo13+1_arm64.deb Size: 133520 SHA256: 3ce684d49940e147dc3850f188b86ae901544954b0f1d4914b72c204ce93877c SHA1: ed71f081d4a258d3de2be86468499a7588066b90 MD5sum: fc647b0c01d632ac2570be5166384856 Description: Internationalisation module for PHP This package provides the Internationalisation module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-ldap Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 160 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.17), libldap2 (>= 2.6.2) Provides: php-ldap Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-ldap_8.3.30-0.1~bpo13+1_arm64.deb Size: 30088 SHA256: 3e86ec851a5588a2aa57d9776de6a45d3fff5f0a90233d8051755924531edc69 SHA1: 63feac05f9bcad60262b14d7ee7d53ed4120e9a5 MD5sum: 2c1cf73eabfb1b33b5d79fd76b36b39b Description: LDAP module for PHP This package provides the LDAP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-litespeed Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 5622 Depends: media-types | mime-support, php8.3-cli, php8.3-common (= 8.3.30-0.1~bpo13+1), procps, systemd | systemd-tmpfiles, tzdata, ucf, libargon2-1 (>= 0~20171227), libc6 (>= 2.38), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.18), libssl3t64 (>= 3.0.0), libxml2 (>= 2.8.0), zlib1g (>= 1:1.1.4) Suggests: php-pear Provides: php-json, php-litespeed, php8.3-json, phpapi-20230831 Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-litespeed_8.3.30-0.1~bpo13+1_arm64.deb Size: 1580052 SHA256: 94c8356c91071575b0d30f8825981c573c659754469d4367396c8e2212e008bd SHA1: e586f79230e21a9a3e1316f9fdaa846a5e04bad2 MD5sum: 1c8e669f93b7e25b6a23252a65c3b473 Description: server-side, HTML-embedded scripting language (LiteSpeed binary) This package provides the LiteSpeed SAPI module that provides a dedicated interface for PHP integration with OpenLiteSpeed or LiteSpeed Web Server. . The following extensions are built in: Core date filter hash json libxml openssl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-mbstring Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 1250 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.38), libonig5 (>= 6.8.1) Provides: php-mbstring Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-mbstring_8.3.30-0.1~bpo13+1_arm64.deb Size: 429144 SHA256: d026bac77719b83d50e95b5804467dbaab6b9626dde7daad18a3a817fe1a1efd SHA1: 3bd3404fd4ec35078b5d5a7fa03f784382b37ea0 MD5sum: 8e9f3c8299b0f5607536638a6af1d59b Description: MBSTRING module for PHP This package provides the MBSTRING module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-mysql Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 555 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.38) Provides: php-mysqli, php-mysqlnd, php-pdo-mysql, php8.3-mysqli, php8.3-mysqlnd, php8.3-pdo-mysql Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-mysql_8.3.30-0.1~bpo13+1_arm64.deb Size: 109100 SHA256: 90474d88127dd5fef6790099ad7605088a8d3b699d43010c4a1a131ec40b5a3e SHA1: d9f250f9cbe4aaedfa6fd28660a86fea0ab7df4d MD5sum: 564bc99b651569e9380e1c6da714c9d7 Description: MySQL module for PHP This package provides the MySQL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-odbc Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 228 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.38), libodbc2 (>= 2.3.1) Provides: php-odbc, php-pdo-odbc, php8.3-pdo-odbc Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-odbc_8.3.30-0.1~bpo13+1_arm64.deb Size: 31520 SHA256: e3efc43fb487d118b2a61ec68b622649a7a00c8a3d654fa2b9f7960573770f8e SHA1: a67a99ec98c77f4de545be6ad3a5e0412e0e7c0f MD5sum: 44e69e1c29833b0e75453ad3038f0ff0 Description: ODBC module for PHP This package provides the ODBC module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-opcache Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 2016 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.38) Provides: php-opcache Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-opcache_8.3.30-0.1~bpo13+1_arm64.deb Size: 505988 SHA256: 6a0a2ad2a9ee3f8e9189ff2cbc3608695d5c6af44d094382dd675c95fd6d5c1c SHA1: 71c85cea8b9b104cf77725b9b134c5e9c6a93e0f MD5sum: 2ac8ad622cc88415bd2bd46996c244cd Description: Zend OpCache module for PHP This package provides the Zend OpCache module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-pgsql Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 292 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.38), libpq5 (>= 14~beta2) Provides: php-pdo-pgsql, php-pgsql, php8.3-pdo-pgsql Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-pgsql_8.3.30-0.1~bpo13+1_arm64.deb Size: 53916 SHA256: 3548d303e4070fed688ca020e2426e2f46c1545eb3187ad2a33bc3deff1eae50 SHA1: f74e6af41cdf8eb2cc2f8d13222abeee85da96bd MD5sum: 2fbf5ffae8f17aac404ec53f1882471f Description: PostgreSQL module for PHP This package provides the PostgreSQL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-phalcon5 Source: php-phalcon5 Version: 5.8.0-5+0~20250508.6+debian13~1.gbpc1e2a8 Architecture: all Maintainer: Debian PHP PECL Maintainers Installed-Size: 10 Depends: php8.3-phalcon (>= 5.8.0-4~) Homepage: https://phalconphp.com/ Priority: optional Section: php Filename: pool/main/p/php-phalcon5/php8.3-phalcon5_5.8.0-5+0~20250508.6+debian13~1.gbpc1e2a8_all.deb Size: 3380 SHA256: 8856bd695f856685ef72fc60fe2125766aad0cddbaad73188e5ed92a4eb2f093 SHA1: 5cd0176170003bd614c6564c0a5d62ca127f9fb0 MD5sum: f3aba1ad657f9da1d18bf8b256b0418a Description: full-stack PHP framework delivered as a C-extension (dummy) Phalcon is an open source full stack framework for PHP, written as a C-extension. Phalcon is optimized for high performance. Its unique architecture allows the framework to always be memory resident, offering its functionality whenever it’s needed, without expensive file stats and file reads that traditional PHP frameworks employ. . This is dummy dependency package and can be safely removed. Package: php8.3-phpdbg Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 5799 Depends: media-types | mime-support, php8.3-cli, php8.3-common (= 8.3.30-0.1~bpo13+1), php8.3-opcache, tzdata, ucf, libargon2-1 (>= 0~20171227), libc6 (>= 2.38), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.18), libssl3t64 (>= 3.0.0), libxml2 (>= 2.8.0), zlib1g (>= 1:1.1.4) Recommends: php-readline Provides: php-json, php-phpdbg, php8.3-json, phpapi-20230831 Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-phpdbg_8.3.30-0.1~bpo13+1_arm64.deb Size: 1630144 SHA256: d2d6ecf5fbc29773f3466d9f80bdceef6385b8883549a2f2b38dbcae27f2528f SHA1: d31f3aaeb1b65afb9fd13cbdfbf2c8fb8c699204 MD5sum: 3124dfbdb1919ad92e86b3ec14b1aa91 Description: server-side, HTML-embedded scripting language (PHPDBG binary) This package provides the /usr/bin/phpdbg command interpreter, useful for stepthrough debugging of PHP code. . The following extensions are built in: Core date filter hash json libxml openssl pcntl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-pspell Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libaspell15 (>= 0.60.8.1), libc6 (>= 2.17) Provides: php-pspell Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-pspell_8.3.30-0.1~bpo13+1_arm64.deb Size: 8812 SHA256: 0404d3fc9d1fc8527a870d42e6628e6a4e679b25a2174659b216a64848e439ea SHA1: 9420ab0190ed03156edba486f5bf8227fb3e5df4 MD5sum: 038d8a618622e5f05267d0aea859de26 Description: pspell module for PHP This package provides the pspell module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-readline Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.34), libedit2 (>= 3.1-20160903-0) Provides: php-readline Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-readline_8.3.30-0.1~bpo13+1_arm64.deb Size: 12128 SHA256: 2c3b5ef7c91984308ce10dd3c885145470dfb5b43f33a139374573ae9206ce41 SHA1: a54b099ab065cfa3f69bacbf6e34a08faa2adec0 MD5sum: ee8450bf02ac6be1e848173ded1b0d05 Description: readline module for PHP This package provides the readline module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-redis Source: php-redis Version: 6.3.0-2~bpo13+1 Architecture: arm64 Maintainer: Debian PHP PECL Maintainers Installed-Size: 669 Pre-Depends: php-common (>= 2:69~) Depends: php8.3-common, php8.3-igbinary, phpapi-20230831, libc6 (>= 2.38), liblz4-1 (>= 0.0~r130), libzstd1 (>= 1.5.5) Suggests: redis-server Breaks: php-redis (<< 6.3.0~) Replaces: php-redis (<< 6.3.0~) Provides: php-redis Homepage: https://pecl.php.net/package/redis Priority: optional Section: php Filename: pool/main/p/php-redis/php8.3-redis_6.3.0-2~bpo13+1_arm64.deb Size: 173400 SHA256: 211ebf0dbb9a494f0a9ac400dbaf585cc7abdf7e074caf351d538828101a8ae4 SHA1: 7921747c8ebe59e2738c7526aaf315260b6a6f0e MD5sum: a83365da40d6cb665af8c077e0d4e06d Description: PHP extension for interfacing with Redis This extension allows php applications to communicate with the Redis persistent key-value store. The php-redis module provides an easy object oriented interface. Package: php8.3-snmp Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.38), libsnmp40t64 (>= 5.9.4+dfsg) Recommends: snmp Provides: php-snmp Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-snmp_8.3.30-0.1~bpo13+1_arm64.deb Size: 20120 SHA256: fb04290a1d7e86704392955633940aa24ac1a95df7e064349483ad2e74aad21d SHA1: 6dbebb997a875cda1fb94277f506827f8880297a MD5sum: 8e0e5f94848102a5db3acd4e8608ef7f Description: SNMP module for PHP This package provides the SNMP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-soap Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 352 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.38), libxml2 (>= 2.7.4) Provides: php-soap Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-soap_8.3.30-0.1~bpo13+1_arm64.deb Size: 111168 SHA256: d56e4f9cceb26786ee480438c616ee1bcda301a3fd1c8219f27548629e2012f6 SHA1: 57197d68ef0b44e767dc70c941640d2befe7b035 MD5sum: f997640dae0c9a0a0bd7e9d2a5e0466b Description: SOAP module for PHP This package provides the SOAP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-sqlite3 Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 164 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.17), libsqlite3-0 (>= 3.14.0) Provides: php-pdo-sqlite, php-sqlite3, php8.3-pdo-sqlite Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-sqlite3_8.3.30-0.1~bpo13+1_arm64.deb Size: 29412 SHA256: 085db2414a9e2ca9ced0b0732c7fea97b6fe9388a7a7f891f5364d4c79e63342 SHA1: 0f7e12040a9211f89594454053ba5287925c5199 MD5sum: 7512fadc5eba5f731ad9c9b709745830 Description: SQLite3 module for PHP This package provides the SQLite3 module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-sybase Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.17), libsybdb5 (>= 0.63) Provides: php-pdo-dblib, php8.3-pdo-dblib Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-sybase_8.3.30-0.1~bpo13+1_arm64.deb Size: 11580 SHA256: 30a80f12cfc553add246be2e403e9e2ffb81127badbb77d91b65bc2c4b7fbc16 SHA1: be94ad75568f5c79f8433a3030a6adb7df0eee29 MD5sum: a9a3d5d88191d145411d0ef44d144ad8 Description: Sybase module for PHP This package provides the Sybase module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-tidy Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.17), libtidy58 (>= 1:5.2.0) Provides: php-tidy Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-tidy_8.3.30-0.1~bpo13+1_arm64.deb Size: 18132 SHA256: 87adadc5929e828389da157fe586bc148412e7264525c759eefeb823621d86fe SHA1: 7b4c037b8170bc680d10440a1b8787b5ea6bd391 MD5sum: f81a37ff2e3d13ee1e7de0f99a6f80a3 Description: tidy module for PHP This package provides the tidy module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-xml Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 629 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.33), libxml2 (>= 2.9.0), libxslt1.1 (>= 1.1.25) Breaks: php8.3-xsl (<< 7.0.3-6~) Replaces: php8.3-xsl (<< 7.0.3-6~) Provides: php-dom, php-simplexml, php-xml, php-xmlreader, php-xmlwriter, php-xsl, php8.3-dom, php8.3-simplexml, php8.3-xmlreader, php8.3-xmlwriter, php8.3-xsl Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-xml_8.3.30-0.1~bpo13+1_arm64.deb Size: 108168 SHA256: 2e9b6c700d1c068113a342db571df9903aaba4a74fda5869da0571f96d26875d SHA1: 36d94faeaa670ea4674c0852083bd71b2de15ca0 MD5sum: 314af02c02e24d42a7c53836353c485c Description: DOM, SimpleXML, XML, and XSL module for PHP This package provides the DOM, SimpleXML, XML, and XSL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.3-xsl Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 80 Depends: php8.3-common, php8.3-xml Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-xsl_8.3.30-0.1~bpo13+1_all.deb Size: 49192 SHA256: f2a5468ed6b75076a61a833c899f3f78477aaa0148c0d69c2e8bcb30b6bb1d65 SHA1: 5f447345550ed16a9df9d998771e23c4811b490b MD5sum: 2460342e88d4c4cfe0d55fa40ac9eee7 Description: XSL module for PHP (dummy) This package is a transitional dummy package and can be safely removed. Package: php8.3-zip Source: php8.3 Version: 8.3.30-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 160 Depends: php-common (>= 1:81~), ucf, php8.3-common (= 8.3.30-0.1~bpo13+1), libc6 (>= 2.33), libzip5 (>= 1.11.1) Provides: php-zip Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.3/php8.3-zip_8.3.30-0.1~bpo13+1_arm64.deb Size: 25800 SHA256: 68ac57c11e2ed47f827a5fa80e1128fbec02e0b7204548b9f684ec280d568ce1 SHA1: a1e93e6d15a19cdfa98a68d73cdf6b874595ff7c MD5sum: 6c37f0d63b53067976851a8db887475d Description: Zip module for PHP This package provides the Zip module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4 Version: 8.4.20-0+deb13u1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 79 Depends: libapache2-mod-php8.4 | php8.4-fpm | php8.4-cgi, php8.4-common Provides: php Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4_8.4.20-0+deb13u1_all.deb Size: 46060 SHA256: 87e8d46eee950c6771af97d54ce3d2ceb2f446534a55e149b8b5efe84f0d203c SHA1: 364de14cfa32142e5bf2cc3b2463cb30f5ad1b32 MD5sum: 129f497d93f69c8e664f283838a4fedd Description: server-side, HTML-embedded scripting language (metapackage) This package is a metapackage that, when installed, guarantees that you have at least one of the four server-side versions of the PHP interpreter installed. Removing this package won't remove PHP from your system, however it may remove other packages that depend on this one. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-apcu Source: php-apcu Version: 5.1.27-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP PECL Maintainers Installed-Size: 218 Pre-Depends: php-common (>= 2:69~) Depends: php8.4-common, phpapi-20240924, libc6 (>= 2.38) Suggests: php-gd Conflicts: php-xcache, php-yac Breaks: php-apcu (<< 5.1.27~) Replaces: php-apcu (<< 5.1.27~) Provides: php-apcu Homepage: https://pecl.php.net/package/APCu Priority: optional Section: php Filename: pool/main/p/php-apcu/php8.4-apcu_5.1.27-0.1~bpo13+1_arm64.deb Size: 42912 SHA256: 0661d1f329ae25357ee4d12af09da80d76cf4faf8ca9fe12355fb4bd5efe9075 SHA1: 4250b0042e741d169ce539311f4ba8f120c8de6e MD5sum: 98e7f4405cd71cf818b2dd2db17e06d4 Description: APC User Cache for PHP The APCu is userland caching: APC (Alternative PHP Cache) stripped of opcode caching after the deployment of Zend OpCache in PHP 5.5 as the primary solution to opcode caching in future versions of PHP. . The APCu is a fast solution for userland caching (and dumping) of PHP variables locally, it is not distributed like MemcacheD, but they can be used together for optimal caching. Package: php8.4-bcmath Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.17) Provides: php-bcmath Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-bcmath_8.4.20-0+deb13u1_arm64.deb Size: 24232 SHA256: f9441bccb9069376a7cac1a3d5fd765b638bfd0abff83dbec5bae21efea705e9 SHA1: 7fe98f10cc89a96f907b1aede5a708886fb08332 MD5sum: 22bf8b166309eca2b81f7f660820f053 Description: Bcmath module for PHP This package provides the Bcmath module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-bz2 Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libbz2-1.0, libc6 (>= 2.17) Provides: php-bz2 Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-bz2_8.4.20-0+deb13u1_arm64.deb Size: 10640 SHA256: 5dcc5bbadc45571eb1b8a43436ec8c792f3602e92ade1c6d834c639fdad98ba9 SHA1: 7c5ca2acbd359745f74ef03c1bb88c16eadcae3e MD5sum: 82602930567ebddfa9be1ec9d9c9aa2e Description: bzip2 module for PHP This package provides the bzip2 module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-cgi Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 11575 Depends: media-types | mime-support, php8.4-cli, php8.4-common (= 8.4.20-0+deb13u1), php8.4-opcache, tzdata, ucf, libargon2-1 (>= 0~20171227), libc6 (>= 2.38), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.18), libssl3t64 (>= 3.0.0), libxml2 (>= 2.9.4), zlib1g (>= 1:1.1.4) Suggests: php-pear Provides: php-cgi, php-json, php8.4-json, phpapi-20240924 Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-cgi_8.4.20-0+deb13u1_arm64.deb Size: 1633884 SHA256: d0efa626edc848ebebefe24956ec15572103fef00fed174fa63df3c001500c39 SHA1: 812a58dd4833bb38beda407ee805ae873020bb32 MD5sum: 877a3078906ec6e14b8c6883d624fd38 Description: server-side, HTML-embedded scripting language (CGI binary) This package provides the /usr/lib/cgi-bin/php CGI interpreter built for use in Apache 2 with mod_actions, or any other CGI httpd that supports a similar mechanism. Note that MOST users probably want the php8.4-fpm package. . The following extensions are built in: Core date filter hash json libxml openssl pcntl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-cli Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 5952 Depends: libedit2 (>= 2.11-20080614-4), media-types | mime-support, php8.4-common (= 8.4.20-0+deb13u1), php8.4-opcache, php8.4-readline, tzdata, ucf, libargon2-1 (>= 0~20171227), libc6 (>= 2.38), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.18), libssl3t64 (>= 3.0.0), libxml2 (>= 2.9.4), zlib1g (>= 1:1.1.4) Suggests: php-pear Provides: php-cli, php-json, php8.4-json, phpapi-20240924 Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-cli_8.4.20-0+deb13u1_arm64.deb Size: 1674144 SHA256: a7e4190194af73018d9fcddb9e4d1256c35ed79c2a6a96a809255e04cff19ef5 SHA1: 7496f38cc514694975564136c4173e916eb4fa5d MD5sum: 4f92e69b3e05c2bd8a4547c55f5062d8 Description: command-line interpreter for the PHP scripting language This package provides the /usr/bin/php8.4 command interpreter, useful for testing PHP scripts from a shell or performing general shell scripting tasks. . The following extensions are built in: Core date filter hash json libxml openssl pcntl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-common Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 10457 Depends: php-common (>= 2:95~), ucf, libc6 (>= 2.38), libffi8 (>= 3.4), libssl3t64 (>= 3.0.0) Breaks: gforge-common (<< 6), php7.0-curl (<< 7.0.33-1~), php7.2-sodium (<< 7.2.12~) Provides: php-calendar, php-ctype, php-exif, php-ffi, php-fileinfo, php-ftp, php-iconv, php-pdo, php-phar, php-posix, php-shmop, php-sockets, php-sysvmsg, php-sysvsem, php-sysvshm, php-tokenizer, php8.4-calendar, php8.4-ctype, php8.4-exif, php8.4-ffi, php8.4-fileinfo, php8.4-ftp, php8.4-gettext, php8.4-iconv, php8.4-pdo, php8.4-phar, php8.4-posix, php8.4-shmop, php8.4-sockets, php8.4-sysvmsg, php8.4-sysvsem, php8.4-sysvshm, php8.4-tokenizer Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-common_8.4.20-0+deb13u1_arm64.deb Size: 742940 SHA256: c51f94936e17eab7f58e0ba3b56391f4d84ca3d8f1af7b3689cf3e223b47718d SHA1: fe41f714f71ca8c2e9453a508add3b44b640ed33 MD5sum: 28a1b301e8e0163e6d57182ed168260f Description: documentation, examples and common module for PHP This package provides the documentation, examples and common module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-curl Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 160 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.17), libcurl4t64 (>= 7.63.0) Breaks: php7.0-curl (<< 7.0.33-1~) Provides: php-curl Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-curl_8.4.20-0+deb13u1_arm64.deb Size: 37464 SHA256: 6256326b4af22cbb7dbcec33096865fff5d5c0dd5e9f1d63be5684323b00d9ba SHA1: 0aeb0e1eae8fac7857f6a9ecead82fdb2be7a00b MD5sum: 57e5c10d4815805dc309bca17538b8c6 Description: CURL module for PHP This package provides the CURL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-dba Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.38), libdb5.3t64, liblmdb0 (>= 0.9.7), libqdbm14t64 (>= 1.8.74) Provides: php-dba Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-dba_8.4.20-0+deb13u1_arm64.deb Size: 23708 SHA256: 540e0600bf4d79b9b2ef40514a482e9e985426ee03753b5a02004f336dd00573 SHA1: a5f9ddb93480bab2f1c675e598c0bdc3135f67c6 MD5sum: 1eb2f2fd27ea637ee0e7665d837b526f Description: DBA module for PHP This package provides the DBA module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-dev Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 5963 Depends: autoconf (>= 2.63), automake (>= 1.11), libpcre2-dev (>= 10.30), libssl-dev, php8.4-cli (>= 8.4.20-0+deb13u1), php8.4-common (= 8.4.20-0+deb13u1), pkg-config, shtool, libtool (>= 2.4.6-0.1~) Recommends: pkg-php-tools Suggests: dh-php Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-dev_8.4.20-0+deb13u1_arm64.deb Size: 583228 SHA256: 15f0c5bec70e8c572db4432ed40633efa772aed30eaf840fee7dce83e55af4a2 SHA1: 23f4759fe9ee98aab92ae8214fbdada8692dc73e MD5sum: 8632e8a8d782b0e539159d5b818bf8a0 Description: Files for PHP8.4 module development This package provides the files from the PHP8.4 source needed for compiling additional modules. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-enchant Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.17), libenchant-2-2 (>= 2.2.3) Provides: php-enchant Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-enchant_8.4.20-0+deb13u1_arm64.deb Size: 9716 SHA256: d62710983baea587c80e2447e4c75aa8720fce10e506b140fba140b8fff3fdb1 SHA1: 98cddc7c91df03a3e276b8986fc8601b005c026a MD5sum: abf37e7475161ccb60badaf00fb8b277 Description: Enchant module for PHP This package provides the Enchant module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-fpm Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 5943 Depends: media-types | mime-support, php8.4-cli, php8.4-common (= 8.4.20-0+deb13u1), php8.4-opcache, procps, systemd | systemd-tmpfiles, tzdata, ucf, libacl1 (>= 2.2.23), libapparmor1 (>= 2.7.0~beta1+bzr1772), libargon2-1 (>= 0~20171227), libc6 (>= 2.38), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.18), libssl3t64 (>= 3.0.0), libsystemd0, libxml2 (>= 2.9.4), zlib1g (>= 1:1.1.4) Suggests: php-pear Provides: php-fpm, php-json, php8.4-json, phpapi-20240924 Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-fpm_8.4.20-0+deb13u1_arm64.deb Size: 1683924 SHA256: 3220c86f66d527cc38906da7319d2e259a0f8a6b530a8230d910cee7eb9dac44 SHA1: 0821f67d45b38289f50bcce7eb4a452d9bed3d34 MD5sum: fde7f320b15a5b2829a6261b1f5982cd Description: server-side, HTML-embedded scripting language (FPM-CGI binary) This package provides the Fast Process Manager interpreter that runs as a daemon and receives Fast/CGI requests. Note that MOST Apache users probably want the libapache2-mod-php8.4 package. . The following extensions are built in: Core date filter hash json libxml openssl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-gd Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 224 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.17), libgd3 (>= 2.3.3) Provides: php-gd Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-gd_8.4.20-0+deb13u1_arm64.deb Size: 32180 SHA256: 4e3a6f4c9b66d519d347efa69a21b7a5b6d819ea1f261c1e019f280d43816afb SHA1: 8da4b1e11caf34e0c9abc0567209bdb518593b28 MD5sum: bcd04c00014295470df3e5419af9d661 Description: GD module for PHP This package provides the GD module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-gmp Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 160 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg) Provides: php-gmp Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-gmp_8.4.20-0+deb13u1_arm64.deb Size: 21392 SHA256: c97c275fe9071332d853d580b591007a62508d2fbb4ea9e31b5a6e33b76fa07a SHA1: ef351a9823cbccd50db2d84143059b0f8beacfd6 MD5sum: c30aad07234b29fa7b55d9e70f06c7e3 Description: GMP module for PHP This package provides the GMP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-igbinary Source: php-igbinary Version: 3.2.16-4+exp2~bpo13+1 Architecture: arm64 Maintainer: Debian PHP PECL Maintainers Installed-Size: 174 Pre-Depends: php-common (>= 2:69~) Depends: php8.4-common, phpapi-20240924, libc6 (>= 2.17) Breaks: php-igbinary (<< 3.2.16~) Replaces: php-igbinary (<< 3.2.16~) Provides: php-igbinary Homepage: http://pecl.php.net/package/igbinary Priority: optional Section: php Filename: pool/main/p/php-igbinary/php8.4-igbinary_3.2.16-4+exp2~bpo13+1_arm64.deb Size: 32424 SHA256: 35c5ff9271c9fc3396616709d37e991bf87235d3cacf94ca5bc2a41f3396edc4 SHA1: 7b0ccce1c6eb6cb16a6e81bc00bd97e13a49e5f8 MD5sum: 088102054271d57793e3dc74f1d491f8 Description: igbinary PHP serializer Igbinary is a drop in replacement for the standard PHP serializer. Instead of time and space consuming textual representation, igbinary stores PHP data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data. Package: php8.4-interbase Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.38), libfbclient2 (>= 3.0.0~svn20110219r52404.ds3), libstdc++6 (>= 4.1.1) Provides: php-pdo-firebird, php8.4-pdo-firebird Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-interbase_8.4.20-0+deb13u1_arm64.deb Size: 19916 SHA256: 6a42ff922ab89b10cf1d820fed9740d33011d6e607c18b0a9b8904cf4b2ecc08 SHA1: e7836a309da7476d64f7bd0c53a982a75d17e519 MD5sum: ce2b9fbd5c1e7f115456a46ed00944f6 Description: Interbase module for PHP This package provides the Interbase module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-intl Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 672 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libicu76 (>= 76.1-1~), libstdc++6 (>= 5) Provides: php-intl Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-intl_8.4.20-0+deb13u1_arm64.deb Size: 141516 SHA256: 79727fbd1a713608f5e8ef06e0bb88efd85d1c83331a44c21d2089a6adbed0a9 SHA1: 51406d1e6ce1fd68012b7556cae8522cd25a522e MD5sum: f41c7d1ca965d9d04a82854f616e7091 Description: Internationalisation module for PHP This package provides the Internationalisation module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-ldap Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 160 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.17), libldap2 (>= 2.6.2) Provides: php-ldap Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-ldap_8.4.20-0+deb13u1_arm64.deb Size: 30212 SHA256: 70a77523ff05a9313f722cec86497234a9aa1f93cc9d6655e50aae8e470dc432 SHA1: 80cedd171f0e3787f3a3fab4252e68c29e552701 MD5sum: 1193a0a23b004a7812a900ea69fc85ad Description: LDAP module for PHP This package provides the LDAP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-mbstring Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 1250 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.38), libonig5 (>= 6.8.1) Provides: php-mbstring Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-mbstring_8.4.20-0+deb13u1_arm64.deb Size: 435440 SHA256: 9f7244a2984eeeedf228f1daeb9b383c62821037a909dd5ef1f9a4859bb89fc6 SHA1: fe07e7a84d421e4461c44312436668f4447f004a MD5sum: 58f0a5c1f3147f30819540def9096b02 Description: MBSTRING module for PHP This package provides the MBSTRING module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-mysql Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 555 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.38), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4) Provides: php-mysqli, php-mysqlnd, php-pdo-mysql, php8.4-mysqli, php8.4-mysqlnd, php8.4-pdo-mysql Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-mysql_8.4.20-0+deb13u1_arm64.deb Size: 111052 SHA256: 439607791f0fa0e5af86c8ae7da28c4795ddb0ae5b13e2148ddd07c57b4d798c SHA1: da12f36f8a3de1ba3e06acf9b37ad22f048d297e MD5sum: 2acb7d04a563e8986c170722333ac388 Description: MySQL module for PHP This package provides the MySQL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-odbc Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 228 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.38), libodbc2 (>= 2.3.1) Provides: php-odbc, php-pdo-odbc, php8.4-pdo-odbc Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-odbc_8.4.20-0+deb13u1_arm64.deb Size: 34940 SHA256: 2f1aa13c7fee5933dfe6ce93691c9318cbd79e250e7e4bfef25d29729b484978 SHA1: 20c6d201f24f45d59c48ad98c72b1043143fd578 MD5sum: 73bbf26bed3c195f5a54007e0beb8c27 Description: ODBC module for PHP This package provides the ODBC module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-opcache Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 1058 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.38) Provides: php-opcache Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-opcache_8.4.20-0+deb13u1_arm64.deb Size: 367140 SHA256: c813880527a731707f19d71c050d37b533918d5b85dd125d260123290ab56687 SHA1: 148a32d6181dccd6a2bf4669824842b36cd5d131 MD5sum: 5f2eb41f32956e417f938ec81d641bbb Description: Zend OpCache module for PHP This package provides the Zend OpCache module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-pgsql Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 292 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.38), libpq5 (>= 17~~) Provides: php-pdo-pgsql, php-pgsql, php8.4-pdo-pgsql Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-pgsql_8.4.20-0+deb13u1_arm64.deb Size: 63916 SHA256: 3a6edaddd9f89c9e648594b4f15e86dbffb4a462bc51d6be39d68505191c7357 SHA1: e8be95f8dc9df2597787570ebbe85aa9d24dd4db MD5sum: 77fdd1def0b7381ea9100b328ebb951f Description: PostgreSQL module for PHP This package provides the PostgreSQL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-phpdbg Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 5991 Depends: media-types | mime-support, php8.4-cli, php8.4-common (= 8.4.20-0+deb13u1), php8.4-opcache, tzdata, ucf, libargon2-1 (>= 0~20171227), libc6 (>= 2.38), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.18), libssl3t64 (>= 3.0.0), libxml2 (>= 2.9.4), zlib1g (>= 1:1.1.4) Recommends: php-readline Provides: php-json, php-phpdbg, php8.4-json, phpapi-20240924 Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-phpdbg_8.4.20-0+deb13u1_arm64.deb Size: 1687876 SHA256: 0ca6aa3f2b2ec0a656f16ebd9cc13b4ad4287e6109a6a7ae3702ad4f62c5f06c SHA1: 862ca21505eb4847d8c01301ddc7db453fba0596 MD5sum: 1e8bc4646d683a3a4b25e31dee3e7586 Description: server-side, HTML-embedded scripting language (PHPDBG binary) This package provides the /usr/bin/phpdbg command interpreter, useful for stepthrough debugging of PHP code. . The following extensions are built in: Core date filter hash json libxml openssl pcntl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-readline Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.34), libedit2 (>= 3.1-20230828-1) Provides: php-readline Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-readline_8.4.20-0+deb13u1_arm64.deb Size: 12296 SHA256: 96890f099ac1ad7aff1fb364289efbc5b408e54caf14e8356daad460c5bec82a SHA1: 8db065ce56d6ca4df70d04527212916ebe6c8449 MD5sum: 39916423b3c0013972d266b08101decb Description: readline module for PHP This package provides the readline module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-redis Source: php-redis Version: 6.3.0-2~bpo13+1 Architecture: arm64 Maintainer: Debian PHP PECL Maintainers Installed-Size: 733 Pre-Depends: php-common (>= 2:69~) Depends: php8.4-common, php8.4-igbinary, phpapi-20240924, libc6 (>= 2.38), liblz4-1 (>= 0.0~r130), libzstd1 (>= 1.5.5) Suggests: redis-server Breaks: php-redis (<< 6.3.0~) Replaces: php-redis (<< 6.3.0~) Provides: php-redis Homepage: https://pecl.php.net/package/redis Priority: optional Section: php Filename: pool/main/p/php-redis/php8.4-redis_6.3.0-2~bpo13+1_arm64.deb Size: 173436 SHA256: 852a4c03b56b951c00d03fbe130b4326d6e26fe1ee240276ea9f87db6d9989b2 SHA1: e13cced5a721a4d075034bb4d95eed887d37f4c6 MD5sum: 68dc26eb2e9b1a7293bfbe40b9a1cf60 Description: PHP extension for interfacing with Redis This extension allows php applications to communicate with the Redis persistent key-value store. The php-redis module provides an easy object oriented interface. Package: php8.4-snmp Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.38), libsnmp40t64 (>= 5.9.4+dfsg) Recommends: snmp Provides: php-snmp Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-snmp_8.4.20-0+deb13u1_arm64.deb Size: 20160 SHA256: 05dc7b0a903eabe3bf3d2582351cfde55cc73390f202db069ba5ef3305bca089 SHA1: 765a9f00c4bcaff2996fa48654112f29d3cc70e7 MD5sum: b05e5a99a126a164b8045e40255adbad Description: SNMP module for PHP This package provides the SNMP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-soap Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 356 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.38), libxml2 (>= 2.9.4) Provides: php-soap Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-soap_8.4.20-0+deb13u1_arm64.deb Size: 112068 SHA256: b0ce05a4f9df22c4f332ae79025d0c9d935fb5c22ec7b9b9fe22b93150e588a1 SHA1: df089f694afe2656e8d1d9fdfc90b7120e4b30d8 MD5sum: f2b915c43c6fb3befdae49eb0d15c12c Description: SOAP module for PHP This package provides the SOAP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-sqlite3 Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 164 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.17), libsqlite3-0 (>= 3.14.0) Provides: php-pdo-sqlite, php-sqlite3, php8.4-pdo-sqlite Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-sqlite3_8.4.20-0+deb13u1_arm64.deb Size: 32200 SHA256: 637363583a9a4cd7f94144b9de3b063c6f2cd77275984513f5e100fb113192f2 SHA1: 653f69e9ad9ec6c132a869bed007d6967378c187 MD5sum: 8035f37c10a58a9cb6251c12d166b226 Description: SQLite3 module for PHP This package provides the SQLite3 module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-sybase Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.17), libsybdb5 (>= 0.63) Provides: php-pdo-dblib, php8.4-pdo-dblib Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-sybase_8.4.20-0+deb13u1_arm64.deb Size: 12152 SHA256: 4f3d97b2e7b13360309c236db05e6cd035e08a81a06bc486d7114b570573a97f SHA1: da4ca74c006fef0d424a73ba367a20cdb7a70147 MD5sum: d9b095fc8d7f57b3b4cca4ee005a70b1 Description: Sybase module for PHP This package provides the Sybase module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-tidy Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.17), libtidy58 (>= 1:5.2.0) Provides: php-tidy Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-tidy_8.4.20-0+deb13u1_arm64.deb Size: 18288 SHA256: 6c2b49c0bbd9ee8b0c3c7ec5573d544d05d105a6be016ea59c2439e6bd757b21 SHA1: 22b58cf69b63f49080cf644ec50ce20c7055531c MD5sum: d1cfe535c800d84184ff2a9e0c8c45af Description: tidy module for PHP This package provides the tidy module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-xml Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 2536 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.33), libxml2 (>= 2.9.4), libxslt1.1 (>= 1.1.27) Breaks: php8.4-xsl (<< 7.0.3-6~) Replaces: php8.4-xsl (<< 7.0.3-6~) Provides: php-dom, php-simplexml, php-xml, php-xmlreader, php-xmlwriter, php-xsl, php8.4-dom, php8.4-simplexml, php8.4-xmlreader, php8.4-xmlwriter, php8.4-xsl Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-xml_8.4.20-0+deb13u1_arm64.deb Size: 518672 SHA256: f1e2dcf1a650031456882778c6dd3394e6bda8b176054860b06cef8fbb325d75 SHA1: e0265e05fa544ae70dbaedb3cc9cd752b9d0af9a MD5sum: bf607b188fbc19db3e84af1c020eb54a Description: DOM, SimpleXML, XML, and XSL module for PHP This package provides the DOM, SimpleXML, XML, and XSL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-xsl Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 76 Depends: php8.4-common, php8.4-xml Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-xsl_8.4.20-0+deb13u1_all.deb Size: 45716 SHA256: 33047b0bacfc3f7b55d9124dc928016e6d1162d28e7279e6e04b180dc2999786 SHA1: 8974722661b7d7d59e271437d1b8301f9198005a MD5sum: d9e08706aa02b3e69e79065929f9ff83 Description: XSL module for PHP (dummy) This package is a transitional dummy package and can be safely removed. Package: php8.4-zip Source: php8.4 Version: 8.4.20-0+deb13u1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 160 Depends: php-common (>= 2:95~), ucf, php8.4-common (= 8.4.20-0+deb13u1), libc6 (>= 2.33), libzip5 (>= 1.11.1) Provides: php-zip Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.4/php8.4-zip_8.4.20-0+deb13u1_arm64.deb Size: 26724 SHA256: 8c1da046f69e6143f47469cd592773a00fafcff1eda3c823ae19edddfa6a106d SHA1: 7edce65dcf0bbe3d78c4cd984462ed5a4f852352 MD5sum: 392942e311f7cd9e54a0f5564fdc197b Description: Zip module for PHP This package provides the Zip module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 68 Depends: libapache2-mod-php8.5 | php8.5-fpm | php8.5-cgi, php8.5-common Provides: php Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5_8.5.5-0.1~bpo13+1_all.deb Size: 33880 SHA256: 2d53c79d01abc936d0bd1a29b0b88c056650fabf34ac4f2591aceec822025e1a SHA1: 4fc4cd42ed343739ffb464ad9ab109c103309ed4 MD5sum: 0b8011e93fa08c1c35883936ac027331 Description: server-side, HTML-embedded scripting language (metapackage) This package is a metapackage that, when installed, guarantees that you have at least one of the four server-side versions of the PHP interpreter installed. Removing this package won't remove PHP from your system, however it may remove other packages that depend on this one. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-apcu Source: php-apcu Version: 5.1.27-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP PECL Maintainers Installed-Size: 218 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-common, phpapi-20250925, libc6 (>= 2.38) Suggests: php-gd Conflicts: php-xcache, php-yac Breaks: php-apcu (<< 5.1.27~) Replaces: php-apcu (<< 5.1.27~) Provides: php-apcu Homepage: https://pecl.php.net/package/APCu Priority: optional Section: php Filename: pool/main/p/php-apcu/php8.5-apcu_5.1.27-0.1~bpo13+1_arm64.deb Size: 43732 SHA256: a7d033838448a2765e294387d2b61fe9c998059ff5356ad5296527f4085a955c SHA1: b91ff10d1fb886c53de63dcb3e2924ddcbef935c MD5sum: 38c5b456d24f10399a1d6e2c42aae4ac Description: APC User Cache for PHP The APCu is userland caching: APC (Alternative PHP Cache) stripped of opcode caching after the deployment of Zend OpCache in PHP 5.5 as the primary solution to opcode caching in future versions of PHP. . The APCu is a fast solution for userland caching (and dumping) of PHP variables locally, it is not distributed like MemcacheD, but they can be used together for optimal caching. Package: php8.5-bcmath Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.17) Provides: php-bcmath Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-bcmath_8.5.5-0.1~bpo13+1_arm64.deb Size: 24896 SHA256: 08868bf4566714587ab3ff85892670c49ca38e5c1a6dd01896db5a8e4f06002a SHA1: c6bac68bb5c4997903c1aa359d2594ba9441cc48 MD5sum: c602f389e5fa43b6ed11379bea094d4b Description: Bcmath module for PHP This package provides the Bcmath module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-bz2 Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libbz2-1.0, libc6 (>= 2.17) Provides: php-bz2 Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-bz2_8.5.5-0.1~bpo13+1_arm64.deb Size: 10852 SHA256: da4021cca92675158f7ca6508507f843b05bd6dfdc0998ebd8bc7139f6152c5d SHA1: bd03e66b6201c246e46723be6dac9d999263ac1b MD5sum: 7a4ef4904d0a1d750b8f8eadc49cb119 Description: bzip2 module for PHP This package provides the bzip2 module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-cgi Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 19749 Depends: media-types | mime-support, php8.5-cli, php8.5-common (= 8.5.5-0.1~bpo13+1), tzdata, ucf, libargon2-1 (>= 0~20171227), libc6 (>= 2.38), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.18), libssl3t64 (>= 3.0.0), libxml2 (>= 2.9.4), zlib1g (>= 1:1.1.4) Suggests: php-pear Provides: php-cgi, php-json, php8.5-json, phpapi-20250925 Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-cgi_8.5.5-0.1~bpo13+1_arm64.deb Size: 4949188 SHA256: 6f30f4f4a6a85656a892523bdae2f657381c8d66705daf5478e8eef17bbb6765 SHA1: 72f320374f2885d8e64461da5ad8fb11d08f9cca MD5sum: 59dd1098f945b3d595aad12e420f6af0 Description: server-side, HTML-embedded scripting language (CGI binary) This package provides the /usr/lib/cgi-bin/php CGI interpreter built for use in Apache 2 with mod_actions, or any other CGI httpd that supports a similar mechanism. Note that MOST users probably want the php8.5-fpm package. . The following extensions are built in: Core date filter hash json lexbor libxml openssl pcntl pcre random Reflection session sodium SPL standard uri Zend OPcache zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-cli Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 9974 Depends: libedit2 (>= 2.11-20080614-4), media-types | mime-support, php8.5-common (= 8.5.5-0.1~bpo13+1), php8.5-readline, tzdata, ucf, libargon2-1 (>= 0~20171227), libc6 (>= 2.38), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.18), libssl3t64 (>= 3.0.0), libxml2 (>= 2.9.4), zlib1g (>= 1:1.1.4) Suggests: php-pear Provides: php-cli, php-json, php8.5-json, phpapi-20250925 Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-cli_8.5.5-0.1~bpo13+1_arm64.deb Size: 2536236 SHA256: ca43729c104f071922a116167f1e96b1aca865b79be3bc3df4294687cda3b2c1 SHA1: 85a71dc9fa2fd546e599b4643070f0d17d3c3c89 MD5sum: e242ae8254badcee54cd7b567ef64776 Description: command-line interpreter for the PHP scripting language This package provides the /usr/bin/php8.5 command interpreter, useful for testing PHP scripts from a shell or performing general shell scripting tasks. . The following extensions are built in: Core date filter hash json lexbor libxml openssl pcntl pcre random Reflection session sodium SPL standard uri Zend OPcache zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-common Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 12366 Depends: php-common (>= 2:95~), ucf, libc6 (>= 2.38), libffi8 (>= 3.4), libssl3t64 (>= 3.0.0) Breaks: gforge-common (<< 6), php7.0-curl (<< 7.0.33-1~), php7.2-sodium (<< 7.2.12~) Provides: php-calendar, php-ctype, php-exif, php-ffi, php-fileinfo, php-ftp, php-iconv, php-pdo, php-phar, php-posix, php-shmop, php-sockets, php-sysvmsg, php-sysvsem, php-sysvshm, php-tokenizer, php8.5-calendar, php8.5-ctype, php8.5-exif, php8.5-ffi, php8.5-fileinfo, php8.5-ftp, php8.5-gettext, php8.5-iconv, php8.5-pdo, php8.5-phar, php8.5-posix, php8.5-shmop, php8.5-sockets, php8.5-sysvmsg, php8.5-sysvsem, php8.5-sysvshm, php8.5-tokenizer Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-common_8.5.5-0.1~bpo13+1_arm64.deb Size: 751568 SHA256: e5a805d1a6a0e321d9a2fafd2a45167d26b0ce2bb1c50dd52ae317a36e72e58a SHA1: dee7ccb582a6419f7862deab48cdfdb8f6712530 MD5sum: cf21c965f2e6e59a85343f2ae8ac1daf Description: documentation, examples and common module for PHP This package provides the documentation, examples and common module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-curl Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 224 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.17), libcurl4t64 (>= 7.63.0) Breaks: php7.0-curl (<< 7.0.33-1~) Provides: php-curl Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-curl_8.5.5-0.1~bpo13+1_arm64.deb Size: 39516 SHA256: f73adfdbfe3e4feabc606a820e4323804635fc13c2d6313edbd7722ee0e333d9 SHA1: 2dbe0a321e86508e582f49c31cc46dbd13f14b76 MD5sum: dfc6c61c934b3e1c7e401b930491f572 Description: CURL module for PHP This package provides the CURL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-dba Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.38), liblmdb0 (>= 0.9.7), libqdbm14t64 (>= 1.8.74) Provides: php-dba Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-dba_8.5.5-0.1~bpo13+1_arm64.deb Size: 22572 SHA256: 5f0ecb5a3389970328767759a0ae6f138ec14e5167d1cee304b6238a394a2e16 SHA1: 64b3da51175cc8474bbdc3772c7f2a7d3566d050 MD5sum: e05284736d4a2d554a61e001cdfdb120 Description: DBA module for PHP This package provides the DBA module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-dev Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 7938 Depends: autoconf (>= 2.63), automake (>= 1.11), libpcre2-dev (>= 10.30), libssl-dev, php8.5-cli (>= 8.5.5-0.1~bpo13+1), php8.5-common (= 8.5.5-0.1~bpo13+1), pkg-config, shtool, libtool (>= 2.4.6-0.1~) Recommends: pkg-php-tools Suggests: dh-php Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-dev_8.5.5-0.1~bpo13+1_arm64.deb Size: 627008 SHA256: 88c13f73111f71985c413f80b55cc58222aad2dcfb0d0b74ebb75700cba92791 SHA1: 7d8b9d1ac36ba57543f61a20ff0eee635af9a9af MD5sum: 9ee239c5959f97fa6995850f6b33aa22 Description: Files for PHP8.5 module development This package provides the files from the PHP8.5 source needed for compiling additional modules. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-enchant Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.17), libenchant-2-2 (>= 2.2.3) Provides: php-enchant Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-enchant_8.5.5-0.1~bpo13+1_arm64.deb Size: 10072 SHA256: 38c2bc94c3ddfcf22c73997b26749cad00d17a666ddca82a90bd34a8189a8de8 SHA1: c5382febcae691c647679406028a7b33ae816604 MD5sum: a082c620728cb9a0c7c5e829261906bf Description: Enchant module for PHP This package provides the Enchant module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-fpm Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 9965 Depends: media-types | mime-support, php8.5-cli, php8.5-common (= 8.5.5-0.1~bpo13+1), procps, systemd | systemd-tmpfiles, tzdata, ucf, libacl1 (>= 2.2.23), libapparmor1 (>= 2.7.0~beta1+bzr1772), libargon2-1 (>= 0~20171227), libc6 (>= 2.38), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.18), libssl3t64 (>= 3.0.0), libsystemd0, libxml2 (>= 2.9.4), zlib1g (>= 1:1.1.4) Suggests: php-pear Provides: php-fpm, php-json, php8.5-json, phpapi-20250925 Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-fpm_8.5.5-0.1~bpo13+1_arm64.deb Size: 2540504 SHA256: bd0fbccc95a29b8f5bbaf750ee67acc6bf10fe28e9cf918604e35e01f3253113 SHA1: e429e929bacbf0ae284ccbdd48519d31c580722c MD5sum: 653a5b7e2ee4459c906e3bbcdb097bb8 Description: server-side, HTML-embedded scripting language (FPM-CGI binary) This package provides the Fast Process Manager interpreter that runs as a daemon and receives Fast/CGI requests. Note that MOST Apache users probably want the libapache2-mod-php8.5 package. . The following extensions are built in: Core date filter hash json lexbor libxml openssl pcre random Reflection session sodium SPL standard uri Zend OPcache zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-gd Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 224 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.17), libgd3 (>= 2.3.3) Provides: php-gd Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-gd_8.5.5-0.1~bpo13+1_arm64.deb Size: 32592 SHA256: fec25d5c856e4886ee3f58300e8cbac25fb1973e760d25c08796c36f20068ac2 SHA1: db1aa385d7050879432f6a487e1743f1d7c12a09 MD5sum: c6becc36432ed67fcbe0e1b7e305b2c6 Description: GD module for PHP This package provides the GD module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-gmp Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 160 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg) Provides: php-gmp Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-gmp_8.5.5-0.1~bpo13+1_arm64.deb Size: 18056 SHA256: 839b0397edb0e916522ad0c801fa7ecc15351ccb81bbc665f397ce0d8e778369 SHA1: 52541bfa56722f50337d2e99b6cea14c947987dd MD5sum: 9b5e02ad4b66f7d09af0b53b669e5bd7 Description: GMP module for PHP This package provides the GMP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-igbinary Source: php-igbinary Version: 3.2.16-4+exp2~bpo13+1 Architecture: arm64 Maintainer: Debian PHP PECL Maintainers Installed-Size: 174 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-common, phpapi-20250925, libc6 (>= 2.17) Breaks: php-igbinary (<< 3.2.16~) Replaces: php-igbinary (<< 3.2.16~) Provides: php-igbinary Homepage: http://pecl.php.net/package/igbinary Priority: optional Section: php Filename: pool/main/p/php-igbinary/php8.5-igbinary_3.2.16-4+exp2~bpo13+1_arm64.deb Size: 32452 SHA256: 3f4ddc2f2b84ffa90a4b5702b6409cf53e060c94e3b7c0861c93cddad61b60a4 SHA1: 7135961f6b7c61a992686a8586ec45d69bd05b99 MD5sum: 8e2980c077020f4bc1e0c6834e30da60 Description: igbinary PHP serializer Igbinary is a drop in replacement for the standard PHP serializer. Instead of time and space consuming textual representation, igbinary stores PHP data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data. Package: php8.5-interbase Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.38), libfbclient2 (>= 3.0.0~svn20110219r52404.ds3), libstdc++6 (>= 4.1.1) Provides: php-pdo-firebird, php8.5-pdo-firebird Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-interbase_8.5.5-0.1~bpo13+1_arm64.deb Size: 20096 SHA256: afd683db7df12921ad3804770b3c74630e84a39be70cd60f3dd1e000aa231af2 SHA1: 085705b9e4edd38c337f0fa9ebae4aed9f9fb19b MD5sum: f2e335411f9605094a8968c738a03bc6 Description: Interbase module for PHP This package provides the Interbase module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-intl Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 672 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libicu76 (>= 76.1-1~), libstdc++6 (>= 5) Provides: php-intl Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-intl_8.5.5-0.1~bpo13+1_arm64.deb Size: 145132 SHA256: 0c086d28bc0f82f9fe47882f0443f271ff3873eec0c8a8a67c1eb537ef69caad SHA1: 1d451303d62cd3f625fa0f268d51691348eef829 MD5sum: 271418df68ea26d8b9c75710939a1c6d Description: Internationalisation module for PHP This package provides the Internationalisation module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-ldap Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 160 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.17), libldap2 (>= 2.6.2) Provides: php-ldap Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-ldap_8.5.5-0.1~bpo13+1_arm64.deb Size: 30592 SHA256: 9e8017ad68bba34133d59850d443b1fb2641f98df65781b8e9f3678d42eb4fd9 SHA1: de267382dd1537c1f9f3efc350c32b4d2f8fbcd5 MD5sum: 857fc523357736e0cc12968bd22d3f91 Description: LDAP module for PHP This package provides the LDAP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-litespeed Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 9900 Depends: media-types | mime-support, php8.5-cli, php8.5-common (= 8.5.5-0.1~bpo13+1), procps, systemd | systemd-tmpfiles, tzdata, ucf, libargon2-1 (>= 0~20171227), libc6 (>= 2.38), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.18), libssl3t64 (>= 3.0.0), libxml2 (>= 2.9.4), zlib1g (>= 1:1.1.4) Suggests: php-pear Provides: php-json, php-litespeed, php8.5-json, phpapi-20250925 Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-litespeed_8.5.5-0.1~bpo13+1_arm64.deb Size: 2489204 SHA256: ed38e4e5d0738ab75dffe6d8ab80eaf9d37be0fe92d82e0b61ac5b4c241b1c58 SHA1: a24a58efbe633e1dcdb69881ace76bd3284d7640 MD5sum: 684a61307af0d0ea8a5304c46b1d6208 Description: server-side, HTML-embedded scripting language (LiteSpeed binary) This package provides the LiteSpeed SAPI module that provides a dedicated interface for PHP integration with OpenLiteSpeed or LiteSpeed Web Server. . The following extensions are built in: Core date filter hash json lexbor libxml openssl pcre random Reflection session sodium SPL standard uri Zend OPcache zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-mbstring Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 1250 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.38), libonig5 (>= 6.8.1) Provides: php-mbstring Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-mbstring_8.5.5-0.1~bpo13+1_arm64.deb Size: 436828 SHA256: fe72b8e9ec270f81e523bd241d16197107bc19408ed70afa0ea06a71fce5aa36 SHA1: cf1c22031a9aa6a6dd4d104fa7f492b5ddee81cc MD5sum: 2a7739857c1aa1549e431bf6794a8ce2 Description: MBSTRING module for PHP This package provides the MBSTRING module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-mysql Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 555 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.38), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4) Provides: php-mysqli, php-mysqlnd, php-pdo-mysql, php8.5-mysqli, php8.5-mysqlnd, php8.5-pdo-mysql Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-mysql_8.5.5-0.1~bpo13+1_arm64.deb Size: 112264 SHA256: 72be2f96ed68e0d070348561785208c974e64dba4b9c884bab62901ba8cd0b8c SHA1: e077f674542b8362f40ae08c131e6beff762d7a1 MD5sum: 42483a42c9f79e4cfa129099379a93e0 Description: MySQL module for PHP This package provides the MySQL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-odbc Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 228 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.38), libodbc2 (>= 2.3.1) Provides: php-odbc, php-pdo-odbc, php8.5-pdo-odbc Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-odbc_8.5.5-0.1~bpo13+1_arm64.deb Size: 35120 SHA256: 0fc55280dd5c964ca33feca8883e3bdbe70425fc06a18e6bcf682b50e1c405c5 SHA1: 0937750fc1a5e01eea685cd59cf904250f5b547f MD5sum: 34710d156ba1e3e8c7e2f7fffab15cd7 Description: ODBC module for PHP This package provides the ODBC module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-opcache Source: php8.5 Version: 8.5.0~alpha2-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 994 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.0~alpha2-0.1~bpo13+1), libc6 (>= 2.38) Provides: php-opcache Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-opcache_8.5.0~alpha2-0.1~bpo13+1_arm64.deb Size: 358292 SHA256: 7ff672121963ced567e3b51256ba0d5dd9c02e7e23b05997c5b802fb372ad96d SHA1: 526dbaadeb9284d784439b2fc897e8009bab69d6 MD5sum: ff81882f13462cb0c75ec2b82e5c9764 Description: Zend OpCache module for PHP This package provides the Zend OpCache module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-pgsql Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 292 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.38), libpq5 (>= 17~~) Provides: php-pdo-pgsql, php-pgsql, php8.5-pdo-pgsql Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-pgsql_8.5.5-0.1~bpo13+1_arm64.deb Size: 66284 SHA256: 866805117fb719fc5486f34e584f74264f1dbb85c1092ad6689c468d0df67be8 SHA1: 9a8c61c175aaca7a012f9557231c6c8e3c26b31a MD5sum: e862c2526d2cfcb1a8a4f47473f5db75 Description: PostgreSQL module for PHP This package provides the PostgreSQL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-phpdbg Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 9950 Depends: media-types | mime-support, php8.5-cli, php8.5-common (= 8.5.5-0.1~bpo13+1), tzdata, ucf, libargon2-1 (>= 0~20171227), libc6 (>= 2.38), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.18), libssl3t64 (>= 3.0.0), libxml2 (>= 2.9.4), zlib1g (>= 1:1.1.4) Recommends: php-readline Provides: php-json, php-phpdbg, php8.5-json, phpapi-20250925 Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-phpdbg_8.5.5-0.1~bpo13+1_arm64.deb Size: 2542772 SHA256: 37a8d6811229dc5451728d0eaf6defda52d0e9dd0a26a36ceeec9753f39f9e93 SHA1: 8c39cdc1f166ceb4e981851448aeb981a8f3a6b7 MD5sum: 3e986aa4210d9c1367e6af3a35dfe83a Description: server-side, HTML-embedded scripting language (PHPDBG binary) This package provides the /usr/bin/phpdbg command interpreter, useful for stepthrough debugging of PHP code. . The following extensions are built in: Core date filter hash json lexbor libxml openssl pcntl pcre random Reflection session sodium SPL standard uri Zend OPcache zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-readline Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.34), libedit2 (>= 3.1-20230828-1) Provides: php-readline Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-readline_8.5.5-0.1~bpo13+1_arm64.deb Size: 12292 SHA256: 389675f520142041beab086740927a86b8a3bb04a8c9b90a537dc56bcff5e18c SHA1: 5d14d64ac1551da92a6fb8af0b64718742c18b1b MD5sum: c33ccc432ab56f0fe9668a0430c26545 Description: readline module for PHP This package provides the readline module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-redis Source: php-redis Version: 6.3.0-2~bpo13+1 Architecture: arm64 Maintainer: Debian PHP PECL Maintainers Installed-Size: 733 Pre-Depends: php-common (>= 2:69~) Depends: php8.5-common, php8.5-igbinary, phpapi-20250925, libc6 (>= 2.38), liblz4-1 (>= 0.0~r130), libzstd1 (>= 1.5.5) Suggests: redis-server Breaks: php-redis (<< 6.3.0~) Replaces: php-redis (<< 6.3.0~) Provides: php-redis Homepage: https://pecl.php.net/package/redis Priority: optional Section: php Filename: pool/main/p/php-redis/php8.5-redis_6.3.0-2~bpo13+1_arm64.deb Size: 173700 SHA256: 57faac68f590bb9a6b43b845a835a0b8d3e507ea18ff1bb60e214594cc2f6812 SHA1: 7034ec1bee16d3ef8bc31c649fdbefd236376d77 MD5sum: 73e80a654a54f747256a8170aed0c09d Description: PHP extension for interfacing with Redis This extension allows php applications to communicate with the Redis persistent key-value store. The php-redis module provides an easy object oriented interface. Package: php8.5-snmp Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.38), libsnmp40t64 (>= 5.9.4+dfsg) Recommends: snmp Provides: php-snmp Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-snmp_8.5.5-0.1~bpo13+1_arm64.deb Size: 20412 SHA256: 682eac6952ebafc1c015d106a5625cccb2fdecdc830ef471b0bf39eafd7d1073 SHA1: cab95ca4b9fd17fcaf16ea5c58ba4baf7baff334 MD5sum: 37677727a84e642977d31c0dcbdf6ee0 Description: SNMP module for PHP This package provides the SNMP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-soap Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 356 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.38), libxml2 (>= 2.9.4) Provides: php-soap Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-soap_8.5.5-0.1~bpo13+1_arm64.deb Size: 112620 SHA256: be7c183d1de41272d0f74b78b9ec276d91ca1f3640ae258cd0993aa8b9f52a5d SHA1: d2b89c73d30382d25b91a4d1527cae05c6d09a87 MD5sum: e560a8d0bcdd066e6bbb91c70989b100 Description: SOAP module for PHP This package provides the SOAP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-sqlite3 Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 228 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.17), libsqlite3-0 (>= 3.43.0) Provides: php-pdo-sqlite, php-sqlite3, php8.5-pdo-sqlite Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-sqlite3_8.5.5-0.1~bpo13+1_arm64.deb Size: 34436 SHA256: e4f96890cade7f209919eaadd22147fab15fa5988b6b0da531e705e19b5ae924 SHA1: 24c4a4b7df29fb2897b19381e6860d22f1a56ea9 MD5sum: 97341cb9d3191ee929c9c71409060eb7 Description: SQLite3 module for PHP This package provides the SQLite3 module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-sybase Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.17), libsybdb5 (>= 0.63) Provides: php-pdo-dblib, php8.5-pdo-dblib Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-sybase_8.5.5-0.1~bpo13+1_arm64.deb Size: 12556 SHA256: 066c6a93d485c068c45009dd41922c7ffb014ea6a0a04330e2c302199fac4df6 SHA1: 86b3060bed81b076b5725ab76cdcc6fbbf9ac369 MD5sum: 1c1e2222d8a494c790defe959438216a Description: Sybase module for PHP This package provides the Sybase module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-tidy Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 96 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.17), libtidy58 (>= 1:5.2.0) Provides: php-tidy Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-tidy_8.5.5-0.1~bpo13+1_arm64.deb Size: 18284 SHA256: 6f975ec92303d9038d9fab1f6815937f38ffe2f96e18905e29268ba96c3d97b8 SHA1: e9ddbdfcab83e399543b3af3c7606c9670cff99b MD5sum: 9fe46a5d9a50084e4be59b23fc6c85af Description: tidy module for PHP This package provides the tidy module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-xml Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 885 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.33), libxml2 (>= 2.9.4), libxslt1.1 (>= 1.1.27) Breaks: php8.5-xsl (<< 7.0.3-6~) Replaces: php8.5-xsl (<< 7.0.3-6~) Provides: php-dom, php-simplexml, php-xml, php-xmlreader, php-xmlwriter, php-xsl, php8.5-dom, php8.5-simplexml, php8.5-xmlreader, php8.5-xmlwriter, php8.5-xsl Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-xml_8.5.5-0.1~bpo13+1_arm64.deb Size: 176848 SHA256: e83cd275bd26d1d8893ade4b5e6eb9eab15fdf286706cd185805b5d515dd5b19 SHA1: 45fc0257a73f9bb6cce62a2a9a19ce41a1446685 MD5sum: c24464a672c2bb3d6d56b315403ae3c5 Description: DOM, SimpleXML, XML, and XSL module for PHP This package provides the DOM, SimpleXML, XML, and XSL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.5-xsl Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: all Maintainer: Debian PHP Maintainers Installed-Size: 65 Depends: php8.5-common, php8.5-xml Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-xsl_8.5.5-0.1~bpo13+1_all.deb Size: 33512 SHA256: 5fc3d521d72a3d7710d498575ddde794fa2b072a0dd1834c9e551a038844c045 SHA1: 1dc494ed165736bf5cb770c5c51000a6e092aa03 MD5sum: 3444bd91009558049635684f50435a3d Description: XSL module for PHP (dummy) This package is a transitional dummy package and can be safely removed. Package: php8.5-zip Source: php8.5 Version: 8.5.5-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian PHP Maintainers Installed-Size: 160 Depends: php-common (>= 2:95~), ucf, php8.5-common (= 8.5.5-0.1~bpo13+1), libc6 (>= 2.33), libzip5 (>= 1.11.1) Provides: php-zip Homepage: http://www.php.net/ Priority: optional Section: php Filename: pool/main/p/php8.5/php8.5-zip_8.5.5-0.1~bpo13+1_arm64.deb Size: 27132 SHA256: aa5cd9264a66d7a171fac31806af65bb8076cebc653497653e80c09c8cb7f9de SHA1: 66ca00c1f84dd921a12405d383c771bda486a8ab MD5sum: bca59f6ab4d790cb451a3fb600eb368c Description: Zip module for PHP This package provides the Zip module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: python3-gpiozero Source: gpiozero Version: 2.0.1-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian Raspberry Pi Maintainers Installed-Size: 655 Depends: python3-rpi.gpio, python3-colorzero, python3-importlib-metadata | python3-supported-min (>= 3.10), python3-importlib-resources | python3-supported-min (>= 3.10), python3:any, python3-pkg-resources Suggests: python3-pigpio Homepage: https://github.com/RPi-Distro/python-gpiozero Priority: optional Section: python Filename: pool/main/g/gpiozero/python3-gpiozero_2.0.1-0.1~bpo13+1_arm64.deb Size: 107068 SHA256: 2c05af0b3f83c69b7764f15fb19073b8ba9f5cfba4c9138c728ea25ff455df50 SHA1: 3566488a1be0f4c556fe9ce2c3fde7b982d03398 MD5sum: 142949ace8508302ace56b02c64d9867 Description: simple interface to everyday GPIO components used with Raspberry Pi (Python 3) gpiozero is an object-oriented wrapper around using various elelctronic components with the GPIO interface on the Raspberry Pi. It allows interacting with components like LEDs and buttons by defining them as object instances which provide callback hooks to react to changes, e.g. a button being pressed. . This package contains the Python 3 module. Package: python3-luma.core Source: luma.core Version: 2.5.3-1~bpo13+1 Architecture: arm64 Maintainer: Debian Electronics Team Installed-Size: 333 Depends: python3-cbor2, python3-pil, python3-smbus2, python3:any, python3-ftdi Homepage: https://github.com/rm-hull/luma.core Priority: optional Section: python Filename: pool/main/l/luma.core/python3-luma.core_2.5.3-1~bpo13+1_arm64.deb Size: 58156 SHA256: 325ca242f539290f40dd54d92894c22df663fe90f82179e6e87c1d50dd55544d SHA1: ac68b25635368ff31dd7326ad6e1ee5621158ff6 MD5sum: 2f841f18898974936119c38dca3a82de Description: component library providing a Pillow-compatible drawing canvas other functionality to support drawing primitives and text-rendering capabilities for small displays on the Raspberry Pi and other single board computers: * scrolling/panning capability, * terminal-style printing, * state management, * color/greyscale (where supported), * dithering to monochrome, * sprite animation, * flexible framebuffering (depending on device capabilities) Package: python3-luma.emulator Source: luma.emulator Version: 1.7.0-1~bpo13+1 Architecture: arm64 Maintainer: Debian Electronics Team Installed-Size: 75 Depends: python3-luma.core, python3-pygame, python3:any Homepage: https://github.com/rm-hull/luma.emulator Priority: optional Section: python Filename: pool/main/l/luma.emulator/python3-luma.emulator_1.7.0-1~bpo13+1_arm64.deb Size: 26596 SHA256: 6a6b7880387e136b900a8abeb38b9a5f2ab55b7922b5ab56fd6bbc5d8fc8c333 SHA1: 706311cbf781319bdbce6c2b9b86e599f2a065da MD5sum: 6b4e81ec47360df1924ab81f74200534 Description: library provides a series of pseudo-display devices for luma.core Library provides a series of pseudo-display devices which allow the luma.core components to be used without running a physical device. These include: Real-time (pixel) emulator, based on pygame LED matrix and 7-segment renderers PNG screen capture Animated GIF animator Real-time ASCII-art & block emulators Package: python3-luma.lcd Source: luma.lcd Version: 2.13.0-1~bpo13+1 Architecture: arm64 Maintainer: Debian Electronics Team Installed-Size: 194 Depends: python3-luma.core, python3:any Homepage: https://github.com/rm-hull/luma.lcd Priority: optional Section: python Filename: pool/main/l/luma.lcd/python3-luma.lcd_2.13.0-1~bpo13+1_arm64.deb Size: 31556 SHA256: abc93d2224791677015b5eb83170a89814e4ac9122c817314c20bc1629427636 SHA1: bc093f6e594b121d675d260bd04903155e7fe0fa MD5sum: 4be2f69db6631fcf8713810d1c8172e1 Description: library interfacing small LCD displays Library provides a Python 3 interface to small LCD displays connected to Raspberry Pi and other Linux-based single-board computers (SBC). It currently supports devices using the HD44780, PCD8544, ST7735, HT1621, and UC1701X controllers. It provides a Pillow-compatible drawing canvas, and other functionality to support: scrolling/panning capability, terminal-style printing, state management, color/greyscale (where supported), dithering to monochrome Package: python3-luma.led-matrix Source: luma.led-matrix Version: 1.9.0-1~bpo13+1 Architecture: arm64 Maintainer: Debian Electronics Team Installed-Size: 69 Depends: python3-luma.core, python3:any Homepage: https://github.com/rm-hull/luma.led_matrix Priority: optional Section: python Filename: pool/main/l/luma.led-matrix/python3-luma.led-matrix_1.9.0-1~bpo13+1_arm64.deb Size: 15660 SHA256: d82071318fe0332adc285c169d5961f37e367f103bd3ba15382de3fefefd2ce8 SHA1: 403b6d6809cc2c8965375cedd48f30bb51d35db2 MD5sum: 3475c8295c97637ff37231a102f74a5e Description: library interfacing LED matrix displays Library interfacing LED matrix displays with the MAX7219 driver (using SPI), WS2812 (NeoPixels, inc Pimoroni Unicorn pHat/Hat and Unicorn Hat HD) and APA102 (DotStar) on the Raspberry Pi and other Linux-based single board computers - it providesxi a Pillow-compatible drawing canvas, and other functionality to support: multiple cascaded devices LED matrix, seven-segment and NeoPixel variants scrolling/panning capability, terminal-style printing, state management, dithering to monochrome, pygame emulator Package: python3-luma.oled Source: luma.oled Version: 3.15.0-1~bpo13+1 Architecture: arm64 Maintainer: Debian Electronics Team Installed-Size: 177 Depends: python3-luma.core, python3:any Homepage: https://github.com/rm-hull/luma.oled Priority: optional Section: python Filename: pool/main/l/luma.oled/python3-luma.oled_3.15.0-1~bpo13+1_arm64.deb Size: 31280 SHA256: d508e67a03cc6c3169fac3e7cb06a7058f20431c6d2d30f3f3a0fbbf15231ff7 SHA1: ac21e4dba8a2e7a6f3a1f8be58de721bf4b2728d MD5sum: 512c635e5fb26fd2852316384d0a563a Description: library interfacing OLED matrix displays Library interfacing OLED matrix displays with the SSD1306, SSD1309, SSD1322, SSD1325, SSD1327, SSD1331, SSD1351, SH1106 or WS0010 driver using I2C/SPI/Parallel on the Raspberry Pi and other linux-based single-board computers - it provides a Pillow-compatible drawing canvas, and other functionality to support: scrolling/panning capability, terminal-style printing, state management, color/greyscale (where supported), dithering to monochrome Package: python3-rpi.gpio Source: rpi.gpio Version: 0.7.1-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian Raspberry Pi Maintainers Installed-Size: 95 Depends: rpi.gpio-common (= 0.7.1-0.1~bpo13+1), python3 (<< 3.14), python3 (>= 3.13~), python3:any, libc6 (>= 2.34) Homepage: http://sourceforge.net/projects/raspberry-gpio-python/ Priority: optional Section: python Filename: pool/main/r/rpi.gpio/python3-rpi.gpio_0.7.1-0.1~bpo13+1_arm64.deb Size: 22292 SHA256: cbaf4f5aa2f77a36585a198cdd18fd39527f38336e0036138ad584d6c004942f SHA1: b97d7b144d04f77521b6549f609c4d663b1e548f MD5sum: cf94cba7800671d10274c43b7fa19cd4 Description: Module to control Raspberry Pi GPIO channels (Python 3) RPi.GPIO allows controlling Raspberry Pi GPIO channels in Python. . It provides all the basic functionality, but is unsuitable for real-time or timing critical applications. RPi.GPIO also does not support SPI, I²C or hardware PWM yet. . This package contains the Python 3 module. Package: qjs Source: quickjs-ng Version: 0.14.0-2~bpo13+1 Architecture: arm64 Maintainer: Debian Javascript Maintainers Installed-Size: 151 Depends: libc6 (>= 2.38), libqjs0 (>= 0.13.0) Recommends: qjs-doc Conflicts: quickjs Replaces: quickjs Provides: quickjs Multi-Arch: foreign Homepage: https://quickjs-ng.github.io/quickjs/ Priority: optional Section: javascript Filename: pool/main/q/quickjs-ng/qjs_0.14.0-2~bpo13+1_arm64.deb Size: 32256 SHA256: d3b539f0ff58fe266912f19ca7e87f048a06101545be673c18fd4a2aab4cd635 SHA1: f2ef092758b97374817eac9f8fe12d7edb067901 MD5sum: 9c5b6717b6e0bdf500b6ca66073d8925 Description: small and embeddable Javascript engine - cli QuickJS-NG is a small and embeddable Javascript engine, aiming to support the latest ECMAScript specification. It is a community-driven fork of the original QuickJS project. . This package provides the command-line tools. Package: qjs-doc Source: quickjs-ng Version: 0.14.0-2~bpo13+1 Architecture: all Maintainer: Debian Javascript Maintainers Installed-Size: 57 Homepage: https://quickjs-ng.github.io/quickjs/ Priority: optional Section: doc Filename: pool/main/q/quickjs-ng/qjs-doc_0.14.0-2~bpo13+1_all.deb Size: 21088 SHA256: dbd734a5236e6cf508028ba59209c098cd3b47577ffb7d7ae6ef0db0e803c8db SHA1: d5026492675326f297e3603c4d844520245731de MD5sum: 5546d6501deadf02813c0d68944fab8c Description: small and embeddable Javascript engine library - documentation QuickJS-NG is a small and embeddable Javascript engine, aiming to support the latest ECMAScript specification. It is a community-driven fork of the original QuickJS project. . This package provides the documentation and examples. Package: qjs-src Source: quickjs-ng Version: 0.14.0-2~bpo13+1 Architecture: all Maintainer: Debian Javascript Maintainers Installed-Size: 2945 Provides: quickjs-ng-src Homepage: https://quickjs-ng.github.io/quickjs/ Priority: optional Section: libdevel Filename: pool/main/q/quickjs-ng/qjs-src_0.14.0-2~bpo13+1_all.deb Size: 410804 SHA256: e4f1a85274762335e86c7685e049776ab7a57768ddeb78e738df2e5e6516136c SHA1: 7e7362fd0de230b287325a3877dfa166f49d5d9a MD5sum: b4137260b368996be53d2418fb33de0b Description: small and embeddable Javascript engine library - source files QuickJS-NG is a small and embeddable Javascript engine, aiming to support the latest ECMAScript specification. It is a community-driven fork of the original QuickJS project. . This package provides the sources needed for embedding. Package: rpi.gpio-common Source: rpi.gpio Version: 0.7.1-0.1~bpo13+1 Architecture: arm64 Maintainer: Debian Raspberry Pi Maintainers Installed-Size: 18 Homepage: http://sourceforge.net/projects/raspberry-gpio-python/ Priority: optional Section: python Filename: pool/main/r/rpi.gpio/rpi.gpio-common_0.7.1-0.1~bpo13+1_arm64.deb Size: 6780 SHA256: b1c4beddfcbba213cebce0f2c31a438c93978c0c8ada00c110457124a3d224da SHA1: 1afd1edbe86697ff0cf4c4509cdc5720fc8c837b MD5sum: ed5907abf568b4d53e00fe863f8f92a5 Description: Module to control Raspberry Pi GPIO channels (common files) RPi.GPIO allows controlling Raspberry Pi GPIO channels in Python. . It provides all the basic functionality, but is unsuitable for real-time or timing critical applications. RPi.GPIO also does not support SPI, I²C or hardware PWM yet. . This package contains common files, for example udev rules. Package: sqlite3 Version: 3.50.4-0.1~bpo13+1 Architecture: arm64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 2143 Depends: libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.2.0), libsqlite3-0 (= 3.50.4-0.1~bpo13+1) Suggests: sqlite3-doc Multi-Arch: foreign Homepage: https://www.sqlite.org/ Priority: optional Section: database Filename: pool/main/s/sqlite3/sqlite3_3.50.4-0.1~bpo13+1_arm64.deb Size: 1021008 SHA256: 16440b84566438efff5585e3e61be25bb6cd69147ac1453a4fc4d24cf773cfef SHA1: 5a88d8560e7862fd4b0b2254b8c459c1eab372b8 MD5sum: e07a60ebe349902c38398ca1dd1e7f1a Description: Command line interface for SQLite 3 SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: sqlite3-doc Source: sqlite3 Version: 3.50.4-0.1~bpo13+1 Architecture: all Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 29830 Recommends: sqlite3 Multi-Arch: foreign Homepage: https://www.sqlite.org/ Priority: optional Section: doc Filename: pool/main/s/sqlite3/sqlite3-doc_3.50.4-0.1~bpo13+1_all.deb Size: 7651092 SHA256: e2fd25000abce8655018ca8850928ab3750a44ddb7807386dc3dc5605acd7a17 SHA1: 6a37dc06562d1c0205b3398b5d6c0ec9bd5b94d0 MD5sum: dcda927b7ee3a21b2b5f726bf86726e2 Description: SQLite 3 documentation SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the documentation that is also available on the SQLite homepage. Package: sqlite3-tools Source: sqlite3 Version: 3.50.4-0.1~bpo13+1 Architecture: arm64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 9400 Depends: libc6 (>= 2.38), libtcl8.6 (>= 8.6.0) Suggests: sqlite3-doc Conflicts: emboss Breaks: sqlite3 (<< 3.37.0) Replaces: sqlite3 (<< 3.37.0) Multi-Arch: foreign Homepage: https://www.sqlite.org/ Priority: optional Section: database Filename: pool/main/s/sqlite3/sqlite3-tools_3.50.4-0.1~bpo13+1_arm64.deb Size: 1299576 SHA256: 9eb19a4a609d81d89bc81038de5dbece97352452f8902b246ef6ec6976c6818f SHA1: dad2f00bd7e2e7a3a24aaf083a076ec6ac0458a4 MD5sum: d667766d5f4ac159bff46e76a9933fd7 Description: Command line interface for SQLite 3 (tools) This package contains various tools such as: - showdb - showjournal - showstat4 - showwal - sqldiff - sqlite3_analyzer Package: tinywm Version: 1.3-10~bpo13+1 Architecture: arm64 Maintainer: Mateusz Łukasik Installed-Size: 88 Depends: libc6 (>= 2.34), libx11-6 Provides: x-window-manager Homepage: http://incise.org/tinywm.html Priority: optional Section: x11 Filename: pool/main/t/tinywm/tinywm_1.3-10~bpo13+1_arm64.deb Size: 7380 SHA256: b31442f5f9655c8fb94ecc6ccef487f597ffd5d6d427246dcdd3ed1af598a6a2 SHA1: ec464f2befe0344ec50f0d681eeac330e62439d5 MD5sum: c955c07ded96819aa06599c9cf8d83f9 Description: tiny window manager TinyWM is a small, simple window manager. It has a minimal memory footprint, which makes it useful in embedded systems. It features window move, resize, and raise operations, and supports "sloppy focus". . Due to its simplicity, its source code (in C and Python) can be used as a reference implementation for developers seeking to understand basic window manager programming. Package: uw-mailutils Source: uw-imap Version: 8:2007f~dfsg-7.1 Architecture: arm64 Maintainer: Magnus Holmgren Installed-Size: 228 Depends: libc-client2007e, libc6 (>= 2.34) Homepage: http://www.washington.edu/imap/ Priority: optional Section: mail Filename: pool/main/u/uw-imap/uw-mailutils_2007f~dfsg-7.1_arm64.deb Size: 30352 SHA256: e2e1fb326c1b8867487a2d9399453e3d0dec7f4f57f6c1192f921892d83eb2a7 SHA1: 79e81341bcdc77594581f0bcae2dca8001efd452 MD5sum: 3f9329d01dee3ff9a2d5f421994dd34b Description: c-client support programs IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . The UW (University of Washington) IMAP toolkit provides the c-client mail-handling library supporting various network transport methods, file system storage formats, and authentication and authorization methods. . This package contains helper tools for the libc-client library: - mailutil: utility program which helps manage email mailboxes (both local and IMAP/POP3/NNTP); - dmail: MDA (Mail Delivery Agent) for use with procmail; - tmail: MDA for use with the system mailer (such as Sendmail or Postfix). Package: vim-haproxy Source: haproxy Version: 3.2.16-1~bpo13+1 Architecture: all Maintainer: Debian HAProxy Maintainers Installed-Size: 538 Recommends: vim-addon-manager Homepage: http://www.haproxy.org/ Priority: optional Section: net Filename: pool/main/h/haproxy/vim-haproxy_3.2.16-1~bpo13+1_all.deb Size: 506720 SHA256: c951ec12ae65190e618e484eea2b1b8f989c3f6462550f2dd8b8e69db946d3ad SHA1: a0e64d94475d11ec443972eed7249c5fb0aee224 MD5sum: 8c3dce70eb685e28b2712e29041c736a Description: syntax highlighting for HAProxy configuration files The vim-haproxy package provides filetype detection and syntax highlighting for HAProxy configuration files. . As per the Debian vim policy, installed addons are not activated automatically, but the "vim-addon-manager" tool can be used for this purpose. Package: wazero Source: golang-github-tetratelabs-wazero Version: 1.11.0-1~bpo13+1 Architecture: arm64 Maintainer: Debian Go Packaging Team Installed-Size: 5113 Depends: libc6 (>= 2.34) Static-Built-Using: golang-1.24 (= 1.24.4-1), golang-golang-x-sys (= 0.22.0-1) Homepage: https://github.com/tetratelabs/wazero Priority: optional Section: golang Filename: pool/main/g/golang-github-tetratelabs-wazero/wazero_1.11.0-1~bpo13+1_arm64.deb Size: 1426660 SHA256: ff7c5189222b14ca360e8ea084a1551a9ffeebc4663f86697eb91ce6f828ef33 SHA1: f30bcb69ae1f25e8eb43414b4d95d9ad4677a662 MD5sum: d069464955a999601a72b0c80e2665d2 Description: zero dependency WebAssembly runtime for Go (program) WebAssembly is a way to safely run code compiled in other languages. Runtimes execute WebAssembly Modules (Wasm), which are most often binaries with a .wasm extension. . wazero is a WebAssembly Core Specification 1.0 (https://www.w3.org/TR/2019/REC-wasm-core-1-20191205/) and 2.0 (https://www.w3.org/TR/2022/WD-wasm-core-2-20220419/) compliant runtime written in Go. It has *zero dependencies*, and doesn't rely on CGO. This means you can run applications in other languages and still keep cross compilation. . This package contains the wazero executable. Package: xtables-addons-common Source: xtables-addons Version: 3.30-1~bpo13+1 Architecture: arm64 Maintainer: Debian Netfilter Packaging Team Installed-Size: 1968 Depends: perl:any, libc6 (>= 2.34), libxtables12 (>= 1.6.0+snapshot20161117) Recommends: libnet-cidr-lite-perl, libtext-csv-xs-perl, unzip, wget, xtables-addons-dkms Provides: xtables-addons-common-3.30 Homepage: https://inai.de/projects/xtables-addons/ Priority: optional Section: net Filename: pool/main/x/xtables-addons/xtables-addons-common_3.30-1~bpo13+1_arm64.deb Size: 70200 SHA256: f2c7762498f3f840156ca5b2f07b4a76a2cd8cab05e9f4ffda2434e4c6f7eea7 SHA1: 244a4ce26cc33f9071b3829a023f3a7b246e9f00 MD5sum: 3c16828570ac538694cf546203a9e3ca Description: Additional targets and matches for iptables [tools, libs] Xtables-addons provides extra modules for iptables not present in the kernel, and is the successor of patch-o-matic. It contains matches and targets such as TARPIT, CHAOS, TEE, geoip, IPMARK, DELUDE and condition. . This package provides the userspace libraries for iptables to use the extensions provided by the xtables-addons-dkms or xtables-addons-source packages. Package: xtables-addons-dkms Source: xtables-addons Version: 3.30-1~bpo13+1 Architecture: all Maintainer: Debian Netfilter Packaging Team Installed-Size: 330 Depends: xtables-addons-common (>= 3.30), dkms (>= 3.0.11) Multi-Arch: foreign Homepage: https://inai.de/projects/xtables-addons/ Priority: optional Section: kernel Filename: pool/main/x/xtables-addons/xtables-addons-dkms_3.30-1~bpo13+1_all.deb Size: 64216 SHA256: 7ab10fa363351ffc1461974814a3c0e5260dc7c2a63b311313476db053e1d4dd SHA1: f238c6c8683cf127f871104f4f2e1c2450053180 MD5sum: bde3fd2ffcaa26aed23368be575bf063 Description: Additional targets and matches for iptables [sources for DKMS] Xtables-addons provides extra modules for iptables not present in the kernel, and is the successor of patch-o-matic. It contains matches and targets such as TARPIT, CHAOS, TEE, geoip, IPMARK, DELUDE and condition. . The dkms package will automatically compile and install the kernel modules for your current kernel version. Package: xtables-addons-source Source: xtables-addons Version: 3.30-1~bpo13+1 Architecture: all Maintainer: Debian Netfilter Packaging Team Installed-Size: 84 Depends: debhelper-compat (= 13), bzip2, module-assistant (>= 0.11.14~) Multi-Arch: foreign Homepage: https://inai.de/projects/xtables-addons/ Priority: optional Section: net Filename: pool/main/x/xtables-addons/xtables-addons-source_3.30-1~bpo13+1_all.deb Size: 74496 SHA256: 504d5e0f43974fc68c5f1775f7bf7747e4bff3613d9b9149419b21ab6ae0b0fc SHA1: 38793f202d1d4c0d1a43050faef1da4c0a2b93e1 MD5sum: 8427a6fded149dc47e113c9dcd0b4ab1 Description: Additional targets and matches for iptables [sources for module-assistant] Xtables-addons provides extra modules for iptables not present in the kernel, and is the successor of patch-o-matic. It contains matches and targets such as TARPIT, CHAOS, TEE, geoip, IPMARK, DELUDE and condition. . This package provides the source code for the xtables-addons kernel modules. Kernel source or headers are required to compile these modules. . The module-assistant package can be used to a compile them and create a package for your current kernel version. . The xtables-addons-common package is also required in order to make use of these modules.