diff --git a/src/technologies/r.json b/src/technologies/r.json index f2ae3b737..e20725cbd 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -1589,11 +1589,13 @@ "cats": [ 12 ], + "description": "RxJS is a reactive library used to implement reactive programming to deal with async implementation, callbacks, and event-based programs.", "icon": "RxJS.png", "js": { "Rx.CompositeDisposable": "", "Rx.Symbol": "" }, + "oss": true, "scriptSrc": "rx(?:\\.\\w+)?(?:\\.compat|\\.global)?(?:\\.min)?\\.js", "website": "http://reactivex.io" },