aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: d921fa424feea3c3b3bc1fef0caa1ea334b63b36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

# Common Go libraries for Lindenii projects

## Ported/forked packages

| Name  | Description                   | Origin   | License      |
| -     | -                             | -        | -            |
| scfg  | Configuration parsing library | emersion | MIT          |
| cmap  | Generic concurrent maps       | Go       | BSD-3-Clause |
| gpool | Generic wrapper for sync.Pool | Go       | BSD-3-Clause |

## Custom packages

All custom packages are licensed under CC0-1.0.

| Name   | Description       |
| -      | -                 |
| misc   | Misc functions    |
| clog   | Logging utilities |
| ansiec | ANSI escape codes |