summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: c6339a7445dbc87b4eca520d5515a660fcc3925d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgbase = mem-c
	pkgdesc = mem-c is a simple memory allocator using a heap data structure with the mmap Linux syscall for dynamic memory management. It has a worst-case search time of O(n * log n) and averages O(log n).
	pkgver = 1.1.4
	pkgrel = 6
	url = https://github.com/alecksandr26/mem-c/archive/refs/tags/v1.1.4.tar.gz
	arch = x86_64
	license = MIT License
	makedepends = gcc
	makedepends = git
	makedepends = make
	makedepends = binutils
	makedepends = coreutils
	optdepends = except-c
	source = mem-c-1.1.4.tar.gz::https://github.com/alecksandr26/mem-c/archive/refs/tags/v1.1.4.tar.gz
	md5sums = SKIP

pkgname = mem-c