blob: a7dfbab61db06205a972476e470a55e73063e4bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = libimm-git
pkgdesc = Int Memory Manager Library - High-performance allocator with Next-Fit and pool support
pkgver = 1.4.0.r0.g7a2b3c4
pkgrel = 1
url = https://intmemory.site
arch = x86_64
license = Apache-2.0
makedepends = git
makedepends = gcc
makedepends = make
depends = glibc
provides = libimm
conflicts = libimm
source = git+https://codeberg.org/gnom2949/IntMemoryManager.git
sha256sums = SKIP
pkgname = libimm-git
|