Skip to content

Commit a9d0662

Browse files
committed
chore: add publiccode.yml
Fix italia#275.
1 parent d273484 commit a9d0662

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

publiccode.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
publiccodeYmlVersion: "0.5"
2+
3+
name: publiccode-parser-go
4+
url: "https://github.com/italia/publiccode-parser-go"
5+
6+
platforms:
7+
- linux
8+
- windows
9+
- mac
10+
11+
categories:
12+
- it-development
13+
14+
developmentStatus: stable
15+
softwareType: library
16+
17+
description:
18+
en:
19+
shortDescription: "Go library and CLI tool for parsing and validating publiccode.yml files."
20+
longDescription: >
21+
publiccode-parser-go is a Go library and command-line tool for parsing and
22+
validating publiccode.yml files against the official standard.
23+
It performs syntactic and semantic validation, and verifies the existence
24+
of URLs. The library can be embedded in Go applications or used as a
25+
standalone CLI validator that outputs errors in JSON or
26+
errorformat-compatible format, making it easy to integrate into editors
27+
and CI pipelines.
28+
features:
29+
- "URL existence verification"
30+
- "JSON and errorformat-compatible error output"
31+
32+
legal:
33+
license: EUPL-1.2
34+
35+
maintenance:
36+
type: internal
37+
contacts:
38+
- name: Fabio Bonelli
39+
email: "fb@fabiobonelli.it"
40+
41+
localisation:
42+
localisationReady: true
43+
availableLanguages:
44+
- en

0 commit comments

Comments
 (0)