blob: bdb33cc7273a21f719aee556e04eb3782e6a4210 (
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
29
30
31
|
pkgbase = pure-pcre-git
pkgdesc = Pure is a modern-style functional programming language based on term rewriting (variant with Perl regex support).
pkgver = r5928.fc71134b
pkgrel = 1
url = https://agraef.github.io/pure-lang/
arch = i686
arch = x86_64
license = GPL3
license = LGPL3
makedepends = git
makedepends = llvm35
depends = llvm35-libs
depends = gmp
depends = mpfr
depends = pcre
depends = readline
optdepends = clang35: needed for inlining C/C++ code
optdepends = pure-docs-git: online documentation
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
provides = pure
provides = pure-git
conflicts = pure
conflicts = pure-git
replaces = pure-pcre-hg
source = git+https://github.com/agraef/pure-lang.git
md5sums = SKIP
pkgname = pure-pcre-git
|