Project

General

Profile

Download (1.52 KB) Statistics
| Branch: | Revision:

hydrilla-fixes-bundle / src / opencores-org-fix-projectslist / index.json @ ecc6c218

1
// SPDX-License-Identifier: CC0-1.0
2

    
3
// Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
4
// Available under the terms of Creative Commons Zero v1.0 Universal.
5

    
6
{
7
    "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
8
    "source_name": "opencores-org-fix-projectslist",
9
    "copyright":  [
10
	{"file": "report.spdx"},
11
	{"file": "LICENSES/CC0-1.0.txt"}
12
    ],
13
    "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/opencores-org-fix-projectslist",
14
    "definitions": [{
15
	"type":         "mapping_and_resource",
16
	"identifier":   "opencores-org-fix-projectslist",
17
	"long_name":    "OpenCores projects list display fix",
18
	"uuid":         "4272ee20-41b1-4de5-bd3c-909195ccf99f",
19
	"version":      [2022, 2, 18],
20
	"revision":     2,
21
	"description":  "View OpenCores projects list without relying on site-served JavaScript.",
22
	"dependencies": [],
23
	"scripts":      [{"file": "opencores.js"}],
24
	"payloads": {
25
	    "https://opencores.org/projects": {
26
		"identifier": "opencores-org-fix-projectslist"
27
	    }
28
	}
29
    }, {
30
	"type":	             "mapping",
31
	"identifier":        "opencores-fix-projectslist",
32
	"long_name":         "OpenCores projects list display fix (transitional package)",
33
	"uuid":	             "d03741a7-d903-4790-aa89-9f97648a0ac0",
34
	"version":           [2022, 2, 18, 2],
35
	"description":       "This is a transitional package and can be safely removed.",
36
	"required_mappings": [{"identifier": "opencores-org-fix-projectslist"}],
37
	"payloads":          {}
38
    }],
39
    "reuse_generate_spdx_report": true
40
}
(1-1/2)