forked from JetBrains/kotlin-web-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoss-projects.yml
264 lines (212 loc) · 7.22 KB
/
oss-projects.yml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
- name: Spek
description: A Specification Framework
type: Library
link: https://github.com/JetBrains/spek
- name: Wasabi
description: An HTTP Framework
type: Framework
link: https://github.com/hhariri/wasabi
- name: Ktor
description: Web application framework
type: Framework
link: https://github.com/Kotlin/ktor
- name: Anko
description: Anko is a library which makes Android application development faster and easier
type: Library
link: https://github.com/Kotlin/anko
- name: Kara
description: An MVC Framework
type: Framework
link: http://www.karaframework.com
- name: Humanizer for JVM
description: Humanizer Library
type: Library
link: https://github.com/MehdiK/Humanizer.jvm
- name: Kotlin-NoSQL
description: NoSQL MongoDB access for Kotlin
type: Library
link: https://github.com/cheptsov/kotlin-nosql
- name: FunKtionale
description: Functional Helpers for Kotlin
type: Library
link: https://github.com/MarioAriasC/funKTionale
- name: KotlinPrimavera
description: Kotlin Wrapper for Spring Framework
type: Library
link: https://github.com/MarioAriasC/KotlinPrimavera
- name: Sublime Package
description: A Sublime Package for Kotlin
type: Tools
link: https://github.com/vkostyukov/kotlin-sublime-package
- name: Kotlin Vim
description: Kotlin Syntax Highlighter for Vim
type: Tools
link: https://github.com/udalov/kotlin-vim
- name: Griffon Plugin
description: Griffon Support
type: Tools
link: https://github.com/griffon/griffon-kotlin-plugin
- name: Stew
description: A simple Android app for soup.io
type: Android App
link: https://github.com/exviva/stew
- name: RxKotlin
description: Kotlin Bindings for RxJava
type: Library
link: https://github.com/ReactiveX/RxKotlin
- name: Solr-Undertow
description: Solr Standalone Tiny and High performant server
type: Application
link: https://github.com/bremeld/solr-undertow
- name: Yested
description: A Web Framework
type: Framework
link: https://github.com/jean79/yested_fw
- name: Kotlin-Hashids
description: Library that generates short, unique, non-sequential hashes from numbers.
type: Library
link: http://hashids.org/kotlin/
- name: Kotter Knife
description: Butter-knife view binding for Kotlin
type: Library
link: https://github.com/JakeWharton/kotterknife
- name: Android Kotlin Extensions
description: A collection of Android Kotlin extensions
type: Library
link: https://github.com/ragunathjawahar/android-kotlin-extensions
- name: KAndroid
description: Kotlin library for Android
type: Library
link: https://github.com/pawegio/KAndroid
- name: Kovenant
description: Promises for Kotlin and Android
type: Library
link: https://github.com/mplatvoet/kovenant
- name: Progress
description: Simple Progress tracking
type: Library
link: https://github.com/mplatvoet/progress
- name: Injekt
description: Dependency Injection / Object Factory for Kotlin
type: Library
link: https://github.com/kohesive/injekt
- name: Fuel
description: HTTP Client library written in Kotlin
type: Library
link: https://github.com/kittinunf/Fuel
- name: Klutter
description: Small helper libraries for Kotlin, usually extensions to other libraries
type: Library
link: https://github.com/klutter/klutter
- name: Kodein
description: Painless Kotlin Dependency Injection
type: Library
link: https://github.com/SalomonBrys/Kodein
- name: Kovert
description: An invisible REST framework for Kotlin
type: Library
link: https://github.com/kohesive/kovert
- name: khttp
description: HTTP client similar to Python's requests.
type: Library
link: https://github.com/jkcclemens/khttp
- name: Kobalt
description: A build system written in Kotlin
type: Build system
link: http://beust.com/kobalt
- name: Klaxon
description: A JSON library written in Kotlin
type: Library
link: http://beust.com/klaxon
- name: Result
description: The modelling for success/failure of operations in Kotlin
type: Library
link: https://github.com/kittinunf/Result
- name: ext4klaxon
description: Type Extensions (Long, Int, Enum, Date) for Klaxon
type: Library
link: https://github.com/fboldog/ext4klaxon
- name: Bubble
description: Library for obtaining screen orientation when orientation is blocked in AndroidManifest
type: Library
link: https://github.com/TouK/bubble
- name: HamKrest
description: Self-describing matchers for testing and validation (a port of Java's Hamcrest to Kotlin)
type: Library
link: https://github.com/npryce/hamkrest
- name: Kotpref
description: Android SharedPreference delegation for Kotlin
type: Library
link: https://github.com/chibatching/Kotpref
- name: KotliQuery
description: A handy database access library in Kotlin
type: Library
link: https://github.com/seratch/kotliquery
- name: Kotlin Playground
description: Self-contained component to embed in websites for running Kotlin code
type: Library
link: https://github.com/JetBrains/kotlin-playground
- name: Zipangu
description: Easy to handle the information in the prefectures of Japan in Kotlin
type: Library
link: https://github.com/sakebook/Zipangu
- name: knit
description: JUnit API set for Kotlin
type: Library
link: https://github.com/ntaro/knit
- name: khronos
description: An intuitive Date extensions in Kotlin
type: Library
link: https://github.com/hotchemi/khronos
- name: Hexagon
description: A microservices framework in Kotlin
type: Framework
link: https://github.com/jamming/hexagon
- name: Fuse
description: The simple generic LRU memory/disk cache for Android written in Kotlin
type: Library
link: https://github.com/kittinunf/Fuse
- name: Discovery
description: Eventually consistent service discovery server
type: Application
link: https://github.com/datawire/discovery
- name: KotlinTest
description: Kotlin port of the famous ScalaTest
type: Library
link: https://github.com/kotlintest/kotlintest
- name: Black-and-White
description: A library of algorithms for the Black-and-White tree coloring
type: Library
link: https://github.com/devromik/black-and-white
- name: kottpd
description: REST framework in pure Kotlin
type: Library
link: https://github.com/gimlet2/kottpd
- name: Glimpse Framework
description: An OpenGL framework written in Kotlin
type: Framework
link: https://github.com/GlimpseFramework/glimpse-framework
- name: Pair Adjacent Violators
description: An implementation of the PAV algorithm for isotonic regression (machine learning) in Kotlin
type: Library
link: https://github.com/sanity/pairAdjacentViolators
- name: Async Under 8
description: Kotlin coroutine async implementation without java 8 requirement
type: Framework
link: https://github.com/fboldog/async-under8
- name: Corda
description: distributed ledger platform
type: Platform
link: https://github.com/corda/corda
- name: JAlgoArena
description: programming contest platform
type: Platform
link: https://github.com/spolnik/JAlgoArena
- name: units-of-measure
description: type-safe dimensional analysis
type: Library
link: https://github.com/kunalsheth/units-of-measure
- name: TornadoFX
description: A GUI framework for Koltin based off of JavaFX
type: Framework
link: https://tornadofx.io