💾 Archived View for gmi.noulin.net › gitRepositories › httpRedirect › file › package.yml.gmi captured on 2024-07-09 at 02:20:00. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

httpRedirect

Log

Files

Refs

README

package.yml (1084B)

     1 ---
     2   name: httpRedirect
     3   version: 0.0.1
     4   description: "explanation"
     5   bin: ./httpRedirect.c
     6   cflags: -O3 -std=gnu11 -fPIC -pipe
     7   #lflags: -lpcre
     8   repository:
     9     type: git
    10     url: git+https://github.com/USER/httpRedirect.git
    11   keywords:
    12    #- utility
    13     - command
    14   author: Anonymous
    15   license: MIT
    16   bugs:
    17     url: https://github.com/USER/httpRedirect/issues
    18   homepage: https://github.com/USER/httpRedirect#readme
    19   #compileHelp: # text displayed when there is a compilation error
    20   #dependencies:
    21   #  md4c:
    22   # Test configuration:
    23   #testBin: ./testHttpRedirect.c
    24   #testCflags: -ggdb -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:
    27   #memcheckBin: ./memcheckHttpRedirect.c
    28   #memcheckCmd: valgrind --leak-check=full --show-leak-kinds=all
    29   #memcheckCflags: -ggdb -std=gnu11 -fPIC -pipe
    30   #memcheckLflags: -rdynamic
    31   #documentationCmd: # command for generating the documentation with spm doc
    32   private: false # true for private package