aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Guevara <Guevara-chan@mail.ru>2019-04-14 17:08:30 +0300
committerMiran <narimiran@disroot.org>2019-04-14 16:08:30 +0200
commitc18149370b27265a8d3a645d7e0d96c688828e3e (patch)
tree08ca9f8cff2e766087d98f155e90ca65f465cdd0
parent29da914c1d4a750ccc3a0a2af63aa639b4606487 (diff)
downloadpackages-c18149370b27265a8d3a645d7e0d96c688828e3e.tar.gz
packages-c18149370b27265a8d3a645d7e0d96c688828e3e.zip
Added package conio (#1064)
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index a1e6b76..d20a15a 100644
--- a/packages.json
+++ b/packages.json
@@ -13113,5 +13113,18 @@
"description": "gameoflife is library for Game of Life.",
"license": "MIT",
"web": "https://github.com/jiro4989/gameoflife"
+ },
+ {
+ "name": "conio",
+ "url": "https://github.com/guevara-chan/conio",
+ "method": "git",
+ "tags": [
+ "console",
+ "terminal",
+ "io"
+ ],
+ "description": ".NET-inspired lightweight terminal library",
+ "license": "MIT",
+ "web": "https://github.com/guevara-chan/conio"
}
]