libacme-brainfck-perl 1.1.1 source package in Ubuntu

Changelog

libacme-brainfck-perl (1.1.1) unstable; urgency=low


  * New upstream version.
  * Apparently I need a build dependency on libmodule-build-perl. 
  * Really uploaded to Debian this time.  (Closes: #160014)
  * Note to ftpmaster: the package name and provides: implements the
    denaughtification scheme proposed when I first tried to upload this.

 -- Jaldhar H. Vyas <email address hidden>  Tue,  6 Apr 2004 11:56:29 -0400

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Warty
Original maintainer:
Jaldhar
Architectures:
all
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe interpreters
Precise release universe interpreters

Builds

Hardy: [FULLYBUILT] i386

Warty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libacme-brainfck-perl_1.1.1.dsc 576 bytes 69078841107d83932546c042bf05faa7f49799604fdc70c6d584ba2ec98627dc
libacme-brainfck-perl_1.1.1.tar.gz 8.1 KiB fa7e8a639a0f9bd577e4a6539dcc58e66b8f8a1f4cb134d394312881c3a06987

No changes file available.

Binary packages built by this source

libacme-brainfck-perl: Embed Brainf*ck in your perl code

 Brainf*ck (yes, there is a u there.) is about the tiniest Turing-complete
 programming language you can get. A language is Turing-complete if it can
 model the operations of a Turing machine--an abstract model of a computer
 defined by the British mathematician Alan Turing in 1936. A Turing machine
 consists only of an endless sequence of memory cells and a pointer to one
 particular memory cell. Yet it is theoretically capable of performing any
 computation. This module will allow you to mix Brainf*ck with your
 perl code.