scheme2c 2012.10.14-1ubuntu1 source package in Ubuntu
Changelog
scheme2c (2012.10.14-1ubuntu1) utopic; urgency=medium * Merge from Debian unstable. Remaining changes: - debian/patches/0002-drop-gcc-arch-native-opt.patch: Build with -U_FORTIFY_SOURCE to fix FTBFS (on ARM too). scheme2c (2012.10.14-1) unstable; urgency=low * build/install doc/r4rs.pdf despite upstream default to not * upstream now supports architecture kfreebsd-i386 * tweak debian/rules to avoid errors from gnu make 4.0 -- Logan Rosen <email address hidden> Wed, 30 Apr 2014 22:18:07 -0400
Upload details
- Uploaded by:
- Logan Rosen on 2014-05-01
- Uploaded to:
- Utopic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- i386 amd64 armel armhf kfreebsd-i386 all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Hirsute | release | on 2020-10-23 | universe | devel |
Groovy | release | on 2020-04-24 | universe | devel |
Focal | release | on 2019-10-18 | universe | devel |
Bionic | release | on 2017-10-24 | universe | devel |
Xenial | release | on 2015-10-22 | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
scheme2c_2012.10.14.orig.tar.gz | 729.3 KiB | 2307cbc3560c4c6e41ddda6c6ac1137a2d36a428a662a81ff26e98ad483378aa |
scheme2c_2012.10.14-1ubuntu1.debian.tar.xz | 6.8 KiB | 5e7e24fa15f17596080aa094809e9ec2b5999032d81232df0f30ca2f01d8c162 |
scheme2c_2012.10.14-1ubuntu1.dsc | 1.8 KiB | aa35d1ebae9811249eb6ada9ba057f23520e3d921440789bd3eaf4b6e33e1e42 |
Available diffs
Binary packages built by this source
- scheme2c: Joel Bartlett's fabled Scheme->C system
The original Scheme->C system, the first of its kind. It conforms to
the R4RS Scheme standard, and compiles Scheme sources to C as an
intermediate step, allowing easy integration with external libraries.
Also included is an interpreter, for development, along with some X11
interfaces and an X11-enabled interpreter. Due to a variety of
clever techniques, the system is quite fast.
- scheme2c-doc: Documentation for the Scheme->C system
The documentation that accompanies the Scheme->C system includes a
programmer's guide, tutorial, and a copy of the R4RS specification.