30 lines
445 B
Plaintext
30 lines
445 B
Plaintext
name: strview
|
|||
|
|
gpid: malunal
|
||
|
|
semv: 1.0.0
|
||
|
|
|
||
|
|
requires:
|
||
|
|
- remote: git@git.erasit.com:malunal/microtest
|
||
|
|
branch: v1.0.0
|
||
|
|
- remote: git@git.erasit.com:malunal/types
|
||
|
|
branch: v1.0.0
|
||
|
|
|
||
|
|
targets:
|
||
|
|
- name: malunal.strview
|
||
|
|
type: archive
|
||
|
|
deps:
|
||
|
|
- malunal.types
|
||
|
|
srcs:
|
||
|
|
- ./sources/strview.c
|
||
|
|
|
||
|
|
tests:
|
||
|
|
- name: malunal.strview.tests
|
||
|
|
type: program
|
||
|
|
deps:
|
||
|
|
- malunal.microtest
|
||
|
|
- malunal.strview
|
||
|
|
srcs:
|
||
|
|
- ./tests/strview.c
|
||
|
|
|
||
|
|
exports:
|
||
|
|
- malunal.strview
|