summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 050c20f5a3966323779b5e808ab83dae8213466c (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
pkgbase = pure-git
	pkgdesc = Pure is a modern-style functional programming language based on term rewriting.
	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 = readline
	optdepends = clang35: needed for inlining C/C++ code
	optdepends = pure-docs-git: 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
	provides = pure
	conflicts = pure
	replaces = pure-hg
	source = git+https://github.com/agraef/pure-lang.git
	md5sums = SKIP

pkgname = pure-git