heartbeat

Simple server monitor system using encrypted messages over udp
git clone https://noulin.net/git/heartbeat.git
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