objfw 1.1.4-1 source package in Ubuntu

Changelog

objfw (1.1.4-1) unstable; urgency=medium

  * New upstream version.

 -- Jonathan Schleifer <email address hidden>  Thu, 23 May 2024 02:09:06 +0200

Upload details

Uploaded by:
Jonathan Schleifer
Uploaded to:
Sid
Original maintainer:
Jonathan Schleifer
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
objfw_1.1.4-1.dsc 2.4 KiB 10b8f6c886e6790e0905aca5c158272b2bd7c8500dcb15c9a49f9808ebeb83ac
objfw_1.1.4.orig.tar.gz 927.5 KiB f6bfdbab22008aae3e4b48d77ced1a04c5153961c6f7e5492891f90ae5131a78
objfw_1.1.4-1.debian.tar.xz 2.8 KiB c25e833c021b1a4da7e3093cac6670325fa9a52c3c7d073095965f6a110a80be

Available diffs

No changes file available.

Binary packages built by this source

libobjfw1: ObjFW library

 The libobjfw1 package contains the library needed by programs using ObjFW.

libobjfw1-dbgsym: debug symbols for libobjfw1
libobjfw1-dev: Header files, libraries and tools for libobjfw1

 The libobjfw1-dev package contains the header files, libraries and tools to
 develop programs using ObjFW.

libobjfw1-dev-dbgsym: debug symbols for libobjfw1-dev
libobjfwrt1: ObjFW Objective-C runtime library

 The libobjfwrt1 package contains ObjFW's Objective-C runtime library.

libobjfwrt1-dbgsym: debug symbols for libobjfwrt1
libobjfwrt1-dev: Header files and libraries for libobjfwrt

 The libobjfwrt1-dev package contains header files and libraries for ObjFW's
 Objective-C runtime library.

libobjfwtls1: TLS support for ObjFW

 The libobjfwtls1 package contains TLS support for ObjFW.

libobjfwtls1-dbgsym: debug symbols for libobjfwtls1
libobjfwtls1-dev: Header files and libraries for libobjfwtls

 The libobjfwtls1-dev package contains header files and libraries for TLS
 support for ObjFW.

objfw: Portable, lightweight framework for the Objective-C language

 ObjFW is a portable, lightweight framework for the Objective-C language. It
 enables you to write an application in Objective-C that will run on any
 platform supported by ObjFW without having to worry about differences between
 operating systems or various frameworks you would otherwise need if you want to
 be portable.
 .
 It supports all modern Objective-C features when using Clang, but is also
 compatible with GCC ≥ 4.6 to allow maximum portability.
 .
 ObjFW also comes with its own lightweight and extremely fast Objective-C
 runtime, which in real world use cases was found to be significantly faster
 than both GNU's and Apple's runtime.

ofarc: Utility for handling ZIP, Tar and LHA archives

 ofarc is a multi-format archive utility that allows creating, listing,
 extracting and modifying ZIP, Tar and LHA archives using ObjFW's classes for
 various archive types.

ofarc-dbgsym: debug symbols for ofarc
ofdns: Utility for performing DNS requests on the command line

 ofdns is an utility for performing DNS requests on the command line using
 ObjFW's DNS resolver.

ofdns-dbgsym: debug symbols for ofdns
ofhash: Utility to hash files with various cryptographic hash functions

 ofhash is an utility to hash files with various cryptographic hash functions
 (even using different algorithms at once) using ObjFW's classes for various
 cryptographic hashes.

ofhash-dbgsym: debug symbols for ofhash
ofhttp: Command line downloader for HTTP(S)

 ofhttp is a command line downloader for HTTP and HTTPS using ObjFW's
 OFHTTPClient class. It supports all features one would expect from a modern
 command line downloader such as resuming of downloads, using a SOCKS5 proxy, a
 modern terminal-based UI, etc.

ofhttp-dbgsym: debug symbols for ofhttp