blob: 4fce20d18e3da3a05fba3b7804e9430e3cfc4ace (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = pure-stldict
pkgdesc = This package provides a light-weight, no frills interface to the C++ dictionary containers map and unordered_map.
pkgver = 0.8
pkgrel = 1
url = http://purelang.bitbucket.org/
arch = i686
arch = x86_64
groups = pure-complete
groups = pure-util
license = LGPL3
depends = pure
depends = libstdc++5
source = https://bitbucket.org/purelang/pure-lang/downloads/pure-stldict-0.8.tar.gz
sha1sums = d2666346eac3410bc2839cdd920167ebedd72e21
pkgname = pure-stldict
|