summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 2a89c2fa0cb4b809c137bce24057a343968436ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pkgbase = koka-bin
	pkgdesc = Koka: a function-oriented language with effect inference
	pkgver = 3.1.1
	pkgrel = 1
	url = https://github.com/koka-lang/koka
	arch = x86_64
	license = Apache
	depends = gcc
	depends = make
	optdepends = clang: for C backend compiler
	optdepends = nodejs: for JavaScript target
	optdepends = emscripten: for WebAssembly target
	optdepends = wasmtime: for running WebAssembly modules
	optdepends = mono: for C# target
	provides = koka
	conflicts = koka
	noextract = koka-v3.1.1-linux-x64.tar.gz
	options = !strip
	source = https://github.com/koka-lang/koka/releases/download/v3.1.1/koka-v3.1.1-linux-x64.tar.gz
	sha256sums = 3c00088edcf085b9d26eba668f170b2411bea7f9d31aea6090a06533fcfc1373

pkgname = koka-bin