Initial Commit

This commit is contained in:
2026-08-17 04:16:46 -05:00
commit 83bd4a3492
9 changed files with 1708 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
name: containers
gpid: malunal
semv: 1.0.0
requires:
- remote: git@git.erasit.com:malunal/allocators
branch: v1.0.0
- remote: git@git.erasit.com:malunal/types
branch: v1.0.0
targets:
- name: malunal.containers
type: archive
deps:
- malunal.allocators
- malunal.types
srcs:
- ./sources/container.c
- ./sources/vector.c
tests:
- name: vector_tests
type: program
deps:
- malunal.containers
srcs:
- ./tests/vector_container.c
exports:
- malunal.containers