./lang/gambc, GambitC Scheme System

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


Branch: CURRENT, Version: 4.9.5, Package name: gambc-4.9.5, Maintainer: pkgsrc-users

This package the Gambit-C Scheme programming system. Gambit-C
includes a Scheme interpreter and a Scheme compiler which can be used
to build standalone executables. Because the compiler generates
portable C code it is fairly easy to port to any platform with a
decent C compiler.

The Gambit-C system conforms to the R4RS, R5RS and IEEE Scheme standards.
The full numeric tower is implemented, including: infinite precision
integers (bignums), rationals, inexact reals (floating point numbers),
and complex numbers. Gambit-C supports a number of extensions to the
standards. Please see the <https://gambitscheme.org/wiki/index.php/Main_Page>
for more information: there is simply not enough room here to elaborate!


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 16223.833 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-11 17:19:11 by Kevin Bloom | Files touched by this commit (4) | Package updated
Log message:
gambc: update to 4.9.5

- Avoid leading 0 in timestamp that can be interpreted as an octal
  number
- Fix various SRFI 19 issues and update leap-seconds table
- Check for Autoconf 2.69 and give a warning if another version is
  used
   2023-08-02 21:21:59 by Nia Alarie | Files touched by this commit (69)
Log message:
*: Mark packages that were originally identified as requiring
C++03 due to failing to build with a C++14 default compiler
with FORCE_CXX_STD instead of USE_LANGUAGES.
   2023-04-30 21:32:30 by Nikita | Files touched by this commit (4)
Log message:
gambc: fix binary name conflict, add reproducibility fix, and some more.
   2023-04-29 12:17:39 by Nikita | Files touched by this commit (1)
Log message:
gambc: forgot to commit the plist
   2023-04-26 22:59:56 by Nikita | Files touched by this commit (1)
Log message:
gambc: comment
   2023-04-26 22:54:46 by Nikita | Files touched by this commit (1)
Log message:
gambc: conflicts with ghostscript-agpl.
   2023-04-26 22:53:23 by Nikita | Files touched by this commit (16) | Package updated
Log message:
gambc: update to version 4.9.4

No Changelog to be found anywhere.
Upstream homepage location changed.
   2023-04-26 21:39:11 by Nikita | Files touched by this commit (1)
Log message:
gambit: build with --enable-default-runtime-options=f8,-8,t8

enables "utf8 for files,console,and terminal" at runtime.

suggested by ober in IRC, required for Gerbil scheme.