-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #508 from odidev/acl
Add ACL and Spring Cloud Task files
- Loading branch information
Showing
2 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: ACL | ||
category: Networking | ||
description: The ACL library offers efficient network communication, asynchronous I/O, and event-driven programming, supporting protocols like TCP, UDP, and HTTP, along with threading and message queues, optimized for scalability. | ||
download_url: https://sourceforge.net/projects/acl/files/acl/ | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 3.0.21 | ||
release_date: 2014/10/30 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://acl-dev.cn/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://github.com/acl-dev/acl/tree/master?tab=readme-ov-file#31-compiling-acl-on-different-platforms | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: Linux/ARM64 release notes are not available. Installation and testing are done using tar archive [3.0.21](https://github.com/acl-dev/acl/releases/tag/3.0.21). | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Spring Cloud Task | ||
category: Miscellaneous | ||
description: Spring Cloud Task is a framework designed to execute short-lived microservices. It streamlines creating and managing one-time or batch jobs in cloud environments, providing built-in features for tracking and monitoring task execution. | ||
download_url: https://github.com/spring-cloud/spring-cloud-task/releases | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 2.3.1 | ||
release_date: 2021/03/18 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://spring.io/projects/spring-cloud-task | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://github.com/spring-cloud/spring-cloud-task?tab=readme-ov-file#build-main-project | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: Linux/ARM64 release notes are not available. Installation and testing are done using tar archive [2.3.1](https://github.com/spring-cloud/spring-cloud-task/releases/tag/v2.3.1). | ||
|
||
--- |