-
Notifications
You must be signed in to change notification settings - Fork 1
Roadmap
arthurmaciel edited this page Feb 29, 2020
·
24 revisions
This is a Roadmap for Cyclone Winds development and packaging planning. Please feel free to contribute.
- libcurl [IN PROGRESS - Justin Ethier]
- SQLite3 (see Chibi's implementation)
- SSL
- PostgreSQL
- Filesystem utilities like the ones from Chibi or CHICKEN
- SHA2 - Also here and here - [GAVE UP - Arthur Maciel 02/2020 - Chibi's depends on C binding, the second produce an inexplicable error and the third worked but produced incorrect checksums]
- SSQL (See Chibis sqlite3 source code and search for "ssql->sql" or CHICKEN's implementation) - [GAVE UP - Arthur Maciel 02/2020 - ssql from chibi can't handle JOINs and ssql from CHICKEN uses 'define-for-syntax' which couldn't be substituted AFAIK in Cyclone)
- PDF library
- quoted printable
- base64
- mime
- ask whether to reinstall already installed dependencies
- support package version
- create a complementary and more informative index
- automate package statistics generation (like data to create a dependency graph?)
- parallelize package installs?