💾 Archived View for gmi.noulin.net › gitRepositories › heartbeat › file › shpPackages › termbox › pa… captured on 2024-06-20 at 11:56:05. Gemini links have been rewritten to link to archived content

View Raw

More Information

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

heartbeat

Log

Files

Refs

README

package.yml (1071B)

     1 ---
     2   name: termbox
     3   version: 0.0.12
     4   description: "2d buffer for terminals"
     5   bin: ./termbox.c
     6   # _XOPEN_SOURCE for wcwidth
     7   cflags: -D_XOPEN_SOURCE -g3 -std=gnu11 -fPIC -pipe
     8   #lflags: -lm
     9   repository:
    10     type: git
    11     url: git+https://github.com/USER/termbox.git
    12   keywords:
    13     - utility
    14     - tui
    15   author: Remy Noulin
    16   license: MIT
    17   bugs:
    18     url: https://github.com/USER/termbox/issues
    19   homepage: https://github.com/USER/termbox#readme
    20   #compileHelp: # text displayed when there is a compilation error
    21   # Test configuration:
    22   #testBin: ./testTermbox.c
    23   #testCflags: -g3 -std=gnu11 -fPIC -pipe -fprofile-arcs -ftest-coverage -Wall -Wextra
    24   #testLflags: -lcheck_pic -lrt -lm -lsubunit -fprofile-arcs -ftest-coverage -rdynamic
    25   # Memcheck configuration:
    26   #memcheckBin: ./memcheckTermbox.c
    27   #memcheckCmd: valgrind --leak-check=full --show-leak-kinds=all
    28   #memcheckCflags: -g3 -std=gnu11 -fPIC -pipe
    29   #memcheckLflags: -rdynamic
    30   #documentationCmd: # command for generating the documentation with spm doc
    31   private: false # true for private package