2026-07-05 20:38:03 -05:00
|
|
|
name: types
|
|
|
|
|
gpid: malunal
|
|
|
|
|
semv: 1.0.0
|
|
|
|
|
|
2026-09-12 07:28:46 -05:00
|
|
|
requires:
|
|
|
|
|
- remote: git@git.erasit.com:malunal/microtest
|
|
|
|
|
branch: v1.0.0
|
|
|
|
|
|
2026-07-05 20:38:03 -05:00
|
|
|
targets:
|
|
|
|
|
- name: malunal.types
|
2026-08-18 07:03:28 -05:00
|
|
|
type: archive
|
2026-07-05 20:38:03 -05:00
|
|
|
srcs:
|
2026-09-12 07:28:46 -05:00
|
|
|
- ./source/strview.c
|
2026-08-18 07:03:28 -05:00
|
|
|
- ./source/object.c
|
|
|
|
|
- ./source/uuid.c
|
2026-07-05 20:38:03 -05:00
|
|
|
|
2026-09-12 07:28:46 -05:00
|
|
|
tests:
|
|
|
|
|
- name: malunal.types.allinone
|
|
|
|
|
type: program
|
|
|
|
|
deps:
|
|
|
|
|
- malunal.microtest
|
|
|
|
|
- malunal.types
|
|
|
|
|
srcs:
|
|
|
|
|
- ./tests/strview.c
|
|
|
|
|
- ./tests/types.c
|
|
|
|
|
|
2026-07-05 20:38:03 -05:00
|
|
|
exports:
|
|
|
|
|
- malunal.types
|