ulfius 2.7.15-2.2 source package in Ubuntu

Changelog

ulfius (2.7.15-2.2) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/patches/fix-ftbfs-32bit-arches-64bit-time_t.patch: Add
    upstream patch to fix FTBFS on 32-bit arches with 64-bit time_t.
    (Closes: #1066944)

 -- Amin Bandali <email address hidden>  Fri, 15 Mar 2024 16:10:29 -0400

Upload details

Uploaded by:
Debian IoT Maintainers
Uploaded to:
Sid
Original maintainer:
Debian IoT Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ulfius_2.7.15-2.2.dsc 2.4 KiB 49cec76d9d5e0befa69b8884019f94c23cc03f5bea8e38b971e29fab1ba42ec8
ulfius_2.7.15.orig.tar.gz 443.0 KiB 19cf789b2af1919b69f77c7701237bfc318a9781ec657b68fd4b6ffa9d53f111
ulfius_2.7.15-2.2.debian.tar.xz 9.2 KiB 21919cc261fbcf0238c9f321353f41fea09ebebcf93ca23fc9122d9b1af78c54

No changes file available.

Binary packages built by this source

libulfius-dev: Web Framework for REST Applications in C - development

 Based on GNU Libmicrohttpd for the backend web server, Jansson for the
 json manipulation library, and Libcurl for the http/smtp client API.
 .
 Used to facilitate creation of web applications in C programs with a
 small memory footprint, as in embedded systems applications.
 .
 One can create webservices in HTTP or HTTPS mode, stream data, or
 implement server websockets.
 .
 This package contains the development files.

libulfius2.7t64: Web Framework for REST Applications in C

 Based on GNU Libmicrohttpd for the backend web server, Jansson for the
 json manipulation library, and Libcurl for the http/smtp client API.
 .
 Used to facilitate creation of web applications in C programs with a
 small memory footprint, as in embedded systems applications.
 .
 One can create webservices in HTTP or HTTPS mode, stream data, or
 implement server websockets.

libulfius2.7t64-dbgsym: debug symbols for libulfius2.7t64
uwsc: Ulfius WebSocket Client

 Simple command-line application to connect to websocket services
 .
 Can connect to websocket services, both ws:// (http) or wss:// (https).
 When the websocket is connected, messages from the server are displayed
 in the terminal and messages can be sent to the service via a prompt >.

uwsc-dbgsym: debug symbols for uwsc