summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 1756b5b1e3551c06f1818b7ad8a251f2e3fa701d (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-pcre
	pkgdesc = Pure is a modern-style functional programming language based on term rewriting (variant with Perl regex support).
	pkgver = 0.68
	pkgrel = 4
	url = http://purelang.bitbucket.org/
	arch = i686
	arch = x86_64
	license = GPL3
	license = LGPL3
	makedepends = llvm35
	depends = llvm35-libs
	depends = gmp
	depends = mpfr
	depends = pcre
	depends = readline
	optdepends = clang35: needed for inlining C/C++ code
	optdepends = pure-docs: 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
	conflicts = pure
	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-pcre