This commit is contained in:
Alexander Zhirov 2025-11-19 09:42:10 +03:00
commit 13a1988243
Signed by: alexander
GPG key ID: C8D8BE544A27C511
8 changed files with 358 additions and 0 deletions

14
dub.json Normal file
View file

@ -0,0 +1,14 @@
{
"authors": [
"Alexander Zhirov"
],
"copyright": "Copyright © 2025, Alexander Zhirov",
"description": "Pager as less",
"license": "BSL-1.0",
"name": "pager",
"dependencies": {
"arsd-official:terminal": "~>12.1.0"
},
"targetPath": "bin",
"targetType": "executable"
}