package.yml (342B)
1 --- 2 name: tui 3 version: 0.0.1 4 description: "Text User Interface library" 5 bin: ./tui.c 6 repository: 7 type: git 8 url: git+https://github.com/USER/tui.git 9 keywords: 10 - library 11 - command 12 author: Remy Noulin 13 license: MIT 14 bugs: 15 url: https://github.com/USER/tui/issues 16 homepage: https://github.com/USER/tui#readme