-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.cnf
61 lines (57 loc) · 1.24 KB
/
package.cnf
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#
# openLilyLib/oll-core configuration
#
# Very Basic Configuration Language VBCL
#
# Format
#
# name value pairs, arbitrary text including whitespace, single line.
#
# n: v
#
# long text, text lines to be started with whitespace indent, e.g. two spaces.
# terminate with ' >'
#
# name: <
# long text over as many lines as needed
# ...
# >
#
# comments.
#
# lists: any number of lines, two spaces at start of each item line.
# terminate with ' ]'.
#
# name: [
# item1
# item2
# ]
#
# # lines starting with # are ignored
#
# blank lines are ignored
#
# Do not forget there needs to be a newline at the end of the file.
#
name: oll-core
display-name: openLilyLib Core
short-description: Extension Package Infrastructure for GNU LilyPond
description: <
openLilyLib is a framework for creating extension packages for the
GNU LilyPond notation software. The oll-core package provides the
basic functionality of common topics such as module handling, logging,
and other tools.
>
modules: [
include-pattern
]
maintainers: [
Urs Liska <[email protected]>
]
contributors: [
Andrew Bernard <[email protected]>
Stefano Troncaro <[email protected]>
]
version: 0.6.0
license: GPL3
repository: https://github.com/openlilylib/oll-core/