blob: e2d883f3a055a35d141d2c52bf54ec42d1fb86ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = pure-stllib
pkgdesc = An 'umbrella' package that contains a pair of Pure addons, pure-stlvec and pure-stlmap. These addons provide Pure interfaces to a selection of containers provided by the C++ Standard Library, specialized to hold pointers to arbitrary Pure expressions.
pkgver = 0.6
pkgrel = 2
url = http://purelang.bitbucket.org/
arch = i686
arch = x86_64
groups = pure-complete
groups = pure-util
license = BSD
depends = pure
provides = pure-stlvec
conflicts = pure-stlvec
source = https://bitbucket.org/purelang/pure-lang/downloads/pure-stllib-0.6.tar.gz
sha1sums = 47584905c29b662178c954587970b1ef0a2f977a
pkgname = pure-stllib
|