./devel/guile-bytestructures, Structured access to bytevector contents

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.10nb1, Package name: guile-bytestructures-1.0.10nb1, Maintainer: nikita

guile-bytestructures is a library offering 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 Scheme ones work on
bytevectors which are an abstraction over raw memory in Scheme.
The system elevates types to first-class status.


Required to run:
[lang/guile22]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 48.181 KB

Version history: (Expand)


CVS history: (Expand)


   2022-03-14 16:39:08 by Nikita | Files touched by this commit (2)
Log message:
guile-bytestructures: build with guile30.
   2021-12-17 14:42:56 by Nikita | Files touched by this commit (2)
Log message:
devel/guile-bytestructures: Update to 1.0.10

Changelog (from https://github.com/TaylanUB/scheme-bytestructures/releases)

Version 1.0.10
- Fix Guile 2.x compatibility by removing (scheme eval) dependency.
Version 1.0.9
- Hopefully fix cross-compilation with Guile.
Version 1.0.8
- Fix the numeric module for when we're cross-compiled.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-06-22 10:14:29 by Nikita | Files touched by this commit (2)
Log message:
devel/guile-bytestructures: Update to 1.0.7

Changelog:
* Includes a cross-compilation fix.
   2020-04-28 13:46:30 by Nikita | Files touched by this commit (29)
Log message:
adjust maintainer to my new login
   2019-11-15 17:00:23 by ng0 | Files touched by this commit (1)
Log message:
devel/guile-bytestructures: remove languages.
   2019-11-13 12:43:54 by ng0 | Files touched by this commit (4)
Log message:
Add devel/guile-bytestructures version 1.0.6

guile-bytestructures is a library offering 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 Scheme ones work on
bytevectors which are an abstraction over raw memory in Scheme.
The system elevates types to first-class status.