blob: 5e984affe943c084b6abb042a5e19f1ce19b9e62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
pkgbase = foonathan_memory
pkgdesc = STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
pkgver = 0.7.3
pkgrel = 1
url = https://memory.foonathan.net/
arch = x86_64
license = Zlib
makedepends = cmake
makedepends = git
source = foonathan_memory-0.7.3.tar.gz::https://github.com/foonathan/memory/archive/v0.7-3.tar.gz
sha256sums = 4203d15db22a94a3978eeb1afb59a37d35c57c0f148733f0f1a53a6281cb74dd
pkgname = foonathan_memory
|