Files

33 lines
527 B
Plaintext
Raw Permalink Normal View History

2026-09-12 10:47:02 -05:00
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