scheme-bytestructures 1.0.7-1 source package in Ubuntu

Changelog

scheme-bytestructures (1.0.7-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
    - Update Standards-Version to 4.4.1, no changes needed.
    - Set Rules-Requires-Root to "no".

 -- Vagrant Cascadian <email address hidden>  Fri, 10 Jan 2020 15:44:20 -0800

Upload details

Uploaded by:
Vagrant Cascadian
Uploaded to:
Sid
Original maintainer:
Vagrant Cascadian
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
scheme-bytestructures_1.0.7-1.dsc 1.4 KiB fef89a024b9ca1dcbd217d71d94dd4c5e476046830139d50ecc646c6a14d7ca1
scheme-bytestructures_1.0.7.orig.tar.gz 48.0 KiB cb5202289b0aa4fe470bf16a44b810631863afd48bf2677fd4bf53af017b52c8
scheme-bytestructures_1.0.7-1.debian.tar.xz 2.1 KiB 3280ab8336f1505b002ce7d359d8eb8cb5ef893c0d9ef2d675a25f9a98be530b

Available diffs

No changes file available.

Binary packages built by this source

guile-bytestructures: Structured access to bytevector contents

 This library offers a system imitating the type system of the C
 programming language, to be used on bytevectors. C's type system
 works on raw memory, and bytestructures works on bytevectors which
 are an abstraction over raw memory in Scheme. The system is in fact
 more powerful than the C type system, elevating types to first-class
 status.