-
Notifications
You must be signed in to change notification settings - Fork 0
/
rock.yml
29 lines (29 loc) · 895 Bytes
/
rock.yml
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
29
package: fir
source:
url: git://github.com/daelvn/fir.git
description:
summary: A language-agnostic documentation generator.
detailed: >
fir extracts documentation comments from source code and builds
trees out of them, so you can turn them into any other format.
homepage: https://github.com/daelvn/fir
dependencies:
- lua >= 5.1
- argparse
- ansikit
- lpath
- lrexlib-pcre2
build:
type: builtin
modules:
fir.generic.backend: fir/generic/backend.lua
fir.generic.parser: fir/generic/parser.lua
fir.generic.emit.markdown: fir/generic/emit/markdown.lua
fir.generic.emit.tests: fir/generic/emit/tests.lua
fir.file: fir/file.lua
fir.version: fir/version.lua
fir.error: fir/error.lua
alfons.tasks.fir: alfons/tasks/fir.lua
install:
bin:
fir: bin/fir.lua