-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCITATION.cff
28 lines (28 loc) · 863 Bytes
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Keenan"
given-names: "Christopher"
alias: chRyNaN
website: "https://chrynan.codes"
contact:
- family-names: "Keenan"
given-names: "Christopher"
alias: chRyNaN
website: "https://chrynan.codes"
title: "serialization-parcelable"
type: "software"
abstract: "Android Parcelable support for the Kotlinx Serialization library."
license: Apache-2.0
keywords:
- kotlin
- parcelable
- "kotlinx-serialization"
- "android-parcelable"
- serialization
- "kotlin-library"
- "kotlin-multiplatform"
- "kotlin-multiplatform-library"
- "kotlin-multiplatform-mobile"
repository-code: "https://github.com/chRyNaN/serialization-parcelable"
url: "https://github.com/chRyNaN/serialization-parcelable"