fstrm 0.6.0-1 source package in Ubuntu
Changelog
fstrm (0.6.0-1) unstable; urgency=medium * New upstream version 0.6.0 * debian/control: Add Vcs-Browser, Vcs-Git fields for salsa.debian.org * debian/control: Bump Standards-Version to 4.4.1 (no changes) * debian/copyright: Use https form of the copyright-format URL * debian/copyright: Update due to upstream re-licensing * debian/control: Set "Multi-Arch: same" on libfstrm-dev -- Robert Edmonds <email address hidden> Thu, 17 Oct 2019 17:19:17 -0400
Upload details
- Uploaded by:
- Robert Edmonds
- Uploaded to:
- Sid
- Original maintainer:
- Robert Edmonds
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
fstrm_0.6.0-1.dsc | 1.9 KiB | b1301ec500a2c8ef3535d6f6f99616a284270f0eb2693300310b2daf466d5f3e |
fstrm_0.6.0.orig.tar.gz | 132.0 KiB | 82851b2424ae3e94b4fba310b60629b33d6757fbeb15662566b1857cd5c31517 |
fstrm_0.6.0-1.debian.tar.xz | 3.4 KiB | 6636a96bb4d45555a749da05f39afd8e155c2d753a9fa9a2b43ef8d1937abde0 |
Available diffs
No changes file available.
Binary packages built by this source
- fstrm-bin: No summary available for fstrm-bin in ubuntu groovy.
No description available for fstrm-bin in ubuntu groovy.
- fstrm-bin-dbgsym: debug symbols for fstrm-bin
- libfstrm-dev: Frame Streams (fstrm) library (development files)
Frame Streams is a light weight, binary clean protocol that allows for the
transport of arbitrarily encoded data payload sequences with minimal framing
overhead -- just four bytes per data frame. Frame Streams does not specify an
encoding format for data frames and can be used with any data serialization
format that produces byte sequences, such as Protocol Buffers, XML, JSON,
MessagePack, YAML, etc. Frame Streams can be used as both a streaming
transport over a reliable byte stream socket (TCP sockets, TLS connections,
AF_UNIX sockets, etc.) for data in motion as well as a file format for data
at rest. A "Content Type" header identifies the type of payload being carried
over an individual Frame Stream and allows cooperating programs to determine
how to interpret a given sequence of data payloads.
.
This is the "fstrm" implementation of Frame Streams in C.
.
This package contains the static library and development headers.
- libfstrm0: No summary available for libfstrm0 in ubuntu groovy.
No description available for libfstrm0 in ubuntu groovy.
- libfstrm0-dbgsym: debug symbols for libfstrm0