Added package rex (#2856)

This commit is contained in:
minamorl 2024-04-17 16:14:23 +09:00 committed by GitHub
parent daeb7cee7e
commit afedc10755
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33124,7 +33124,7 @@
"method": "git", "method": "git",
"tags": [ "tags": [
"graphics", "graphics",
"gpu", "gpu"
], ],
"description": "A high-performance graphics renderer made for web engines", "description": "A high-performance graphics renderer made for web engines",
"license": "MIT", "license": "MIT",
@ -33151,7 +33151,7 @@
"method": "git", "method": "git",
"tags": [ "tags": [
"smtp", "smtp",
"mail", "mail"
], ],
"description": "Make sending HTML and file emails easier.", "description": "Make sending HTML and file emails easier.",
"license": "MIT", "license": "MIT",
@ -33170,5 +33170,20 @@
"description": "Execute commands and upload/download files using multiple processes and asynchronous methods via SSH.", "description": "Execute commands and upload/download files using multiple processes and asynchronous methods via SSH.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/up7down8/asyncssh2" "web": "https://github.com/up7down8/asyncssh2"
},
{
"name": "rex",
"url": "https://github.com/minamorl/rex",
"method": "git",
"tags": [
"observable",
"observe",
"library",
"rx",
"reactive"
],
"description": "Reactive programming, in nim",
"license": "MIT",
"web": "https://github.com/minamorl/rex"
} }
] ]