Added package pager (#1160)

This commit is contained in:
Michael Rees 2019-09-08 11:31:01 -05:00 committed by Miran
parent 004812e7c1
commit 25e230db2a

View File

@ -14230,6 +14230,20 @@
"license": "MIT",
"web": "https://github.com/juancarlospaco/nim-constants"
},
{
"name": "pager",
"url": "https://git.sr.ht/~reesmichael1/nim-pager",
"method": "git",
"tags": [
"pager",
"paging",
"less",
"more"
],
"description": "A simple library for paging, similar to less",
"license": "GPL-3.0",
"web": "https://git.sr.ht/~reesmichael1/nim-pager"
},
{
"name": "procs",
"url": "https://github.com/c-blake/procs",