-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinfo.jdn
More file actions
28 lines (28 loc) · 1.08 KB
/
Copy pathinfo.jdn
File metadata and controls
28 lines (28 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{:name "predoc"
:version "DEVEL"
:description "A tool in Janet to convert man pages from Predoc to mdoc"
:author "Michael Camilleri"
:license "MIT"
:url "https://github.com/pyrmont/predoc"
:repo "git+https://github.com/pyrmont/predoc"
:dependencies []
:vendored [{:name "argy-bargy"
:url "https://github.com/pyrmont/argy-bargy"
:prefix "deps/argy-bargy"
:paths ["argy-bargy.janet"
"LICENSE"]}
{:name "testament"
:url "https://github.com/pyrmont/testament"
:prefix "deps/testament"
:paths ["lib/testament.janet"
"init.janet"
"LICENSE"]}]
:artifacts {:executables [{:name "predoc"
:quickbin? true
:entry "lib/cli.janet"}]
:libraries [{:prefix "predoc"
:paths ["deps"
"lib"
"init.janet"]}]
:manpages ["man/man1/predoc.1"
"man/man7/predoc.7"]}}