libacme-brainfck-perl 1.1.1-2.1 source package in Ubuntu

Changelog

libacme-brainfck-perl (1.1.1-2.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Wed, 06 Jan 2021 22:07:18 +0100

Upload details

Uploaded by:
Jaldhar
Uploaded to:
Sid
Original maintainer:
Jaldhar
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe interpreters
Noble release universe interpreters
Mantic release universe interpreters
Lunar release universe interpreters
Jammy release universe interpreters

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libacme-brainfck-perl_1.1.1-2.1.dsc 1.9 KiB d0fd57f45824f4eb8487c41652d728c29707ac539c41df6cdc003ca921e31b68
libacme-brainfck-perl_1.1.1.orig.tar.gz 8.1 KiB fa7e8a639a0f9bd577e4a6539dcc58e66b8f8a1f4cb134d394312881c3a06987
libacme-brainfck-perl_1.1.1-2.1.debian.tar.xz 1.8 KiB 4c86962e55a9e86fcdb2d7d348117b63117becc51ae11bbeb9740557065fbbfa

Available diffs

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.