2026-08-17 04:16:46 -05:00
|
|
|
name: containers
|
|
|
|
|
gpid: malunal
|
|
|
|
|
semv: 1.0.0
|
|
|
|
|
|
|
|
|
|
requires:
|
|
|
|
|
- remote: git@git.erasit.com:malunal/allocators
|
|
|
|
|
branch: v1.0.0
|
2026-09-12 12:54:20 -05:00
|
|
|
- remote: git@git.erasit.com:malunal/assert
|
|
|
|
|
branch: v1.0.0
|
2026-08-24 05:16:09 -05:00
|
|
|
- remote: git@git.erasit.com:malunal/microtest
|
|
|
|
|
branch: v1.0.0
|
2026-08-17 04:16:46 -05:00
|
|
|
- remote: git@git.erasit.com:malunal/types
|
|
|
|
|
branch: v1.0.0
|
|
|
|
|
|
|
|
|
|
targets:
|
|
|
|
|
- name: malunal.containers
|
|
|
|
|
type: archive
|
|
|
|
|
deps:
|
|
|
|
|
- malunal.allocators
|
2026-09-12 12:54:20 -05:00
|
|
|
- malunal.assert
|
2026-08-17 04:16:46 -05:00
|
|
|
- malunal.types
|
|
|
|
|
srcs:
|
|
|
|
|
- ./sources/container.c
|
|
|
|
|
- ./sources/vector.c
|
2026-09-12 12:54:20 -05:00
|
|
|
- ./sources/map.c
|
2026-08-17 04:16:46 -05:00
|
|
|
|
|
|
|
|
tests:
|
2026-08-24 05:16:09 -05:00
|
|
|
- name: malunal.containers.allinone
|
2026-08-17 04:16:46 -05:00
|
|
|
type: program
|
|
|
|
|
deps:
|
|
|
|
|
- malunal.containers
|
2026-08-24 05:16:09 -05:00
|
|
|
- malunal.microtest
|
2026-08-17 04:16:46 -05:00
|
|
|
srcs:
|
|
|
|
|
- ./tests/vector_container.c
|
2026-09-12 12:54:20 -05:00
|
|
|
- ./tests/map_container.c
|
2026-08-24 05:16:09 -05:00
|
|
|
- ./tests/containers.c
|
2026-08-17 04:16:46 -05:00
|
|
|
|
|
|
|
|
exports:
|
|
|
|
|
- malunal.containers
|