💾 Archived View for gmi.noulin.net › gitRepositories › textPixel › file › package.yml.gmi captured on 2023-01-29 at 13:26:29. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
package.yml (1620B)
1 --- 2 name: textPixel 3 version: 0.0.1 4 description: "display images in terminal" 5 bin: ./textPixel.c 6 #cflags: -DA -g3 -std=gnu11 -fPIC -pipe 7 #lflags: -lpcre 8 repository: 9 type: git 10 url: git+https://noulin.net/git/textPixel.git 11 keywords: 12 #- utility 13 - command 14 - images 15 - terminal 16 - graphics 17 author: Remy 18 license: MIT 19 bugs: 20 url: https://noulin.net/git/textPixel/issues 21 homepage: https://noulin.net/textPixel/file/README.md.html 22 #compileHelp: # text displayed when there is a compilation error 23 #dependencies: 24 # md4c: 25 # Test configuration: 26 #testBin: ./testTextPixel.c 27 #testCflags: -g3 -std=gnu11 -fPIC -pipe -fprofile-arcs -ftest-coverage -Wall -Wextra 28 #testLflags: -lcheck_pic -lrt -lm -lsubunit -fprofile-arcs -ftest-coverage -rdynamic 29 # Memcheck configuration (sheepy -m): 30 #memcheckBin: ./memcheckTextPixel.c 31 #memcheckCmd: valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1 32 #memcheckCflags: -g3 -std=gnu11 -fPIC -pipe 33 #memcheckLflags: -rdynamic 34 # The asan* are the options for building the libsasan tests (sheepy -a): 35 #asanBin: ./asanTextPixel.c 36 #asanCmd: env ASAN_OPTIONS="detect_leaks=1:detect_stack_use_after_return=1:halt_on_error=0:log_path=stdout:color=always:print_cmdline=1" 37 #asanCflags: -fsanitize=address -fno-omit-frame-pointer -fsanitize-recover=address # these flags are overriden by package.yml 38 #asanLflags: -rdynamic -fsanitize=address -lasan # these flags are overriden by package.yml 39 #documentationCmd: # command for generating the documentation with spm doc 40 private: false # true for private package