mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 00:35:26 +02:00
Restored ExprK in licenses.
This commit is contained in:
parent
49b7406519
commit
aad5c40ffd
@ -29,11 +29,11 @@ data class AppLibrary(
|
||||
val ALL_LIBRARIES = lazy {
|
||||
listOf(
|
||||
AppLibrary(
|
||||
name = "EvalEx",
|
||||
dev = "ezylang",
|
||||
website = "https://github.com/ezylang/EvalEx",
|
||||
license = "Apache-2.0",
|
||||
description = "EvalEx is a handy expression evaluator for Java, that allows to evaluate simple mathematical and boolean expressions."
|
||||
name = "ExprK",
|
||||
dev = "Keelar",
|
||||
website = "https://github.com/Keelar/ExprK",
|
||||
license = "MIT license",
|
||||
description = "A simple mathematical expression evaluator for Kotlin and Java, written in Kotlin."
|
||||
),
|
||||
AppLibrary(
|
||||
name = "currency-api",
|
||||
|
Loading…
x
Reference in New Issue
Block a user