summaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA16
1 files changed, 16 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 00000000..27096d25
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,16 @@
+name: "kotlinx.serialization"
+description:
+ "Kotlin serialization consists of a compiler plugin, that generates visitor "
+ "code for serializable classes, runtime library with core serialization API "
+ "and support libraries with various serialization formats."
+
+third_party {
+ identifier {
+ type: "Git"
+ value: "https://github.com/Kotlin/kotlinx.serialization"
+ primary_source: true
+ version: "v1.3.3"
+ }
+ last_upgrade_date { year: 2024 month: 3 day: 7 }
+ license_type: NOTICE
+}