Initial commit

This commit is contained in:
2026-09-12 10:47:02 -05:00
commit 4b3ad9b6f8
6 changed files with 1039 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
name: version
gpid: malunal
semv: 1.0.0
requires:
- remote: git@git.erasit.com:malunal/microtest
branch: v1.0.0
- remote: git@git.erasit.com:malunal/strview
branch: v1.0.0
- remote: git@git.erasit.com:malunal/types
branch: v1.0.0
targets:
- name: malunal.version
type: archive
deps:
- malunal.strview
- malunal.types
srcs:
- ./sources/version.c
tests:
- name: malunal.version.tests
type: program
deps:
- malunal.microtest
- malunal.version
srcs:
- ./tests/version.c
exports:
- malunal.version