scheme-bytestructures 1.0.10-3 source package in Ubuntu

Changelog

scheme-bytestructures (1.0.10-3) unstable; urgency=medium

  * debian/control, debian/rules: Drop support for guile 2.2.
    (Closes: #969696)

 -- Vagrant Cascadian <email address hidden>  Sat, 01 Jan 2022 20:29:11 -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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
scheme-bytestructures_1.0.10-3.dsc 1.4 KiB 33ac3f4a6367afd5d84dee6261d13fae17726fb07bcef72c1c7685dfd900c260
scheme-bytestructures_1.0.10.orig.tar.gz 48.2 KiB 4902118f1114a790464b6ae73d83476541ac5fddc99a22f6d7cecb5f1b469728
scheme-bytestructures_1.0.10-3.debian.tar.xz 2.3 KiB bf036ce8bc2f8bf76a391fe48eac2e4bb1292bf3f7460418a4acd8a5ba52cef7

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.