blob: 49ebc211f64f8d473ec195b22b986b59f84c7f29 (
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
pkgbase = nim-git
pkgdesc = Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
pkgver = 1.6.8.r1359.a852b2e9cf
pkgrel = 1
epoch = 1
arch = x86_64
groups = nim
makedepends = git
backup = etc/nim/config.nims
backup = etc/nim/nim.cfg
backup = etc/nim/nimdoc.cfg
backup = etc/nim/nimdoc.tex.cfg
backup = etc/nim/rename.rules.cfg
source = git+https://github.com/nim-lang/Nim
source = git+https://github.com/nim-lang/csources_v2
source = git+https://github.com/nim-lang/nimble
source = makepkg-conf.patch
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = a70ff09cea18ddf0b13fe732846426a7a0c10e9f4187a62228b3c2e3d091d996
pkgname = nim-git
url = https://nim-lang.org/
license = MIT
provides = nim
conflicts = nim
options = !emptydirs
pkgname = nimble-git
pkgdesc = Package manager for the Nim programming language
url = https://github.com/nim-lang/nimble
license = BSD
provides = nimble
conflicts = nimble
backup =
pkgname = nimsuggest-git
pkgdesc = Nimsuggest is a tool that helps to give editors IDE like capabilities.
url = https://github.com/nim-lang/nimsuggest
license = MIT
provides = nimsuggest
conflicts = nimsuggest
backup =
pkgname = nimpretty-git
pkgdesc = Standard tool for pretty printing.
url = https://github.com/nim-lang/Nim/tree/devel/nimpretty
license = MIT
provides = nimpretty
conflicts = nimpretty
backup =
pkgname = nim-gdb-git
pkgdesc = GDB pretty printing for Nim language.
url = https://github.com/nim-lang/Nim
license = MIT
depends = gdb
provides = nim-gdb
conflicts = nimp-gdb
backup =
|