Skip to content

Commit d486046

Browse files
biranyucelileasile
andauthored
Add jDSP library to supported libraries. (#114)
* Add jDSP library to supported libraries. Co-authored-by: Ilya Muradyan <ilya.muradyan@jetbrains.com>
1 parent b1bb38e commit d486046

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ List of supported libraries:
166166
- [exposed](https://github.com/JetBrains/Exposed) - Kotlin SQL framework
167167
- [fuel](https://github.com/kittinunf/fuel) - HTTP networking library
168168
- [gral](https://github.com/eseifert/gral) - Java library for displaying plots
169+
- [jdsp](https://github.com/psambit9791/jDSP) - Java library for signal processing
169170
- [kaliningraph](https://github.com/breandan/kaliningraph) - Graph library with a DSL for constructing graphs and visualizing the behavior of graph algorithms
170171
- [khttp](https://github.com/jkcclemens/khttp) - HTTP networking library
171172
- [klaxon](https://github.com/cbeust/klaxon) - JSON parser for Kotlin

libraries/jdsp.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"description": "Java library for signal processing",
3+
"properties": {
4+
"v": "0.5.1"
5+
},
6+
"link": "https://github.com/psambit9791/jDSP",
7+
"dependencies": [
8+
"com.github.psambit9791:jdsp:$v"
9+
]
10+
}

0 commit comments

Comments
 (0)