File tree 3 files changed +430
-0
lines changed
3 files changed +430
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ It is possible to extend Rebol functionality using external modules (native and
41
41
* [ Rebol/MathPresso] ( https://github.com/Siskin-framework/Rebol-MathPresso ) - Mathematical Expression Parser And JIT Compiler
42
42
* [ Rebol/MiniAudio] ( https://github.com/Oldes/Rebol-MiniAudio ) - An audio playback extension
43
43
* [ Rebol/Names] ( https://github.com/Oldes/Rebol-Names ) - Random names generator scheme
44
+ * [ Rebol/Scheduler] ( https://github.com/Oldes/Rebol-Scheduler ) - Task scheduling library with dialect
44
45
* [ Rebol/Spotify] ( https://github.com/Oldes/Rebol-Spotify ) - Spotify Web API
45
46
* [ Rebol/OpenCV] ( https://github.com/Oldes/Rebol-OpenCV ) - Computer Vision Library
46
47
* [ Rebol/SQLite] ( https://github.com/Siskin-framework/Rebol-SQLite ) - SQL database engine
Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ modules: object [
254
254
;; optional modules, protocol and codecs
255
255
httpd: https://src.rebol.tech/modules/httpd.reb
256
256
prebol: https://src.rebol.tech/modules/prebol.reb
257
+ scheduler: https://src.rebol.tech/modules/scheduler.reb
257
258
spotify: https://src.rebol.tech/modules/spotify.reb
258
259
unicode-utils: https://src.rebol.tech/modules/unicode-utils.reb
259
260
daytime: https://src.rebol.tech/mezz/prot-daytime.reb
You can’t perform that action at this time.
0 commit comments