💾 Archived View for gmi.noulin.net › gitRepositories › txt2Cstring › file › package.yml.gmi captured on 2023-01-29 at 13:26:43. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
package.yml (1616B)
1 --- 2 name: txt2Cstring 3 version: 0.0.3 4 description: "Convert text file to C string to be inclueded in C code" 5 bin: ./txt2Cstring.c 6 #cflags: -DA -g3 -std=gnu11 -fPIC -pipe 7 #lflags: -lpcre 8 repository: 9 type: git 10 url: git+https://github.com/USER/txt2Cstring.git 11 keywords: 12 - utility 13 - command 14 author: Remy 15 license: MIT 16 bugs: 17 url: https://github.com/USER/txt2Cstring/issues 18 homepage: https://github.com/USER/txt2Cstring#readme 19 #compileHelp: # text displayed when there is a compilation error 20 #dependencies: 21 # md4c: 22 # Test configuration: 23 #testBin: ./testTxt2Cstring.c 24 #testCflags: -g3 -std=gnu11 -fPIC -pipe -fprofile-arcs -ftest-coverage -Wall -Wextra 25 #testLflags: -lcheck_pic -lrt -lm -lsubunit -fprofile-arcs -ftest-coverage -rdynamic 26 # Memcheck configuration (sheepy -m): 27 #memcheckBin: ./memcheckTxt2Cstring.c 28 #memcheckCmd: valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1 29 #memcheckCflags: -g3 -std=gnu11 -fPIC -pipe 30 #memcheckLflags: -rdynamic 31 # The asan* are the options for building the libsasan tests (sheepy -a): 32 #asanBin: ./asanTxt2Cstring.c 33 #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" 34 #asanCflags: -fsanitize=address -fno-omit-frame-pointer -fsanitize-recover=address # these flags are overriden by package.yml 35 #asanLflags: -rdynamic -fsanitize=address -lasan # these flags are overriden by package.yml 36 #documentationCmd: # command for generating the documentation with spm doc 37 private: false # true for private package