{"id":21968407,"url":"https://github.com/ismail-yilmaz/upp-components","last_synced_at":"2025-10-25T11:04:20.377Z","repository":{"id":138944565,"uuid":"107578983","full_name":"ismail-yilmaz/upp-components","owner":"ismail-yilmaz","description":"A collection of packages for U++ framework.","archived":false,"fork":false,"pushed_at":"2024-02-04T20:28:37.000Z","size":16140,"stargazers_count":36,"open_issues_count":7,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-30T03:59:50.065Z","etag":null,"topics":["c-plus-plus","cpp","ftp","rapid-development","sixel","sixel-decoder","sixel-graphics","ssh","terminal","terminal-","terminal-emulator","terminal-emulators","terminal-graphics","ultimate","upp"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ismail-yilmaz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"ismail-yilmaz"}},"created_at":"2017-10-19T17:40:39.000Z","updated_at":"2024-12-20T06:21:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"882769b0-9481-4618-98d8-e8d98a8b8e2c","html_url":"https://github.com/ismail-yilmaz/upp-components","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ismail-yilmaz/upp-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismail-yilmaz%2Fupp-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismail-yilmaz%2Fupp-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismail-yilmaz%2Fupp-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismail-yilmaz%2Fupp-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ismail-yilmaz","download_url":"https://codeload.github.com/ismail-yilmaz/upp-components/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismail-yilmaz%2Fupp-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280943394,"owners_count":26417747,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-plus-plus","cpp","ftp","rapid-development","sixel","sixel-decoder","sixel-graphics","ssh","terminal","terminal-","terminal-emulator","terminal-emulators","terminal-graphics","ultimate","upp"],"created_at":"2024-11-29T13:54:57.007Z","updated_at":"2025-10-25T11:04:20.342Z","avatar_url":"https://github.com/ismail-yilmaz.png","language":"C","funding_links":["https://github.com/sponsors/ismail-yilmaz"],"categories":[],"sub_categories":[],"readme":"# upp-components\n\nThis repository contains supplementary general-purpose packages for [U++](https://www.ultimatepp.org/index.html),  a C++ cross-platform rapid application development framework focused on programmers productivity.\n\n## Requirements\n\n- U++ framework (release \u003e= 2020.2)\n- A C++ compiler that supports at least C++11. (GCC/CLANG/MinGW/MSC)\n\n## Installation\n\nAt the moment there are two ways to install `upp-components`\n\n1. Downlad the repository and move the package folders to your local `uppsrc` directories.\n\n2. Clone or download the repository and set it up as an U++ *assembly* or *nest*. This is the recommended method. You can find more information on Ultimate++ packages, assemblies and nests, [here](https://www.ultimatepp.org/app$ide$PackagesAssembliesAndNests$en-us.html).\n\n\n## Components\n\n`upp-components` repository is organized into directories, retaining and reflecting the crucial sections of the `uppsrc` directory structure.\n\n\n### Core\n\nThese components are meant to supplement `uppsrc/Core`\n\n|**Package**  | **Description** |\n|:---         |:---             |\n| CoRoutines  | A lightweight coroutines implementation (c++20 coroutines)                                  |\n| Ftp         | File transfer protocol encapsulation with advanced capabilities.                            |\n| Job         | A lightweight and flexible multithreading tool, using promise/future mechanism.             |\n| HtmlToos    | A powerful, yet easy-to-use html parser/sanitizer/prettifier package, based on libtidy      |\n| NetProxy    | A network proxy class implementing SOCKS and HTTP protocols.                                |\n| OAuth       | A package encapsulating the authorization code grant flow of OAuth2 authorization protocol. |\n| PtyProcess  | A cross-platform (POSIX/WinPty/WIN10) pseudo-terminal process implementation.               |\n| PtyAgent    | Agent executable for the default backend (winpty) of PtyProcess package.                    |\n| SSH         | A flexible, easy-to-use yet powerful libssh2 wrapper.                                       |\n\n### CtrlLib\nThese components are meant to supplement `uppsrc/CtrlLib`\n\n|**Package**  | **Description** |\n|:---         |:---             |\n| MessageCtrl |  A passive message widget and manager implementation.                                                  |\n| Terminal    |  A cross-platform, high-end terminal emulator widget and library with very good xterm compatibility.   |\n| StackCtrl |  A widget stacking container where only one widget is visible at a time.                                                  |\n\n### Draw\nThese components are meant to supplement `uppsrc/Draw`\n\n|**Package**  | **Description** |\n|:---         |:---             |\n| SixelRaster | A high performance, standalone sixel decoder plugin for U++'s global image decoder factory (StreamRaster interface) |\n| EscPainter  | A painter library for Upp's Esc scripting language. |\n\n## Examples\n\nYou can find reference examples demonstrating the usage of the above listed packages in `upp-components/Examples` directory.\n\n## Version\n\n`upp-components` loosely follows the release cycles of U++. Releases are tagged twice a year.  Currently it is tagged as `2021.1`\n\n## License\n\n`upp-components` is made public with the BSD-3 Clause license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismail-yilmaz%2Fupp-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fismail-yilmaz%2Fupp-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismail-yilmaz%2Fupp-components/lists"}