objfw 1.1.3-2 source package in Ubuntu

Changelog

objfw (1.1.3-2) unstable; urgency=medium

  * Install gobjc on architectures that don't have clang.
  * Apply e933229b5af1621b from upstream to fix armel.

 -- Jonathan Schleifer <email address hidden>  Tue, 14 May 2024 21:11:32 +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

Downloads

File Size SHA-256 Checksum
objfw_1.1.3-2.dsc 2.2 KiB 011e2f6609eb28d141a5107479ec65534f67007790b0b9a890d852e3e7b3b20c
objfw_1.1.3.orig.tar.gz 927.4 KiB e66ff27ac93c5747019aaa5c8a72b2e4508938e59b3ce08909e54e566ebb2e41
objfw_1.1.3-2.debian.tar.xz 3.0 KiB 73793abeb014f34af9736d939065c4d367dd3e73717276db3bd439bab0c0a08a

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