mandoc: Add version 1.13.1 (#3589)

* mandoc: Add version 1.13.1

* Update mandoc.json
This commit is contained in:
Bharatvaj 2022-05-19 10:36:40 +05:30 committed by GitHub
parent 840657426e
commit b30776484b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
bucket/mandoc.json Normal file
View File

@ -0,0 +1,17 @@
{
"version": "1.13.1",
"description": "UNIX manpage compiler toolset",
"homepage": "https://embedeo.org/ws/doc/man_windows",
"license": {
"identifier": "ISC",
"url": "http://mdocml.bsd.lv/LICENSE"
},
"url": "https://embedeo.org/ws/doc/man_windows/mdocml-1.13.1-win32-embedeo-02.zip",
"hash": "c8298188b7b259fb3244c713c3bb50f178296044d53e631b4b1f714f6f459339",
"extract_dir": "mdocml-1.13.1-win32-embedeo-02",
"bin": [
"bin\\demandoc.exe",
"bin\\mandoc.exe",
"bin\\preconv.exe"
]
}