blob: 68fa0f88e941109b5aa16676ebe6e37ddd53d1c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# SPDX-FileCopyrightText: 2026 Stefan Majewsky <majewsky@gmx.net>
# SPDX-License-Identifier: Apache-2.0
version = 1
SPDX-PackageName = "oblast"
SPDX-PackageDownloadLocation = "https://git.xyrillian.de/oblast"
[[annotations]]
path = [
".gitignore",
"benchmark/go.mod",
"benchmark/go.sum",
"description",
"go.mod",
"go.sum",
"go.work",
"go.work.sum",
]
SPDX-FileCopyrightText = "Stefan Majewsky <majewsky@gmx.net>"
SPDX-License-Identifier = "Apache-2.0"
|