iOS Repo Updates
7.46K subscribers
4.43K photos
88.8K links
All iOS jailbreak repository updates for iPhone, iPad or iPod Touch devices.

Twitter: https://twitter.com/iOSRepoUpdates

Website: https://www.ios-repo-updates.com
Download Telegram
Updated: libpcre2-posix3 10.40 [Libraries]

New Perl Compatible Regular Expression Library - posix-compatible runtime files This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library. . This package contains the runtime library for the posix-compatible API.

Repository: Procursus
Updated: pcre2-utils 10.40 [Utilities]

New Perl Compatible Regular Expression Library - utilities This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library. . This package contains the utilities pcre2grep (like grep with PCRE) and pcre2test (a test program for the library, but also useful for experimenting with regular expressions). Both programs are also useful examples of programming with libpcre2.

Repository: Procursus
Updated: MusicHeart 1.0.1 [Tweaks]

Show heart icon next to liked songs in the music app

Repository: KingPuffdaddi's Repo
Updated: libpcre1-dev 8.45-1 [Development]

Old Perl 5 Compatible Regular Expression Library - development files This is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . New packages should use the newer pcre2 packages, and existing packages should migrate to pcre2. . This package contains the development files, including headers, static libraries, and documentation.

Repository: Procursus
Updated: libpcre16-0 8.45-1 [Libraries]

Old Perl 5 Compatible Regular Expression Library - 16 bit runtime files This is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . This package contains the 16 bit runtime library.

Repository: Procursus
Updated: libpcre1 8.45-1 [Libraries]

Old Perl 5 Compatible Regular Expression Library - runtime library This is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . New packages should use the newer pcre2 packages, and existing packages should migrate to pcre2. . This package contains the runtime library.

Repository: Procursus
Updated: libpcre32-0 8.45-1 [Libraries]

Old Perl 5 Compatible Regular Expression Library - 32 bit runtime files This is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . This package contains the 32 bit runtime library.

Repository: Procursus
Updated: libpcrecpp0 8.45-1 [Libraries]

Old Perl 5 Compatible Regular Expression Library - C++ runtime files This is a C++ library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . This package contains the C++ runtime library.

Repository: Procursus
Updated: libpcreposix0 8.45-1 [Libraries]

Old Perl 5 Compatible Regular Expression Library - posix-compatible runtime files This is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . New packages should use the newer pcre2 packages, and existing packages should migrate to pcre2. . This package contains the runtime library for the posix-compatible API.

Repository: Procursus
Updated: pcregrep 8.45-1 [Utilities]

grep utility that uses perl 5 compatible regexes. Perl-style regexps have many useful features that the standard POSIX ones don't; this is basically the same as grep but with the different regexp syntax. . The other reason for the existence of pcregrep is that its source code is an example of programming with libpcre.

Repository: Procursus
New: ExitTagConfirm 1.0.0 [Tweaks]

Confirm Taping Close on SoundHound Button in Tag View!

Repository: BigBoss
Updated: App加锁助手 4.0.3 [Tweaks]

为App开启增加锁定工具

Repository: BigBoss
Updated: 位置穿越 1.0.3 [Tweaks]

为用户提供位置模拟功能. 支持选择App开启,默认不开启

Repository: BigBoss
Updated: MarkMessagesUnread 0.0.3 [Tweaks]

based on "MessageUnread" with notification badge reminder!

Repository: BigBoss
Updated: 虚拟定位专家(GPS Faker Expert)-模拟导航,扫街 3.2.3 [Tweaks]

虚拟定位专家,模拟导航和GPS定位,微信吸粉和查找附近好友神器,Uber、滴滴虚拟驾驶导航。

Repository: BigBoss
Updated: rsync 3.2.4 [Networking]

fast, versatile, remote (and local) file-copying tool rsync is a fast and versatile file-copying tool which can copy locally and to/from a remote host. It offers many options to control its behavior, and its remote-update protocol can minimize network traffic to make transferring updates between machines fast and efficient. . It is widely used for backups and mirroring and as an improved copy command for everyday use. . This package provides both the rsync command line tool and optional daemon functionality.

Repository: Procursus
Updated: golang-1.18-go 1.18.3 [Development]

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.18/bin/ to PATH, or invoke /usr/lib/go-1.18/bin/go directly.

Repository: Procursus
Updated: golang-1.18-src 1.18.3 [Development]

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.

Repository: Procursus
Updated: golang-1.18 1.18.3 [Development]

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.18/bin/ to PATH, or invoke /usr/lib/go-1.18/bin/go directly.

Repository: Procursus
Updated: golang-go 1.18.3 [Development]

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.

Repository: Procursus