blob: 2e9164c6b75b57e29885ce3bc84c6b9fc1ebecd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
pkgbase = pure
pkgdesc = Pure is a modern-style functional programming language based on term rewriting.
pkgver = 0.68
pkgrel = 4
url = http://purelang.bitbucket.org/
arch = i686
arch = x86_64
groups = pure-complete
groups = pure-base
license = GPL3
license = LGPL3
makedepends = llvm35
depends = llvm35-libs
depends = gmp
depends = mpfr
depends = readline
optdepends = clang35: needed for inlining C/C++ code
optdepends = pure-docs: online documentation
optdepends = pcre: Perl regex support
optdepends = w3m: access to help in interactive mode
optdepends = emacs-pure-mode: editing Pure files from Emacs
optdepends = texmacs-pure: embedding Pure sessions in TeXmacs
source = https://github.com/agraef/pure-lang/releases/download/pure-0.68/pure-0.68.tar.gz
source = emacs27.patch
md5sums = 082d522d05e58e55dc8094ba4c3d3eda
md5sums = fe62166e277a6accefbfa81e2e307900
pkgname = pure
|