summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 649277b0113a1c96b06bd8c34c41de9e143e8ced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgbase = stl-c
	pkgdesc = stl-c is a C library designed to provide a set of structure-related functionalities for working with static memory and dynamic memory. Inspired by the Standard Template Library (STL) of C++
	pkgver = 1.0.0
	pkgrel = 1
	url = https://github.com/alecksandr26/stl-c/archive/refs/tags/v1.0.0.tar.gz
	arch = x86_64
	license = MIT License
	makedepends = gcc
	makedepends = git
	makedepends = make
	makedepends = binutils
	makedepends = coreutils
	makedepends = trycatch-c
	optdepends = valgrind
	optdepends = unittest-c
	source = stl-c-1.0.0.tar.gz::https://github.com/alecksandr26/stl-c/archive/refs/tags/v1.0.0.tar.gz
	md5sums = SKIP

pkgname = stl-c