oscpack 1.1.0-3 source package in Ubuntu

Changelog

oscpack (1.1.0-3) unstable; urgency=medium

  * QA upload.
  * Drop Vcs fields pointing to shutdown repository.

 -- Bastian Germann <email address hidden>  Fri, 17 Feb 2023 10:49:49 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe libs
Lunar release universe libs

Downloads

File Size SHA-256 Checksum
oscpack_1.1.0-3.dsc 1.6 KiB 4fef6c476d91748bb625e7a7602ce2569237fc01ea933fe52c37aea24f71b2fa
oscpack_1.1.0.orig.tar.xz 31.6 KiB a8e3711c791c9622a2e43929bdc9e00346a6ebb83bdfec1814000af057222fdc
oscpack_1.1.0-3.debian.tar.xz 4.4 KiB 082401f64114bc969d8514201c6185f5aeae85003e84b88e8ae4835b54942b9f

No changes file available.

Binary packages built by this source

liboscpack-dev: C++ library for packing and unpacking OSC packets - dev files

 Oscpack is simply a set of C++ classes for packing and unpacking OSC
 packets. Oscpack includes a minimal set of UDP networking classes for
 Windows and POSIX which are sufficient for writing many OSC applications
 and servers, but you are encouraged to use another networking framework
 if it better suits your needs. Oscpack is not an OSC application
 framework, it doesn't include infrastructure for constructing or routing
 OSC namespaces, just classes for easily constructing, sending, receiving
 and parsing OSC packets. The library should also be easy to use for
 other transport methods (eg serial).
 .
 The key goals of the oscpack library are:
 .
  - to be a simple and complete implementation of OSC
  - to be portable to a wide variety of platforms
  - to allow easy development of robust OSC applications (for example it
    should be impossible to crash a server by sending it malformed packets,
    and difficult to create malformed packets.)
 .
 This package contains files needed for development.

liboscpack1: C++ library for packing and unpacking OSC packets

 Oscpack is simply a set of C++ classes for packing and unpacking OSC
 packets. Oscpack includes a minimal set of UDP networking classes for
 Windows and POSIX which are sufficient for writing many OSC applications
 and servers, but you are encouraged to use another networking framework
 if it better suits your needs. Oscpack is not an OSC application
 framework, it doesn't include infrastructure for constructing or routing
 OSC namespaces, just classes for easily constructing, sending, receiving
 and parsing OSC packets. The library should also be easy to use for
 other transport methods (eg serial).
 .
 The key goals of the oscpack library are:
 .
  - to be a simple and complete implementation of OSC
  - to be portable to a wide variety of platforms
  - to allow easy development of robust OSC applications (for example it
    should be impossible to crash a server by sending it malformed packets,
    and difficult to create malformed packets.)
 .
 This package provides the shared library.

liboscpack1-dbgsym: debug symbols for liboscpack1