ulfius 2.7.13-1 source package in Ubuntu

Changelog

ulfius (2.7.13-1) unstable; urgency=medium

  * New upstream release
  * d/patches/doc.patch: Update doxygen patch

 -- Nicolas Mora <email address hidden>  Wed, 08 Feb 2023 12:04:54 -0500

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
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
ulfius_2.7.13-1.dsc 2.3 KiB 6b8e3abeeafeb86c7c2289005b880deabf17400b46ab9f4ddfcc4e54cd1f40e2
ulfius_2.7.13.orig.tar.gz 417.6 KiB b1679bc0885acedff66abad84b51f492497ab1114d6911d07d2cf7eb77ccadce
ulfius_2.7.13-1.debian.tar.xz 8.1 KiB 1aea7662fd6b8df4f2be6f5b520d2063bf53c9736148afaf593f4ebf2f97b01f

Available diffs

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.7: 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.7-dbgsym: debug symbols for libulfius2.7
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