💾 Archived View for gmi.noulin.net › gitRepositories › heartbeat › file › package.yml.gmi captured on 2024-06-20 at 11:55:59. Gemini links have been rewritten to link to archived content

View Raw

More Information

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

heartbeat

Log

Files

Refs

README

package.yml (444B)

     1 ---
     2   name: heartbeat
     3   version: 0.0.1
     4   description: explanation
     5   lflags: /usr/local/lib/libsodium.a
     6   bin: ./heartbeat.c
     7   repository:
     8     type: git
     9     url: "git+https://github.com/USER/heartbeat.git"
    10   keywords:
    11     - command
    12   author: Anonymous
    13   license: MIT
    14   bugs:
    15     url: "https://github.com/USER/heartbeat/issues"
    16   homepage: "https://github.com/USER/heartbeat#readme"
    17   private: false
    18   dependencies:
    19     short: ""
    20     termbox: ""