Fixed link in haddocks
Getty Ritter
11 years ago
| 1 | 1 | -- | NDBL is a simple configuration format designed after the @ndb(6)@ set of |
| 2 | 2 | -- utilities used in the Plan 9 operating system. An NDBL file is a sequence |
| 3 | 3 | -- of groups, where each group is a multiset of key-value pairs. This will |
| 4 | -- cover the basics of NDBL; for a more in-depth explanation, consule | |
| 5 | -- [insert url here]. | |
| 4 | -- cover the basics of NDBL; for a more in-depth explanation, consult | |
| 5 | -- [https://github.com/aisamanra/ndbl](the github page). | |
| 6 | 6 | -- |
| 7 | 7 | -- Grouping in NDBL is done by |
| 8 | 8 | -- indentation: a new group is started by listing a key-value pair without |