package.cnf 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. #
  2. # openLilyLib/oll-core configuration
  3. #
  4. # Very Basic Configuration Language VBCL
  5. #
  6. # Format
  7. #
  8. # name value pairs, arbitrary text including whitespace, single line.
  9. #
  10. # n: v
  11. #
  12. # long text, text lines to be started with whitespace indent, e.g. two spaces.
  13. # terminate with ' >'
  14. #
  15. # name: <
  16. # long text over as many lines as needed
  17. # ...
  18. # >
  19. #
  20. # comments.
  21. #
  22. # lists: any number of lines, two spaces at start of each item line.
  23. # terminate with ' ]'.
  24. #
  25. # name: [
  26. # item1
  27. # item2
  28. # ]
  29. #
  30. # # lines starting with # are ignored
  31. #
  32. # blank lines are ignored
  33. #
  34. # Do not forget there needs to be a newline at the end of the file.
  35. #
  36. name: oll-core
  37. display-name: openLilyLib Core
  38. short-description: Extension Package Infrastructure for GNU LilyPond
  39. description: <
  40. openLilyLib is a framework for creating extension packages for the
  41. GNU LilyPond notation software. The oll-core package provides the
  42. basic functionality of common topics such as module handling, logging,
  43. and other tools.
  44. >
  45. modules: [
  46. include-pattern
  47. ]
  48. maintainers: [
  49. Urs Liska <ul@openlilylib.org>
  50. ]
  51. contributors: [
  52. Andrew Bernard <andrew.bernard@gmail.com>
  53. ]
  54. version: 0.5.0
  55. license: GPL3
  56. repository: https://github.com/openlilylib/oll-core/