Skip to content

Commit

Permalink
Add jDSP library to supported libraries. (#114)
Browse files Browse the repository at this point in the history
* Add jDSP library to supported libraries.

Co-authored-by: Ilya Muradyan <ilya.muradyan@jetbrains.com>
  • Loading branch information
biranyucel and ileasile authored Dec 16, 2020
1 parent b1bb38e commit d486046
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ List of supported libraries:
- [exposed](https://github.com/JetBrains/Exposed) - Kotlin SQL framework
- [fuel](https://github.com/kittinunf/fuel) - HTTP networking library
- [gral](https://github.com/eseifert/gral) - Java library for displaying plots
- [jdsp](https://github.com/psambit9791/jDSP) - Java library for signal processing
- [kaliningraph](https://github.com/breandan/kaliningraph) - Graph library with a DSL for constructing graphs and visualizing the behavior of graph algorithms
- [khttp](https://github.com/jkcclemens/khttp) - HTTP networking library
- [klaxon](https://github.com/cbeust/klaxon) - JSON parser for Kotlin
Expand Down
10 changes: 10 additions & 0 deletions libraries/jdsp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"description": "Java library for signal processing",
"properties": {
"v": "0.5.1"
},
"link": "https://github.com/psambit9791/jDSP",
"dependencies": [
"com.github.psambit9791:jdsp:$v"
]
}

0 comments on commit d486046

Please sign in to comment.