This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/srcinfo/c-intercal.SRCINFO
Jendrik 8ad196316a
add a lexer for .SRCINFO files (#1951)
* add a lexer for .SRCINFO files

* add an example file that tests architecture dependent keys

* fix module name underline
2021-11-21 19:34:08 +01:00

15 lines
498 B
Text

pkgbase = c-intercal
pkgdesc = A compiler for the INTERCAL language. INTERCAL is the original esoteric language, a farrago of features that will test the mettle of any programmer and bend the minds of most. Includes a compiler, debugger, and sample code.
pkgver = 0.31
pkgrel = 1
url = https://gitlab.com/esr/intercal
arch = x86_64
arch = i686
license = GPL
depends = sh
options = staticlibs
source = git+https://gitlab.com/esr/intercal#tag=0.31
sha256sums = SKIP
pkgname = c-intercal